Module:ItemData

From Eco - English Wiki
Revision as of 15:16, 12 August 2020 by ZeelNightwolf (talk | contribs) (Update for Eco Version : 0.9.0.0 beta staging-1711)

Documentation


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


The Module:ItemData is currently used in:


-- Eco Version : 0.9.0.0 beta staging-1711

return {
    items = {
        ['Acorn'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow an oak tree.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'AcornItem',
                    ['typeID'] = '657',
        },
        ['Acorn Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow an oak tree.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AcornPackItem',
                    ['typeID'] = '658',
        },
        ['Acorn Powder'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Powdered acorn.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '40.0',
                    ['carbs'] = '3.0',
                    ['protein'] = '5.0',
                    ['fat'] = '2.0',
                    ['vitamins'] = '5.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,
                    ['type'] = 'AcornPowderItem',
                    ['typeID'] = '379',
        },
        ['Adorned Ashlar Basalt Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarBasaltBenchItem',
                    ['typeID'] = '895',
        },
        ['Adorned Ashlar Basalt Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarBasaltChairItem',
                    ['typeID'] = '896',
        },
        ['Adorned Ashlar Basalt Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarBasaltTableItem',
                    ['typeID'] = '897',
        },
        ['Adorned Ashlar Gneiss Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarGneissBenchItem',
                    ['typeID'] = '898',
        },
        ['Adorned Ashlar Gneiss Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarGneissChairItem',
                    ['typeID'] = '899',
        },
        ['Adorned Ashlar Gneiss Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarGneissTableItem',
                    ['typeID'] = '900',
        },
        ['Adorned Ashlar Granite Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarGraniteBenchItem',
                    ['typeID'] = '901',
        },
        ['Adorned Ashlar Granite Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarGraniteChairItem',
                    ['typeID'] = '902',
        },
        ['Adorned Ashlar Granite Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarGraniteTableItem',
                    ['typeID'] = '903',
        },
        ['Adorned Ashlar Limestone Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarLimestoneBenchItem',
                    ['typeID'] = '904',
        },
        ['Adorned Ashlar Limestone Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarLimestoneChairItem',
                    ['typeID'] = '905',
        },
        ['Adorned Ashlar Limestone Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarLimestoneTableItem',
                    ['typeID'] = '906',
        },
        ['Adorned Ashlar Sandstone Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarSandstoneBenchItem',
                    ['typeID'] = '907',
        },
        ['Adorned Ashlar Sandstone Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarSandstoneChairItem',
                    ['typeID'] = '908',
        },
        ['Adorned Ashlar Sandstone Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarSandstoneTableItem',
                    ['typeID'] = '909',
        },
        ['Adorned Ashlar Shale Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarShaleBenchItem',
                    ['typeID'] = '910',
        },
        ['Adorned Ashlar Shale Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarShaleChairItem',
                    ['typeID'] = '911',
        },
        ['Adorned Ashlar Shale Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarShaleTableItem',
                    ['typeID'] = '912',
        },
        ['Adorned Ashlar Stone Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarStoneBenchItem',
                    ['typeID'] = '913',
        },
        ['Adorned Ashlar Stone Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarStoneChairItem',
                    ['typeID'] = '914',
        },
        ['Adorned Ashlar Stone Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdornedAshlarStoneTableItem',
                    ['typeID'] = '915',
        },
        ['Advanced Baking Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Baking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedBakingUpgradeItem',
                    ['typeID'] = '611',
        },
        ['Advanced Baking Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Advanced Baking Skill Scrolls that teach Advanced Baking',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'AdvancedBakingSkillBook',
                    ['typeID'] = '766',
        },
        ['Advanced Baking Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Advanced Baking',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'AdvancedBakingSkillScroll',
                    ['typeID'] = '767',
        },
        ['Advanced Carpentry Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A modern carpentry table with an electric motor and heavy duty steel sawblades.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '250',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '3 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 2.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedCarpentryTableItem',
                    ['typeID'] = '916',
        },
        ['Advanced Circuit'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A complex electrical component used in advanced electronics.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedCircuitItem',
                    ['typeID'] = '509',
        },
        ['Advanced Combustion Engine'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A more advanced version of the normal combustion engine that produces a greater output.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedCombustionEngineItem',
                    ['typeID'] = '510',
        },
        ['Advanced Cooking Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Cooking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedCookingUpgradeItem',
                    ['typeID'] = '612',
        },
        ['Advanced Cooking Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Advanced Cooking Skill Scrolls that teach Advanced Cooking',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'AdvancedCookingSkillBook',
                    ['typeID'] = '769',
        },
        ['Advanced Cooking Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Advanced Cooking',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'AdvancedCookingSkillScroll',
                    ['typeID'] = '770',
        },
        ['Advanced Masonry Modern Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Advanced Masonry recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedMasonryUpgradeItem',
                    ['typeID'] = '613',
        },
        ['Advanced Masonry Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Advanced Masonry Skill Scrolls that teach Advanced Masonry',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'AdvancedMasonrySkillBook',
                    ['typeID'] = '772',
        },
        ['Advanced Masonry Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Advanced Masonry',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'AdvancedMasonrySkillScroll',
                    ['typeID'] = '773',
        },
        ['Advanced Masonry Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A workbench for the advanced shaping of rocks into beautiful stone.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '250',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 2.3',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedMasonryTableItem',
                    ['typeID'] = '917',
        },
        ['Advanced Smelting Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedSmeltingUpgradeItem',
                    ['typeID'] = '614',
        },
        ['Advanced Smelting Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Advanced Smelting Skill Scrolls that teach Advanced Smelting',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'AdvancedSmeltingSkillBook',
                    ['typeID'] = '775',
        },
        ['Advanced Smelting Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Advanced Smelting',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'AdvancedSmeltingSkillScroll',
                    ['typeID'] = '776',
        },
        ['Advanced Upgrade 1'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Advanced Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedUpgradeLvl1Item',
                    ['typeID'] = '615',
        },
        ['Advanced Upgrade 2'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Advanced Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedUpgradeLvl2Item',
                    ['typeID'] = '616',
        },
        ['Advanced Upgrade 3'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Advanced Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedUpgradeLvl3Item',
                    ['typeID'] = '617',
        },
        ['Advanced Upgrade 4'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Advanced Upgrade]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AdvancedUpgradeLvl4Item',
                    ['typeID'] = '618',
        },
        ['Agave Leaves'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'The succulent leaves of the agave plant can be cooked to make a nice meal.',
                    ['tagGroups'] = {'[[Crop]]', '[[Greens]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '200.0',
                    ['carbs'] = '3.0',
                    ['protein'] = '1.0',
                    ['fat'] = '2.0',
                    ['vitamins'] = '2.0',
                    ['density'] = '4.0',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AgaveLeavesItem',
                    ['typeID'] = '380',
        },
        ['Agave Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow an agave plant.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'AgaveSeedItem',
                    ['typeID'] = '659',
        },
        ['Agave Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow an agave plant.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AgaveSeedPackItem',
                    ['typeID'] = '660',
        },
        ['Agouti Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead agouti.',
                    ['tagGroups'] = {'[[Tiny Fur Carcass]]', '[[Carcass]]', '[[Tiny Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AgoutiCarcassItem',
                    ['typeID'] = '511',
        },
        ['Agriculture Research Paper Advanced'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Advanced  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AgricultureResearchPaperAdvancedItem',
                    ['typeID'] = '512',
        },
        ['Agriculture Research Paper Modern'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Modern  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AgricultureResearchPaperModernItem',
                    ['typeID'] = '513',
        },
        ['Air Pollution Generator'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Dev object for testing air pollution.',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[World  Object]]', '[[Object]]', '[[Polluter]]'},
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AirPollutionGeneratorItem',
                    ['typeID'] = '91',
        },
        ['Alligator Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead alligator.',
                    ['tagGroups'] = {'[[Medium Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AlligatorCarcassItem',
                    ['typeID'] = '514',
        },
        ['Alpha Cloak'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Thanks for supporting ECO!',
                    ['tagGroups'] = {'[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'AlphaCloakItem',
                    ['typeID'] = '19',
        },
        ['Alpha Goggles'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Thanks for supporting ECO!',
                    ['tagGroups'] = {'[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'AlphaGogglesItem',
                    ['typeID'] = '18',
        },
        ['Alpha Hat'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Thanks for supporting ECO!',
                    ['tagGroups'] = {'[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'AlphaHatItem',
                    ['typeID'] = '17',
        },
        ['Amanita Mushroom Spores'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow amanita mushrooms. Not sure why you\'d want these poisonous mushrooms, though.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'AmanitaMushroomSporesItem',
                    ['typeID'] = '661',
        },
        ['Amanita Mushroom Spores Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow amanita mushrooms. Not sure why you\'d want these poisonous mushrooms, though.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AmanitaMushroomSporesPackItem',
                    ['typeID'] = '662',
        },
        ['Amanita Mushrooms'] = {
                    ['category'] = '_None',
                    ['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'] = {'[[Crop]]', '[[Fungus]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '-200.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '-0.0',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AmanitaMushroomsItem',
                    ['typeID'] = '381',
        },
        ['Amendments'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Changes to the constituion are made here.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AmendmentsItem',
                    ['typeID'] = '99',
        },
        ['Anvil'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A solid shaped piece of metal used to hammer ingots into tools and other useful things.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AnvilItem',
                    ['typeID'] = '918',
        },
        ['Arctic Willow Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow arctic willow.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'ArcticWillowSeedItem',
                    ['typeID'] = '663',
        },
        ['Arctic Willow Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow arctic willow.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ArcticWillowSeedPackItem',
                    ['typeID'] = '664',
        },
        ['Arrastra'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A primitive rock mill of dragged boulders.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '5',
                    ['energyUsed'] = '75',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Mechanical',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '4 X 3 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ArrastraItem',
                    ['typeID'] = '919',
        },
        ['Arrow'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).',
                    ['tagGroups'] = {'[[Fuel]]', '[[Burnable  Fuel]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '500',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ArrowItem',
                    ['typeID'] = '515',
        },
        ['Ashlar Basalt'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block 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.',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'AshlarBasaltItem',
                    ['typeID'] = '252',
        },
        ['Ashlar Basalt Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone bench. Great for display  though maybe not as comfy as a padded couch.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarBasaltBenchItem',
                    ['typeID'] = '920',
        },
        ['Ashlar Basalt Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone chair. Great for display  though maybe not as comfy as a padded chair.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarBasaltChairItem',
                    ['typeID'] = '921',
        },
        ['Ashlar Basalt Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarBasaltDoorItem',
                    ['typeID'] = '922',
        },
        ['Ashlar Basalt Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarBasaltFireplaceItem',
                    ['typeID'] = '923',
        },
        ['Ashlar Basalt Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large stone table crafted by an expert mason',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarBasaltTableItem',
                    ['typeID'] = '924',
        },
        ['Ashlar Gneiss'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block 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.',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'AshlarGneissItem',
                    ['typeID'] = '253',
        },
        ['Ashlar Gneiss Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone bench. Great for display  though maybe not as comfy as a padded couch.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarGneissBenchItem',
                    ['typeID'] = '925',
        },
        ['Ashlar Gneiss Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone chair. Great for display  though maybe not as comfy as a padded chair.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarGneissChairItem',
                    ['typeID'] = '926',
        },
        ['Ashlar Gneiss Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarGneissDoorItem',
                    ['typeID'] = '927',
        },
        ['Ashlar Gneiss Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarGneissFireplaceItem',
                    ['typeID'] = '928',
        },
        ['Ashlar Gneiss Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large stone table crafted by an expert mason',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarGneissTableItem',
                    ['typeID'] = '929',
        },
        ['Ashlar Granite'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block 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.',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'AshlarGraniteItem',
                    ['typeID'] = '254',
        },
        ['Ashlar Granite Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone bench. Great for display  though maybe not as comfy as a padded couch.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarGraniteBenchItem',
                    ['typeID'] = '930',
        },
        ['Ashlar Granite Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone chair. Great for display  though maybe not as comfy as a padded chair.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarGraniteChairItem',
                    ['typeID'] = '931',
        },
        ['Ashlar Granite Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarGraniteDoorItem',
                    ['typeID'] = '932',
        },
        ['Ashlar Granite Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarGraniteFireplaceItem',
                    ['typeID'] = '933',
        },
        ['Ashlar Granite Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large stone table crafted by an expert mason',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarGraniteTableItem',
                    ['typeID'] = '934',
        },
        ['Ashlar Large Basalt Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '4 X 3 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLargeBasaltFountainItem',
                    ['typeID'] = '935',
        },
        ['Ashlar Large Gneiss Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '4 X 3 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLargeGneissFountainItem',
                    ['typeID'] = '936',
        },
        ['Ashlar Large Granite Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '4 X 3 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLargeGraniteFountainItem',
                    ['typeID'] = '937',
        },
        ['Ashlar Large Limestone Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '4 X 3 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLargeLimestoneFountainItem',
                    ['typeID'] = '938',
        },
        ['Ashlar Large Sandstone Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '4 X 3 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLargeSandstoneFountainItem',
                    ['typeID'] = '939',
        },
        ['Ashlar Large Shale Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '4 X 3 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLargeShaleFountainItem',
                    ['typeID'] = '940',
        },
        ['Ashlar Large Stone Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '4 X 3 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLargeStoneFountainItem',
                    ['typeID'] = '941',
        },
        ['Ashlar Limestone'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block 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.',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'AshlarLimestoneItem',
                    ['typeID'] = '255',
        },
        ['Ashlar Limestone Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone bench. Great for display  though maybe not as comfy as a padded couch.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLimestoneBenchItem',
                    ['typeID'] = '942',
        },
        ['Ashlar Limestone Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone chair. Great for display  though maybe not as comfy as a padded chair.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLimestoneChairItem',
                    ['typeID'] = '943',
        },
        ['Ashlar Limestone Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLimestoneDoorItem',
                    ['typeID'] = '944',
        },
        ['Ashlar Limestone Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLimestoneFireplaceItem',
                    ['typeID'] = '945',
        },
        ['Ashlar Limestone Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large stone table crafted by an expert mason',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarLimestoneTableItem',
                    ['typeID'] = '946',
        },
        ['Ashlar Sandstone'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block 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.',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'AshlarSandstoneItem',
                    ['typeID'] = '256',
        },
        ['Ashlar Sandstone Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone bench. Great for display  though maybe not as comfy as a padded couch.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSandstoneBenchItem',
                    ['typeID'] = '947',
        },
        ['Ashlar Sandstone Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone chair. Great for display  though maybe not as comfy as a padded chair.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSandstoneChairItem',
                    ['typeID'] = '948',
        },
        ['Ashlar Sandstone Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSandstoneDoorItem',
                    ['typeID'] = '949',
        },
        ['Ashlar Sandstone Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSandstoneFireplaceItem',
                    ['typeID'] = '950',
        },
        ['Ashlar Sandstone Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large stone table crafted by an expert mason',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSandstoneTableItem',
                    ['typeID'] = '951',
        },
        ['Ashlar Shale'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block 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.',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'AshlarShaleItem',
                    ['typeID'] = '257',
        },
        ['Ashlar Shale Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone bench. Great for display  though maybe not as comfy as a padded couch.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarShaleBenchItem',
                    ['typeID'] = '952',
        },
        ['Ashlar Shale Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone chair. Great for display  though maybe not as comfy as a padded chair.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarShaleChairItem',
                    ['typeID'] = '953',
        },
        ['Ashlar Shale Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarShaleDoorItem',
                    ['typeID'] = '954',
        },
        ['Ashlar Shale Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarShaleFireplaceItem',
                    ['typeID'] = '955',
        },
        ['Ashlar Shale Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large stone table crafted by an expert mason',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarShaleTableItem',
                    ['typeID'] = '956',
        },
        ['Ashlar Small Basalt Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSmallBasaltFountainItem',
                    ['typeID'] = '957',
        },
        ['Ashlar Small Gneiss Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSmallGneissFountainItem',
                    ['typeID'] = '958',
        },
        ['Ashlar Small Granite Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSmallGraniteFountainItem',
                    ['typeID'] = '959',
        },
        ['Ashlar Small Limestone Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSmallLimestoneFountainItem',
                    ['typeID'] = '960',
        },
        ['Ashlar Small Sandstone Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSmallSandstoneFountainItem',
                    ['typeID'] = '961',
        },
        ['Ashlar Small Shale Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSmallShaleFountainItem',
                    ['typeID'] = '962',
        },
        ['Ashlar Small Stone Fountain'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece. Small enough to fit indoors.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fountain',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarSmallStoneFountainItem',
                    ['typeID'] = '963',
        },
        ['Ashlar Stone Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone bench. Great for display  though maybe not as comfy as a padded couch.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarStoneBenchItem',
                    ['typeID'] = '964',
        },
        ['Ashlar Stone Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarStoneChairItem',
                    ['typeID'] = '965',
        },
        ['Ashlar Stone Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarStoneDoorItem',
                    ['typeID'] = '966',
        },
        ['Ashlar Stone Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarStoneFireplaceItem',
                    ['typeID'] = '967',
        },
        ['Ashlar Stone Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large stone table crafted by an expert mason.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AshlarStoneTableItem',
                    ['typeID'] = '968',
        },
        ['Asphalt Concrete'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A paved surface constructed with asphalt and concrete. It\'s durable and extremely efficient for any wheeled vehicle.',
                    ['tagGroups'] = {'[[Road]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['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'] = '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,
                    ['type'] = 'AsphaltConcreteItem',
                    ['typeID'] = '82',
        },
        ['Asphalt Concrete Ramp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'Road Items',
                    ['description'] = '4 x 1 Asphalt Concrete Ramp.',
                    ['tagGroups'] = {'[[Road]]', '[[Constructable]]', '[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '60',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AsphaltConcreteRampItem',
                    ['typeID'] = '58',
        },
        ['Assembly Line'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'The assembly line allows for mass production of mechanical products',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '6 X 4 X 7',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'AssemblyLineItem',
                    ['typeID'] = '969',
        },
        ['Axe'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'A broadheaded axe useful for felling trees.',
                    ['tagGroups'] = {'[[Logging]]', '[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'AxeItem',
                    ['typeID'] = '116',
        },
        ['Baked Agave'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Charred agave leaves are too fiberous to eat entirely, but you can certainly chew them.',
                    ['tagGroups'] = {'[[Baked Vegetable]]', '[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '560.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '2.0',
                    ['fat'] = '6.0',
                    ['vitamins'] = '8.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,
                    ['type'] = 'BakedAgaveItem',
                    ['typeID'] = '382',
        },
        ['Baked Beet'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Baked beets that retain more nutrients than more simple methods of cooking.',
                    ['tagGroups'] = {'[[Baked Vegetable]]', '[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '560.0',
                    ['carbs'] = '8.0',
                    ['protein'] = '4.0',
                    ['fat'] = '4.0',
                    ['vitamins'] = '12.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,
                    ['type'] = 'BakedBeetItem',
                    ['typeID'] = '383',
        },
        ['Baked Corn'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Baked corn that retains more nutrients than more simple methods of cooking.',
                    ['tagGroups'] = {'[[Baked Vegetable]]', '[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '560.0',
                    ['carbs'] = '6.0',
                    ['protein'] = '7.0',
                    ['fat'] = '6.0',
                    ['vitamins'] = '9.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,
                    ['type'] = 'BakedCornItem',
                    ['typeID'] = '384',
        },
        ['Baked Heart Of Palm'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Baked heart of palm that retains more nutrients than more simple methods of cooking.',
                    ['tagGroups'] = {'[[Baked Vegetable]]', '[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '560.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '6.0',
                    ['fat'] = '4.0',
                    ['vitamins'] = '6.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,
                    ['type'] = 'BakedHeartOfPalmItem',
                    ['typeID'] = '385',
        },
        ['Baked Meat'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Baked meat is less fatty than other methods of cooking.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.8',
                    ['calories'] = '600.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '13.0',
                    ['fat'] = '17.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'BakedMeatItem',
                    ['typeID'] = '386',
        },
        ['Baked Roast'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A trussed roast baked to perfection.',
                    ['tagGroups'] = {'[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.9',
                    ['calories'] = '900.0',
                    ['carbs'] = '4.0',
                    ['protein'] = '13.0',
                    ['fat'] = '8.0',
                    ['vitamins'] = '7.0',
                    ['density'] = '3.6',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BakedRoastItem',
                    ['typeID'] = '387',
        },
        ['Baked Taro'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Baked taro root',
                    ['tagGroups'] = {'[[Baked Vegetable]]', '[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '560.0',
                    ['carbs'] = '8.0',
                    ['protein'] = '6.0',
                    ['fat'] = '2.0',
                    ['vitamins'] = '12.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,
                    ['type'] = 'BakedTaroItem',
                    ['typeID'] = '388',
        },
        ['Baked Tomato'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Baked tomatoes might not look as red or plump as the raw variety, but they are nice and tasty.',
                    ['tagGroups'] = {'[[Baked Vegetable]]', '[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '560.0',
                    ['carbs'] = '9.0',
                    ['protein'] = '1.0',
                    ['fat'] = '5.0',
                    ['vitamins'] = '15.0',
                    ['density'] = '5.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,
                    ['type'] = 'BakedTomatoItem',
                    ['typeID'] = '389',
        },
        ['Bakery Oven'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A solidly built brick oven useful for baking all manner of treats.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Polluter]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['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'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = {{'[[Smog]]', ' 0. 2'}},
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BakeryOvenItem',
                    ['typeID'] = '970',
        },
        ['Baking Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BakingUpgradeItem',
                    ['typeID'] = '619',
        },
        ['Baking Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Baking Skill Scrolls that teach Baking',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'BakingSkillBook',
                    ['typeID'] = '778',
        },
        ['Baking Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Baking',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'BakingSkillScroll',
                    ['typeID'] = '779',
        },
        ['Ballot Box'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A tamper proof box where votes are cast. Citizens can run for elected office here.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BallotBoxItem',
                    ['typeID'] = '92',
        },
        ['Bandana'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'It just looks cool',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'BandanaItem',
                    ['typeID'] = '342',
        },
        ['Bank'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Allows players to create and use bank accounts.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1.5',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BankItem',
                    ['typeID'] = '971',
        },
        ['Bannock'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A dense whole wheat unleavened bread.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '700.0',
                    ['carbs'] = '15.0',
                    ['protein'] = '3.0',
                    ['fat'] = '8.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '3.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,
                    ['type'] = 'BannockItem',
                    ['typeID'] = '390',
        },
        ['Barrel'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A metal barrel for carrying liquids.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'BarrelItem',
                    ['typeID'] = '258',
        },
        ['Barrel Cactus Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow barrel cactus.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'BarrelCactusSeedItem',
                    ['typeID'] = '665',
        },
        ['Barrel Cactus Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow barrel cactus.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BarrelCactusSeedPackItem',
                    ['typeID'] = '666',
        },
        ['Basalt'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['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'] = {'[[Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'BasaltItem',
                    ['typeID'] = '259',
        },
        ['Basic Backpack'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'A basic backpack to carry supplies.  Increases max carry weight by 5 kg.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'BasicBackpackItem',
                    ['typeID'] = '343',
        },
        ['Basic Circuit'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A complex electrical component used in advanced electronics.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BasicCircuitItem',
                    ['typeID'] = '516',
        },
        ['Basic Engineering Basic Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Basic Engineering recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BasicEngineeringUpgradeItem',
                    ['typeID'] = '620',
        },
        ['Basic Engineering Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Basic Engineering Skill Scrolls that teach Basic Engineering',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'BasicEngineeringSkillBook',
                    ['typeID'] = '781',
        },
        ['Basic Engineering Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Basic Engineering',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'BasicEngineeringSkillScroll',
                    ['typeID'] = '782',
        },
        ['Basic Salad'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A seemingly random assortment of wild plants that form a sort of salad.',
                    ['tagGroups'] = {'[[Salad]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '800.0',
                    ['carbs'] = '13.0',
                    ['protein'] = '6.0',
                    ['fat'] = '6.0',
                    ['vitamins'] = '13.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,
                    ['type'] = 'BasicSaladItem',
                    ['typeID'] = '391',
        },
        ['Basic Upgrade 1'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Basic Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BasicUpgradeLvl1Item',
                    ['typeID'] = '621',
        },
        ['Basic Upgrade 2'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Basic Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BasicUpgradeLvl2Item',
                    ['typeID'] = '622',
        },
        ['Basic Upgrade 3'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Basic Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BasicUpgradeLvl3Item',
                    ['typeID'] = '623',
        },
        ['Basic Upgrade 4'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Basic Upgrade]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BasicUpgradeLvl4Item',
                    ['typeID'] = '624',
        },
        ['Bass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A bass. ',
                    ['tagGroups'] = {'[[Fish]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.8',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BassItem',
                    ['typeID'] = '517',
        },
        ['Bathtub'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A porcelain bathtub for when you need to get clean or just relax',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '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'] = '1 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BathtubItem',
                    ['typeID'] = '972',
        },
        ['Bean Paste'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Smashed beans can work as a thickener or flavour enhancer.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '40.0',
                    ['carbs'] = '3.0',
                    ['protein'] = '5.0',
                    ['fat'] = '7.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'BeanPasteItem',
                    ['typeID'] = '392',
        },
        ['Beans'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A good source of protein.',
                    ['tagGroups'] = {'[[Vegetable]]', '[[Raw  Food]]', '[[Crop]]', '[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '150.0',
                    ['carbs'] = '1.0',
                    ['protein'] = '4.0',
                    ['fat'] = '3.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '5.3',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BeansItem',
                    ['typeID'] = '667',
        },
        ['Beans Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'A good source of protein.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BeansPackItem',
                    ['typeID'] = '668',
        },
        ['Bear S U P R E M E'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Just because the name has \'bear\' in it doesn\'t mean it actually contains bear.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '1200.0',
                    ['carbs'] = '8.0',
                    ['protein'] = '20.0',
                    ['fat'] = '22.0',
                    ['vitamins'] = '10.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,
                    ['type'] = 'BearSUPREMEItem',
                    ['typeID'] = '394',
        },
        ['Bearclaw'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A sweet pastry with seperated sections that look a bit like a claw.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '850.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '6.0',
                    ['fat'] = '21.0',
                    ['vitamins'] = '7.0',
                    ['density'] = '5.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,
                    ['type'] = 'BearclawItem',
                    ['typeID'] = '393',
        },
        ['Bearpack'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Can you carry as much as a bear! Not really, but it helps you carry more.  Increases max carry weight by 15 kg.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'BearpackItem',
                    ['typeID'] = '344',
        },
        ['Beet'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A brilliantly colored bulb with an earthy sweetness.',
                    ['tagGroups'] = {'[[Crop]]', '[[Vegetable]]', '[[Root]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '230.0',
                    ['carbs'] = '2.0',
                    ['protein'] = '0.0',
                    ['fat'] = '2.0',
                    ['vitamins'] = '4.0',
                    ['density'] = '3.5',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BeetItem',
                    ['typeID'] = '395',
        },
        ['Beet Campfire Salad'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A myriad of plants that make a healthy and odd blend.',
                    ['tagGroups'] = {'[[Campfire Salad]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '900.0',
                    ['carbs'] = '8.0',
                    ['protein'] = '5.0',
                    ['fat'] = '4.0',
                    ['vitamins'] = '13.0',
                    ['density'] = '3.3',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BeetCampfireSaladItem',
                    ['typeID'] = '396',
        },
        ['Beet Greens'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'The leafy greens from a beet with a distinctive red stem.',
                    ['tagGroups'] = {'[[Crop]]', '[[Greens]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '100.0',
                    ['carbs'] = '3.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '4.0',
                    ['density'] = '8.0',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BeetGreensItem',
                    ['typeID'] = '397',
        },
        ['Beet Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow beets.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'BeetSeedItem',
                    ['typeID'] = '669',
        },
        ['Beet Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow beets.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BeetSeedPackItem',
                    ['typeID'] = '670',
        },
        ['Berry Extract Fertilizer'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'An excellent fertilizer that provide a mix of nutrients, but especially potassium.',
                    ['tagGroups'] = {'[[Object]]', '[[Product]]'},
                    ['maxStack'] = '50',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BerryExtractFertilizerItem',
                    ['typeID'] = '369',
        },
        ['Big Backpack'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'A survival backpack that offers more support than the basic backpack.  Increases max carry weight by 10 kg.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'BigBackpackItem',
                    ['typeID'] = '345',
        },
        ['Big Bluestem Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a big bluestem plant.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'BigBluestemSeedItem',
                    ['typeID'] = '671',
        },
        ['Big Bluestem Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a big bluestem plant.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BigBluestemSeedPackItem',
                    ['typeID'] = '672',
        },
        ['Bighorn Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead bighorn.',
                    ['tagGroups'] = {'[[Medium Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '3.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BighornCarcassItem',
                    ['typeID'] = '518',
        },
        ['Biodiesel'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A vegetable or animal fat-based diesel fuel.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Liquid  Fuel]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '80000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'BiodieselItem',
                    ['typeID'] = '260',
        },
        ['Birch Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Birch log is a type of hardwood, notable for its white and papery bark.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Hardwood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'BirchLogItem',
                    ['typeID'] = '261',
        },
        ['Birch Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow into a birch sapling.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'BirchSeedItem',
                    ['typeID'] = '673',
        },
        ['Birch Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow into a birch sapling.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BirchSeedPackItem',
                    ['typeID'] = '674',
        },
        ['Bison Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead bison.',
                    ['tagGroups'] = {'[[Big Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '5.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BisonCarcassItem',
                    ['typeID'] = '519',
        },
        ['Bison Mount'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fluffy, but very dead, bison head on a mount.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.2',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BisonMountItem',
                    ['typeID'] = '973',
        },
        ['Blast Furnace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A superior replacement for the bloomery that can produce steel.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Polluter]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = {{'[[Water]]', ' 0. 3'}},
                    ['fluidsProduced'] = {{'[[Smog]]', ' 1'},{'[[Sewage]]', ' 0'}},
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '3 X 5 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BlastFurnaceItem',
                    ['typeID'] = '974',
        },
        ['Blasting Charge'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'Blasts appart rock.',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'BlastingChargeItem',
                    ['typeID'] = '62',
        },
        ['Blinky Eyelids'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Eyes',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'BlinkyEyelidsItem',
                    ['typeID'] = '336',
        },
        ['Blood Meal Fertilizer'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'Blood meal is a great source of nitrogen.',
                    ['tagGroups'] = {'[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '50',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BloodMealFertilizerItem',
                    ['typeID'] = '370',
        },
        ['Bloomery'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A chimney-shaped furnace for smelting ores.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BloomeryItem',
                    ['typeID'] = '975',
        },
        ['Blue Shark'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A blue shark',
                    ['tagGroups'] = {'[[Fish]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BlueSharkItem',
                    ['typeID'] = '520',
        },
        ['Board'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A higher quality board used for long lasting furniture.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood Board]]', '[[Burnable  Fuel]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '2000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BoardItem',
                    ['typeID'] = '521',
        },
        ['Board Of Elections'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A building for deciding voting procedures.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '4 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BoardOfElectionsItem',
                    ['typeID'] = '96',
        },
        ['Boiled Grains'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A dish of plain boiled grains that can be topped with fruit to make a nice tasting porridge.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '10.0',
                    ['protein'] = '2.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '1.0',
                    ['density'] = '3.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,
                    ['type'] = 'BoiledGrainsItem',
                    ['typeID'] = '398',
        },
        ['Boiled Rice'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Soft and fluffy.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '210.0',
                    ['carbs'] = '13.0',
                    ['protein'] = '2.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '7.1',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BoiledRiceItem',
                    ['typeID'] = '399',
        },
        ['Boiled Sausage'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Boiled sausages might not be as pretty as grilled ones, but they\'re still tasty.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '600.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '27.0',
                    ['fat'] = '22.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '8.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,
                    ['type'] = 'BoiledSausageItem',
                    ['typeID'] = '400',
        },
        ['Boiler'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A vessel used for heating fluids.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BoilerItem',
                    ['typeID'] = '522',
        },
        ['Bolete Mushroom Spores'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow bolete mushrooms.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'BoleteMushroomSporesItem',
                    ['typeID'] = '675',
        },
        ['Bolete Mushroom Spores Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow bolete mushrooms.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BoleteMushroomSporesPackItem',
                    ['typeID'] = '676',
        },
        ['Bolete Mushrooms'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Boletus edulis',
                    ['tagGroups'] = {'[[Crop]]', '[[Fungus]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '200.0',
                    ['carbs'] = '2.0',
                    ['protein'] = '4.0',
                    ['fat'] = '1.0',
                    ['vitamins'] = '1.0',
                    ['density'] = '4.0',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BoleteMushroomsItem',
                    ['typeID'] = '401',
        },
        ['Bookshelf'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A place to store knowledge and information; leads to the town hall.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Storage  Container]]', '[[Product]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Shelves',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '8',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BookshelfItem',
                    ['typeID'] = '976',
        },
        ['Bow'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Harvester]]', '[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'BowItem',
                    ['typeID'] = '118',
        },
        ['Brazier'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A metal stand which can hold burning fuel to provide light.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BrazierItem',
                    ['typeID'] = '977',
        },
        ['Bread'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A delicious, crispy crust hides the soft interior.',
                    ['tagGroups'] = {'[[Bread]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '750.0',
                    ['carbs'] = '20.0',
                    ['protein'] = '5.0',
                    ['fat'] = '10.0',
                    ['vitamins'] = '5.0',
                    ['density'] = '5.3',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BreadItem',
                    ['typeID'] = '402',
        },
        ['Brick'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Durable building material made from fired blocks and mortar.',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'BrickItem',
                    ['typeID'] = '262',
        },
        ['Brick Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BrickFireplaceItem',
                    ['typeID'] = '978',
        },
        ['Bullrush Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow bullrush.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'BullrushSeedItem',
                    ['typeID'] = '677',
        },
        ['Bullrush Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow bullrush.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BullrushSeedPackItem',
                    ['typeID'] = '678',
        },
        ['Bunchgrass Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow bunchgrass.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'BunchgrassSeedItem',
                    ['typeID'] = '679',
        },
        ['Bunchgrass Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow bunchgrass.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'BunchgrassSeedPackItem',
                    ['typeID'] = '680',
        },
        ['Butchery Basic Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ButcheryUpgradeItem',
                    ['typeID'] = '625',
        },
        ['Butchery Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Butchery Skill Scrolls that teach Butchery',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ButcherySkillBook',
                    ['typeID'] = '784',
        },
        ['Butchery Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Butchery',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'ButcherySkillScroll',
                    ['typeID'] = '785',
        },
        ['Butchery Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A block and cleaver to process raw meat into fancier dishes.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['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'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ButcheryTableItem',
                    ['typeID'] = '979',
        },
        ['Button'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Sends a signal to surrounding objects.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Tech]]'},
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ButtonItem',
                    ['typeID'] = '0',
        },
        ['C O2 Canister'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'For creating fancy foams!',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '10.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CO2CanisterItem',
                    ['typeID'] = '426',
        },
        ['Camas Ash Fertilizer'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'Camas ash fertilizer, though not very potent, is a great source of potassium.',
                    ['tagGroups'] = {'[[Object]]', '[[Product]]'},
                    ['maxStack'] = '50',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CamasAshFertilizerItem',
                    ['typeID'] = '371',
        },
        ['Camas Bread'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A bread with a camas twist for a bit of flavor and fun. ',
                    ['tagGroups'] = {'[[Bread]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '800.0',
                    ['carbs'] = '15.0',
                    ['protein'] = '5.0',
                    ['fat'] = '13.0',
                    ['vitamins'] = '9.0',
                    ['density'] = '5.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,
                    ['type'] = 'CamasBreadItem',
                    ['typeID'] = '403',
        },
        ['Camas Bulb'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a camas plant.',
                    ['tagGroups'] = {'[[Vegetable]]', '[[Root]]', '[[Raw  Food]]', '[[Crop]]', '[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '150.0',
                    ['carbs'] = '1.0',
                    ['protein'] = '2.0',
                    ['fat'] = '5.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '5.3',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CamasBulbItem',
                    ['typeID'] = '681',
        },
        ['Camas Bulb Bake'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.',
                    ['tagGroups'] = {'[[Baked Vegetable]]', '[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '560.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '7.0',
                    ['fat'] = '5.0',
                    ['vitamins'] = '4.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,
                    ['type'] = 'CamasBulbBakeItem',
                    ['typeID'] = '404',
        },
        ['Camas Bulb Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a camas plant.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CamasBulbPackItem',
                    ['typeID'] = '682',
        },
        ['Camas Paste'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Pulverized camas works as an excellent thickener or flavour enhancer.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '60.0',
                    ['carbs'] = '3.0',
                    ['protein'] = '2.0',
                    ['fat'] = '10.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CamasPasteItem',
                    ['typeID'] = '405',
        },
        ['Camo Pants'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Hide from the animals!  Reduces the detection range of animals.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'CamoPantsItem',
                    ['typeID'] = '346',
        },
        ['Camo Shirt'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Hide from the animals!  Reduces the detection range of animals.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'CamoShirtItem',
                    ['typeID'] = '347',
        },
        ['Campfire'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Cook like a caveman on an uneven fire.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 1 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CampfireItem',
                    ['typeID'] = '980',
        },
        ['Campfire Cooking Basic Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CampfireCookingUpgradeItem',
                    ['typeID'] = '626',
        },
        ['Campfire Roast'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '1000.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '13.0',
                    ['fat'] = '17.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '3.0',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CampfireRoastItem',
                    ['typeID'] = '406',
        },
        ['Campfire Salad'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CampfireSaladItem',
                    ['typeID'] = '407',
        },
        ['Campfire Stew'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A thick stew chock-full of meat, camas, and corn. A suprisingly good combination.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '1200.0',
                    ['carbs'] = '5.0',
                    ['protein'] = '12.0',
                    ['fat'] = '9.0',
                    ['vitamins'] = '4.0',
                    ['density'] = '2.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,
                    ['type'] = 'CampfireStewItem',
                    ['typeID'] = '408',
        },
        ['Campsite'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A campsite',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Crafting  Table]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '4 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '10',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CampsiteItem',
                    ['typeID'] = '981',
        },
        ['Candle Stand'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy candelabra for providing small amounts of light.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Fat]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CandleStandItem',
                    ['typeID'] = '982',
        },
        ['Capitol'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Forms the foundation of a government. The constituion is created here.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '3 X 3 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CapitolItem',
                    ['typeID'] = '98',
        },
        ['Capris'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['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]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'CaprisItem',
                    ['typeID'] = '348',
        },
        ['Carpentry Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CarpentryAdvancedUpgradeItem',
                    ['typeID'] = '627',
        },
        ['Carpentry Basic Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CarpentryBasicUpgradeItem',
                    ['typeID'] = '628',
        },
        ['Carpentry Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Carpentry Skill Scrolls that teach Carpentry',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'CarpentrySkillBook',
                    ['typeID'] = '789',
        },
        ['Carpentry Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Carpentry',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'CarpentrySkillScroll',
                    ['typeID'] = '790',
        },
        ['Carpentry Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A table for basic wooden crafts for home improvement and progress.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.2',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CarpentryTableItem',
                    ['typeID'] = '983',
        },
        ['Carved Pumpkin'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Spooky pumpkin that emits a mystical light.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.4',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CarvedPumpkinItem',
                    ['typeID'] = '984',
        },
        ['Cast Iron Stove'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'The perfect stove for the fledgling chef.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Polluter]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['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'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = {{'[[Smog]]', ' 0. 2'}},
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CastIronStoveItem',
                    ['typeID'] = '985',
        },
        ['Cedar Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Cedar log is a type of softwood. Cedar wood is a natural repellent to moths.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Softwood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CedarLogItem',
                    ['typeID'] = '263',
        },
        ['Cedar Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a cedar sapling.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CedarSeedItem',
                    ['typeID'] = '683',
        },
        ['Cedar Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a cedar sapling.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CedarSeedPackItem',
                    ['typeID'] = '684',
        },
        ['Ceiba Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['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'] = {'[[Fuel]]', '[[Wood]]', '[[Hardwood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CeibaLogItem',
                    ['typeID'] = '264',
        },
        ['Ceiba Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a ceiba sapling.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CeibaSeedItem',
                    ['typeID'] = '685',
        },
        ['Ceiba Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a ceiba sapling.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CeibaSeedPackItem',
                    ['typeID'] = '686',
        },
        ['Ceiling Candle'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy hanging candelabra.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.4',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Fat]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CeilingCandleItem',
                    ['typeID'] = '986',
        },
        ['Cellulose Fiber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'Created by taking pulped plants and extruding them similarly to synthetic fibers.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CelluloseFiberItem',
                    ['typeID'] = '523',
        },
        ['Cement'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'In order to be usable it needs to be reinforced.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CementItem',
                    ['typeID'] = '524',
        },
        ['Cement Kiln'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A rotary kiln that produces AdvancedMasonry and concrete products.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Polluter]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = {{'[[Smog]]', ' 0. 8'}},
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '4 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CementKilnItem',
                    ['typeID'] = '987',
        },
        ['Census Bureau'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Demographics are created here using data about the population.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 2 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CensusBureauItem',
                    ['typeID'] = '93',
        },
        ['Cereal Germ'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A by-product of milling, the germ is the reproductive part of the cereal that germinates.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '20.0',
                    ['carbs'] = '5.0',
                    ['protein'] = '0.0',
                    ['fat'] = '7.0',
                    ['vitamins'] = '3.0',
                    ['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,
                    ['type'] = 'CerealGermItem',
                    ['typeID'] = '409',
        },
        ['Chainsaw'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A motorized saw used for chopping trees.',
                    ['tagGroups'] = {'[[Logging]]', '[[Tool]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ChainsawItem',
                    ['typeID'] = '119',
        },
        ['Chair'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ChairItem',
                    ['typeID'] = '988',
        },
        ['Charcoal'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A black residue, consisting of carbon and any remaining ash.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Coal]]', '[[Burnable  Fuel]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '20000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CharcoalItem',
                    ['typeID'] = '525',
        },
        ['Charred Agave'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Agave leaves that have been charred over a campfire',
                    ['tagGroups'] = {'[[Charred Green]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '5.0',
                    ['protein'] = '1.0',
                    ['fat'] = '4.0',
                    ['vitamins'] = '3.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredAgaveItem',
                    ['typeID'] = '410',
        },
        ['Charred Beans'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '1.0',
                    ['protein'] = '9.0',
                    ['fat'] = '3.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredBeansItem',
                    ['typeID'] = '411',
        },
        ['Charred Beet'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '3.0',
                    ['protein'] = '0.0',
                    ['fat'] = '3.0',
                    ['vitamins'] = '7.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredBeetItem',
                    ['typeID'] = '412',
        },
        ['Charred Cactus Fruit'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Blackened cactus fruit. A favorite of early desert settlers.',
                    ['tagGroups'] = {'[[Charred Fruit]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '200.0',
                    ['carbs'] = '3.0',
                    ['protein'] = '0.0',
                    ['fat'] = '4.0',
                    ['vitamins'] = '6.0',
                    ['density'] = '6.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,
                    ['type'] = 'CharredCactusFruitItem',
                    ['typeID'] = '413',
        },
        ['Charred Camas Bulb'] = {
                    ['category'] = '_None',
                    ['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]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '2.0',
                    ['protein'] = '3.0',
                    ['fat'] = '7.0',
                    ['vitamins'] = '1.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredCamasBulbItem',
                    ['typeID'] = '414',
        },
        ['Charred Corn'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'This piece of corn needs a good slathering of butter to curb that burnt taste.',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '8.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '4.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredCornItem',
                    ['typeID'] = '415',
        },
        ['Charred Fireweed Shoots'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Boiled in water to remove the inherent bitterness, this shoot is much tastier.',
                    ['tagGroups'] = {'[[Charred Green]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '5.0',
                    ['protein'] = '1.0',
                    ['fat'] = '1.0',
                    ['vitamins'] = '6.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredFireweedShootsItem',
                    ['typeID'] = '416',
        },
        ['Charred Fish'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'At least it doesn\'t have any scales any more.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '400.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '9.0',
                    ['fat'] = '4.0',
                    ['vitamins'] = '0.0',
                    ['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,
                    ['type'] = 'CharredFishItem',
                    ['typeID'] = '417',
        },
        ['Charred Heart Of Palm'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '210.0',
                    ['carbs'] = '7.0',
                    ['protein'] = '3.0',
                    ['fat'] = '1.0',
                    ['vitamins'] = '2.0',
                    ['density'] = '6.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,
                    ['type'] = 'CharredHeartOfPalmItem',
                    ['typeID'] = '418',
        },
        ['Charred Meat'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'The blackened surface of this unrecognizable meat is \'golden brown\'.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.8',
                    ['calories'] = '400.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '9.0',
                    ['fat'] = '11.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CharredMeatItem',
                    ['typeID'] = '419',
        },
        ['Charred Mushrooms'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '3.0',
                    ['protein'] = '6.0',
                    ['fat'] = '2.0',
                    ['vitamins'] = '2.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredMushroomsItem',
                    ['typeID'] = '420',
        },
        ['Charred Papaya'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Papaya fruit that has been charred over a basic campfire.',
                    ['tagGroups'] = {'[[Charred Fruit]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '3.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '9.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredPapayaItem',
                    ['typeID'] = '421',
        },
        ['Charred Pineapple'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Pineapple that has been charred over a basic campfire.',
                    ['tagGroups'] = {'[[Charred Fruit]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '9.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '3.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredPineappleItem',
                    ['typeID'] = '422',
        },
        ['Charred Sausage'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '700.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '11.0',
                    ['fat'] = '15.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredSausageItem',
                    ['typeID'] = '423',
        },
        ['Charred Taro'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Blackened taro root. Not the tastiest meal, but a great source of energy for early rainforest settlers.',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '11.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '1.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredTaroItem',
                    ['typeID'] = '424',
        },
        ['Charred Tomato'] = {
                    ['category'] = '_None',
                    ['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]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '8.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '4.0',
                    ['density'] = '3.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,
                    ['type'] = 'CharredTomatoItem',
                    ['typeID'] = '425',
        },
        ['Clam'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A clam.',
                    ['tagGroups'] = {'[[Marine  Life]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ClamItem',
                    ['typeID'] = '526',
        },
        ['Clay'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['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'] = {'[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'ClayItem',
                    ['typeID'] = '74',
        },
        ['Cloth'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A piece of rough cloth made by weaving fibers together.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ClothItem',
                    ['typeID'] = '527',
        },
        ['Cloth Belt'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'A fashionable cloth belt that drapes across the waist.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'ClothBeltItem',
                    ['typeID'] = '349',
        },
        ['Cloth Cape'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'It just looks cool',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'ClothCapeItem',
                    ['typeID'] = '350',
        },
        ['CO2 Item'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'A byproduct gas of respiration.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['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,
                    ['type'] = 'CO2Item',
                    ['typeID'] = '10',
        },
        ['Coal'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A combustible mineral which when used as a fuel provides lots of energy but generates lots of pollution.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Coal]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '20',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '20000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CoalItem',
                    ['typeID'] = '265',
        },
        ['Cod'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A cod.',
                    ['tagGroups'] = {'[[Fish]]', '[[Ingredient]]'},
                    ['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,
                    ['type'] = 'CodItem',
                    ['typeID'] = '528',
        },
        ['Combustion Engine'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'An engine that generates power by combustion of fuel.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CombustionEngineItem',
                    ['typeID'] = '529',
        },
        ['Combustion Generator'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Consumes most fuels to produce energy.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Polluter]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Liquid Fuel]]',
                    ['gridRadius'] = '30',
                    ['energyUsed'] = '0',
                    ['energyProduced'] = '3000',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = {{'[[Water]]', ' 0. 3'}},
                    ['fluidsProduced'] = {{'[[Smog]]', ' 1. 2'},{'[[Sewage]]', ' 0'}},
                    ['validTalents'] = nil,
                    ['footprint'] = '5 X 3 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CombustionGeneratorItem',
                    ['typeID'] = '989',
        },
        ['Composite Birch Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeBirchBenchItem',
                    ['typeID'] = '990',
        },
        ['Composite Birch Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeBirchChairItem',
                    ['typeID'] = '991',
        },
        ['Composite Birch Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeBirchDoorItem',
                    ['typeID'] = '992',
        },
        ['Composite Birch Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Hardwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CompositeBirchLumberItem',
                    ['typeID'] = '266',
        },
        ['Composite Birch Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeBirchTableItem',
                    ['typeID'] = '993',
        },
        ['Composite Bow'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A modern composite bow made with fiberglass that makes hunting a breeze. Requires arrows to fire.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'CompositeBowItem',
                    ['typeID'] = '851',
        },
        ['Composite Cedar Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeCedarBenchItem',
                    ['typeID'] = '994',
        },
        ['Composite Cedar Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeCedarChairItem',
                    ['typeID'] = '995',
        },
        ['Composite Cedar Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeCedarDoorItem',
                    ['typeID'] = '996',
        },
        ['Composite Cedar Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Softwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CompositeCedarLumberItem',
                    ['typeID'] = '267',
        },
        ['Composite Cedar Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeCedarTableItem',
                    ['typeID'] = '997',
        },
        ['Composite Ceiba Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeCeibaBenchItem',
                    ['typeID'] = '998',
        },
        ['Composite Ceiba Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeCeibaChairItem',
                    ['typeID'] = '999',
        },
        ['Composite Ceiba Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeCeibaDoorItem',
                    ['typeID'] = '1000',
        },
        ['Composite Ceiba Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Hardwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CompositeCeibaLumberItem',
                    ['typeID'] = '268',
        },
        ['Composite Ceiba Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeCeibaTableItem',
                    ['typeID'] = '1001',
        },
        ['Composite Filler'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'A mix of different fillers that provide the benefits of both',
                    ['tagGroups'] = {'[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '50',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeFillerItem',
                    ['typeID'] = '372',
        },
        ['Composite Fir Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeFirBenchItem',
                    ['typeID'] = '1002',
        },
        ['Composite Fir Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeFirChairItem',
                    ['typeID'] = '1003',
        },
        ['Composite Fir Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeFirDoorItem',
                    ['typeID'] = '1004',
        },
        ['Composite Fir Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Softwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CompositeFirLumberItem',
                    ['typeID'] = '269',
        },
        ['Composite Fir Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeFirTableItem',
                    ['typeID'] = '1005',
        },
        ['Composite Hardwood Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeHardwoodBenchItem',
                    ['typeID'] = '1006',
        },
        ['Composite Hardwood Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeHardwoodChairItem',
                    ['typeID'] = '1007',
        },
        ['Composite Hardwood Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeHardwoodDoorItem',
                    ['typeID'] = '1008',
        },
        ['Composite Hardwood Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A nice composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeHardwoodTableItem',
                    ['typeID'] = '1009',
        },
        ['Composite Joshua Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeJoshuaBenchItem',
                    ['typeID'] = '1010',
        },
        ['Composite Joshua Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeJoshuaChairItem',
                    ['typeID'] = '1011',
        },
        ['Composite Joshua Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeJoshuaDoorItem',
                    ['typeID'] = '1012',
        },
        ['Composite Joshua Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CompositeJoshuaLumberItem',
                    ['typeID'] = '270',
        },
        ['Composite Joshua Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeJoshuaTableItem',
                    ['typeID'] = '1013',
        },
        ['Composite Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CompositeLumberItem',
                    ['typeID'] = '271',
        },
        ['Composite Lumber Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeLumberBenchItem',
                    ['typeID'] = '1014',
        },
        ['Composite Lumber Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeLumberChairItem',
                    ['typeID'] = '1015',
        },
        ['Composite Lumber Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeLumberDoorItem',
                    ['typeID'] = '1016',
        },
        ['Composite Lumber Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeLumberTableItem',
                    ['typeID'] = '1017',
        },
        ['Composite Oak Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeOakBenchItem',
                    ['typeID'] = '1018',
        },
        ['Composite Oak Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeOakChairItem',
                    ['typeID'] = '1019',
        },
        ['Composite Oak Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeOakDoorItem',
                    ['typeID'] = '1020',
        },
        ['Composite Oak Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Hardwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CompositeOakLumberItem',
                    ['typeID'] = '272',
        },
        ['Composite Oak Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeOakTableItem',
                    ['typeID'] = '1021',
        },
        ['Composite Palm Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositePalmBenchItem',
                    ['typeID'] = '1022',
        },
        ['Composite Palm Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositePalmChairItem',
                    ['typeID'] = '1023',
        },
        ['Composite Palm Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositePalmDoorItem',
                    ['typeID'] = '1024',
        },
        ['Composite Palm Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CompositePalmLumberItem',
                    ['typeID'] = '273',
        },
        ['Composite Palm Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositePalmTableItem',
                    ['typeID'] = '1025',
        },
        ['Composite Redwood Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeRedwoodBenchItem',
                    ['typeID'] = '1026',
        },
        ['Composite Redwood Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeRedwoodChairItem',
                    ['typeID'] = '1027',
        },
        ['Composite Redwood Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeRedwoodDoorItem',
                    ['typeID'] = '1028',
        },
        ['Composite Redwood Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Softwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CompositeRedwoodLumberItem',
                    ['typeID'] = '274',
        },
        ['Composite Redwood Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeRedwoodTableItem',
                    ['typeID'] = '1029',
        },
        ['Composite Saguaro Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSaguaroBenchItem',
                    ['typeID'] = '1030',
        },
        ['Composite Saguaro Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSaguaroChairItem',
                    ['typeID'] = '1031',
        },
        ['Composite Saguaro Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSaguaroDoorItem',
                    ['typeID'] = '1032',
        },
        ['Composite Saguaro Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CompositeSaguaroLumberItem',
                    ['typeID'] = '275',
        },
        ['Composite Saguaro Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSaguaroTableItem',
                    ['typeID'] = '1033',
        },
        ['Composite Softwood Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSoftwoodBenchItem',
                    ['typeID'] = '1034',
        },
        ['Composite Softwood Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSoftwoodChairItem',
                    ['typeID'] = '1035',
        },
        ['Composite Softwood Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSoftwoodDoorItem',
                    ['typeID'] = '1036',
        },
        ['Composite Softwood Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A nice composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSoftwoodTableItem',
                    ['typeID'] = '1037',
        },
        ['Composite Spruce Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSpruceBenchItem',
                    ['typeID'] = '1038',
        },
        ['Composite Spruce Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.7',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSpruceChairItem',
                    ['typeID'] = '1039',
        },
        ['Composite Spruce Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSpruceDoorItem',
                    ['typeID'] = '1040',
        },
        ['Composite Spruce Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CompositeSpruceLumberItem',
                    ['typeID'] = '276',
        },
        ['Composite Spruce Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositeSpruceTableItem',
                    ['typeID'] = '1041',
        },
        ['Composites Modern Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Composites recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompositesUpgradeItem',
                    ['typeID'] = '629',
        },
        ['Composites Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Composites Skill Scrolls that teach Composites',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'CompositesSkillBook',
                    ['typeID'] = '793',
        },
        ['Composites Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Composites',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'CompositesSkillScroll',
                    ['typeID'] = '794',
        },
        ['Compost'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Delicious decomposed organic matter that can be used to fertilze crops. Compost is created overtime when organic material is left outdoors to decompose.  This is accomplished in Eco by dropping an organic item on the ground and overtime it will become Compost.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['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,
                    ['type'] = 'CompostItem',
                    ['typeID'] = '70',
        },
        ['Compost Fertilizer'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'Compost fertilizer is a classic, low effort fertilizer.',
                    ['tagGroups'] = {'[[Object]]', '[[Product]]'},
                    ['maxStack'] = '50',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CompostFertilizerItem',
                    ['typeID'] = '373',
        },
        ['Compostables Item'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'CompostablesItem',
                    ['typeID'] = '61',
        },
        ['Computer Lab'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A place where you can sit all day and play video games! Or work on expert-level research.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '10',
                    ['energyUsed'] = '0',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 3.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ComputerLabItem',
                    ['typeID'] = '1042',
        },
        ['Construction Post'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'For contruction contracts.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ConstructionPostItem',
                    ['typeID'] = '1043',
        },
        ['Contract Board'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A board to post contracts.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 3 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ContractBoardItem',
                    ['typeID'] = '1044',
        },
        ['Cookeina Mushroom Spores'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow cookeina mushrooms.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CookeinaMushroomSporesItem',
                    ['typeID'] = '687',
        },
        ['Cookeina Mushroom Spores Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow cookeina mushrooms.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CookeinaMushroomSporesPackItem',
                    ['typeID'] = '688',
        },
        ['Cookeina Mushrooms'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Tiny Cup Mushrooms',
                    ['tagGroups'] = {'[[Crop]]', '[[Fungus]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '200.0',
                    ['carbs'] = '2.0',
                    ['protein'] = '4.0',
                    ['fat'] = '1.0',
                    ['vitamins'] = '1.0',
                    ['density'] = '4.0',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CookeinaMushroomsItem',
                    ['typeID'] = '427',
        },
        ['Cooking Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CookingUpgradeItem',
                    ['typeID'] = '630',
        },
        ['Cooking Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Cooking Skill Scrolls that teach Cooking',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'CookingSkillBook',
                    ['typeID'] = '796',
        },
        ['Cooking Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Cooking',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'CookingSkillScroll',
                    ['typeID'] = '797',
        },
        ['Copper Bar'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Refined bar of copper.',
                    ['tagGroups'] = {'[[Metal]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CopperBarItem',
                    ['typeID'] = '277',
        },
        ['Copper Concentrate'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Copper ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.',
                    ['tagGroups'] = {'[[Concentrated Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '20',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CopperConcentrateItem',
                    ['typeID'] = '278',
        },
        ['Copper Ore'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Unrefined ore with traces of copper.',
                    ['tagGroups'] = {'[[Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '22',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CopperOreItem',
                    ['typeID'] = '279',
        },
        ['Copper Pipe'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A pipe for transporting liquids.',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CopperPipeItem',
                    ['typeID'] = '79',
        },
        ['Copper Wiring'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A length of copper conductive wire useful for a variety of purposes.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CopperWiringItem',
                    ['typeID'] = '530',
        },
        ['Corn'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A warmly colored kernel studded vegetable.',
                    ['tagGroups'] = {'[[Crop]]', '[[Vegetable]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '230.0',
                    ['carbs'] = '5.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '3.0',
                    ['density'] = '3.9',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CornItem',
                    ['typeID'] = '428',
        },
        ['Corn Fritters'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'These deep fried corn treats are both crispy and delicious.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '500.0',
                    ['carbs'] = '15.0',
                    ['protein'] = '7.0',
                    ['fat'] = '17.0',
                    ['vitamins'] = '8.0',
                    ['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,
                    ['type'] = 'CornFrittersItem',
                    ['typeID'] = '429',
        },
        ['Corn Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow corn.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CornSeedItem',
                    ['typeID'] = '689',
        },
        ['Corn Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow corn.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CornSeedPackItem',
                    ['typeID'] = '690',
        },
        ['Corn Starch'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Obtained from the endosperm of the kernal, cornstarch can be used as a thickening agent for sauces.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '10.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CornStarchItem',
                    ['typeID'] = '431',
        },
        ['Cornmeal'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Dried and ground corn; it\'s like a courser flour.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '60.0',
                    ['carbs'] = '9.0',
                    ['protein'] = '3.0',
                    ['fat'] = '3.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CornmealItem',
                    ['typeID'] = '430',
        },
        ['Corrugated Steel'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Especially useful for industrial buildings.',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CorrugatedSteelItem',
                    ['typeID'] = '280',
        },
        ['Couch'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A sweet couch to lounge on. Now with room for your friends!',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CouchItem',
                    ['typeID'] = '1045',
        },
        ['Court'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A court where laws are decided.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '6 X 3 X 6',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CourtItem',
                    ['typeID'] = '95',
        },
        ['Coyote Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead coyote.',
                    ['tagGroups'] = {'[[Small Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CoyoteCarcassItem',
                    ['typeID'] = '531',
        },
        ['Crab Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead crab.',
                    ['tagGroups'] = {'[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CrabCarcassItem',
                    ['typeID'] = '532',
        },
        ['Crane'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Allows the placement and transport of materials in an area.',
                    ['tagGroups'] = {'[[Construction]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Polluter]]', '[[Vehicles]]', '[[Product]]'},
                    ['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'] = '[[Liquid Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CraneItem',
                    ['typeID'] = '101',
        },
        ['Creosote Bush Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow creosote bushes.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CreosoteBushSeedItem',
                    ['typeID'] = '691',
        },
        ['Creosote Bush Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow creosote bushes.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CreosoteBushSeedPackItem',
                    ['typeID'] = '692',
        },
        ['Crimini Mushroom Spores'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow crimini mushrooms.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'CriminiMushroomSporesItem',
                    ['typeID'] = '693',
        },
        ['Crimini Mushroom Spores Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow crimini mushrooms.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CriminiMushroomSporesPackItem',
                    ['typeID'] = '694',
        },
        ['Crimini Mushrooms'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Edible mushrooms that are quite tasty.',
                    ['tagGroups'] = {'[[Crop]]', '[[Fungus]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '200.0',
                    ['carbs'] = '2.0',
                    ['protein'] = '4.0',
                    ['fat'] = '1.0',
                    ['vitamins'] = '1.0',
                    ['density'] = '4.0',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CriminiMushroomsItem',
                    ['typeID'] = '432',
        },
        ['Crimson Salad'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Just in case you want to eat red things without eating meat.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.4',
                    ['calories'] = '1100.0',
                    ['carbs'] = '15.0',
                    ['protein'] = '9.0',
                    ['fat'] = '12.0',
                    ['vitamins'] = '20.0',
                    ['density'] = '5.1',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CrimsonSaladItem',
                    ['typeID'] = '433',
        },
        ['Crispy Bacon'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Give me all the bacon and eggs you have.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '600.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '18.0',
                    ['fat'] = '26.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '7.3',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CrispyBaconItem',
                    ['typeID'] = '434',
        },
        ['Crushed Basalt'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Basalt rocks that have been crushed into a fine gravel.',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CrushedBasaltItem',
                    ['typeID'] = '281',
        },
        ['Crushed Coal'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['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,
                    ['type'] = 'CrushedCoalItem',
                    ['typeID'] = '282',
        },
        ['Crushed Copper Ore'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Crushed copper ore that is ready to be concentrated.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CrushedCopperOreItem',
                    ['typeID'] = '283',
        },
        ['Crushed Gneiss'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Gneiss rocks that have been crushed into a fine gravel.',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CrushedGneissItem',
                    ['typeID'] = '284',
        },
        ['Crushed Gold Ore'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Crushed gold ore that is ready to be concentrated.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CrushedGoldOreItem',
                    ['typeID'] = '285',
        },
        ['Crushed Granite'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Granite rocks that have been crushed into a fine gravel.',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Silica]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CrushedGraniteItem',
                    ['typeID'] = '286',
        },
        ['Crushed Iron Ore'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Crushed iron ore that is ready to be concentrated.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CrushedIronOreItem',
                    ['typeID'] = '287',
        },
        ['Crushed Limestone'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Limestone rocks that have been crushed into a fine gravel.',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CrushedLimestoneItem',
                    ['typeID'] = '288',
        },
        ['Crushed Oil Shale'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['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,
                    ['type'] = 'CrushedOilShaleItem',
                    ['typeID'] = '289',
        },
        ['Crushed Sandstone'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Sandstone rocks that have been crushed into a fine gravel.',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Silica]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CrushedSandstoneItem',
                    ['typeID'] = '290',
        },
        ['Crushed Shale'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Shale rocks that have been crushed into a fine gravel.',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CrushedShaleItem',
                    ['typeID'] = '291',
        },
        ['Crushed Slag'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Slag that has been crushed into a fine gravel.',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CrushedSlagItem',
                    ['typeID'] = '292',
        },
        ['Crushed Stone'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'CrushedStoneItem',
                    ['typeID'] = '293',
        },
        ['Culinary Research Paper Advanced'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Advanced  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CulinaryResearchPaperAdvancedItem',
                    ['typeID'] = '533',
        },
        ['Culinary Research Paper Basic'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Basic  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CulinaryResearchPaperBasicItem',
                    ['typeID'] = '534',
        },
        ['Culinary Research Paper Modern'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Modern  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CulinaryResearchPaperModernItem',
                    ['typeID'] = '535',
        },
        ['Currency Exchange'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Allows players to exchange currency.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1.5',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CurrencyExchangeItem',
                    ['typeID'] = '1046',
        },
        ['Cutting Edge Cooking Modern Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'CuttingEdgeCookingUpgradeItem',
                    ['typeID'] = '631',
        },
        ['Cutting Edge Cooking Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Cutting Edge Cooking Skill Scrolls that teach Cutting Edge Cooking',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'CuttingEdgeCookingSkillBook',
                    ['typeID'] = '799',
        },
        ['Cutting Edge Cooking Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Cutting Edge Cooking',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'CuttingEdgeCookingSkillScroll',
                    ['typeID'] = '800',
        },
        ['Deer Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead deer.',
                    ['tagGroups'] = {'[[Medium Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '3',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'DeerCarcassItem',
                    ['typeID'] = '536',
        },
        ['Dendrology Research Paper Advanced'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Advanced  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'DendrologyResearchPaperAdvancedItem',
                    ['typeID'] = '537',
        },
        ['Dendrology Research Paper Basic'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Basic  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'DendrologyResearchPaperBasicItem',
                    ['typeID'] = '538',
        },
        ['Dendrology Research Paper Modern'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Modern  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'DendrologyResearchPaperModernItem',
                    ['typeID'] = '539',
        },
        ['Derpy Hat'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Dorky sombrero that doesn\'t fit anyone. You feel embarrassed to wear it.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'DerpyHatItem',
                    ['typeID'] = '351',
        },
        ['Dev Flood Tool'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'Flood fixing tool! Left click to remove the top water layer. (Target a wall touching water).',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'DevFloodToolItem',
                    ['typeID'] = '63',
        },
        ['Dev Tool'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'DOES CHEATER THINGS THROUGH CHEATING POWERS',
                    ['tagGroups'] = {'[[Construction]]', '[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'DevtoolItem',
                    ['typeID'] = '64',
        },
        ['Dirt'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['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,
                    ['type'] = 'DirtItem',
                    ['typeID'] = '72',
        },
        ['Dirt Ramp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'Road Items',
                    ['description'] = '4 x 1 Dirt Ramp.',
                    ['tagGroups'] = {'[[Road]]', '[[Constructable]]', '[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '60',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '4 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'DirtRampItem',
                    ['typeID'] = '56',
        },
        ['Dirt Road'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = 'A dusty surface formed by tampering dirt with a road tool. It\'s servicable for any wheeled vehicle..',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['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,
                    ['type'] = 'DirtRoadItem',
                    ['typeID'] = '69',
        },
        ['Distribution Station'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['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'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Storage  Container]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '7 X 6 X 7',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '25',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'DistributionStationItem',
                    ['typeID'] = '71',
        },
        ['Door'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A sturdy wooden door. Can be locked for certain players.',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'DoorItem',
                    ['typeID'] = '1047',
        },
        ['Drill'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'A useful tool for prospecting blocks.',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'DrillItem',
                    ['typeID'] = '120',
        },
        ['Dwarf Willow Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow dwarf willow.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'DwarfWillowSeedItem',
                    ['typeID'] = '695',
        },
        ['Dwarf Willow Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow dwarf willow.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'DwarfWillowSeedPackItem',
                    ['typeID'] = '696',
        },
        ['Ecko Statue'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A statue of a dolphin. What could it mean?',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '100',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'EckoStatueItem',
                    ['typeID'] = '1048',
        },
        ['Ecko The Dolphin'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'EckoTheDolphinItem',
                    ['typeID'] = '121',
        },
        ['Ecoylent'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Food',
                    ['description'] = 'A complete meal replacement solution.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0',
                    ['calories'] = '1500.0',
                    ['carbs'] = '500.0',
                    ['protein'] = '500.0',
                    ['fat'] = '500.0',
                    ['vitamins'] = '500.0',
                    ['density'] = '133.3',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'EcoylentItem',
                    ['typeID'] = '435',
        },
        ['Electric Lathe'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An electric powered machine that has a spinning blade to craft a variety of metal products.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '100',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 3 X 7',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 2.7',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElectricLatheItem',
                    ['typeID'] = '1049',
        },
        ['Electric Machinist Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A fancy toolbench that creates equally fancy toys.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '250',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '3 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 2.7',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElectricMachinistTableItem',
                    ['typeID'] = '1050',
        },
        ['Electric Motor'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A motor.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElectricMotorItem',
                    ['typeID'] = '540',
        },
        ['Electric Planer'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A sander and a jointer rolled into one.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '100',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '5 X 5 X 6',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 2.7',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElectricPlanerItem',
                    ['typeID'] = '1051',
        },
        ['Electric Stamping Press'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A tool for shaping or cutting metal by deforming it with a die.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '100',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '5 X 6 X 5',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 2.7',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElectricStampingPressItem',
                    ['typeID'] = '1052',
        },
        ['Electric Wall Lamp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A wall mounted lamp that requires electricity to turn on.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '100',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElectricWallLampItem',
                    ['typeID'] = '1053',
        },
        ['Electric Water Pump'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Pumps water from a source into a pipe network.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Product]]'},
                    ['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'] = '10',
                    ['energyUsed'] = '100',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = {{'[[Water]]', ' 1'}},
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElectricWaterPumpItem',
                    ['typeID'] = '1054',
        },
        ['Electronics Assembly'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A set of machinery to create electronics.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 2.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElectronicsAssemblyItem',
                    ['typeID'] = '1055',
        },
        ['Electronics Modern Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElectronicsUpgradeItem',
                    ['typeID'] = '632',
        },
        ['Electronics Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Electronics Skill Scrolls that teach Electronics',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ElectronicsSkillBook',
                    ['typeID'] = '802',
        },
        ['Electronics Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Electronics',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'ElectronicsSkillScroll',
                    ['typeID'] = '803',
        },
        ['Elk Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead elk.',
                    ['tagGroups'] = {'[[Medium Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '3',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElkCarcassItem',
                    ['typeID'] = '541',
        },
        ['Elk Mount'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A hunting trophy for your house.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.2',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElkMountItem',
                    ['typeID'] = '1056',
        },
        ['Elk Skypiercer'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'You can hear the faint cries of Ecko when this mythical elk antler is held aloft.',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ElkSkypiercerItem',
                    ['typeID'] = '1057',
        },
        ['Elk Taco'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A tasty treat made from corn tortillas and meat.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '650.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '15.0',
                    ['fat'] = '10.0',
                    ['vitamins'] = '14.0',
                    ['density'] = '7.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,
                    ['type'] = 'ElkTacoItem',
                    ['typeID'] = '436',
        },
        ['Elk Wellington'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A prime cut of meat surrounded by pastry.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '1400.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '20.0',
                    ['fat'] = '12.0',
                    ['vitamins'] = '8.0',
                    ['density'] = '3.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,
                    ['type'] = 'ElkWellingtonItem',
                    ['typeID'] = '437',
        },
        ['Engineering Research Paper Advanced'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Advanced  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'EngineeringResearchPaperAdvancedItem',
                    ['typeID'] = '542',
        },
        ['Engineering Research Paper Modern'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Modern  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'EngineeringResearchPaperModernItem',
                    ['typeID'] = '543',
        },
        ['Epoxy'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A useful material for hardening, curing, and other various uses.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'EpoxyItem',
                    ['typeID'] = '544',
        },
        ['Excavator'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Like a Skid Steer but more versatile. Great for high slope excavation.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Polluter]]', '[[Vehicles]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Liquid Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ExcavatorItem',
                    ['typeID'] = '102',
        },
        ['Executive Office'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Elected officials can perform one-time executive actions here.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 2 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '75',
                    ['roomMatReq'] = 'Tier 1',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ExecutiveOfficeItem',
                    ['typeID'] = '100',
        },
        ['Farmers Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic workspace for crafting fertilizer and extracting seeds from crops.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '1 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.2',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FarmersTableItem',
                    ['typeID'] = '1058',
        },
        ['Farming Basic Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Farming recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FarmingUpgradeItem',
                    ['typeID'] = '633',
        },
        ['Farming Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Farming Skill Scrolls that teach Farming',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'FarmingSkillBook',
                    ['typeID'] = '807',
        },
        ['Farming Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Farming',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'FarmingSkillScroll',
                    ['typeID'] = '808',
        },
        ['Fern Campfire Salad'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A myriad of plants that make a healthy and odd blend.',
                    ['tagGroups'] = {'[[Campfire Salad]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '900.0',
                    ['carbs'] = '10.0',
                    ['protein'] = '6.0',
                    ['fat'] = '1.0',
                    ['vitamins'] = '13.0',
                    ['density'] = '3.3',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FernCampfireSaladItem',
                    ['typeID'] = '438',
        },
        ['Fern Spore'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow ferns.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'FernSporeItem',
                    ['typeID'] = '697',
        },
        ['Fern Spore Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow ferns.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FernSporePackItem',
                    ['typeID'] = '698',
        },
        ['Fertilizers Basic Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FertilizersUpgradeItem',
                    ['typeID'] = '634',
        },
        ['Fertilizers Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Fertilizers Skill Scrolls that teach Fertilizers',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'FertilizersSkillBook',
                    ['typeID'] = '810',
        },
        ['Fertilizers Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Fertilizers',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'FertilizersSkillScroll',
                    ['typeID'] = '811',
        },
        ['Fiber Filler'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'A filler ingredient used in a variety of fertilizers.',
                    ['tagGroups'] = {'[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '50',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FiberFillerItem',
                    ['typeID'] = '374',
        },
        ['Fiberglass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'Plastic reinforced with glass fiber strands.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FiberglassItem',
                    ['typeID'] = '545',
        },
        ['Fiddleheads'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A collection of the furled fronds of young ferns; a unique addition to a meal.',
                    ['tagGroups'] = {'[[Crop]]', '[[Greens]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '150.0',
                    ['carbs'] = '2.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '5.0',
                    ['density'] = '5.3',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FiddleheadsItem',
                    ['typeID'] = '439',
        },
        ['Field Campfire Stew'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A thick stew chock-full of meat and charred vegetables. A suprisingly good combination.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '1100.0',
                    ['carbs'] = '5.0',
                    ['protein'] = '12.0',
                    ['fat'] = '9.0',
                    ['vitamins'] = '4.0',
                    ['density'] = '2.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,
                    ['type'] = 'FieldCampfireStewItem',
                    ['typeID'] = '440',
        },
        ['Filmy Fern Spore'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a filmy fern.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'FilmyFernSporeItem',
                    ['typeID'] = '699',
        },
        ['Filmy Fern Spore Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a filmy fern.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FilmyFernSporePackItem',
                    ['typeID'] = '700',
        },
        ['Fir Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Fir log is a type of softwood with a nice piney smell.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Softwood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'FirLogItem',
                    ['typeID'] = '294',
        },
        ['Fir Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a fir tree.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'FirSeedItem',
                    ['typeID'] = '703',
        },
        ['Fir Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a fir tree.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FirSeedPackItem',
                    ['typeID'] = '704',
        },
        ['Fireweed Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow fireweed.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'FireweedSeedItem',
                    ['typeID'] = '701',
        },
        ['Fireweed Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow fireweed.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FireweedSeedPackItem',
                    ['typeID'] = '702',
        },
        ['Fireweed Shoots'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A bitter, brightly colored shoot similar to asparagus.',
                    ['tagGroups'] = {'[[Crop]]', '[[Greens]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '150.0',
                    ['carbs'] = '3.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '4.0',
                    ['density'] = '5.3',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FireweedShootsItem',
                    ['typeID'] = '441',
        },
        ['Fish Trap'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A trap to catch river fish as they swim. It can only be used in fresh water as it\'s too small to catch the larger ocean fish. ',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '4',
                    ['inventoryMaxWeight'] = '15000',
                    ['type'] = 'FishTrapItem',
                    ['typeID'] = '103',
        },
        ['Fishery'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A place to create fishing poles, traps and prepare seafood.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.5',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FisheryItem',
                    ['typeID'] = '1059',
        },
        ['Fishing Pole'] = {
                    ['category'] = '_None',
                    ['group'] = 'Tools',
                    ['description'] = 'A wooden pole attached to a line and hook. Used to catch fish from rivers and the ocean.',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'FishingPoleItem',
                    ['typeID'] = '122',
        },
        ['Fit Torso'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Torso',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'FitTorsoItem',
                    ['typeID'] = '337',
        },
        ['Flat Steel'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Coated with a layer of epoxy, this steel refuses to rust.',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'FlatSteelItem',
                    ['typeID'] = '295',
        },
        ['Flatbread'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Without any leavening the flatbread isn\'t very puffy. But it\'s still tasty.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '500.0',
                    ['carbs'] = '17.0',
                    ['protein'] = '8.0',
                    ['fat'] = '3.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '5.6',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FlatbreadItem',
                    ['typeID'] = '442',
        },
        ['Flour'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A fine, milled wheat product that\'s useful for all baking.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '50.0',
                    ['carbs'] = '15.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'FlourItem',
                    ['typeID'] = '443',
        },
        ['Fox Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead fox.',
                    ['tagGroups'] = {'[[Small Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FoxCarcassItem',
                    ['typeID'] = '546',
        },
        ['Framed Glass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Glass which was reinforced by a steel frame.',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'FramedGlassItem',
                    ['typeID'] = '296',
        },
        ['Framed Glass Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A beautiful glass door made of steel and glass.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FramedGlassDoorItem',
                    ['typeID'] = '1060',
        },
        ['Fried Camas'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Deep fried Camas. Bit greasy',
                    ['tagGroups'] = {'[[Fried Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '700.0',
                    ['carbs'] = '10.0',
                    ['protein'] = '3.0',
                    ['fat'] = '11.0',
                    ['vitamins'] = '2.0',
                    ['density'] = '3.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,
                    ['type'] = 'FriedCamasItem',
                    ['typeID'] = '444',
        },
        ['Fried Fiddleheads'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Secret\'s in the sauce.',
                    ['tagGroups'] = {'[[Fried Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '700.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '3.0',
                    ['fat'] = '9.0',
                    ['vitamins'] = '2.0',
                    ['density'] = '3.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,
                    ['type'] = 'FriedFiddleheadsItem',
                    ['typeID'] = '445',
        },
        ['Fried Hare Haunches'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Everything is better deep fried.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '700.0',
                    ['carbs'] = '6.0',
                    ['protein'] = '15.0',
                    ['fat'] = '27.0',
                    ['vitamins'] = '4.0',
                    ['density'] = '7.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,
                    ['type'] = 'FriedHareHaunchesItem',
                    ['typeID'] = '446',
        },
        ['Fried Hearts Of Palm'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Secret\'s in the sauce.',
                    ['tagGroups'] = {'[[Fried Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '700.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '3.0',
                    ['fat'] = '7.0',
                    ['vitamins'] = '4.0',
                    ['density'] = '3.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,
                    ['type'] = 'FriedHeartsOfPalmItem',
                    ['typeID'] = '447',
        },
        ['Fried Taro'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Secret\'s in the sauce.',
                    ['tagGroups'] = {'[[Fried Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '700.0',
                    ['carbs'] = '15.0',
                    ['protein'] = '1.0',
                    ['fat'] = '9.0',
                    ['vitamins'] = '1.0',
                    ['density'] = '3.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,
                    ['type'] = 'FriedTaroItem',
                    ['typeID'] = '448',
        },
        ['Fried Tomatoes'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Secret\'s in the sauce.',
                    ['tagGroups'] = {'[[Fried Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '700.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '3.0',
                    ['fat'] = '9.0',
                    ['vitamins'] = '2.0',
                    ['density'] = '3.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,
                    ['type'] = 'FriedTomatoesItem',
                    ['typeID'] = '449',
        },
        ['Fried Vegetables'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '560.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '3.0',
                    ['fat'] = '9.0',
                    ['vitamins'] = '2.0',
                    ['density'] = '4.6',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FriedVegetablesItem',
                    ['typeID'] = '450',
        },
        ['Froth Floatation Cell'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A tool for miners to concentrate ore. The run off produces wet tailings.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '250',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = {{'[[Water]]', ' 0. 3'}},
                    ['fluidsProduced'] = {{'[[Sewage]]', ' 0'}},
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '4 X 4 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FrothFloatationCellItem',
                    ['typeID'] = '1061',
        },
        ['Fruit Muffin'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A soft, slightly sweet bread studded with juicy fruits.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '800.0',
                    ['carbs'] = '5.0',
                    ['protein'] = '5.0',
                    ['fat'] = '4.0',
                    ['vitamins'] = '16.0',
                    ['density'] = '3.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,
                    ['type'] = 'FruitMuffinItem',
                    ['typeID'] = '451',
        },
        ['Fruit Salad'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'While tomatoes are fruits, you don\'t usually put them in fruit salads.',
                    ['tagGroups'] = {'[[Salad]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '900.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '4.0',
                    ['fat'] = '3.0',
                    ['vitamins'] = '19.0',
                    ['density'] = '4.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,
                    ['type'] = 'FruitSaladItem',
                    ['typeID'] = '452',
        },
        ['Fruit Tart'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A sweet pastry that is great for breakfast or anytime you need a quick boost in energy.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.4',
                    ['calories'] = '800.0',
                    ['carbs'] = '14.0',
                    ['protein'] = '5.0',
                    ['fat'] = '9.0',
                    ['vitamins'] = '18.0',
                    ['density'] = '5.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,
                    ['type'] = 'FruitTartItem',
                    ['typeID'] = '453',
        },
        ['Fur Pelt'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A soft, furry pelt.',
                    ['tagGroups'] = {'[[Animal  Skin]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'FurPeltItem',
                    ['typeID'] = '547',
        },
        ['Garbage'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A disgusting pile of garbage. Unpleasant to the eye and a source of ground pollution. Bury underground to help mitigate the effect.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['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,
                    ['type'] = 'GarbageItem',
                    ['typeID'] = '59',
        },
        ['Garden Boots'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'A sturdy pair of rubber footwear designed to provide protection against water, rain, and mud.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'GardenBootsItem',
                    ['typeID'] = '352',
        },
        ['Gasoline'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Refined petroleum useful for fueling machines and generators.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Liquid  Fuel]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '100000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'GasolineItem',
                    ['typeID'] = '297',
        },
        ['Gathering Research Paper Basic'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Basic  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GatheringResearchPaperBasicItem',
                    ['typeID'] = '548',
        },
        ['Gearbox'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'Provides speed and torque conversions from a rotating power source to another device',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GearboxItem',
                    ['typeID'] = '549',
        },
        ['Geology Research Paper Advanced'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Advanced  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GeologyResearchPaperAdvancedItem',
                    ['typeID'] = '550',
        },
        ['Geology Research Paper Basic'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Basic  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GeologyResearchPaperBasicItem',
                    ['typeID'] = '551',
        },
        ['Geology Research Paper Modern'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Modern  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GeologyResearchPaperModernItem',
                    ['typeID'] = '552',
        },
        ['Giant Cactus Fruit'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A bulbous fruit that used to top Saguaro cacti.',
                    ['tagGroups'] = {'[[Crop]]', '[[Fruit]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '100.0',
                    ['carbs'] = '2.0',
                    ['protein'] = '0.0',
                    ['fat'] = '2.0',
                    ['vitamins'] = '4.0',
                    ['density'] = '8.0',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GiantCactusFruitItem',
                    ['typeID'] = '454',
        },
        ['Gigot Sleeve Shirt'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Cool piratey shirt that makes your biceps look bigger than they really are.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'GigotSleeveShirtItem',
                    ['typeID'] = '353',
        },
        ['Glass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A transparent, solid material useful for more than just windows.',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'GlassItem',
                    ['typeID'] = '298',
        },
        ['Glassworking Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GlassworkingAdvancedUpgradeItem',
                    ['typeID'] = '635',
        },
        ['Glassworking Modern Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GlassworkingModernUpgradeItem',
                    ['typeID'] = '636',
        },
        ['Glassworking Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Glassworking Skill Scrolls that teach Glassworking',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'GlassworkingSkillBook',
                    ['typeID'] = '814',
        },
        ['Glassworking Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Glassworking',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'GlassworkingSkillScroll',
                    ['typeID'] = '815',
        },
        ['Gneiss'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A hard rock with some uses in construction. Gneiss is a metamorphic rock formed from previous rock recrystallizing at high pressures and temperatures deep in the earth.',
                    ['tagGroups'] = {'[[Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'GneissItem',
                    ['typeID'] = '299',
        },
        ['Goat Mount'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A hunting trophy for your house.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.2',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GoatMountItem',
                    ['typeID'] = '1062',
        },
        ['Gold Bar'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Refined bar of gold.',
                    ['tagGroups'] = {'[[Metal]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '20',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'GoldBarItem',
                    ['typeID'] = '300',
        },
        ['Gold Concentrate'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Gold ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.',
                    ['tagGroups'] = {'[[Concentrated Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '22',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'GoldConcentrateItem',
                    ['typeID'] = '301',
        },
        ['Gold Flakes'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A highly efficient conductor for delicate electronics.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GoldFlakesItem',
                    ['typeID'] = '553',
        },
        ['Gold Ore'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Unrefined ore with traces of gold.',
                    ['tagGroups'] = {'[[Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '25',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'GoldOreItem',
                    ['typeID'] = '302',
        },
        ['Gold Wiring'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A length of gold conductive wire useful for a variety of purposes.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GoldWiringItem',
                    ['typeID'] = '554',
        },
        ['Government Office'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Elected titles are created and defined at the government office.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '4 X 3 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '75',
                    ['roomMatReq'] = 'Tier 1',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GovernmentOfficeItem',
                    ['typeID'] = '94',
        },
        ['Granite'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block 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!',
                    ['tagGroups'] = {'[[Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'GraniteItem',
                    ['typeID'] = '303',
        },
        ['Grass Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow grass.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'GrassSeedItem',
                    ['typeID'] = '705',
        },
        ['Grass Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow grass.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'GrassSeedPackItem',
                    ['typeID'] = '706',
        },
        ['Hammer'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'Used to construct buildings and pickup manmade objects.',
                    ['tagGroups'] = {'[[Construction]]', '[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'HammerItem',
                    ['typeID'] = '65',
        },
        ['Hand Plow'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A tool that tills the field for farming.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Plow]]', '[[Vehicles]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HandPlowItem',
                    ['typeID'] = '886',
        },
        ['Hardwood Board'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A higher quality hardwood board used for long lasting furniture.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood Board]]', '[[Burnable  Fuel]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '2000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HardwoodBoardItem',
                    ['typeID'] = '555',
        },
        ['Hardwood Hewn Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Hewn Log]]', '[[Burnable  Fuel]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '15',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'HardwoodHewnLogItem',
                    ['typeID'] = '304',
        },
        ['Hardwood Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Can be fashioned into various usable equipment.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Lumber]]', '[[Burnable  Fuel]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'HardwoodLumberItem',
                    ['typeID'] = '305',
        },
        ['Hardwood Lumber Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An early stone bench. Not too comfy but it does the job.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HardwoodLumberBenchItem',
                    ['typeID'] = '1063',
        },
        ['Hardwood Lumber Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A sturdy lumber bench. It doesn\'t feel as wobbly as more basic wooden benches.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HardwoodLumberChairItem',
                    ['typeID'] = '1064',
        },
        ['Hardwood Lumber Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A door made from finely cut lumber.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HardwoodLumberDoorItem',
                    ['typeID'] = '1065',
        },
        ['Hardwood Lumber Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A nice, sturdy lumber chair.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HardwoodLumberTableItem',
                    ['typeID'] = '1066',
        },
        ['Hardy Beard'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'HardyBeardItem',
                    ['typeID'] = '354',
        },
        ['Hare Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead hare.',
                    ['tagGroups'] = {'[[Tiny Fur Carcass]]', '[[Carcass]]', '[[Tiny Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['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,
                    ['type'] = 'HareCarcassItem',
                    ['typeID'] = '556',
        },
        ['Heart Of Palm'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Collected from the inner core and growing bud of a palm tree.',
                    ['tagGroups'] = {'[[Crop]]', '[[Vegetable]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '100.0',
                    ['carbs'] = '4.0',
                    ['protein'] = '2.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '2.0',
                    ['density'] = '8.0',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HeartOfPalmItem',
                    ['typeID'] = '455',
        },
        ['Heat Sink'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A copper plate to draw and disperse heat.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HeatSinkItem',
                    ['typeID'] = '557',
        },
        ['Heliconia Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow heliconia.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'HeliconiaSeedItem',
                    ['typeID'] = '707',
        },
        ['Heliconia Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow heliconia.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HeliconiaSeedPackItem',
                    ['typeID'] = '708',
        },
        ['Henley'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['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?5 buttons. It essentially resembles a collarless polo shirt.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'HenleyItem',
                    ['typeID'] = '355',
        },
        ['Hewn Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic wooden bench.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HewnBenchItem',
                    ['typeID'] = '1067',
        },
        ['Hewn Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '0.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HewnChairItem',
                    ['typeID'] = '1068',
        },
        ['Hewn Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A door made from roughly hewn logs.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HewnDoorItem',
                    ['typeID'] = '1069',
        },
        ['Hewn Hardwood Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic wooden bench.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HewnHardwoodBenchItem',
                    ['typeID'] = '1070',
        },
        ['Hewn Hardwood Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '0.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HewnHardwoodChairItem',
                    ['typeID'] = '1071',
        },
        ['Hewn Hardwood Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large table for placing things on.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HewnHardwoodTableItem',
                    ['typeID'] = '1072',
        },
        ['Hewn Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Hewn Log]]', '[[Burnable  Fuel]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '15',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'HewnLogItem',
                    ['typeID'] = '306',
        },
        ['Hewn Softwood Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic wooden bench.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HewnSoftwoodBenchItem',
                    ['typeID'] = '1073',
        },
        ['Hewn Softwood Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '0.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HewnSoftwoodChairItem',
                    ['typeID'] = '1074',
        },
        ['Hewn Softwood Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large table for placing things on.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HewnSoftwoodTableItem',
                    ['typeID'] = '1075',
        },
        ['Hewn Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large table for placing things on.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HewnTableItem',
                    ['typeID'] = '1076',
        },
        ['Hide Ash Fertilizer'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'A fertilizer made from hide ash and fillers.',
                    ['tagGroups'] = {'[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '50',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HideAshFertilizerItem',
                    ['typeID'] = '375',
        },
        ['Hoe'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'Used to till soil and prepare it for planting.',
                    ['tagGroups'] = {'[[Plow]]', '[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'HoeItem',
                    ['typeID'] = '66',
        },
        ['Huckleberries'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A handfull of small wild berries. I\'m your huckleberry.',
                    ['tagGroups'] = {'[[Crop]]', '[[Fruit]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '150.0',
                    ['carbs'] = '2.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '6.0',
                    ['density'] = '5.3',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HuckleberriesItem',
                    ['typeID'] = '456',
        },
        ['Huckleberry Extract'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A concentrated blast of huckleberry goodness.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '60.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '15.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,
                    ['type'] = 'HuckleberryExtractItem',
                    ['typeID'] = '457',
        },
        ['Huckleberry Pie'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A fantastic combination of flaky crust and scrumptious berries.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.6',
                    ['calories'] = '1300.0',
                    ['carbs'] = '9.0',
                    ['protein'] = '5.0',
                    ['fat'] = '4.0',
                    ['vitamins'] = '16.0',
                    ['density'] = '2.6',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HuckleberryPieItem',
                    ['typeID'] = '458',
        },
        ['Huckleberry Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a huckleberry bush.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'HuckleberrySeedItem',
                    ['typeID'] = '709',
        },
        ['Huckleberry Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a huckleberry bush.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'HuckleberrySeedPackItem',
                    ['typeID'] = '710',
        },
        ['Human Limbs'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Limbs',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'HumanLimbsItem',
                    ['typeID'] = '338',
        },
        ['Hydrocolloids'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Used to make collids for bursts of flavor.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '10.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'HydrocolloidsItem',
                    ['typeID'] = '459',
        },
        ['Hydrometer'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'Measures the water content of the environment.',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'HydrometerItem',
                    ['typeID'] = '67',
        },
        ['Icebox'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A box of ice. It\'s in the name!',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Storage  Container]]', '[[Product]]'},
                    ['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'] = '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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '8',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'IceboxItem',
                    ['typeID'] = '1077',
        },
        ['Industry Modern Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Industry recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'IndustryUpgradeItem',
                    ['typeID'] = '637',
        },
        ['Industry Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Industry Skill Scrolls that teach Industry',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'IndustrySkillBook',
                    ['typeID'] = '819',
        },
        ['Industry Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Industry',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'IndustrySkillScroll',
                    ['typeID'] = '820',
        },
        ['Infused Oil'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Oil infused with flavor to enhance it.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '120.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '12.0',
                    ['vitamins'] = '3.0',
                    ['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,
                    ['type'] = 'InfusedOilItem',
                    ['typeID'] = '460',
        },
        ['Iron Axe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A broadheaded axe useful for felling trees.',
                    ['tagGroups'] = {'[[Tool]]', '[[Logging]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'IronAxeItem',
                    ['typeID'] = '852',
        },
        ['Iron Axle'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A rotating iron rod that can be fixed to wheels for use in vehicles.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'IronAxleItem',
                    ['typeID'] = '558',
        },
        ['Iron Bar'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Refined bar of iron.',
                    ['tagGroups'] = {'[[Metal]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'IronBarItem',
                    ['typeID'] = '307',
        },
        ['Iron Concentrate'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Iron ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.',
                    ['tagGroups'] = {'[[Concentrated Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '18',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'IronConcentrateItem',
                    ['typeID'] = '308',
        },
        ['Iron Gear'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A toothed machine part that interlocks with others.',
                    ['tagGroups'] = {'[[Gear]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'IronGearItem',
                    ['typeID'] = '559',
        },
        ['Iron Hammer'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'Used to construct buildings and pickup manmade objects.',
                    ['tagGroups'] = {'[[Tool]]', '[[Construction]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'IronHammerItem',
                    ['typeID'] = '853',
        },
        ['Iron Hoe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'Used to till soil and prepare it for planting.',
                    ['tagGroups'] = {'[[Tool]]', '[[Plow]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'IronHoeItem',
                    ['typeID'] = '854',
        },
        ['Iron Machete'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A machete used to quickly clear plants.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'IronMacheteItem',
                    ['typeID'] = '855',
        },
        ['Iron Ore'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Unrefined ore with traces of iron.',
                    ['tagGroups'] = {'[[Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '20',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'IronOreItem',
                    ['typeID'] = '309',
        },
        ['Iron Pickaxe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
                    ['tagGroups'] = {'[[Tool]]', '[[Excavation]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'IronPickaxeItem',
                    ['typeID'] = '856',
        },
        ['Iron Pipe'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A pipe for transporting liquids.',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'IronPipeItem',
                    ['typeID'] = '77',
        },
        ['Iron Plate'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A solid iron plate for use in various crafting recipes.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'IronPlateItem',
                    ['typeID'] = '560',
        },
        ['Iron Rock Drill'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A useful tool for prospecting blocks.',
                    ['tagGroups'] = {'[[Tool]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'IronRockDrillItem',
                    ['typeID'] = '857',
        },
        ['Iron Saw Blade'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A disc shaped iron saw that can be attached to rotary machines to shape wood products.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'IronSawBladeItem',
                    ['typeID'] = '561',
        },
        ['Iron Shovel'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                    ['tagGroups'] = {'[[Tool]]', '[[Excavation]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'IronShovelItem',
                    ['typeID'] = '858',
        },
        ['Iron Sickle'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'An iron sickle used to harvest crops or cut grass.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'IronSickleItem',
                    ['typeID'] = '859',
        },
        ['Iron Wheel'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A sturdy iron wheel that can support heavier vehicles than early wooden wheels.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'IronWheelItem',
                    ['typeID'] = '562',
        },
        ['IronPiston'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A moving component that transfers force. Can also function as a valve occasionally.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PistonItem',
                    ['typeID'] = '580',
        },
        ['Jaguar Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead Jaguar.',
                    ['tagGroups'] = {'[[Medium Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'JaguarCarcassItem',
                    ['typeID'] = '563',
        },
        ['Jaw Crusher'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A heavy duty machine that uses compressive force to crush rocks into a fine gravel.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '1000',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '3 X 2 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'JawCrusherItem',
                    ['typeID'] = '1078',
        },
        ['Jointfir Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a jointfir.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'JointfirSeedItem',
                    ['typeID'] = '711',
        },
        ['Jointfir Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a jointfir.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'JointfirSeedPackItem',
                    ['typeID'] = '712',
        },
        ['Joshua Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Joshua log is a basic wood log, harvested from one of the few species of trees that thrive in the desert',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'JoshuaLogItem',
                    ['typeID'] = '310',
        },
        ['Joshua Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a joshua tree.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'JoshuaSeedItem',
                    ['typeID'] = '713',
        },
        ['Joshua Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a joshua tree.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'JoshuaSeedPackItem',
                    ['typeID'] = '714',
        },
        ['Jungle Campfire Salad'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A myriad of plants that make a healthy and odd blend.',
                    ['tagGroups'] = {'[[Campfire Salad]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '900.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '4.0',
                    ['fat'] = '3.0',
                    ['vitamins'] = '11.0',
                    ['density'] = '3.3',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'JungleCampfireSaladItem',
                    ['typeID'] = '461',
        },
        ['Jungle Campfire Stew'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A thick stew chock-full of meat and charred vegetables. A suprisingly good combination.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '1100.0',
                    ['carbs'] = '6.0',
                    ['protein'] = '11.0',
                    ['fat'] = '8.0',
                    ['vitamins'] = '5.0',
                    ['density'] = '2.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,
                    ['type'] = 'JungleCampfireStewItem',
                    ['typeID'] = '462',
        },
        ['Kelp'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'Some creepy kelp.',
                    ['tagGroups'] = {'[[Natural Fiber]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'KelpItem',
                    ['typeID'] = '564',
        },
        ['Kelp Seed'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow kelp.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'KelpSeedItem',
                    ['typeID'] = '715',
        },
        ['Kelp Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow kelp.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'KelpSeedPackItem',
                    ['typeID'] = '716',
        },
        ['Kiln'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Useful for baking bricks and finishing pottery.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 0.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'KilnItem',
                    ['typeID'] = '1079',
        },
        ['King Fern Spore'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow king fern.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'KingFernSporeItem',
                    ['typeID'] = '717',
        },
        ['King Fern Spore Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow king fern.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'KingFernSporePackItem',
                    ['typeID'] = '718',
        },
        ['Kitchen'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A prep area for food which allows for more complex dishes.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['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'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 1.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'KitchenItem',
                    ['typeID'] = '1080',
        },
        ['Laboratory'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'For researching the science side of cooking. Science rules!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '10',
                    ['energyUsed'] = '250',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = {{'[[Water]]', ' 0. 3'}},
                    ['fluidsProduced'] = {{'[[Sewage]]', ' 0'}},
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 2.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LaboratoryItem',
                    ['typeID'] = '1081',
        },
        ['Land Claim Papers'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'Papers giving you the right to claim a plot of land. Use them with a Land Claim Stake.',
                    ['tagGroups'] = {'[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PropertyClaimItem',
                    ['typeID'] = '33',
        },
        ['Land Claim Stake'] = {
                    ['category'] = 'Tools',
                    ['group'] = 'Tools',
                    ['description'] = 'Used to claim, unclaim, and examine property.  When claiming: - Hold Ctrl to create a new deed. - Hold Shift to choose from nearby deeds. When unclaiming: - Hold Ctrl to unclaim an entire deed. - Hold Shift to move plot to a nearby deed.',
                    ['tagGroups'] = {'[[Tool]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'PropertyToolItem',
                    ['typeID'] = '125',
        },
        ['Large Corrugated Steel Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '1 X 4 X 5',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeCorrugatedSteelDoorItem',
                    ['typeID'] = '1082',
        },
        ['Large Hanging Ashlar Basalt Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingAshlarBasaltSignItem',
                    ['typeID'] = '1083',
        },
        ['Large Hanging Ashlar Gneiss Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingAshlarGneissSignItem',
                    ['typeID'] = '1084',
        },
        ['Large Hanging Ashlar Granite Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingAshlarGraniteSignItem',
                    ['typeID'] = '1085',
        },
        ['Large Hanging Ashlar Limestone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingAshlarLimestoneSignItem',
                    ['typeID'] = '1086',
        },
        ['Large Hanging Ashlar Sandstone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingAshlarSandstoneSignItem',
                    ['typeID'] = '1087',
        },
        ['Large Hanging Ashlar Shale Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingAshlarShaleSignItem',
                    ['typeID'] = '1088',
        },
        ['Large Hanging Ashlar Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingAshlarStoneSignItem',
                    ['typeID'] = '1089',
        },
        ['Large Hanging Birch Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingBirchSignItem',
                    ['typeID'] = '1090',
        },
        ['Large Hanging Cedar Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingCedarSignItem',
                    ['typeID'] = '1091',
        },
        ['Large Hanging Ceiba Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingCeibaSignItem',
                    ['typeID'] = '1092',
        },
        ['Large Hanging Fir Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingFirSignItem',
                    ['typeID'] = '1093',
        },
        ['Large Hanging Hardwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingHardwoodSignItem',
                    ['typeID'] = '1094',
        },
        ['Large Hanging Joshua Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingJoshuaSignItem',
                    ['typeID'] = '1095',
        },
        ['Large Hanging Lumber Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingLumberSignItem',
                    ['typeID'] = '1096',
        },
        ['Large Hanging Mortared Granite Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingMortaredGraniteSignItem',
                    ['typeID'] = '1097',
        },
        ['Large Hanging Mortared Limestone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingMortaredLimestoneSignItem',
                    ['typeID'] = '1098',
        },
        ['Large Hanging Mortared Sandstone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingMortaredSandstoneSignItem',
                    ['typeID'] = '1099',
        },
        ['Large Hanging Mortared Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingMortaredStoneSignItem',
                    ['typeID'] = '1100',
        },
        ['Large Hanging Oak Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingOakSignItem',
                    ['typeID'] = '1101',
        },
        ['Large Hanging Palm Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingPalmSignItem',
                    ['typeID'] = '1102',
        },
        ['Large Hanging Redwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingRedwoodSignItem',
                    ['typeID'] = '1103',
        },
        ['Large Hanging Saguaro Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingSaguaroSignItem',
                    ['typeID'] = '1104',
        },
        ['Large Hanging Softwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingSoftwoodSignItem',
                    ['typeID'] = '1105',
        },
        ['Large Hanging Spruce Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingSpruceSignItem',
                    ['typeID'] = '1106',
        },
        ['Large Hanging Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeHangingStoneSignItem',
                    ['typeID'] = '1107',
        },
        ['Large Hanging Wood Sign'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[Product]]'},
                    ['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,
                    ['type'] = 'LargeHangingWoodSignItem',
                    ['typeID'] = '565',
        },
        ['Large Lumber Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '4 X 4 X 5',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeLumberDoorItem',
                    ['typeID'] = '1108',
        },
        ['Large Lumber Stockpile'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Designates a 10x10x10 area as storage for large items.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Product]]'},
                    ['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'] = '12 X 11 X 12',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '100',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeLumberStockpileItem',
                    ['typeID'] = '104',
        },
        ['Large Standing Ashlar Basalt Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingAshlarBasaltSignItem',
                    ['typeID'] = '1109',
        },
        ['Large Standing Ashlar Gneiss Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingAshlarGneissSignItem',
                    ['typeID'] = '1110',
        },
        ['Large Standing Ashlar Granite Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingAshlarGraniteSignItem',
                    ['typeID'] = '1111',
        },
        ['Large Standing Ashlar Limestone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingAshlarLimestoneSignItem',
                    ['typeID'] = '1112',
        },
        ['Large Standing Ashlar Sandstone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingAshlarSandstoneSignItem',
                    ['typeID'] = '1113',
        },
        ['Large Standing Ashlar Shale Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingAshlarShaleSignItem',
                    ['typeID'] = '1114',
        },
        ['Large Standing Ashlar Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingAshlarStoneSignItem',
                    ['typeID'] = '1115',
        },
        ['Large Standing Birch Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingBirchSignItem',
                    ['typeID'] = '1116',
        },
        ['Large Standing Cedar Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingCedarSignItem',
                    ['typeID'] = '1117',
        },
        ['Large Standing Ceiba Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingCeibaSignItem',
                    ['typeID'] = '1118',
        },
        ['Large Standing Fir Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingFirSignItem',
                    ['typeID'] = '1119',
        },
        ['Large Standing Hardwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingHardwoodSignItem',
                    ['typeID'] = '1120',
        },
        ['Large Standing Joshua Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingJoshuaSignItem',
                    ['typeID'] = '1121',
        },
        ['Large Standing Lumber Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingLumberSignItem',
                    ['typeID'] = '1122',
        },
        ['Large Standing Mortared Granite Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingMortaredGraniteSignItem',
                    ['typeID'] = '1123',
        },
        ['Large Standing Mortared Limestone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingMortaredLimestoneSignItem',
                    ['typeID'] = '1124',
        },
        ['Large Standing Mortared Sandstone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingMortaredSandstoneSignItem',
                    ['typeID'] = '1125',
        },
        ['Large Standing Mortared Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingMortaredStoneSignItem',
                    ['typeID'] = '1126',
        },
        ['Large Standing Oak Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingOakSignItem',
                    ['typeID'] = '1127',
        },
        ['Large Standing Palm Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingPalmSignItem',
                    ['typeID'] = '1128',
        },
        ['Large Standing Redwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingRedwoodSignItem',
                    ['typeID'] = '1129',
        },
        ['Large Standing Saguaro Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingSaguaroSignItem',
                    ['typeID'] = '1130',
        },
        ['Large Standing Softwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingSoftwoodSignItem',
                    ['typeID'] = '1131',
        },
        ['Large Standing Spruce Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingSpruceSignItem',
                    ['typeID'] = '1132',
        },
        ['Large Standing Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeStandingStoneSignItem',
                    ['typeID'] = '1133',
        },
        ['Large Standing Wood Sign'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[Product]]'},
                    ['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,
                    ['type'] = 'LargeStandingWoodSignItem',
                    ['typeID'] = '566',
        },
        ['Large Windowed Lumber Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '4 X 4 X 5',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LargeWindowedLumberDoorItem',
                    ['typeID'] = '1134',
        },
        ['Laser'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'AVOID DIRECT EYE EXPOSURE',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '6000',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '5 X 4 X 5',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LaserItem',
                    ['typeID'] = '1135',
        },
        ['Lathe'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'Modules',
                    ['description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                    ['tagGroups'] = {'[[Modules]]', '[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '5',
                    ['energyUsed'] = '200',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Mechanical',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '1 X 2 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 1.7',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LatheItem',
                    ['typeID'] = '1136',
        },
        ['Lattice Mushroom Spores'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow lattice mushrooms.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'LatticeMushroomSporesItem',
                    ['typeID'] = '719',
        },
        ['Lattice Mushroom Spores Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow lattice mushrooms.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LatticeMushroomSporesPackItem',
                    ['typeID'] = '720',
        },
        ['Leather Hide'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A thick hide.',
                    ['tagGroups'] = {'[[Animal  Skin]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LeatherHideItem',
                    ['typeID'] = '567',
        },
        ['Leavened Dough'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Leavened dough with added yeast that rises when baked.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.8',
                    ['calories'] = '10.0',
                    ['carbs'] = '6.0',
                    ['protein'] = '18.0',
                    ['fat'] = '13.0',
                    ['vitamins'] = '5.0',
                    ['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,
                    ['type'] = 'LeavenedDoughItem',
                    ['typeID'] = '463',
        },
        ['Light Backpack'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Smaller than your standard three-day backpack. You can\'t fit that much inside, but that makes you more agile.  Increases movement speed and increases max carry weight by 5 kg.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'LightBackpackItem',
                    ['typeID'] = '356',
        },
        ['Light Bulb'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'An electric light with a wire filament.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LightBulbItem',
                    ['typeID'] = '568',
        },
        ['Limestone'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A hard rock useful for construction and industrial processes. Limestone is sedimentary, forming mostly from the fallen compacted remains of marine organisms.',
                    ['tagGroups'] = {'[[Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'LimestoneItem',
                    ['typeID'] = '311',
        },
        ['Limestone Bison Statue'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A bison statue carved from limestone.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.3',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 3 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LimestoneBisonStatueItem',
                    ['typeID'] = '1138',
        },
        ['Limestone Otter Statue'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An otter statue carved from limestone.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LimestoneOtterStatueItem',
                    ['typeID'] = '1139',
        },
        ['Limestone Owl Statue'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An owl statue carved from limestone.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LimestoneOwlStatueItem',
                    ['typeID'] = '1140',
        },
        ['Limestone Wolf Statue'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A wolf statue carved from limestone.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LimestoneWolfStatueItem',
                    ['typeID'] = '1141',
        },
        ['Liquid Converter'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Example crafting table that uses liquids.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = {{'[[Water]]', ' 1'}},
                    ['fluidsProduced'] = {{'[[Sewage]]', ' 0'}},
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LiquidCrafterItem',
                    ['typeID'] = '105',
        },
        ['Liquid Nitrogen'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Useful for a quick chilling.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '10.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'LiquidNitrogenItem',
                    ['typeID'] = '464',
        },
        ['Log'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = 'A stack of logs.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Block]]', '[[Object]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['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'] = '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,
                    ['type'] = 'LogItem',
                    ['typeID'] = '312',
        },
        ['Logging Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LoggingAdvancedUpgradeItem',
                    ['typeID'] = '638',
        },
        ['Logging Basic Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Logging recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LoggingBasicUpgradeItem',
                    ['typeID'] = '639',
        },
        ['Logic Gate Item'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = '',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LogicGateItem',
                    ['typeID'] = '1',
        },
        ['Low Top Shoes'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Basic, ordinary, every day, run of the mill, nondescript, conventional, commonplace, humdrum, standard, middle-of-the-road, garden-variety low-top shoes.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'LowTopShoesItem',
                    ['typeID'] = '357',
        },
        ['Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Can be fashioned into various usable equipment.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Lumber]]', '[[Burnable  Fuel]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'LumberItem',
                    ['typeID'] = '313',
        },
        ['Lumber Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A sturdy lumber bench. It doesn\'t feel as wobbly as more basic wooden benches.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LumberBenchItem',
                    ['typeID'] = '1142',
        },
        ['Lumber Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A nice, sturdy lumber chair.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LumberChairItem',
                    ['typeID'] = '1143',
        },
        ['Lumber Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A door made from finely cut lumber.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LumberDoorItem',
                    ['typeID'] = '1144',
        },
        ['Lumber Stockpile'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Designates a 8x8x8 area as storage for large items.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Product]]'},
                    ['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'] = '10 X 9 X 10',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '64',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LumberStockpileItem',
                    ['typeID'] = '106',
        },
        ['Lumber Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A nice, sturdy lumber table.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LumberTableItem',
                    ['typeID'] = '1145',
        },
        ['Lupine Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow lupine.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'LupineSeedItem',
                    ['typeID'] = '721',
        },
        ['Lupine Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow lupine.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LupineSeedPackItem',
                    ['typeID'] = '722',
        },
        ['Macaroons'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A small circular biscuit with a sweet huckleberry filling.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '850.0',
                    ['carbs'] = '16.0',
                    ['protein'] = '7.0',
                    ['fat'] = '14.0',
                    ['vitamins'] = '10.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,
                    ['type'] = 'MacaroonsItem',
                    ['typeID'] = '465',
        },
        ['Machinist Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'Modules',
                    ['description'] = 'A fancy tool bench that creates equally fancy toys.',
                    ['tagGroups'] = {'[[Modules]]', '[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 1.7',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MachinistTableItem',
                    ['typeID'] = '1146',
        },
        ['Maltodextrin'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'For powdering high-fat liquids.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '10.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'MaltodextrinItem',
                    ['typeID'] = '466',
        },
        ['Masonry Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MasonryAdvancedUpgradeItem',
                    ['typeID'] = '640',
        },
        ['Masonry Basic Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MasonryBasicUpgradeItem',
                    ['typeID'] = '641',
        },
        ['Masonry Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Masonry Skill Scrolls that teach Masonry',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'MasonrySkillBook',
                    ['typeID'] = '824',
        },
        ['Masonry Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Masonry',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'MasonrySkillScroll',
                    ['typeID'] = '825',
        },
        ['Masonry Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A workstation for hewing and shaping stone into usable objects.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.2',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MasonryTableItem',
                    ['typeID'] = '1147',
        },
        ['Meat Pie'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Much like a huckleberry pie, but filled to the brim with succulent meat.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.6',
                    ['calories'] = '1300.0',
                    ['carbs'] = '7.0',
                    ['protein'] = '11.0',
                    ['fat'] = '11.0',
                    ['vitamins'] = '5.0',
                    ['density'] = '2.6',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MeatPieItem',
                    ['typeID'] = '467',
        },
        ['Meat Stock'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A meaty stock made from the flesh of animals.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.8',
                    ['calories'] = '700.0',
                    ['carbs'] = '5.0',
                    ['protein'] = '8.0',
                    ['fat'] = '9.0',
                    ['vitamins'] = '3.0',
                    ['density'] = '3.6',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MeatStockItem',
                    ['typeID'] = '468',
        },
        ['Meaty Stew'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A thick meaty stew. A great source of protein.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '1100.0',
                    ['carbs'] = '4.0',
                    ['protein'] = '13.0',
                    ['fat'] = '10.0',
                    ['vitamins'] = '3.0',
                    ['density'] = '2.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,
                    ['type'] = 'MeatyStewItem',
                    ['typeID'] = '469',
        },
        ['Mechanical Water Pump'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Pumps water from a source into a pipe network.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Product]]'},
                    ['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'] = '5',
                    ['energyUsed'] = '200',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Mechanical',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = {{'[[Water]]', ' 1'}},
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MechanicalWaterPumpItem',
                    ['typeID'] = '1148',
        },
        ['Mechanics Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Mechanics recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MechanicsAdvancedUpgradeItem',
                    ['typeID'] = '642',
        },
        ['Mechanics Modern Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Mechanics recipes',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MechanicsModernUpgradeItem',
                    ['typeID'] = '643',
        },
        ['Mechanics Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Mechanics Skill Scrolls that teach Mechanics',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'MechanicsSkillBook',
                    ['typeID'] = '827',
        },
        ['Mechanics Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Mechanics',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'MechanicsSkillScroll',
                    ['typeID'] = '828',
        },
        ['Metallurgy Research Paper Advanced'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Advanced  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MetallurgyResearchPaperAdvancedItem',
                    ['typeID'] = '569',
        },
        ['Metallurgy Research Paper Basic'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Basic  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MetallurgyResearchPaperBasicItem',
                    ['typeID'] = '570',
        },
        ['Metallurgy Research Paper Modern'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Modern  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MetallurgyResearchPaperModernItem',
                    ['typeID'] = '571',
        },
        ['Meteor Shard'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'Thanks for supporting ECO!',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'MeteorShardItem',
                    ['typeID'] = '23',
        },
        ['Milk'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Food',
                    ['description'] = 'Milk, although maybe not from an animal.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '120.0',
                    ['carbs'] = '3.0',
                    ['protein'] = '10.0',
                    ['fat'] = '7.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '16.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,
                    ['type'] = 'MilkItem',
                    ['typeID'] = '470',
        },
        ['Mill'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Refines food resources by crushing them under a stone millstone.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['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'] = '5',
                    ['energyUsed'] = '200',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Mechanical',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MillItem',
                    ['typeID'] = '1149',
        },
        ['Milling Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Milling recipes',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MillingUpgradeItem',
                    ['typeID'] = '644',
        },
        ['Milling Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Milling Skill Scrolls that teach Milling',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'MillingSkillBook',
                    ['typeID'] = '830',
        },
        ['Milling Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Milling',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'MillingSkillScroll',
                    ['typeID'] = '831',
        },
        ['Mining Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MiningAdvancedUpgradeItem',
                    ['typeID'] = '645',
        },
        ['Mining Basic Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Mining recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MiningBasicUpgradeItem',
                    ['typeID'] = '646',
        },
        ['Mining Modern Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Mining recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MiningModernUpgradeItem',
                    ['typeID'] = '647',
        },
        ['Mint'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Allows for the creation of currency.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '4 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1.2',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MintItem',
                    ['typeID'] = '107',
        },
        ['Modern Axe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A broadheaded axe useful for felling trees.',
                    ['tagGroups'] = {'[[Tool]]', '[[Logging]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ModernAxeItem',
                    ['typeID'] = '860',
        },
        ['Modern Double Street Light'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A towering metal light post that requires electricity to run.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '200',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 7 X 5',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ModernDoubleStreetLightItem',
                    ['typeID'] = '1150',
        },
        ['Modern Hammer'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'Used to construct buildings and pickup manmade objects.',
                    ['tagGroups'] = {'[[Tool]]', '[[Construction]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ModernHammerItem',
                    ['typeID'] = '861',
        },
        ['Modern Hoe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'Used to till soil and prepare it for planting.',
                    ['tagGroups'] = {'[[Tool]]', '[[Plow]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ModernHoeItem',
                    ['typeID'] = '862',
        },
        ['Modern Machete'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A machete used to quickly clear plants. Has a large AoE with each swing.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ModernMacheteItem',
                    ['typeID'] = '863',
        },
        ['Modern Pickaxe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
                    ['tagGroups'] = {'[[Tool]]', '[[Excavation]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ModernPickaxeItem',
                    ['typeID'] = '864',
        },
        ['Modern Rock Drill'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A useful tool for prospecting blocks.',
                    ['tagGroups'] = {'[[Tool]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ModernRockDrillItem',
                    ['typeID'] = '865',
        },
        ['Modern Scythe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A modern scythe used to harvest crops or cut grass. Has a large AoE with each swing.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ModernScytheItem',
                    ['typeID'] = '866',
        },
        ['Modern Shovel'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                    ['tagGroups'] = {'[[Tool]]', '[[Excavation]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ModernShovelItem',
                    ['typeID'] = '867',
        },
        ['Modern Street Light'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A towering metal light post that requires electricity to run.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '100',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 7 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ModernStreetLightItem',
                    ['typeID'] = '1151',
        },
        ['Modern Upgrade 1'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade with great efficiency increase.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Modern Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ModernUpgradeLvl1Item',
                    ['typeID'] = '648',
        },
        ['Modern Upgrade 2'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade with great efficiency increase.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Modern Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ModernUpgradeLvl2Item',
                    ['typeID'] = '649',
        },
        ['Modern Upgrade 3'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade with great efficiency increase.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Modern Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ModernUpgradeLvl3Item',
                    ['typeID'] = '650',
        },
        ['Modern Upgrade 4'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade with great efficiency increase.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Modern Upgrade]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ModernUpgradeLvl4Item',
                    ['typeID'] = '651',
        },
        ['Moon Jellyfish'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A moon jellyfish.',
                    ['tagGroups'] = {'[[Fish]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MoonJellyfishItem',
                    ['typeID'] = '572',
        },
        ['Mortar'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A binding pitch useful as a mortar.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortarItem',
                    ['typeID'] = '573',
        },
        ['Mortared Basalt'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = 'Used to create tough but rudimentary buildings.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                    ['maxStack'] = '15',
                    ['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'] = '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,
                    ['type'] = 'MortaredBasaltItem',
                    ['typeID'] = '314',
        },
        ['Mortared Gneiss'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = 'Used to create tough but rudimentary buildings.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                    ['maxStack'] = '15',
                    ['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'] = '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,
                    ['type'] = 'MortaredGneissItem',
                    ['typeID'] = '315',
        },
        ['Mortared Granite'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Used to create tough but rudimentary buildings.',
                    ['tagGroups'] = {'[[Mortared Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '15',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'MortaredGraniteItem',
                    ['typeID'] = '316',
        },
        ['Mortared Granite Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic stone bench for sitting.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredGraniteBenchItem',
                    ['typeID'] = '1152',
        },
        ['Mortared Granite Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An early stone chair. Not too comfy but it does the job.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '0.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredGraniteChairItem',
                    ['typeID'] = '1153',
        },
        ['Mortared Granite Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredGraniteFireplaceItem',
                    ['typeID'] = '1154',
        },
        ['Mortared Granite Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An early stone table. Not much to look at but it does the job.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredGraniteTableItem',
                    ['typeID'] = '1155',
        },
        ['Mortared Limestone'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Used to create tough but rudimentary buildings.',
                    ['tagGroups'] = {'[[Mortared Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '15',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'MortaredLimestoneItem',
                    ['typeID'] = '317',
        },
        ['Mortared Limestone Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic stone bench for sitting.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredLimestoneBenchItem',
                    ['typeID'] = '1156',
        },
        ['Mortared Limestone Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An early stone chair. Not too comfy but it does the job.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '0.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredLimestoneChairItem',
                    ['typeID'] = '1157',
        },
        ['Mortared Limestone Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredLimestoneFireplaceItem',
                    ['typeID'] = '1158',
        },
        ['Mortared Limestone Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An early stone table. Not much to look at but it does the job.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredLimestoneTableItem',
                    ['typeID'] = '1159',
        },
        ['Mortared Sandstone'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Used to create tough but rudimentary buildings.',
                    ['tagGroups'] = {'[[Mortared Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '15',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'MortaredSandstoneItem',
                    ['typeID'] = '318',
        },
        ['Mortared Sandstone Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic stone bench for sitting.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredSandstoneBenchItem',
                    ['typeID'] = '1160',
        },
        ['Mortared Sandstone Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An early stone chair. Not too comfy but it does the job.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '0.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredSandstoneChairItem',
                    ['typeID'] = '1161',
        },
        ['Mortared Sandstone Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredSandstoneFireplaceItem',
                    ['typeID'] = '1162',
        },
        ['Mortared Sandstone Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An early stone table. Not much to look at but it does the job.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredSandstoneTableItem',
                    ['typeID'] = '1163',
        },
        ['Mortared Shale'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = 'Used to create tough but rudimentary buildings.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                    ['maxStack'] = '15',
                    ['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'] = '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,
                    ['type'] = 'MortaredShaleItem',
                    ['typeID'] = '319',
        },
        ['Mortared Stone'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Old stone',
                    ['tagGroups'] = {'[[Mortared Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '15',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'MortaredStoneItem',
                    ['typeID'] = '320',
        },
        ['Mortared Stone Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic stone bench for sitting.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredStoneBenchItem',
                    ['typeID'] = '1164',
        },
        ['Mortared Stone Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An early stone chair. Not too comfy but it does the job.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '0.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredStoneChairItem',
                    ['typeID'] = '1165',
        },
        ['Mortared Stone Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A heavy mortared stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredStoneDoorItem',
                    ['typeID'] = '1166',
        },
        ['Mortared Stone Fireplace'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Fireplace',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredStoneFireplaceItem',
                    ['typeID'] = '1167',
        },
        ['Mortared Stone Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An early stone table. Not much to look at but it does the job.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MortaredStoneTableItem',
                    ['typeID'] = '1168',
        },
        ['Mountain Goat Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead mountain goat.',
                    ['tagGroups'] = {'[[Medium Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '3',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'MountainGoatCarcassItem',
                    ['typeID'] = '574',
        },
        ['Nail'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'Nails used for construction.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'NailItem',
                    ['typeID'] = '575',
        },
        ['Nitrogen Item'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'An inert gas.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['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,
                    ['type'] = 'NitrogenItem',
                    ['typeID'] = '11',
        },
        ['Normal Hair'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'The hair with a completely normal amount of flare.',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'NormalHairItem',
                    ['typeID'] = '358',
        },
        ['Nuclear Fuel'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Unstable nuclear fuel.',
                    ['tagGroups'] = {},
                    ['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,
                    ['type'] = 'NuclearFuelItem',
                    ['typeID'] = '576',
        },
        ['Oak Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Oak log is a type of hardwood. With its great strength and hardness, oak is commonly used for furniture and building materials.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Hardwood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'OakLogItem',
                    ['typeID'] = '321',
        },
        ['Occupancy Init Item'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = '',
                    ['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,
                    ['type'] = 'OccupancyInitItem',
                    ['typeID'] = '68',
        },
        ['Ocean Spray Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow ocean spray.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'OceanSpraySeedItem',
                    ['typeID'] = '723',
        },
        ['Ocean Spray Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow ocean spray.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'OceanSpraySeedPackItem',
                    ['typeID'] = '724',
        },
        ['Oil'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A plant fat extracted for use in cooking.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Fat]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '120.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '15.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'OilItem',
                    ['typeID'] = '471',
        },
        ['Oil Drilling Modern Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'OilDrillingUpgradeItem',
                    ['typeID'] = '652',
        },
        ['Oil Drilling Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Oil Drilling Skill Scrolls that teach Oil Drilling',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'OilDrillingSkillBook',
                    ['typeID'] = '834',
        },
        ['Oil Drilling Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Oil Drilling',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'OilDrillingSkillScroll',
                    ['typeID'] = '835',
        },
        ['Oil Refinery'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Sets of pipes and tanks which refine crude petroleum into usable products.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Polluter]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = {{'[[Water]]', ' 0. 3'}},
                    ['fluidsProduced'] = {{'[[Smog]]', ' 1. 4'},{'[[Sewage]]', ' 0'}},
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '5 X 8 X 5',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'OilRefineryItem',
                    ['typeID'] = '1169',
        },
        ['Orchid Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow an orchid.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'OrchidSeedItem',
                    ['typeID'] = '725',
        },
        ['Orchid Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow an orchid.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'OrchidSeedPackItem',
                    ['typeID'] = '726',
        },
        ['Otter Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead otter.',
                    ['tagGroups'] = {'[[Tiny Fur Carcass]]', '[[Carcass]]', '[[Tiny Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['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,
                    ['type'] = 'OtterCarcassItem',
                    ['typeID'] = '577',
        },
        ['Oxygen Item'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'A reactive gas needed for respiration.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['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,
                    ['type'] = 'OxygenItem',
                    ['typeID'] = '9',
        },
        ['Pacific Sardine'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A pacific sardine.',
                    ['tagGroups'] = {'[[Fish]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PacificSardineItem',
                    ['typeID'] = '578',
        },
        ['Padded Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A comfy chair to rest in.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.8',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PaddedChairItem',
                    ['typeID'] = '1170',
        },
        ['Palm Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Palm log is a basic wood that is a favorite among settlers in the rainforest.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'PalmLogItem',
                    ['typeID'] = '322',
        },
        ['Palm Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a palm tree.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'PalmSeedItem',
                    ['typeID'] = '727',
        },
        ['Palm Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a palm tree.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PalmSeedPackItem',
                    ['typeID'] = '728',
        },
        ['Papaya'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Nice fresh Papaya',
                    ['tagGroups'] = {'[[Crop]]', '[[Fruit]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '200.0',
                    ['carbs'] = '2.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '5.0',
                    ['density'] = '4.0',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PapayaItem',
                    ['typeID'] = '472',
        },
        ['Papaya Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a papaya plant.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'PapayaSeedItem',
                    ['typeID'] = '729',
        },
        ['Papaya Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a papaya plant.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PapayaSeedPackItem',
                    ['typeID'] = '730',
        },
        ['Paper'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'It\'s paper.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Burnable  Fuel]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '100',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PaperItem',
                    ['typeID'] = '579',
        },
        ['Paper Milling Basic Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PaperMillingUpgradeItem',
                    ['typeID'] = '653',
        },
        ['Paper Milling Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Paper Milling Skill Scrolls that teach Paper Milling',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'PaperMillingSkillBook',
                    ['typeID'] = '837',
        },
        ['Paper Milling Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Paper Milling',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'PaperMillingSkillScroll',
                    ['typeID'] = '838',
        },
        ['Pastry Dough'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'An extra fatty leavened dough for making yummy pastries.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '10.0',
                    ['carbs'] = '4.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '4.0',
                    ['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,
                    ['type'] = 'PastryDoughItem',
                    ['typeID'] = '473',
        },
        ['Peasant Hair'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'The haircut your mom always made you get before you realized you could make your own decisions.',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'PeasantHairItem',
                    ['typeID'] = '359',
        },
        ['Pelt Fertilizer'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'A fertilize made from fur pelts and filler.',
                    ['tagGroups'] = {'[[Object]]', '[[Product]]'},
                    ['maxStack'] = '50',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PeltFertilizerItem',
                    ['typeID'] = '376',
        },
        ['Petroleum'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. It\'s extraction, transport, and burning all have environmental impacts.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'PetroleumItem',
                    ['typeID'] = '323',
        },
        ['Phosphate Fertilizer'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'Phosphate fertilizer is a great source of Phosphorus.',
                    ['tagGroups'] = {'[[Object]]', '[[Product]]'},
                    ['maxStack'] = '50',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PhosphateFertilizerItem',
                    ['typeID'] = '377',
        },
        ['Pickaxe'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
                    ['tagGroups'] = {'[[Excavation]]', '[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'PickaxeItem',
                    ['typeID'] = '124',
        },
        ['Pineapple'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Nice fresh Pineapple',
                    ['tagGroups'] = {'[[Crop]]', '[[Fruit]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '200.0',
                    ['carbs'] = '6.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '2.0',
                    ['density'] = '4.0',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PineappleItem',
                    ['typeID'] = '474',
        },
        ['Pineapple Friend Rice'] = {
                    ['category'] = '_None',
                    ['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]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.15',
                    ['calories'] = '620.0',
                    ['carbs'] = '20.0',
                    ['protein'] = '12.0',
                    ['fat'] = '12.0',
                    ['vitamins'] = '9.0',
                    ['density'] = '8.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,
                    ['type'] = 'PineappleFriendRiceItem',
                    ['typeID'] = '475',
        },
        ['Pineapple Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a pineapple plant.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'PineappleSeedItem',
                    ['typeID'] = '731',
        },
        ['Pineapple Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a pineapple plant.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PineappleSeedPackItem',
                    ['typeID'] = '732',
        },
        ['Pirozhok'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A baked bun filled with tasty meat and mushrooms.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.4',
                    ['calories'] = '850.0',
                    ['carbs'] = '14.0',
                    ['protein'] = '19.0',
                    ['fat'] = '10.0',
                    ['vitamins'] = '4.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,
                    ['type'] = 'PirozhokItem',
                    ['typeID'] = '476',
        },
        ['Plant Fibers'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'Harvested from a number of plants, these fibers are useful for a suprising number of things.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Natural Fiber]]', '[[Burnable  Fuel]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '100',
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PlantFibersItem',
                    ['typeID'] = '581',
        },
        ['Plastic'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'An extremely useful synthetic material derived from petrochemicals',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PlasticItem',
                    ['typeID'] = '582',
        },
        ['Player Item'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = '',
                    ['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,
                    ['type'] = 'PlayerItem',
                    ['typeID'] = '32',
        },
        ['Portable Steam Engine'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'An engine that generates mechanical power through steam.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PortableSteamEngineItem',
                    ['typeID'] = '583',
        },
        ['Pottery Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Pottery recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PotteryUpgradeItem',
                    ['typeID'] = '654',
        },
        ['Pottery Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Pottery Skill Scrolls that teach Pottery',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'PotterySkillBook',
                    ['typeID'] = '840',
        },
        ['Pottery Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Pottery',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'PotterySkillScroll',
                    ['typeID'] = '841',
        },
        ['Powered Cart'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Large cart for hauling sizable loads.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Polluter]]', '[[Vehicles]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '18',
                    ['inventoryMaxWeight'] = '3500000',
                    ['type'] = 'PoweredCartItem',
                    ['typeID'] = '887',
        },
        ['Prepared Meat'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Carefully butchered meat, ready to cook.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '600.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '4.0',
                    ['fat'] = '6.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '1.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,
                    ['type'] = 'PreparedMeatItem',
                    ['typeID'] = '477',
        },
        ['Prickly Pear Fruit'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A succulent fruit coated in a rather terrifying array of spines.',
                    ['tagGroups'] = {'[[Crop]]', '[[Fruit]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '190.0',
                    ['carbs'] = '2.0',
                    ['protein'] = '1.0',
                    ['fat'] = '1.0',
                    ['vitamins'] = '4.0',
                    ['density'] = '4.2',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PricklyPearFruitItem',
                    ['typeID'] = '478',
        },
        ['Prickly Pear Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow prickly pear cacti.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'PricklyPearSeedItem',
                    ['typeID'] = '733',
        },
        ['Prickly Pear Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow prickly pear cacti.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PricklyPearSeedPackItem',
                    ['typeID'] = '734',
        },
        ['Prime Cut'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A perfectly marbled piece of meat.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '600.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '9.0',
                    ['fat'] = '4.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '2.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,
                    ['type'] = 'PrimeCutItem',
                    ['typeID'] = '479',
        },
        ['Pulp Filler'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'Wood pulp and dirt make a great filler for other fertilizers. ',
                    ['tagGroups'] = {'[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '50',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PulpFillerItem',
                    ['typeID'] = '378',
        },
        ['Pump Jack'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Drill, baby! Drill!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '100',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '5 X 4 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PumpJackItem',
                    ['typeID'] = '108',
        },
        ['Pumpkin'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Round and large',
                    ['tagGroups'] = {'[[Crop]]', '[[Fruit]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '340.0',
                    ['carbs'] = '5.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '2.0',
                    ['density'] = '2.4',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PumpkinItem',
                    ['typeID'] = '480',
        },
        ['Pumpkin Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a pumpkin.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'PumpkinSeedItem',
                    ['typeID'] = '735',
        },
        ['Pumpkin Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a pumpkin.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PumpkinSeedPackItem',
                    ['typeID'] = '736',
        },
        ['Quicklime'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A chemical compound used in steel production.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'QuicklimeItem',
                    ['typeID'] = '584',
        },
        ['Radiator'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A heat sink that uses liquid running through copper fins to disperse heat build-up.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RadiatorItem',
                    ['typeID'] = '585',
        },
        ['Raw Bacon'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A fatty cut of meat that happens to be inexplicably tastier than other cuts.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '600.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '3.0',
                    ['fat'] = '9.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '2.0',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RawBaconItem',
                    ['typeID'] = '481',
        },
        ['Raw Fish'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A fatty cut of raw fish.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '200.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '7.0',
                    ['fat'] = '3.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'RawFishItem',
                    ['typeID'] = '482',
        },
        ['Raw Meat'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Fresh raw meat from the hunt. It should probably be cooked before being consumed.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '250.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '4.0',
                    ['fat'] = '8.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'RawMeatItem',
                    ['typeID'] = '483',
        },
        ['Raw Roast'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A trussed roast tied and ready to be cooked.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '600.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '6.0',
                    ['fat'] = '5.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '1.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,
                    ['type'] = 'RawRoastItem',
                    ['typeID'] = '484',
        },
        ['Raw Sausage'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Ground meat stuffed into an intestine casing.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '500.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '4.0',
                    ['fat'] = '8.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'RawSausageItem',
                    ['typeID'] = '485',
        },
        ['Real Estate Desk'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A place to manage the sale and transfer of deeds and property.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RealEstateDeskItem',
                    ['typeID'] = '80',
        },
        ['Rebar'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'Ribbed steel bars for reinforcing stuctures.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '3',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RebarItem',
                    ['typeID'] = '586',
        },
        ['Recurve Bow'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A recurve bow that shoots faster and more powerful than a traditional wooden bow. Requires arrows to fire.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'RecurveBowItem',
                    ['typeID'] = '868',
        },
        ['Redwood Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Redwood log is a type of softwood that can be easily identified by its distinct red bark.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Softwood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'RedwoodLogItem',
                    ['typeID'] = '324',
        },
        ['Redwood Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a redwood tree.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'RedwoodSeedItem',
                    ['typeID'] = '737',
        },
        ['Redwood Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a redwood tree.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RedwoodSeedPackItem',
                    ['typeID'] = '738',
        },
        ['Refrigerator'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An icebox from the future with significantly better cooling properties.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Storage  Container]]', '[[Product]]'},
                    ['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'] = '5',
                    ['roomCategory'] = 'Kitchen',
                    ['furnitureType'] = 'Food Storage',
                    ['repeatsDepreciation'] = '0.3',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '100',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '8',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RefrigeratorItem',
                    ['typeID'] = '1173',
        },
        ['Registrar'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Allows the setting management of titles.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RegistrarItem',
                    ['typeID'] = '1174',
        },
        ['Reinforced Concrete'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A study construction material poured around a latice of rebar.',
                    ['tagGroups'] = {'[[Concrete]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'ReinforcedConcreteItem',
                    ['typeID'] = '325',
        },
        ['Research Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basic table for researching new technologies and skills.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.5',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ResearchTableItem',
                    ['typeID'] = '1175',
        },
        ['Rice'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow rice.',
                    ['tagGroups'] = {'[[Grain]]', '[[Raw  Food]]', '[[Crop]]', '[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '150.0',
                    ['carbs'] = '7.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '5.3',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RiceItem',
                    ['typeID'] = '739',
        },
        ['Rice Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow rice.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RicePackItem',
                    ['typeID'] = '740',
        },
        ['Rivet'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A useful iron bolt for holding together inventions.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RivetItem',
                    ['typeID'] = '587',
        },
        ['Robotic Assembly Line'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A complex set of machinery for creating equally complex things.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '1000',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '5 X 4 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '75',
                    ['roomMatReq'] = 'Tier 2.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RoboticAssemblyLineItem',
                    ['typeID'] = '1176',
        },
        ['Rocker Box'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A tool for miners to concentrate ore. The run off produces wet tailings.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '1 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RockerBoxItem',
                    ['typeID'] = '1177',
        },
        ['Rolling Mill'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'For rolling steel into more buildable materials.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '250',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 1.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RollingMillItem',
                    ['typeID'] = '1178',
        },
        ['Root Campfire Salad'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A myriad of plants that make a healthy and odd blend.',
                    ['tagGroups'] = {'[[Campfire Salad]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '950.0',
                    ['carbs'] = '8.0',
                    ['protein'] = '4.0',
                    ['fat'] = '7.0',
                    ['vitamins'] = '11.0',
                    ['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,
                    ['type'] = 'RootCampfireSaladItem',
                    ['typeID'] = '486',
        },
        ['Root Campfire Stew'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A thick stew chock-full of meat and charred vegetables. A suprisingly good combination.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '1100.0',
                    ['carbs'] = '6.0',
                    ['protein'] = '12.0',
                    ['fat'] = '9.0',
                    ['vitamins'] = '3.0',
                    ['density'] = '2.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,
                    ['type'] = 'RootCampfireStewItem',
                    ['typeID'] = '487',
        },
        ['Round Pot'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.4',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '1',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PlanterPotRoundItem',
                    ['typeID'] = '1171',
        },
        ['Rounded Face'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Face',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'RoundedFaceItem',
                    ['typeID'] = '339',
        },
        ['Rubber Wheel'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'Rubber wheels provide much better traction and allow the construction of more modern vehicles.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RubberWheelItem',
                    ['typeID'] = '588',
        },
        ['Rug Large'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large area rug to cover that weird stain.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Rug',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RugLargeItem',
                    ['typeID'] = '1179',
        },
        ['Rug Medium'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A medium rug for medium uses.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Rug',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RugMediumItem',
                    ['typeID'] = '1180',
        },
        ['Rug Small'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small rug for when you just didn\'t have enough materials to make a bigger one.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '0.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Rug',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'RugSmallItem',
                    ['typeID'] = '1181',
        },
        ['Running Shoes'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Light weight shoes designed to make you run faster.  Increases movement speed.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'RunningShoesItem',
                    ['typeID'] = '360',
        },
        ['Saguaro Rib'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'SaguaroRibItem',
                    ['typeID'] = '326',
        },
        ['Saguaro Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a saguaro cactus.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'SaguaroSeedItem',
                    ['typeID'] = '741',
        },
        ['Saguaro Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a saguaro cactus.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SaguaroSeedPackItem',
                    ['typeID'] = '742',
        },
        ['Salmon'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A salmon.',
                    ['tagGroups'] = {'[[Fish]]', '[[Ingredient]]'},
                    ['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,
                    ['type'] = 'SalmonItem',
                    ['typeID'] = '589',
        },
        ['Salt Basket'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A basket of salt.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SaltBasketItem',
                    ['typeID'] = '1182',
        },
        ['Sand'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['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,
                    ['type'] = 'SandItem',
                    ['typeID'] = '73',
        },
        ['Sandstone'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A rock of varying hardness, useful for construction and as a host for iron ore. Sandstone is a sedimentary rock that forms when sand is buried deeply enough to lithify. Sometimes the shapes of dunes and ripples from an ancient desert or beach are preserved!',
                    ['tagGroups'] = {'[[Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'SandstoneItem',
                    ['typeID'] = '327',
        },
        ['Sawmill'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Used to saw wood into lumber.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '5',
                    ['energyUsed'] = '400',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Mechanical',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SawmillItem',
                    ['typeID'] = '1183',
        },
        ['Saxifrage Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow saxifrage.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'SaxifrageSeedItem',
                    ['typeID'] = '743',
        },
        ['Saxifrage Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow saxifrage.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SaxifrageSeedPackItem',
                    ['typeID'] = '744',
        },
        ['Scrap Meat'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Chunks of extra meat.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '50.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '5.0',
                    ['fat'] = '5.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'ScrapMeatItem',
                    ['typeID'] = '488',
        },
        ['Screening Machine'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '5',
                    ['energyUsed'] = '400',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Mechanical',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '3 X 3 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ScreeningMachineItem',
                    ['typeID'] = '1184',
        },
        ['Screw Press'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'Modules',
                    ['description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                    ['tagGroups'] = {'[[Modules]]', '[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '5',
                    ['energyUsed'] = '200',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Mechanical',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 1.7',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ScrewPressItem',
                    ['typeID'] = '1185',
        },
        ['Screws'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A pointed metal fastner used in crafting to attach pieces of material together.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ScrewsItem',
                    ['typeID'] = '590',
        },
        ['Scruffy Hair'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Rockstar cool-person hair. This finely crafted hairpiece says "I don\'t care what you think. I\'m wearing an awesome toupee".',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ScruffyHairItem',
                    ['typeID'] = '361',
        },
        ['Seagrass Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow seagrass.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'SeagrassSeedItem',
                    ['typeID'] = '745',
        },
        ['Seagrass Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow seagrass.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SeagrassSeedPackItem',
                    ['typeID'] = '746',
        },
        ['Seared Meat'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A cut of perfectly seared steak.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '600.0',
                    ['carbs'] = '4.0',
                    ['protein'] = '19.0',
                    ['fat'] = '17.0',
                    ['vitamins'] = '7.0',
                    ['density'] = '7.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,
                    ['type'] = 'SearedMeatItem',
                    ['typeID'] = '489',
        },
        ['Sensor Based Belt Sorter'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '250',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 3 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SensorBasedBeltSorterItem',
                    ['typeID'] = '1186',
        },
        ['Servo'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A rotary actuator that allows for control over angular position.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ServoItem',
                    ['typeID'] = '591',
        },
        ['Sewage'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = 'Sewage is a byproduct that is often created when using water for industrial purposes. It is a source of ground pollution.',
                    ['tagGroups'] = {'[[Liquid]]', '[[Block]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['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'] = '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,
                    ['type'] = 'SewageItem',
                    ['typeID'] = '76',
        },
        ['Shale'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A soft rock, with few potential uses. Shale is a sedimentary rock formed by thin layers of compacted clay or mud.',
                    ['tagGroups'] = {'[[Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'ShaleItem',
                    ['typeID'] = '328',
        },
        ['Shaper'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'Modules',
                    ['description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                    ['tagGroups'] = {'[[Modules]]', '[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '5',
                    ['energyUsed'] = '75',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Mechanical',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 1.7',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ShaperItem',
                    ['typeID'] = '1187',
        },
        ['Sheep Mount'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A hunting trophy for your house.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.2',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SheepMountItem',
                    ['typeID'] = '1188',
        },
        ['Shelf Cabinet'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'When a shelf and a cabinet aren\'t enough individually.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Storage  Container]]', '[[Product]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Shelves',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '8',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ShelfCabinetItem',
                    ['typeID'] = '1189',
        },
        ['Short Beard'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ShortBeardItem',
                    ['typeID'] = '362',
        },
        ['Shorts'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'ShortsItem',
                    ['typeID'] = '363',
        },
        ['Shovel'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Tools',
                    ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                    ['tagGroups'] = {'[[Excavation]]', '[[Harvester]]', '[[Tools]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'ShovelItem',
                    ['typeID'] = '128',
        },
        ['Simmered Meat'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Meat cooked in meat juices keeps the meat juicy.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.8',
                    ['calories'] = '900.0',
                    ['carbs'] = '6.0',
                    ['protein'] = '18.0',
                    ['fat'] = '13.0',
                    ['vitamins'] = '5.0',
                    ['density'] = '4.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,
                    ['type'] = 'SimmeredMeatItem',
                    ['typeID'] = '490',
        },
        ['Simple Syrup'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A simple water and suger combination heated until the sugar dissolves.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '400.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '0.0',
                    ['fat'] = '3.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '3.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,
                    ['type'] = 'SimpleSyrupItem',
                    ['typeID'] = '491',
        },
        ['Sink'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An industrial sink.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '5',
                    ['roomCategory'] = 'Bathroom',
                    ['furnitureType'] = 'Sink',
                    ['repeatsDepreciation'] = '0.2',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = {{'[[Water]]', ' 0. 3'}},
                    ['fluidsProduced'] = {{'[[Sewage]]', ' 0'}},
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SinkItem',
                    ['typeID'] = '1190',
        },
        ['Skid Steer'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Small scale bucket loader. Great for flat to low slope excavation.',
                    ['tagGroups'] = {'[[Excavation]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Polluter]]', '[[Vehicles]]', '[[Product]]'},
                    ['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'] = '[[Liquid Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SkidSteerItem',
                    ['typeID'] = '109',
        },
        ['Slag'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A glass-like byproduct that is created when smelting ore. Crushed Slag is often used in the production of Concrete.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '20',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'SlagItem',
                    ['typeID'] = '329',
        },
        ['Small Hanging Ashlar Basalt Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingAshlarBasaltSignItem',
                    ['typeID'] = '1191',
        },
        ['Small Hanging Ashlar Gneiss Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingAshlarGneissSignItem',
                    ['typeID'] = '1192',
        },
        ['Small Hanging Ashlar Granite Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingAshlarGraniteSignItem',
                    ['typeID'] = '1193',
        },
        ['Small Hanging Ashlar Limestone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingAshlarLimestoneSignItem',
                    ['typeID'] = '1194',
        },
        ['Small Hanging Ashlar Sandstone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingAshlarSandstoneSignItem',
                    ['typeID'] = '1195',
        },
        ['Small Hanging Ashlar Shale Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingAshlarShaleSignItem',
                    ['typeID'] = '1196',
        },
        ['Small Hanging Ashlar Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingAshlarStoneSignItem',
                    ['typeID'] = '1197',
        },
        ['Small Hanging Birch Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingBirchSignItem',
                    ['typeID'] = '1198',
        },
        ['Small Hanging Cedar Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingCedarSignItem',
                    ['typeID'] = '1199',
        },
        ['Small Hanging Ceiba Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingCeibaSignItem',
                    ['typeID'] = '1200',
        },
        ['Small Hanging Fir Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingFirSignItem',
                    ['typeID'] = '1201',
        },
        ['Small Hanging Hardwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingHardwoodSignItem',
                    ['typeID'] = '1202',
        },
        ['Small Hanging Joshua Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingJoshuaSignItem',
                    ['typeID'] = '1203',
        },
        ['Small Hanging Lumber Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingLumberSignItem',
                    ['typeID'] = '1204',
        },
        ['Small Hanging Mortared Granite Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingMortaredGraniteSignItem',
                    ['typeID'] = '1205',
        },
        ['Small Hanging Mortared Limestone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingMortaredLimestoneSignItem',
                    ['typeID'] = '1206',
        },
        ['Small Hanging Mortared Sandstone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingMortaredSandstoneSignItem',
                    ['typeID'] = '1207',
        },
        ['Small Hanging Mortared Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingMortaredStoneSignItem',
                    ['typeID'] = '1208',
        },
        ['Small Hanging Oak Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingOakSignItem',
                    ['typeID'] = '1209',
        },
        ['Small Hanging Palm Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingPalmSignItem',
                    ['typeID'] = '1210',
        },
        ['Small Hanging Redwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingRedwoodSignItem',
                    ['typeID'] = '1211',
        },
        ['Small Hanging Saguaro Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingSaguaroSignItem',
                    ['typeID'] = '1212',
        },
        ['Small Hanging Softwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingSoftwoodSignItem',
                    ['typeID'] = '1213',
        },
        ['Small Hanging Spruce Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingSpruceSignItem',
                    ['typeID'] = '1214',
        },
        ['Small Hanging Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallHangingStoneSignItem',
                    ['typeID'] = '1215',
        },
        ['Small Hanging Wood Sign'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[Product]]'},
                    ['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,
                    ['type'] = 'SmallHangingWoodSignItem',
                    ['typeID'] = '592',
        },
        ['Small Sink'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small household sink.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallSinkItem',
                    ['typeID'] = '1216',
        },
        ['Small Standing Ashlar Basalt Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingAshlarBasaltSignItem',
                    ['typeID'] = '1217',
        },
        ['Small Standing Ashlar Gneiss Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingAshlarGneissSignItem',
                    ['typeID'] = '1218',
        },
        ['Small Standing Ashlar Granite Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingAshlarGraniteSignItem',
                    ['typeID'] = '1219',
        },
        ['Small Standing Ashlar Limestone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingAshlarLimestoneSignItem',
                    ['typeID'] = '1220',
        },
        ['Small Standing Ashlar Sandstone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingAshlarSandstoneSignItem',
                    ['typeID'] = '1221',
        },
        ['Small Standing Ashlar Shale Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingAshlarShaleSignItem',
                    ['typeID'] = '1222',
        },
        ['Small Standing Ashlar Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingAshlarStoneSignItem',
                    ['typeID'] = '1223',
        },
        ['Small Standing Birch Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingBirchSignItem',
                    ['typeID'] = '1224',
        },
        ['Small Standing Cedar Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingCedarSignItem',
                    ['typeID'] = '1225',
        },
        ['Small Standing Ceiba Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingCeibaSignItem',
                    ['typeID'] = '1226',
        },
        ['Small Standing Fir Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingFirSignItem',
                    ['typeID'] = '1227',
        },
        ['Small Standing Hardwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingHardwoodSignItem',
                    ['typeID'] = '1228',
        },
        ['Small Standing Joshua Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingJoshuaSignItem',
                    ['typeID'] = '1229',
        },
        ['Small Standing Lumber Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingLumberSignItem',
                    ['typeID'] = '1230',
        },
        ['Small Standing Mortared Granite Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingMortaredGraniteSignItem',
                    ['typeID'] = '1231',
        },
        ['Small Standing Mortared Limestone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingMortaredLimestoneSignItem',
                    ['typeID'] = '1232',
        },
        ['Small Standing Mortared Sandstone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingMortaredSandstoneSignItem',
                    ['typeID'] = '1233',
        },
        ['Small Standing Mortared Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingMortaredStoneSignItem',
                    ['typeID'] = '1234',
        },
        ['Small Standing Oak Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingOakSignItem',
                    ['typeID'] = '1235',
        },
        ['Small Standing Palm Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingPalmSignItem',
                    ['typeID'] = '1236',
        },
        ['Small Standing Redwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingRedwoodSignItem',
                    ['typeID'] = '1237',
        },
        ['Small Standing Saguaro Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingSaguaroSignItem',
                    ['typeID'] = '1238',
        },
        ['Small Standing Softwood Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingSoftwoodSignItem',
                    ['typeID'] = '1239',
        },
        ['Small Standing Spruce Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingSpruceSignItem',
                    ['typeID'] = '1240',
        },
        ['Small Standing Stone Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStandingStoneSignItem',
                    ['typeID'] = '1241',
        },
        ['Small Standing Wood Sign'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'A small sign for all of your smaller text needs!',
                    ['tagGroups'] = {'[[Product]]'},
                    ['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,
                    ['type'] = 'SmallStandingWoodSignItem',
                    ['typeID'] = '593',
        },
        ['Small Stockpile'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Designates a 3x3x3 area as storage for large items.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Product]]'},
                    ['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'] = '3 X 3 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '9',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallStockpileItem',
                    ['typeID'] = '110',
        },
        ['Small Table'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'More of a nightstand than a table, really.',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '0.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmallTableItem',
                    ['typeID'] = '1242',
        },
        ['Small Wood Cart'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Small wood cart for hauling minimal loads.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Vehicles]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '8',
                    ['inventoryMaxWeight'] = '1400000',
                    ['type'] = 'SmallWoodCartItem',
                    ['typeID'] = '888',
        },
        ['Smelting Advanced Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Smelting recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SmeltingUpgradeItem',
                    ['typeID'] = '655',
        },
        ['Smelting Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Smelting Skill Scrolls that teach Smelting',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SmeltingSkillBook',
                    ['typeID'] = '843',
        },
        ['Smelting Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Smelting',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'SmeltingSkillScroll',
                    ['typeID'] = '844',
        },
        ['Smog'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'A smoke that contains a combination of pollutants.',
                    ['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,
                    ['type'] = 'SmogItem',
                    ['typeID'] = '8',
        },
        ['Snapping Turtle Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead snapping turtle.',
                    ['tagGroups'] = {'[[Tiny Leather Carcass]]', '[[Carcass]]', '[[Tiny Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SnappingTurtleCarcassItem',
                    ['typeID'] = '594',
        },
        ['Softwood Board'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A higher quality softwood board used for long lasting furniture.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood Board]]', '[[Burnable  Fuel]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '2000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SoftwoodBoardItem',
                    ['typeID'] = '595',
        },
        ['Softwood Hewn Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Hewn Log]]', '[[Burnable  Fuel]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '15',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'SoftwoodHewnLogItem',
                    ['typeID'] = '330',
        },
        ['Softwood Lumber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Can be fashioned into various usable equipment.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Lumber]]', '[[Burnable  Fuel]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'SoftwoodLumberItem',
                    ['typeID'] = '331',
        },
        ['Softwood Lumber Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An early stone bench. Not too comfy but it does the job.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.5',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SoftwoodLumberBenchItem',
                    ['typeID'] = '1243',
        },
        ['Softwood Lumber Chair'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A sturdy lumber bench. It doesn\'t feel as wobbly as more basic wooden benches.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Seating',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SoftwoodLumberChairItem',
                    ['typeID'] = '1244',
        },
        ['Softwood Lumber Door'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A door made from finely cut lumber.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SoftwoodLumberDoorItem',
                    ['typeID'] = '1245',
        },
        ['Softwood Lumber Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A nice, sturdy lumber chair.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Table',
                    ['repeatsDepreciation'] = '0.6',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SoftwoodLumberTableItem',
                    ['typeID'] = '1246',
        },
        ['Soil Sampler'] = {
                    ['category'] = 'Tools',
                    ['group'] = 'Tools',
                    ['description'] = 'Beaker and measuring tools for detecting the factors influencing plants in the environment.',
                    ['tagGroups'] = {'[[Tool]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SoilSamplerItem',
                    ['typeID'] = '130',
        },
        ['Solar Generator'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Generates electrical power from the sun! It also stores energy to work at night.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '30',
                    ['energyUsed'] = '0',
                    ['energyProduced'] = '750',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '6 X 4 X 7',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SolarGeneratorItem',
                    ['typeID'] = '1247',
        },
        ['Spruce Log'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Spruce log is a type of softwood, sometimes referred to as whitewood.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Softwood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '10',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '4000',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'SpruceLogItem',
                    ['typeID'] = '332',
        },
        ['Spruce Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a fir tree.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'SpruceSeedItem',
                    ['typeID'] = '747',
        },
        ['Spruce Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a fir tree.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SpruceSeedPackItem',
                    ['typeID'] = '748',
        },
        ['Square Belt'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Belt with a square buckle.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'SquareBeltItem',
                    ['typeID'] = '364',
        },
        ['Square Jaw'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Jaw',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SquareJawItem',
                    ['typeID'] = '340',
        },
        ['Square Pot'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.4',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '1',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'PlanterPotSquareItem',
                    ['typeID'] = '1172',
        },
        ['Stamp Mill'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A crushing machine that uses iron stamps to pound rocks into small pieces.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '5',
                    ['energyUsed'] = '200',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Mechanical',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 4 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StampMillItem',
                    ['typeID'] = '1248',
        },
        ['Starter Camp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A combination of a small tent and a tiny stockpile.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                    ['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'] = '6 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StarterCampItem',
                    ['typeID'] = '83',
        },
        ['Steam Engine'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large steam engine for generating power.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '0',
                    ['energyProduced'] = '1000',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 3 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SteamEngineItem',
                    ['typeID'] = '1249',
        },
        ['Steam Tractor'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A tractor powered through steam.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Polluter]]', '[[Vehicles]]', '[[Product]]'},
                    ['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'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '12',
                    ['inventoryMaxWeight'] = '2500000',
                    ['type'] = 'SteamTractorItem',
                    ['typeID'] = '889',
        },
        ['Steam Tractor Harvester'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'An attachment for the steam tractor that allows for quick harvesting of plants.',
                    ['tagGroups'] = {'[[Harvester]]', '[[Tool]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SteamTractorHarvesterItem',
                    ['typeID'] = '86',
        },
        ['Steam Tractor Plow'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'An attachment for the steam tractor that allows for quick plowing.',
                    ['tagGroups'] = {'[[Plow]]', '[[Tool]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SteamTractorPlowItem',
                    ['typeID'] = '85',
        },
        ['Steam Tractor Sower'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Items',
                    ['description'] = 'An attachment for the steam tractor that allows for quick planting of seeds.',
                    ['tagGroups'] = {'[[Planter]]', '[[Tool]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SteamTractorSowerItem',
                    ['typeID'] = '87',
        },
        ['Steam Truck'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A truck that runs on steam.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Polluter]]', '[[Vehicles]]', '[[Product]]'},
                    ['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'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '24',
                    ['inventoryMaxWeight'] = '5000000',
                    ['type'] = 'SteamTruckItem',
                    ['typeID'] = '890',
        },
        ['Steel Axe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A broadheaded axe useful for felling trees.',
                    ['tagGroups'] = {'[[Tool]]', '[[Logging]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SteelAxeItem',
                    ['typeID'] = '869',
        },
        ['Steel Axle'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A rotating steel rod that can be fixed to wheels for use in vehicles.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SteelAxleItem',
                    ['typeID'] = '596',
        },
        ['Steel Bar'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Refined bar of steel.',
                    ['tagGroups'] = {'[[Metal]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'SteelBarItem',
                    ['typeID'] = '333',
        },
        ['Steel Ceiling Light'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A more modern way to light up a room.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '60',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SteelCeilingLightItem',
                    ['typeID'] = '1250',
        },
        ['Steel Floor Lamp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A more modern way to light up a room. This time from the floor.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '60',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SteelFloorLampItem',
                    ['typeID'] = '1251',
        },
        ['Steel Gear'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A toothed machine part that interlocks with others.',
                    ['tagGroups'] = {'[[Gear]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SteelGearItem',
                    ['typeID'] = '597',
        },
        ['Steel Gearbox'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'Provides speed and torque conversions from a rotating power source to another device',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SteelGearboxItem',
                    ['typeID'] = '598',
        },
        ['Steel Hammer'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'Used to construct buildings and pickup manmade objects.',
                    ['tagGroups'] = {'[[Tool]]', '[[Construction]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SteelHammerItem',
                    ['typeID'] = '870',
        },
        ['Steel Hoe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'Used to till soil and prepare it for planting.',
                    ['tagGroups'] = {'[[Tool]]', '[[Plow]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SteelHoeItem',
                    ['typeID'] = '871',
        },
        ['Steel Machete'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A machete used to quickly clear plants.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SteelMacheteItem',
                    ['typeID'] = '872',
        },
        ['Steel Pickaxe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
                    ['tagGroups'] = {'[[Tool]]', '[[Excavation]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SteelPickaxeItem',
                    ['typeID'] = '873',
        },
        ['Steel Pipe'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A pipe for transporting liquids.',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['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,
                    ['type'] = 'SteelPipeItem',
                    ['typeID'] = '78',
        },
        ['Steel Plate'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A sturdy steel plate for use in various crafting recipes.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SteelPlateItem',
                    ['typeID'] = '599',
        },
        ['Steel Road Tool'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A tool for tamping dirt into roads.',
                    ['tagGroups'] = {'[[Tool]]', '[[Tamper]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SteelRoadToolItem',
                    ['typeID'] = '874',
        },
        ['Steel Saw Blade'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A disc shaped steel saw that can be attached to rotary machines to shape wood and masonry products.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SteelSawBladeItem',
                    ['typeID'] = '600',
        },
        ['Steel Shovel'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                    ['tagGroups'] = {'[[Tool]]', '[[Excavation]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SteelShovelItem',
                    ['typeID'] = '875',
        },
        ['Steel Sickle'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A steel sickle used to harvest crops or cut grass. Has an AoE with each swing.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'SteelSickleItem',
                    ['typeID'] = '876',
        },
        ['Steel Table Lamp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'For late night studying. Or working. Or anything, really.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '60',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SteelTableLampItem',
                    ['typeID'] = '1252',
        },
        ['Stockpile'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Designates a 5x5x5 area as storage for large items.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Product]]'},
                    ['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'] = '5 X 5 X 5',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '25',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StockpileItem',
                    ['typeID'] = '111',
        },
        ['Stone'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = 'A pile of stones.',
                    ['tagGroups'] = {'[[Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '20',
                    ['carried'] = 'Hands',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['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,
                    ['type'] = 'StoneItem',
                    ['typeID'] = '334',
        },
        ['Stone Axe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A broadheaded axe useful for felling trees.',
                    ['tagGroups'] = {'[[Tool]]', '[[Logging]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'StoneAxeItem',
                    ['typeID'] = '877',
        },
        ['Stone Brazier'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A stone stand which can hold burning fuel to provide light.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Burnable Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StoneBrazierItem',
                    ['typeID'] = '1253',
        },
        ['Stone Door'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A heavy stone door.',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[World  Object]]', '[[Object]]'},
                    ['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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StoneDoorItem',
                    ['typeID'] = '1254',
        },
        ['Stone Hammer'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'Used to construct buildings and pickup manmade objects.',
                    ['tagGroups'] = {'[[Tool]]', '[[Construction]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'StoneHammerItem',
                    ['typeID'] = '878',
        },
        ['Stone Machete'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A machete used to quickly clear plants.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'StoneMacheteItem',
                    ['typeID'] = '879',
        },
        ['Stone Pickaxe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
                    ['tagGroups'] = {'[[Tool]]', '[[Excavation]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'StonePickaxeItem',
                    ['typeID'] = '880',
        },
        ['Stone Ramp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'Road Items',
                    ['description'] = '4 x 1 Stone Ramp.',
                    ['tagGroups'] = {'[[Road]]', '[[Constructable]]', '[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '60',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '4 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StoneRampItem',
                    ['typeID'] = '57',
        },
        ['Stone Road'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A rocky surface formed from smoothed rubble. It\'s fairly durable and efficient for any wheeled vehicle.',
                    ['tagGroups'] = {'[[Road]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '30',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['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,
                    ['type'] = 'StoneRoadItem',
                    ['typeID'] = '81',
        },
        ['Stone Road Tool'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A tool for tamping dirt into roads.',
                    ['tagGroups'] = {'[[Tool]]', '[[Tamper]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'StoneRoadToolItem',
                    ['typeID'] = '881',
        },
        ['Stone Sickle'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A stone sickle used to harvest crops or cut grass.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'StoneSickleItem',
                    ['typeID'] = '882',
        },
        ['Stone Well'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'PLACEHOLDER',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[World  Object]]', '[[Object]]'},
                    ['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'] = '2 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StoneWellItem',
                    ['typeID'] = '1255',
        },
        ['Stop Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A traffic sign used to notify drivers to come to a complete stop and make sure the interesection is clear before proceeding.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '1 X 3 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StopSignItem',
                    ['typeID'] = '1256',
        },
        ['Storage Chest'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A container you can store items in.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Product]]'},
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '16',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StorageChestItem',
                    ['typeID'] = '1257',
        },
        ['Store'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Allows the selling and trading of items.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StoreItem',
                    ['typeID'] = '1258',
        },
        ['Stove'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A heavy stove for cooking more complex dishes.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Polluter]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['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'] = '10',
                    ['energyUsed'] = '250',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = {{'[[Smog]]', ' 0. 4'}},
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '1 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 2.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StoveItem',
                    ['typeID'] = '1259',
        },
        ['Strange Fuel'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'CHEEEAAAAATER',
                    ['tagGroups'] = {'[[Fuel]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['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,
                    ['type'] = 'StrangeFuelItem',
                    ['typeID'] = '601',
        },
        ['Street Sign'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A metal sign that is especially useful when placed alongside a road to provide information or give instructions to road users.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 3 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StreetSignItem',
                    ['typeID'] = '1261',
        },
        ['Streetlamp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A towering metal light post that requires electricity to run.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '100',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 5 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StreetlampItem',
                    ['typeID'] = '1260',
        },
        ['Stuffed Alligator'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'It looks so real!',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 1 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StuffedAlligatorItem',
                    ['typeID'] = '1262',
        },
        ['Stuffed Bison'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'It looks so real!',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StuffedBisonItem',
                    ['typeID'] = '1263',
        },
        ['Stuffed Elk'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'It looks so real!',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '2 X 3 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StuffedElkItem',
                    ['typeID'] = '1264',
        },
        ['Stuffed Goat'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'It looks so real!',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StuffedGoatItem',
                    ['typeID'] = '1265',
        },
        ['Stuffed Jaguar'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'It looks so real!',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '3',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.1',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StuffedJaguarItem',
                    ['typeID'] = '1266',
        },
        ['Stuffed Turkey'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'To give thanks for fact that this food items gives two nutrients more than other food at the same tier.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1',
                    ['calories'] = '1500.0',
                    ['carbs'] = '9.0',
                    ['protein'] = '16.0',
                    ['fat'] = '12.0',
                    ['vitamins'] = '7.0',
                    ['density'] = '2.9',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StuffedTurkeyItem',
                    ['typeID'] = '492',
        },
        ['Stuffed Wolf'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'It looks so real!',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2.5',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Decoration',
                    ['repeatsDepreciation'] = '0.2',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'StuffedWolfItem',
                    ['typeID'] = '1267',
        },
        ['Substrate'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'The foundation material for complex electronics.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SubstrateItem',
                    ['typeID'] = '602',
        },
        ['Sugar'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Even sweet lovers don\'t eat sugar plain.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '50.0',
                    ['carbs'] = '15.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'SugarItem',
                    ['typeID'] = '493',
        },
        ['Sugarcane'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'How did you even get this?',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '1.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '1.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '100.0',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SugarcaneItem',
                    ['typeID'] = '749',
        },
        ['Sugarcane Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'How did you even get this?',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SugarcanePackItem',
                    ['typeID'] = '750',
        },
        ['Sunflower Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow sunflowers.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'SunflowerSeedItem',
                    ['typeID'] = '751',
        },
        ['Sunflower Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow sunflowers.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SunflowerSeedPackItem',
                    ['typeID'] = '752',
        },
        ['Sweet Salad'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'The sweetness of the fruits happens to work well with the salad.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.4',
                    ['calories'] = '1100.0',
                    ['carbs'] = '18.0',
                    ['protein'] = '9.0',
                    ['fat'] = '7.0',
                    ['vitamins'] = '22.0',
                    ['density'] = '5.1',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SweetSaladItem',
                    ['typeID'] = '494',
        },
        ['Switch'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Toggle on any touching wires and electronic objects.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Tech]]'},
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SwitchItem',
                    ['typeID'] = '2',
        },
        ['Synthetic Rubber'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'An extremely useful synthetic material derived from petrochemicals',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'SyntheticRubberItem',
                    ['typeID'] = '603',
        },
        ['Table'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large table for placing things on.',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[World  Object]]', '[[Object]]'},
                    ['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'] = '2 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TableItem',
                    ['typeID'] = '1268',
        },
        ['Tailings'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Waste product from concentrating ore. When stored improperly the run-off will create pollution; killing nearby plants and seeping into the water supply. Bury deep underground to help neutralize the effect.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '0.03',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['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,
                    ['type'] = 'TailingsItem',
                    ['typeID'] = '88',
        },
        ['Tailoring Basic Upgrade'] = {
                    ['category'] = 'Efficiency Modules',
                    ['group'] = 'Upgrade',
                    ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Tailroing recipes',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.001',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TailoringUpgradeItem',
                    ['typeID'] = '656',
        },
        ['Tailoring Skill Book'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Books',
                    ['description'] = 'Creates Tailoring Skill Scrolls that teach Tailoring',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'TailoringSkillBook',
                    ['typeID'] = '849',
        },
        ['Tailoring Skill Scroll'] = {
                    ['category'] = 'Hidden/Research',
                    ['group'] = 'Skill Scrolls',
                    ['description'] = 'Teaches Tailoring',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                    ['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,
                    ['type'] = 'TailoringSkillScroll',
                    ['typeID'] = '850',
        },
        ['Tailoring Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Spearhead the fashion movement with the finest clothes and hair!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 0.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TailoringTableItem',
                    ['typeID'] = '1269',
        },
        ['Tall Boots'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['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]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'TallBootsItem',
                    ['typeID'] = '365',
        },
        ['Tallow'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Rendered animal fat useful for more than just cooking.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Fat]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.02',
                    ['calories'] = '200.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '8.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'TallowItem',
                    ['typeID'] = '495',
        },
        ['Tallow Candle'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A candle which can burn tallow to produce a small amount of light.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Ingredient]]', '[[Product]]'},
                    ['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'] = '0.8',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Fat]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TallowCandleItem',
                    ['typeID'] = '1270',
        },
        ['Tallow Lamp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A pottery lamp. Fuel with tallow.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Fat]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TallowLampItem',
                    ['typeID'] = '1271',
        },
        ['Tallow Wall Lamp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A candle mounted on a wall bracket which can burn tallow to produce a small amount of light.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Fat]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TallowWallLampItem',
                    ['typeID'] = '1272',
        },
        ['Taro Root'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Colocasia esculenta',
                    ['tagGroups'] = {'[[Crop]]', '[[Vegetable]]', '[[Root]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '250.0',
                    ['carbs'] = '6.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '1.0',
                    ['density'] = '3.2',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TaroRootItem',
                    ['typeID'] = '496',
        },
        ['Taro Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow taro.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'TaroSeedItem',
                    ['typeID'] = '753',
        },
        ['Taro Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow taro.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TaroSeedPackItem',
                    ['typeID'] = '754',
        },
        ['Tiny Stockpile'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Designates a 2x3x2 area as storage for large items.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Product]]'},
                    ['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'] = '2 X 3 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '4',
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TinyStockpileItem',
                    ['typeID'] = '112',
        },
        ['Toilet'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'When you gotta go, you gotta go.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ToiletItem',
                    ['typeID'] = '1273',
        },
        ['Toll'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Toggle on any touching wires and electronic objects.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Tech]]'},
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TollItem',
                    ['typeID'] = '113',
        },
        ['Tomato'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Intelligence is knowing this is a fruit; wisdom is not putting it in a fruit salad.',
                    ['tagGroups'] = {'[[Crop]]', '[[Vegetable]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '240.0',
                    ['carbs'] = '5.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '2.0',
                    ['density'] = '3.3',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TomatoItem',
                    ['typeID'] = '497',
        },
        ['Tomato Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow tomato plants.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'TomatoSeedItem',
                    ['typeID'] = '755',
        },
        ['Tomato Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow tomato plants.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TomatoSeedPackItem',
                    ['typeID'] = '756',
        },
        ['Tool Bench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A place to craft and fix up tools.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ToolBenchItem',
                    ['typeID'] = '1274',
        },
        ['Topped Porridge'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A thick gruel of boiled grains with a dash of fruity flavor.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '700.0',
                    ['carbs'] = '10.0',
                    ['protein'] = '4.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '10.0',
                    ['density'] = '3.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,
                    ['type'] = 'ToppedPorridgeItem',
                    ['typeID'] = '498',
        },
        ['Torch'] = {
                    ['category'] = '_None',
                    ['group'] = 'Tools',
                    ['description'] = 'A little bit of light to help beat back the night.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Torch]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '1000',
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TorchItem',
                    ['typeID'] = '131',
        },
        ['Torch Stand'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A stand for a torch.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '0.8',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Torch]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TorchStandItem',
                    ['typeID'] = '1275',
        },
        ['Tortilla'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A thin, unleavened flatbread.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '350.0',
                    ['carbs'] = '20.0',
                    ['protein'] = '10.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '8.6',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TortillaItem',
                    ['typeID'] = '499',
        },
        ['Transglutaminase'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Any enzyme that can be used to bond proteins together.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '10.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'TransglutaminaseItem',
                    ['typeID'] = '500',
        },
        ['Transmission Pole'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Can link energy.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '15',
                    ['energyUsed'] = '0',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 8 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TransmissionPoleItem',
                    ['typeID'] = '1276',
        },
        ['Trash Item'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = '',
                    ['tagGroups'] = {'[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'TrashItem',
                    ['typeID'] = '60',
        },
        ['Treasury'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Allows the setting of taxes.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 2 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TreasuryItem',
                    ['typeID'] = '1277',
        },
        ['Tree Debris'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = 'Clear cut debris that needs to be broken down to be more usable.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['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'] = '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,
                    ['type'] = 'TreeDebrisItem',
                    ['typeID'] = '335',
        },
        ['Trillium Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow trillium.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'TrilliumSeedItem',
                    ['typeID'] = '757',
        },
        ['Trillium Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow trillium.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TrilliumSeedPackItem',
                    ['typeID'] = '758',
        },
        ['Trousers'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['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]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'TrousersItem',
                    ['typeID'] = '366',
        },
        ['Trout'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A trout.',
                    ['tagGroups'] = {'[[Fish]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.8',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'TroutItem',
                    ['typeID'] = '604',
        },
        ['Truck'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Modern truck for hauling sizable loads.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Polluter]]', '[[Vehicles]]', '[[Product]]'},
                    ['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'] = '[[Liquid Fuel]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '36',
                    ['inventoryMaxWeight'] = '8000000',
                    ['type'] = 'TruckItem',
                    ['typeID'] = '891',
        },
        ['Tuna'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A tuna.',
                    ['tagGroups'] = {'[[Fish]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '1.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,
                    ['type'] = 'TunaItem',
                    ['typeID'] = '605',
        },
        ['Turkey Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead turkey',
                    ['tagGroups'] = {'[[Tiny Leather Carcass]]', '[[Carcass]]', '[[Tiny Carcass]]', '[[Ingredient]]'},
                    ['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,
                    ['type'] = 'TurkeyCarcassItem',
                    ['typeID'] = '606',
        },
        ['Urchin'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'An urchin.',
                    ['tagGroups'] = {'[[Marine  Life]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'UrchinItem',
                    ['typeID'] = '607',
        },
        ['Valve'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A device that regulates, directs, or controls the flow of fluid.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ValveItem',
                    ['typeID'] = '608',
        },
        ['Vegetable Medley'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'An eclectic arrangement of vegetables.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.3',
                    ['calories'] = '900.0',
                    ['carbs'] = '8.0',
                    ['protein'] = '4.0',
                    ['fat'] = '7.0',
                    ['vitamins'] = '17.0',
                    ['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,
                    ['type'] = 'VegetableMedleyItem',
                    ['typeID'] = '501',
        },
        ['Vegetable Soup'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Who knew plants in plant broth could be so tasty?',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.9',
                    ['calories'] = '1200.0',
                    ['carbs'] = '12.0',
                    ['protein'] = '4.0',
                    ['fat'] = '7.0',
                    ['vitamins'] = '19.0',
                    ['density'] = '3.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,
                    ['type'] = 'VegetableSoupItem',
                    ['typeID'] = '502',
        },
        ['Vegetable Stock'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A hearty stock full of assorted vegetables.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.8',
                    ['calories'] = '700.0',
                    ['carbs'] = '11.0',
                    ['protein'] = '1.0',
                    ['fat'] = '2.0',
                    ['vitamins'] = '11.0',
                    ['density'] = '3.6',
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'VegetableStockItem',
                    ['typeID'] = '503',
        },
        ['Vehicle Tool Item'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = '',
                    ['tagGroups'] = {},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'VehicleToolItem',
                    ['typeID'] = '45',
        },
        ['Wainwright Table'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = nil,
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '25',
                    ['roomMatReq'] = 'Tier 0.8',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WainwrightTableItem',
                    ['typeID'] = '1278',
        },
        ['Wall Candle'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A wall mounted candle.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '1',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = '[[Fat]]',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WallCandleItem',
                    ['typeID'] = '1279',
        },
        ['Washboard'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Sometimes it can be nice to have clean clothes.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WashboardItem',
                    ['typeID'] = '1280',
        },
        ['Washing Machine'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Why hand scrub your clothes on a washboard when you could throw them into this magical cleaning machine?',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '5',
                    ['roomCategory'] = 'Bathroom',
                    ['furnitureType'] = 'Washing',
                    ['repeatsDepreciation'] = '0.2',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '100',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WashingMachineItem',
                    ['typeID'] = '1281',
        },
        ['Waste Filter'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Treats raw sewage.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '10',
                    ['energyUsed'] = '250',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = {{'[[Sewage]]', ' 2'}},
                    ['fluidsProduced'] = {{'[[Water]]', ' 0'}},
                    ['validTalents'] = nil,
                    ['footprint'] = '3 X 3 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WasteFilterItem',
                    ['typeID'] = '114',
        },
        ['Water'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = 'Water is an abundant resource. Fresh water can be found in rivers and lakes while salt water is found in the ocean. In addition to being a home to fish, water is needed for a variety of objects to function.',
                    ['tagGroups'] = {'[[Liquid]]', '[[Block]]', '[[Object]]'},
                    ['maxStack'] = '10',
                    ['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'] = '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,
                    ['type'] = 'WaterItem',
                    ['typeID'] = '75',
        },
        ['Waterweed Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow waterweed.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'WaterweedSeedItem',
                    ['typeID'] = '759',
        },
        ['Waterweed Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow waterweed.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WaterweedSeedPackItem',
                    ['typeID'] = '760',
        },
        ['Waterwheel'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Use the power of flowing water to produce mechanical power.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Ingredient]]', '[[Product]]'},
                    ['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'] = '0',
                    ['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,
                    ['type'] = 'WaterwheelItem',
                    ['typeID'] = '1282',
        },
        ['Wet Tailings'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'Waste product from concentrating ore. The run-off creates ground pollution; killing nearby plants and seeping into the water supply.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '10',
                    ['carried'] = 'Hands',
                    ['weight'] = '0.03',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['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,
                    ['type'] = 'WetTailingsItem',
                    ['typeID'] = '89',
        },
        ['Wheat'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A common grain that is significantly more useful processed.',
                    ['tagGroups'] = {'[[Crop]]', '[[Grain]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = '150.0',
                    ['carbs'] = '6.0',
                    ['protein'] = '2.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.0',
                    ['density'] = '5.3',
                    ['fuel'] = nil,
                    ['yield'] = '[[Gathering]]',
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WheatItem',
                    ['typeID'] = '504',
        },
        ['Wheat Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow wheat.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'WheatSeedItem',
                    ['typeID'] = '761',
        },
        ['Wheat Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow wheat.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WheatSeedPackItem',
                    ['typeID'] = '762',
        },
        ['Wheelbarrow'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Small wheelbarrow for hauling minimal loads.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Vehicles]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '8',
                    ['inventoryMaxWeight'] = '1400000',
                    ['type'] = 'WheelbarrowItem',
                    ['typeID'] = '892',
        },
        ['White Bursage Seed'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow a white bursage.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = '0.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '0.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '0.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,
                    ['type'] = 'WhiteBursageSeedItem',
                    ['typeID'] = '763',
        },
        ['White Bursage Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a white bursage.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WhiteBursageSeedPackItem',
                    ['typeID'] = '764',
        },
        ['Wide Hips'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Hips',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'WideHipsItem',
                    ['typeID'] = '341',
        },
        ['Wild Mix'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A dressed salad that, with the added sweetness, its pretty tasty.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.6',
                    ['calories'] = '800.0',
                    ['carbs'] = '11.0',
                    ['protein'] = '8.0',
                    ['fat'] = '6.0',
                    ['vitamins'] = '21.0',
                    ['density'] = '5.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,
                    ['type'] = 'WildMixItem',
                    ['typeID'] = '505',
        },
        ['Wild Stew'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A thick stew made with a variety of vegetables.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = '1100.0',
                    ['carbs'] = '8.0',
                    ['protein'] = '5.0',
                    ['fat'] = '5.0',
                    ['vitamins'] = '12.0',
                    ['density'] = '2.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,
                    ['type'] = 'WildStewItem',
                    ['typeID'] = '506',
        },
        ['Wilted Fiddleheads'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'While a bunch of wilted fiddleheads may seem a bit sad, at least they\'re nutritious.',
                    ['tagGroups'] = {'[[Charred Green]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.2',
                    ['calories'] = '350.0',
                    ['carbs'] = '4.0',
                    ['protein'] = '1.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '8.0',
                    ['density'] = '3.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,
                    ['type'] = 'WiltedFiddleheadsItem',
                    ['typeID'] = '507',
        },
        ['Wind Turbine'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Generates electrical power from the wind.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '0',
                    ['roomCategory'] = 'Industrial',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '30',
                    ['energyUsed'] = '0',
                    ['energyProduced'] = '1000',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '7 X 11 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WindTurbineItem',
                    ['typeID'] = '1284',
        },
        ['Windmill'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Use wind to produce mechanical power.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Ingredient]]', '[[Product]]'},
                    ['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'] = '0',
                    ['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,
                    ['type'] = 'WindmillItem',
                    ['typeID'] = '1283',
        },
        ['Wire'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Block Items',
                    ['description'] = 'Connects electronic components.',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                    ['maxStack'] = '100',
                    ['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'] = '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,
                    ['type'] = 'WireItem',
                    ['typeID'] = '3',
        },
        ['Wolf Carcass'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A dead wolf.',
                    ['tagGroups'] = {'[[Small Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '2',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WolfCarcassItem',
                    ['typeID'] = '609',
        },
        ['Wolf Whisperer Hat'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Thanks for supporting ECO!',
                    ['tagGroups'] = {'[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'WolfWhispererHatItem',
                    ['typeID'] = '20',
        },
        ['Wolf Whisperer Mask'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'AWOOOOOOOOO',
                    ['tagGroups'] = {'[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'WolfWhispererMaskItem',
                    ['typeID'] = '21',
        },
        ['Wolf Whisperer Shirt'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Thanks for supporting ECO!',
                    ['tagGroups'] = {'[[Object]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'WolfWhispererShirtItem',
                    ['typeID'] = '22',
        },
        ['Wood Cart'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Small cart for hauling small loads.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Vehicles]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '15',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = nil,
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = '12',
                    ['inventoryMaxWeight'] = '2000000',
                    ['type'] = 'WoodCartItem',
                    ['typeID'] = '893',
        },
        ['Wood Pulp'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A byproduct of processing lumber, wood pulp can be burned for Mortar or pressed into paper.',
                    ['tagGroups'] = {'[[Object]]', '[[Fuel]]', '[[Natural Fiber]]', '[[Burnable  Fuel]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.01',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = '50',
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WoodPulpItem',
                    ['typeID'] = '90',
        },
        ['Wood Sign'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A large sign for all your large text needs!',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[World  Object]]', '[[Object]]'},
                    ['maxStack'] = '1',
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WoodSignItem',
                    ['typeID'] = '1291',
        },
        ['Wooden Bow'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A primitive ranged weapon for hunting. Requires arrows to fire.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'WoodenBowItem',
                    ['typeID'] = '883',
        },
        ['Wooden Ceiling Light'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A more modern way to light up a room.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '60',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WoodenCeilingLightItem',
                    ['typeID'] = '1285',
        },
        ['Wooden Elevator'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'An elevator for transporting loads vertically.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '4 X 5 X 3',
                    ['mobile'] = 'Yes',
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WoodenElevatorItem',
                    ['typeID'] = '894',
        },
        ['Wooden Elevator Call Post'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Used to call a nearby WoodenElevator.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['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'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WoodenElevatorCallPostItem',
                    ['typeID'] = '1286',
        },
        ['Wooden Fabric Bed'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A much more comfortable bed made with fabric.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '4',
                    ['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'] = '2 X 2 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WoodenFabricBedItem',
                    ['typeID'] = '1287',
        },
        ['Wooden Floor Lamp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A more modern way to light up a room. This time from the floor.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '60',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WoodenFloorLampItem',
                    ['typeID'] = '1288',
        },
        ['Wooden Hoe'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'Used to till soil and prepare it for planting.',
                    ['tagGroups'] = {'[[Tool]]', '[[Plow]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'WoodenHoeItem',
                    ['typeID'] = '884',
        },
        ['Wooden Latrine'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A wooden potty.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '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'] = '1 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LatrineItem',
                    ['typeID'] = '1137',
        },
        ['Wooden Shovel'] = {
                    ['category'] = 'Tool',
                    ['group'] = 'Tools',
                    ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                    ['tagGroups'] = {'[[Tool]]', '[[Excavation]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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,
                    ['type'] = 'WoodenShovelItem',
                    ['typeID'] = '885',
        },
        ['Wooden Straw Bed'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A nice, scratchy and horrible uncomfortable bed. But at least it keeps you off the ground.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2',
                    ['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'] = '1 X 1 X 3',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WoodenStrawBedItem',
                    ['typeID'] = '1289',
        },
        ['Wooden Table Lamp'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'For late night studying. Or working. Or anything, really.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                    ['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'] = '2',
                    ['roomCategory'] = 'General',
                    ['furnitureType'] = 'Lights',
                    ['repeatsDepreciation'] = '0.7',
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['energyUsed'] = '60',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Electric',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = '1 X 1 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WoodenTableLampItem',
                    ['typeID'] = '1290',
        },
        ['Wooden Wheel'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A basic wheel for use in early wooden vehicles.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.5',
                    ['calories'] = nil,
                    ['carbs'] = nil,
                    ['protein'] = nil,
                    ['fat'] = nil,
                    ['vitamins'] = nil,
                    ['density'] = nil,
                    ['fuel'] = nil,
                    ['yield'] = nil,
                    ['currency'] = 'Yes',
                    ['skillValue'] = nil,
                    ['roomCategory'] = nil,
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = nil,
                    ['energyUsed'] = nil,
                    ['energyProduced'] = nil,
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = nil,
                    ['footprint'] = nil,
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WoodenWheelItem',
                    ['typeID'] = '610',
        },
        ['Work Backpack'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Lighter pack that causes lower calorie consumption.  Decreases calories consumed by 10% and increases max carry weight by 5 kg.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'WorkBackpackItem',
                    ['typeID'] = '367',
        },
        ['Work Boots'] = {
                    ['category'] = '_None',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Boots designed to be rugged and reduce muscle strain while working.  Decreases calories consumed by 10%.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.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,
                    ['type'] = 'WorkBootsItem',
                    ['typeID'] = '368',
        },
        ['Workbench'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'A bench for the basics and making even more benches.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                    ['footprint'] = '2 X 2 X 1',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'WorkbenchItem',
                    ['typeID'] = '84',
        },
        ['Yeast'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'A fungus that acts as an amazing leavening agent.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.1',
                    ['calories'] = '60.0',
                    ['carbs'] = '0.0',
                    ['protein'] = '8.0',
                    ['fat'] = '0.0',
                    ['vitamins'] = '7.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,
                    ['type'] = 'YeastItem',
                    ['typeID'] = '508',
        },
        ['Zoning Office'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Districts are created and redefined here.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                    ['maxStack'] = '1',
                    ['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'] = '3 X 2 X 2',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = '45',
                    ['roomMatReq'] = 'Tier 1',
                    ['roomContainReq'] = 'Yes',
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'ZoningOfficeItem',
                    ['typeID'] = '97',
        },
    },
}