Module:ItemData: Difference between revisions

From Eco - English Wiki
[unchecked revision][unchecked revision]
m (1 revision imported)
(Update for Eco Version : 0.9.0.0 beta staging-1711)
Line 1: Line 1:
-- Eco Version : 0.8.2.6 beta
-- Eco Version : 0.9.0.0 beta staging-1711


return {
return {
     items = {
     items = {
        ['A P Gen'] = {
                    ['category'] = 'WorldObject',
                    ['group'] = 'World Object Items',
                    ['description'] = 'Not sure why you would have this or want to place it, but it just generates pollution.',
                    ['maxStack'] = '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'] = 'APGenItem',
                    ['typeID'] = '660',
                    },
         ['Acorn'] = {
         ['Acorn'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow an oak tree.',
                     ['description'] = 'Plant to grow an oak tree.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 79: Line 41:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AcornItem',
                     ['type'] = 'AcornItem',
                     ['typeID'] = '432',
                     ['typeID'] = '657',
                    },
        },
         ['Acorn Pack'] = {
         ['Acorn Pack'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow an oak tree.',
                     ['description'] = 'Plant to grow an oak tree.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 118: Line 81:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AcornPackItem',
                     ['type'] = 'AcornPackItem',
                     ['typeID'] = '433',
                     ['typeID'] = '658',
                    },
        },
         ['Acorn Powder'] = {
         ['Acorn Powder'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Powdered acorn.',
                     ['description'] = 'Powdered acorn.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 157: Line 121:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AcornPowderItem',
                     ['type'] = 'AcornPowderItem',
                     ['typeID'] = '249',
                     ['typeID'] = '379',
                    },
        },
         ['Advanced Baking Skill Book'] = {
         ['Adorned Ashlar Basalt Bench'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Books',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Creates Advanced Baking Skill Scrolls that teach Advanced Baking',
                     ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 175: Line 140:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 188: Line 153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 195: Line 160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AdvancedBakingSkillBook',
                     ['type'] = 'AdornedAshlarBasaltBenchItem',
                     ['typeID'] = '539',
                     ['typeID'] = '895',
                    },
        },
         ['Advanced Baking Skill Scroll'] = {
         ['Adorned Ashlar Basalt Chair'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Teaches Advanced Baking',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 214: Line 180:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 227: Line 193:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 234: Line 200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AdvancedBakingSkillScroll',
                     ['type'] = 'AdornedAshlarBasaltChairItem',
                     ['typeID'] = '540',
                     ['typeID'] = '896',
                    },
        },
         ['Advanced Combustion Engine'] = {
         ['Adorned Ashlar Basalt Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A more advanced version of the normal combustion engine that produces a greater output.',
                     ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 252: Line 219:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 266: Line 233:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 273: Line 240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AdvancedCombustionEngineItem',
                     ['type'] = 'AdornedAshlarBasaltTableItem',
                     ['typeID'] = '354',
                     ['typeID'] = '897',
                    },
        },
         ['Advanced Cooking Skill Book'] = {
         ['Adorned Ashlar Gneiss Bench'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Books',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Creates Advanced Cooking Skill Scrolls that teach Advanced Cooking',
                     ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
Line 292: Line 260:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 305: Line 273:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 312: Line 280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AdvancedCookingSkillBook',
                     ['type'] = 'AdornedAshlarGneissBenchItem',
                     ['typeID'] = '543',
                     ['typeID'] = '898',
                    },
        },
         ['Advanced Cooking Skill Scroll'] = {
         ['Adorned Ashlar Gneiss Chair'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Teaches Advanced Cooking',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 331: Line 300:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 344: Line 313:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 351: Line 320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AdvancedCookingSkillScroll',
                     ['type'] = 'AdornedAshlarGneissChairItem',
                     ['typeID'] = '544',
                     ['typeID'] = '899',
                    },
        },
         ['Advanced Smelting Skill Book'] = {
         ['Adorned Ashlar Gneiss Table'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Books',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Creates Advanced Smelting Skill Scrolls that teach Advanced Smelting',
                     ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 370: Line 340:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 383: Line 353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 390: Line 360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AdvancedSmeltingSkillBook',
                     ['type'] = 'AdornedAshlarGneissTableItem',
                     ['typeID'] = '546',
                     ['typeID'] = '900',
                    },
        },
         ['Advanced Smelting Skill Scroll'] = {
         ['Adorned Ashlar Granite Bench'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Teaches Advanced Smelting',
                     ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 409: Line 380:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 422: Line 393:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 429: Line 400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AdvancedSmeltingSkillScroll',
                     ['type'] = 'AdornedAshlarGraniteBenchItem',
                     ['typeID'] = '547',
                     ['typeID'] = '901',
                    },
        },
         ['Agave Leaves'] = {
         ['Adorned Ashlar Granite Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = nil,
                     ['calories'] = '200.0',
                     ['calories'] = nil,
                     ['carbs'] = '4.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '1.0',
                     ['fat'] = nil,
                     ['vitamins'] = '1.0',
                     ['vitamins'] = nil,
                     ['density'] = '3.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 461: Line 433:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 468: Line 440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AgaveLeavesItem',
                     ['type'] = 'AdornedAshlarGraniteChairItem',
                     ['typeID'] = '250',
                     ['typeID'] = '902',
                    },
        },
         ['Agave Seed'] = {
         ['Adorned Ashlar Granite Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow an agave plant.',
                     ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 500: Line 473:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 507: Line 480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AgaveSeedItem',
                     ['type'] = 'AdornedAshlarGraniteTableItem',
                     ['typeID'] = '434',
                     ['typeID'] = '903',
                    },
        },
         ['Agave Seed Pack'] = {
         ['Adorned Ashlar Limestone Bench'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow an agave plant.',
                     ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 526: Line 500:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 539: Line 513:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 546: Line 520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AgaveSeedPackItem',
                     ['type'] = 'AdornedAshlarLimestoneBenchItem',
                     ['typeID'] = '435',
                     ['typeID'] = '904',
                    },
        },
         ['Alpha Cloak'] = {
         ['Adorned Ashlar Limestone Chair'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Thanks for supporting ECO!',
                     ['description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 565: Line 540:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 578: Line 553:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 585: Line 560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AlphaCloakItem',
                     ['type'] = 'AdornedAshlarLimestoneChairItem',
                     ['typeID'] = '17',
                     ['typeID'] = '905',
                    },
        },
         ['Alpha Goggles'] = {
         ['Adorned Ashlar Limestone Table'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Thanks for supporting ECO!',
                     ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 604: Line 580:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 617: Line 593:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 624: Line 600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AlphaGogglesItem',
                     ['type'] = 'AdornedAshlarLimestoneTableItem',
                     ['typeID'] = '16',
                     ['typeID'] = '906',
                    },
        },
         ['Alpha Hat'] = {
         ['Adorned Ashlar Sandstone Bench'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Thanks for supporting ECO!',
                     ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 643: Line 620:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 656: Line 633:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 663: Line 640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AlphaHatItem',
                     ['type'] = 'AdornedAshlarSandstoneBenchItem',
                     ['typeID'] = '15',
                     ['typeID'] = '907',
                    },
        },
         ['Amanita Mushrooms'] = {
         ['Adorned Ashlar Sandstone Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A potentially poisonous mushroom. It might be wise to not eat it.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = nil,
                     ['calories'] = '-200.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 695: Line 673:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 702: Line 680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AmanitaMushroomsItem',
                     ['type'] = 'AdornedAshlarSandstoneChairItem',
                     ['typeID'] = '251',
                     ['typeID'] = '908',
                    },
        },
         ['Anvil'] = {
         ['Adorned Ashlar Sandstone Table'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A solid shaped piece of metal used to hammer ingots into tools and other useful things.',
                     ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 721: Line 700:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = '3.5',
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 733: Line 712:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
Line 741: Line 720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AnvilItem',
                     ['type'] = 'AdornedAshlarSandstoneTableItem',
                     ['typeID'] = '659',
                     ['typeID'] = '909',
                    },
        },
         ['Arctic Willow Seed'] = {
         ['Adorned Ashlar Shale Bench'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow arctic willow.',
                     ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 773: Line 753:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 780: Line 760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ArcticWillowSeedItem',
                     ['type'] = 'AdornedAshlarShaleBenchItem',
                     ['typeID'] = '436',
                     ['typeID'] = '910',
                    },
        },
         ['Arctic Willow Seed Pack'] = {
         ['Adorned Ashlar Shale Chair'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow arctic willow.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 799: Line 780:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 812: Line 793:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 819: Line 800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ArcticWillowSeedPackItem',
                     ['type'] = 'AdornedAshlarShaleChairItem',
                     ['typeID'] = '437',
                     ['typeID'] = '911',
                    },
        },
         ['Arrow'] = {
         ['Adorned Ashlar Shale Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).',
                     ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 835: Line 817:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '500',
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 851: Line 833:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 858: Line 840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ArrowItem',
                     ['type'] = 'AdornedAshlarShaleTableItem',
                     ['typeID'] = '355',
                     ['typeID'] = '912',
                    },
        },
         ['Asphalt Ramp'] = {
         ['Adorned Ashlar Stone Bench'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Road Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '4 x 1 Asphalt Ramp.',
                     ['description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '60',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 877: Line 860:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 890: Line 873:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '4 X 1 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 897: Line 880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AsphaltRampItem',
                     ['type'] = 'AdornedAshlarStoneBenchItem',
                     ['typeID'] = '799',
                     ['typeID'] = '913',
                    },
        },
         ['Asphalt Road'] = {
         ['Adorned Ashlar Stone Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A paved surface constructed with asphalt and concrete. It\'s durable and extremely efficient for any wheeled vehicle.',
                     ['description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 916: Line 900:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 929: Line 913:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 936: Line 920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AsphaltRoadItem',
                     ['type'] = 'AdornedAshlarStoneChairItem',
                     ['typeID'] = '173',
                     ['typeID'] = '914',
                    },
        },
         ['Assembly Line'] = {
         ['Adorned Ashlar Stone Table'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'A fancy ashlar stone table that has been adorned with gold',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 955: Line 940:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = '3.5',
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 967: Line 952:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '4 X 3 X 5',
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 975: Line 960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AssemblyLineItem',
                     ['type'] = 'AdornedAshlarStoneTableItem',
                     ['typeID'] = '661',
                     ['typeID'] = '915',
                    },
        },
         ['Axe'] = {
         ['Advanced Baking Advanced Upgrade'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Tools',
                     ['group'] = 'Upgrade',
                     ['description'] = 'A broadheaded axe useful for felling trees.',
                     ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Baking recipes.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0',
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 993: Line 979:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 1,014: Line 1,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'AxeItem',
                     ['type'] = 'AdvancedBakingUpgradeItem',
                     ['typeID'] = '356',
                     ['typeID'] = '611',
                    },
        },
         ['Backpack'] = {
         ['Advanced Baking Skill Book'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Actionbar Items',
                     ['group'] = 'Skill Books',
                     ['description'] = 'Your currently carried items.',
                     ['description'] = 'Creates Advanced Baking Skill Scrolls that teach Advanced Baking',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 1,053: Line 1,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BackpackItem',
                     ['type'] = 'AdvancedBakingSkillBook',
                     ['typeID'] = '49',
                     ['typeID'] = '766',
                    },
        },
         ['Baked Agave'] = {
         ['Advanced Baking Skill Scroll'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Food',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'Charred agave leaves are too fiberous to eat entirely, but you can certainly chew them.',
                     ['description'] = 'Teaches Advanced Baking',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.3',
                     ['weight'] = nil,
                     ['calories'] = '350.0',
                     ['calories'] = nil,
                     ['carbs'] = '12.0',
                     ['carbs'] = nil,
                     ['protein'] = '2.0',
                     ['protein'] = nil,
                     ['fat'] = '6.0',
                     ['fat'] = nil,
                     ['vitamins'] = '8.0',
                     ['vitamins'] = nil,
                     ['density'] = '8.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 1,092: Line 1,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BakedAgaveItem',
                     ['type'] = 'AdvancedBakingSkillScroll',
                     ['typeID'] = '252',
                     ['typeID'] = '767',
                     },
        },
         ['Baked Meat'] = {
        ['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',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Evenly baked meat; it might not have the perfect sear but it\'s good enough.',
                     ['description'] = 'A complex electrical component used in advanced electronics.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '1',
                     ['calories'] = '600.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '13.0',
                     ['protein'] = nil,
                     ['fat'] = '17.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '5.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 1,131: Line 1,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BakedMeatItem',
                     ['type'] = 'AdvancedCircuitItem',
                     ['typeID'] = '253',
                     ['typeID'] = '509',
                    },
        },
         ['Baked Roast'] = {
         ['Advanced Combustion Engine'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'A trussed roast baked to perfection.',
                     ['description'] = 'A more advanced version of the normal combustion engine that produces a greater output.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '1',
                     ['calories'] = '900.0',
                     ['calories'] = nil,
                     ['carbs'] = '4.0',
                     ['carbs'] = nil,
                     ['protein'] = '13.0',
                     ['protein'] = nil,
                     ['fat'] = '8.0',
                     ['fat'] = nil,
                     ['vitamins'] = '7.0',
                     ['vitamins'] = nil,
                     ['density'] = '3.6',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 1,170: Line 1,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BakedRoastItem',
                     ['type'] = 'AdvancedCombustionEngineItem',
                     ['typeID'] = '254',
                     ['typeID'] = '510',
                    },
        },
         ['Bakery Oven'] = {
         ['Advanced Cooking Advanced Upgrade'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'A solidly built brick oven useful for baking all manner of treats.',
                     ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Cooking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 1,189: Line 1,220:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '3',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Kitchen',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Baking',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.3',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 1,201: Line 1,232:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 1,209: Line 1,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BakeryOvenItem',
                     ['type'] = 'AdvancedCookingUpgradeItem',
                     ['typeID'] = '662',
                     ['typeID'] = '612',
                    },
        },
         ['Baking Skill Book'] = {
         ['Advanced Cooking Skill Book'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Skill Books',
                     ['description'] = 'Creates Baking Skill Scrolls that teach Baking',
                     ['description'] = 'Creates Advanced Cooking Skill Scrolls that teach Advanced Cooking',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 1,248: Line 1,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BakingSkillBook',
                     ['type'] = 'AdvancedCookingSkillBook',
                     ['typeID'] = '549',
                     ['typeID'] = '769',
                    },
        },
         ['Baking Skill Scroll'] = {
         ['Advanced Cooking Skill Scroll'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'Teaches Baking',
                     ['description'] = 'Teaches Advanced Cooking',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 1,287: Line 1,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BakingSkillScroll',
                     ['type'] = 'AdvancedCookingSkillScroll',
                     ['typeID'] = '550',
                     ['typeID'] = '770',
                    },
        },
         ['Bank'] = {
         ['Advanced Masonry Modern Upgrade'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Allows players to create and use bank accounts.',
                     ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Advanced Masonry recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 1,319: Line 1,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 1,326: Line 1,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BankItem',
                     ['type'] = 'AdvancedMasonryUpgradeItem',
                     ['typeID'] = '663',
                     ['typeID'] = '613',
                    },
        },
         ['Bannock'] = {
         ['Advanced Masonry Skill Book'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Food',
                     ['group'] = 'Skill Books',
                     ['description'] = 'A dense whole wheat unleavened bread.',
                     ['description'] = 'Creates Advanced Masonry Skill Scrolls that teach Advanced Masonry',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '600.0',
                     ['calories'] = nil,
                     ['carbs'] = '15.0',
                     ['carbs'] = nil,
                     ['protein'] = '3.0',
                     ['protein'] = nil,
                     ['fat'] = '8.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '4.3',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 1,365: Line 1,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BannockItem',
                     ['type'] = 'AdvancedMasonrySkillBook',
                     ['typeID'] = '255',
                     ['typeID'] = '772',
                    },
        },
         ['Barrel'] = {
         ['Advanced Masonry Skill Scroll'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Block Items',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'A metal barrel for carrying liquids.',
                     ['description'] = 'Teaches Advanced Masonry',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '2',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 1,383: Line 1,419:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 1,404: Line 1,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BarrelItem',
                     ['type'] = 'AdvancedMasonrySkillScroll',
                     ['typeID'] = '174',
                     ['typeID'] = '773',
                    },
        },
         ['Barrel Cactus Seed'] = {
         ['Advanced Masonry Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow barrel cactus.',
                     ['description'] = 'A workbench for the advanced shaping of rocks into beautiful stone.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = '10',
                     ['energyUsed'] = nil,
                     ['energyUsed'] = '250',
                     ['energyProduced'] = nil,
                     ['energyProduced'] = '0',
                     ['energyType'] = nil,
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 2.3',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BarrelCactusSeedItem',
                     ['type'] = 'AdvancedMasonryTableItem',
                     ['typeID'] = '438',
                     ['typeID'] = '917',
                    },
        },
         ['Barrel Cactus Seed Pack'] = {
         ['Advanced Smelting Advanced Upgrade'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Plant to grow barrel cactus.',
                     ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 1,482: Line 1,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BarrelCactusSeedPackItem',
                     ['type'] = 'AdvancedSmeltingUpgradeItem',
                     ['typeID'] = '439',
                     ['typeID'] = '614',
                    },
        },
         ['Basalt'] = {
         ['Advanced Smelting Skill Book'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Block Items',
                     ['group'] = 'Skill Books',
                     ['description'] = 'A hard and heavy rock with some uses in construction. Basalt forms directly from lava erupted volcanically, making it an extrusive igneous rock. The basis of all bedrock in the oceans.',
                     ['description'] = 'Creates Advanced Smelting Skill Scrolls that teach Advanced Smelting',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '1',
                     ['weight'] = '7',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 1,500: Line 1,539:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 1,521: Line 1,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BasaltItem',
                     ['type'] = 'AdvancedSmeltingSkillBook',
                     ['typeID'] = '175',
                     ['typeID'] = '775',
                    },
        },
         ['Basic Backpack'] = {
         ['Advanced Smelting Skill Scroll'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = '',
                     ['description'] = 'Teaches Advanced Smelting',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 1,560: Line 1,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BasicBackpackItem',
                     ['type'] = 'AdvancedSmeltingSkillScroll',
                     ['typeID'] = '214',
                     ['typeID'] = '776',
                    },
        },
         ['Basic Engineering Skill Book'] = {
         ['Advanced Upgrade 1'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Creates Basic Engineering Skill Scrolls that teach Basic Engineering',
                     ['description'] = 'Advanced Upgrade that increases crafting efficiency.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Advanced Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 1,599: Line 1,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BasicEngineeringSkillBook',
                     ['type'] = 'AdvancedUpgradeLvl1Item',
                     ['typeID'] = '552',
                     ['typeID'] = '615',
                    },
        },
         ['Basic Engineering Skill Scroll'] = {
         ['Advanced Upgrade 2'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Teaches Basic Engineering',
                     ['description'] = 'Advanced Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Advanced Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 1,638: Line 1,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BasicEngineeringSkillScroll',
                     ['type'] = 'AdvancedUpgradeLvl2Item',
                     ['typeID'] = '553',
                     ['typeID'] = '616',
                    },
        },
         ['Basic Salad'] = {
         ['Advanced Upgrade 3'] = {
                     ['category'] = '_None',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Food',
                     ['group'] = 'Upgrade',
                     ['description'] = 'A seemingly random assortment of wild plants that form a sort of salad.',
                     ['description'] = 'Advanced Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Advanced Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.3',
                     ['weight'] = '0.001',
                     ['calories'] = '800.0',
                     ['calories'] = nil,
                     ['carbs'] = '13.0',
                     ['carbs'] = nil,
                     ['protein'] = '6.0',
                     ['protein'] = nil,
                     ['fat'] = '6.0',
                     ['fat'] = nil,
                     ['vitamins'] = '13.0',
                     ['vitamins'] = nil,
                     ['density'] = '4.8',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 1,677: Line 1,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BasicSaladItem',
                     ['type'] = 'AdvancedUpgradeLvl3Item',
                     ['typeID'] = '256',
                     ['typeID'] = '617',
                    },
        },
         ['Bean Paste'] = {
         ['Advanced Upgrade 4'] = {
                     ['category'] = '_None',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Food',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Smashed beans can work as a thickener or flavour enhancer.',
                     ['description'] = 'Advanced Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Advanced Upgrade]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['weight'] = '0.001',
                     ['calories'] = '40.0',
                     ['calories'] = nil,
                     ['carbs'] = '3.0',
                     ['carbs'] = nil,
                     ['protein'] = '5.0',
                     ['protein'] = nil,
                     ['fat'] = '7.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '37.5',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 1,716: Line 1,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BeanPasteItem',
                     ['type'] = 'AdvancedUpgradeLvl4Item',
                     ['typeID'] = '257',
                     ['typeID'] = '618',
                    },
        },
         ['Beans'] = {
         ['Agave Leaves'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'A good source of protein.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.01',
                     ['calories'] = '120.0',
                     ['calories'] = '200.0',
                     ['carbs'] = '1.0',
                     ['carbs'] = '3.0',
                     ['protein'] = '4.0',
                     ['protein'] = '1.0',
                     ['fat'] = '3.0',
                     ['fat'] = '2.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '2.0',
                     ['density'] = '6.7',
                     ['density'] = '4.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = '[[Gathering]]',
Line 1,755: Line 1,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BeansItem',
                     ['type'] = 'AgaveLeavesItem',
                     ['typeID'] = '440',
                     ['typeID'] = '380',
                    },
        },
         ['Beans Pack'] = {
         ['Agave Seed'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'A good source of protein.',
                     ['description'] = 'Plant to grow an agave plant.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 1,794: Line 1,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BeansPackItem',
                     ['type'] = 'AgaveSeedItem',
                     ['typeID'] = '441',
                     ['typeID'] = '659',
                    },
        },
         ['Bear S U P R E M E'] = {
         ['Agave Seed Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Just because the name has \'bear\' in it doesn\'t mean it actually contains bear.',
                     ['description'] = 'Plant to grow an agave plant.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0.05',
                     ['calories'] = '1200.0',
                     ['calories'] = nil,
                     ['carbs'] = '8.0',
                     ['carbs'] = nil,
                     ['protein'] = '20.0',
                     ['protein'] = nil,
                     ['fat'] = '22.0',
                     ['fat'] = nil,
                     ['vitamins'] = '10.0',
                     ['vitamins'] = nil,
                     ['density'] = '5.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 1,833: Line 1,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BearSUPREMEItem',
                     ['type'] = 'AgaveSeedPackItem',
                     ['typeID'] = '259',
                     ['typeID'] = '660',
                    },
        },
         ['Bearclaw'] = {
         ['Agouti Carcass'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'A sweet pastry with seperated sections that look a bit like a claw.',
                     ['description'] = 'A dead agouti.',
                    ['tagGroups'] = {'[[Tiny Fur Carcass]]', '[[Carcass]]', '[[Tiny Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.3',
                     ['weight'] = '2',
                     ['calories'] = '650.0',
                     ['calories'] = nil,
                     ['carbs'] = '12.0',
                     ['carbs'] = nil,
                     ['protein'] = '6.0',
                     ['protein'] = nil,
                     ['fat'] = '21.0',
                     ['fat'] = nil,
                     ['vitamins'] = '7.0',
                     ['vitamins'] = nil,
                     ['density'] = '7.1',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 1,872: Line 1,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BearclawItem',
                     ['type'] = 'AgoutiCarcassItem',
                     ['typeID'] = '258',
                     ['typeID'] = '511',
                    },
        },
         ['Bearpack'] = {
         ['Agriculture Research Paper Advanced'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Items',
                     ['description'] = 'Lets you carry as much as a bear! Not really, but it does help you carry more.',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Advanced  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 1,911: Line 1,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BearpackItem',
                     ['type'] = 'AgricultureResearchPaperAdvancedItem',
                     ['typeID'] = '215',
                     ['typeID'] = '512',
                    },
        },
         ['Beet'] = {
         ['Agriculture Research Paper Modern'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'A brilliantly colored bulb with an earthy sweetness.',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Modern  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = '0.01',
                     ['calories'] = '230.0',
                     ['calories'] = nil,
                     ['carbs'] = '3.0',
                     ['carbs'] = nil,
                     ['protein'] = '1.0',
                     ['protein'] = nil,
                     ['fat'] = '1.0',
                     ['fat'] = nil,
                     ['vitamins'] = '3.0',
                     ['vitamins'] = nil,
                     ['density'] = '3.5',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 1,950: Line 2,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BeetItem',
                     ['type'] = 'AgricultureResearchPaperModernItem',
                     ['typeID'] = '260',
                     ['typeID'] = '513',
                    },
        },
         ['Beet Seed'] = {
         ['Air Pollution Generator'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow beets.',
                     ['description'] = 'Dev object for testing air pollution.',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[World  Object]]', '[[Object]]', '[[Polluter]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 1,982: Line 2,033:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 1,989: Line 2,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BeetSeedItem',
                     ['type'] = 'AirPollutionGeneratorItem',
                     ['typeID'] = '442',
                     ['typeID'] = '91',
                    },
        },
         ['Beet Seed Pack'] = {
         ['Alligator Carcass'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow beets.',
                     ['description'] = 'A dead alligator.',
                    ['tagGroups'] = {'[[Medium Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '2',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,028: Line 2,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BeetSeedPackItem',
                     ['type'] = 'AlligatorCarcassItem',
                     ['typeID'] = '443',
                     ['typeID'] = '514',
                    },
        },
         ['Berry Extract Fertilizer'] = {
         ['Alpha Cloak'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'AvatarPart',
                     ['description'] = '',
                     ['description'] = 'Thanks for supporting ECO!',
                     ['maxStack'] = '50',
                    ['tagGroups'] = {'[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,067: Line 2,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BerryExtractFertilizerItem',
                     ['type'] = 'AlphaCloakItem',
                     ['typeID'] = '239',
                     ['typeID'] = '19',
                    },
        },
         ['Big Backpack'] = {
         ['Alpha Goggles'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'BIGGER BACKPACKS????',
                     ['description'] = 'Thanks for supporting ECO!',
                    ['tagGroups'] = {'[[Object]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,106: Line 2,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BigBackpackItem',
                     ['type'] = 'AlphaGogglesItem',
                     ['typeID'] = '216',
                     ['typeID'] = '18',
                    },
        },
         ['Big Bluestem Seed'] = {
         ['Alpha Hat'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'Plant to grow a big bluestem plant.',
                     ['description'] = 'Thanks for supporting ECO!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 2,145: Line 2,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BigBluestemSeedItem',
                     ['type'] = 'AlphaHatItem',
                     ['typeID'] = '444',
                     ['typeID'] = '17',
                    },
        },
         ['Big Bluestem Seed Pack'] = {
         ['Amanita Mushroom Spores'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow a big bluestem plant.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 2,184: Line 2,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BigBluestemSeedPackItem',
                     ['type'] = 'AmanitaMushroomSporesItem',
                     ['typeID'] = '445',
                     ['typeID'] = '661',
                    },
        },
         ['Bighorn Carcass'] = {
         ['Amanita Mushroom Spores Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'A dead bighorn.',
                     ['description'] = 'Plant to grow amanita mushrooms. Not sure why you\'d want these poisonous mushrooms, though.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '3',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,202: Line 2,259:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 2,223: Line 2,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BighornCarcassItem',
                     ['type'] = 'AmanitaMushroomSporesPackItem',
                     ['typeID'] = '357',
                     ['typeID'] = '662',
                    },
         },
         ['Biodiesel'] = {
         ['Amanita Mushrooms'] = {
                    ['category'] = '_None',
                    ['group'] = 'Block Items',
                    ['description'] = 'A vegetable or animal fat-based diesel fuel.',
                    ['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'] = '176',
                    },
         ['Birch Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow into a birch sapling.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.01',
                     ['calories'] = '0.0',
                     ['calories'] = '-200.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '0.0',
                     ['protein'] = '0.0',
                     ['protein'] = '0.0',
                     ['fat'] = '0.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['density'] = '0.0',
                     ['density'] = '-0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 2,301: Line 2,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BirchSeedItem',
                     ['type'] = 'AmanitaMushroomsItem',
                     ['typeID'] = '446',
                     ['typeID'] = '381',
                    },
        },
         ['Birch Seed Pack'] = {
         ['Amendments'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow into a birch sapling.',
                     ['description'] = 'Changes to the constituion are made here.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,333: Line 2,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 3 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BirchSeedPackItem',
                     ['type'] = 'AmendmentsItem',
                     ['typeID'] = '447',
                     ['typeID'] = '99',
                    },
        },
         ['Bison Carcass'] = {
         ['Anvil'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A dead bison',
                     ['description'] = 'A solid shaped piece of metal used to hammer ingots into tools and other useful things.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '4',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,356: Line 2,377:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = 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,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 2,379: Line 2,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BisonCarcassItem',
                     ['type'] = 'ArcticWillowSeedItem',
                     ['typeID'] = '358',
                     ['typeID'] = '663',
                    },
        },
         ['Bison Mount'] = {
         ['Arctic Willow Seed Pack'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A fluffy, but very dead, bison head on a mount.',
                     ['description'] = 'Plant to grow arctic willow.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,398: Line 2,460:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '10',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Decoration',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.2',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 2,411: Line 2,473:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 2,418: Line 2,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BisonMountItem',
                     ['type'] = 'ArcticWillowSeedPackItem',
                     ['typeID'] = '664',
                     ['typeID'] = '664',
                    },
        },
         ['Blast Furnace'] = {
         ['Arrastra'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A superior replacement for the bloomery that can produce steel.',
                     ['description'] = 'A primitive rock mill of dragged boulders.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 2,442: Line 2,505:
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = '5',
                     ['energyUsed'] = nil,
                     ['energyUsed'] = '75',
                     ['energyProduced'] = nil,
                     ['energyProduced'] = '0',
                     ['energyType'] = nil,
                     ['energyType'] = 'Mechanical',
                     ['fluidsUsed'] = {{'[[Water]]', 300}},
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = {{'[[Smog]]', 1000},{'[[Sewage]]', 0}},
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = '[[]]',
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = '3 X 5 X 3',
                     ['footprint'] = '4 X 3 X 3',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 2,457: Line 2,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BlastFurnaceItem',
                     ['type'] = 'ArrastraItem',
                     ['typeID'] = '665',
                     ['typeID'] = '919',
                    },
        },
         ['Blinky Eyelids'] = {
         ['Arrow'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Items',
                     ['description'] = 'Eyes',
                     ['description'] = 'Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Fuel]]', '[[Burnable  Fuel]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0',
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,473: Line 2,537:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = '500',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 2,496: Line 2,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BlinkyEyelidsItem',
                     ['type'] = 'ArrowItem',
                     ['typeID'] = '208',
                     ['typeID'] = '515',
                    },
        },
         ['Blood Meal Fertilizer'] = {
         ['Ashlar Basalt'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = '',
                     ['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.',
                     ['maxStack'] = '50',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.5',
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,514: Line 2,579:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 2,535: Line 2,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BloodMealFertilizerItem',
                     ['type'] = 'AshlarBasaltItem',
                     ['typeID'] = '240',
                     ['typeID'] = '252',
                    },
        },
         ['Bloomery'] = {
         ['Ashlar Basalt Bench'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A chimney-shaped furnace for smelting ores.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 2,554: Line 2,620:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 2,566: Line 2,632:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
Line 2,574: Line 2,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BloomeryItem',
                     ['type'] = 'AshlarBasaltBenchItem',
                     ['typeID'] = '666',
                     ['typeID'] = '920',
                    },
        },
         ['Board'] = {
         ['Ashlar Basalt Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Can be used in simple crafts, or used to create workbenches.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,590: Line 2,657:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '2000',
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 2,606: Line 2,673:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 2,613: Line 2,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BoardItem',
                     ['type'] = 'AshlarBasaltChairItem',
                     ['typeID'] = '359',
                     ['typeID'] = '921',
                    },
        },
         ['Boiled Rice'] = {
         ['Ashlar Basalt Door'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Soft and fluffy.',
                     ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '210.0',
                     ['calories'] = nil,
                     ['carbs'] = '13.0',
                     ['carbs'] = nil,
                     ['protein'] = '2.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '7.1',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 2,645: Line 2,713:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 2,652: Line 2,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BoiledRiceItem',
                     ['type'] = 'AshlarBasaltDoorItem',
                     ['typeID'] = '261',
                     ['typeID'] = '922',
                    },
        },
         ['Boiled Sausage'] = {
         ['Ashlar Basalt Fireplace'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Boiled sausages might not be as pretty as grilled ones, but they\'re still tasty.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.3',
                     ['weight'] = nil,
                     ['calories'] = '600.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '27.0',
                     ['protein'] = nil,
                     ['fat'] = '22.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '8.2',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fireplace',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 2,684: Line 2,753:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 2,691: Line 2,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BoiledSausageItem',
                     ['type'] = 'AshlarBasaltFireplaceItem',
                     ['typeID'] = '262',
                     ['typeID'] = '923',
                    },
        },
         ['Boiled Shoots'] = {
         ['Ashlar Basalt Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Boiled in water to remove the inherent bitterness, this shoot is much tastier.',
                     ['description'] = 'A large stone table crafted by an expert mason',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '510.0',
                     ['calories'] = nil,
                     ['carbs'] = '3.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '1.0',
                     ['fat'] = nil,
                     ['vitamins'] = '9.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.5',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 2,723: Line 2,793:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 2,730: Line 2,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BoiledShootsItem',
                     ['type'] = 'AshlarBasaltTableItem',
                     ['typeID'] = '263',
                     ['typeID'] = '924',
                    },
        },
         ['Boiler'] = {
         ['Ashlar Gneiss'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = '',
                     ['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.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.5',
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,753: Line 2,824:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 2,769: Line 2,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BoilerItem',
                     ['type'] = 'AshlarGneissItem',
                     ['typeID'] = '360',
                     ['typeID'] = '253',
                    },
        },
         ['Bolete Mushroom Spores'] = {
         ['Ashlar Gneiss Bench'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow bolete mushrooms.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 2,801: Line 2,873:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 2,808: Line 2,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BoleteMushroomSporesItem',
                     ['type'] = 'AshlarGneissBenchItem',
                     ['typeID'] = '448',
                     ['typeID'] = '925',
                    },
        },
         ['Bolete Mushroom Spores Pack'] = {
         ['Ashlar Gneiss Chair'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow bolete mushrooms.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,827: Line 2,900:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 2,840: Line 2,913:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 2,847: Line 2,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BoleteMushroomSporesPackItem',
                     ['type'] = 'AshlarGneissChairItem',
                     ['typeID'] = '449',
                     ['typeID'] = '926',
                    },
        },
         ['Bolete Mushrooms'] = {
         ['Ashlar Gneiss Door'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Boletus edulis',
                     ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = nil,
                     ['calories'] = '200.0',
                     ['calories'] = nil,
                     ['carbs'] = '2.0',
                     ['carbs'] = nil,
                     ['protein'] = '5.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '1.0',
                     ['vitamins'] = nil,
                     ['density'] = '4.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 2,879: Line 2,953:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 2,886: Line 2,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BoleteMushroomsItem',
                     ['type'] = 'AshlarGneissDoorItem',
                     ['typeID'] = '264',
                     ['typeID'] = '927',
                    },
        },
         ['Bookshelf'] = {
         ['Ashlar Gneiss Fireplace'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A place to store knowledge and information; leads to the town hall.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 2,905: Line 2,980:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = '3',
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Shelves',
                     ['furnitureType'] = 'Fireplace',
                     ['repeatsDepreciation'] = '0.7',
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 2,918: Line 2,993:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '8',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BookshelfItem',
                     ['type'] = 'AshlarGneissFireplaceItem',
                     ['typeID'] = '667',
                     ['typeID'] = '928',
                    },
        },
         ['Bow'] = {
         ['Ashlar Gneiss Table'] = {
                     ['category'] = 'Tools',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Shoots arrows. Useful for hunting.',
                     ['description'] = 'A large stone table crafted by an expert mason',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 2,944: Line 3,020:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 2,957: Line 3,033:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 2,964: Line 3,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BowItem',
                     ['type'] = 'AshlarGneissTableItem',
                     ['typeID'] = '809',
                     ['typeID'] = '929',
                    },
        },
         ['Brazier'] = {
         ['Ashlar Granite'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A metal stand which can hold burning fuel to provide light.',
                     ['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.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 2,982: Line 3,059:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = '2',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 2,996: Line 3,073:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,003: Line 3,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BrazierItem',
                     ['type'] = 'AshlarGraniteItem',
                     ['typeID'] = '668',
                     ['typeID'] = '254',
                    },
        },
         ['Bread'] = {
         ['Ashlar Granite Bench'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A delicious, crispy crust hides the soft interior.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = '750.0',
                     ['calories'] = nil,
                     ['carbs'] = '20.0',
                     ['carbs'] = nil,
                     ['protein'] = '5.0',
                     ['protein'] = nil,
                     ['fat'] = '10.0',
                     ['fat'] = nil,
                     ['vitamins'] = '5.0',
                     ['vitamins'] = nil,
                     ['density'] = '5.3',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,035: Line 3,113:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,042: Line 3,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BreadItem',
                     ['type'] = 'AshlarGraniteBenchItem',
                     ['typeID'] = '265',
                     ['typeID'] = '930',
                    },
        },
         ['Brick'] = {
         ['Ashlar Granite Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Durable building material made from fired blocks and mortar.',
                     ['description'] = 'An ashlar stone chair. Great for display  though maybe not as comfy as a padded chair.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 3,060: Line 3,139:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = '2',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 3,074: Line 3,153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,081: Line 3,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BrickItem',
                     ['type'] = 'AshlarGraniteChairItem',
                     ['typeID'] = '177',
                     ['typeID'] = '931',
                    },
        },
         ['Bricklaying Skill Book'] = {
         ['Ashlar Granite Door'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Books',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Creates Bricklaying Skill Scrolls that teach Bricklaying',
                     ['description'] = 'A heavy ashlar stone door.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 3,113: Line 3,193:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,120: Line 3,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BricklayingSkillBook',
                     ['type'] = 'AshlarGraniteDoorItem',
                     ['typeID'] = '555',
                     ['typeID'] = '932',
                    },
        },
         ['Bricklaying Skill Scroll'] = {
         ['Ashlar Granite Fireplace'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Teaches Bricklaying',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 3,139: Line 3,220:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fireplace',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 3,152: Line 3,233:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,159: Line 3,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BricklayingSkillScroll',
                     ['type'] = 'AshlarGraniteFireplaceItem',
                     ['typeID'] = '556',
                     ['typeID'] = '933',
                    },
        },
         ['Bunchgrass Seed'] = {
         ['Ashlar Granite Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow bunchgrass.',
                     ['description'] = 'A large stone table crafted by an expert mason',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,191: Line 3,273:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,198: Line 3,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BunchgrassSeedItem',
                     ['type'] = 'AshlarGraniteTableItem',
                     ['typeID'] = '450',
                     ['typeID'] = '934',
                    },
        },
         ['Bunchgrass Seed Pack'] = {
         ['Ashlar Large Basalt Fountain'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow bunchgrass.',
                     ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 3,217: Line 3,300:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,230: Line 3,313:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '4 X 3 X 4',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,237: Line 3,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'BunchgrassSeedPackItem',
                     ['type'] = 'AshlarLargeBasaltFountainItem',
                     ['typeID'] = '451',
                     ['typeID'] = '935',
                    },
        },
         ['Butchery Skill Book'] = {
         ['Ashlar Large Gneiss Fountain'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Books',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Creates Butchery Skill Scrolls that teach Butchery',
                     ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 3,256: Line 3,340:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,269: Line 3,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '4 X 3 X 4',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,276: Line 3,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ButcherySkillBook',
                     ['type'] = 'AshlarLargeGneissFountainItem',
                     ['typeID'] = '558',
                     ['typeID'] = '936',
                    },
        },
         ['Butchery Skill Scroll'] = {
         ['Ashlar Large Granite Fountain'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Teaches Butchery',
                     ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 3,295: Line 3,380:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,308: Line 3,393:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '4 X 3 X 4',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,315: Line 3,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ButcherySkillScroll',
                     ['type'] = 'AshlarLargeGraniteFountainItem',
                     ['typeID'] = '559',
                     ['typeID'] = '937',
                    },
        },
         ['Butchery Table'] = {
         ['Ashlar Large Limestone Fountain'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A block and cleaver to process raw meat into fancier dishes.',
                     ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 3,334: Line 3,420:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = '3',
                     ['roomCategory'] = 'Kitchen',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Cooking',
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = '0.3',
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,346: Line 3,432:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = '4 X 3 X 4',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,354: Line 3,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ButcheryTableItem',
                     ['type'] = 'AshlarLargeLimestoneFountainItem',
                     ['typeID'] = '669',
                     ['typeID'] = '938',
                    },
        },
         ['Button'] = {
         ['Ashlar Large Sandstone Fountain'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Sends a signal to surrounding objects.',
                     ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 3,373: Line 3,460:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,386: Line 3,473:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '4 X 3 X 4',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,393: Line 3,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ButtonItem',
                     ['type'] = 'AshlarLargeSandstoneFountainItem',
                     ['typeID'] = '0',
                     ['typeID'] = '939',
                    },
        },
         ['C O2 Canister'] = {
         ['Ashlar Large Shale Fountain'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'For creating fancy foams!',
                     ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '10.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,425: Line 3,513:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '4 X 3 X 4',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,432: Line 3,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CO2CanisterItem',
                     ['type'] = 'AshlarLargeShaleFountainItem',
                     ['typeID'] = '285',
                     ['typeID'] = '940',
                    },
        },
         ['Camas Ash Fertilizer'] = {
         ['Ashlar Large Stone Fountain'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                     ['maxStack'] = '50',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 3,451: Line 3,540:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,464: Line 3,553:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '4 X 3 X 4',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,471: Line 3,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CamasAshFertilizerItem',
                     ['type'] = 'AshlarLargeStoneFountainItem',
                     ['typeID'] = '241',
                     ['typeID'] = '941',
                    },
        },
         ['Camas Bread'] = {
         ['Ashlar Limestone'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'A bread with a camas twist for a bit of flavor and fun. ',
                     ['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.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.5',
                     ['carried'] = 'Hands',
                     ['calories'] = '800.0',
                     ['weight'] = '30',
                     ['carbs'] = '15.0',
                     ['calories'] = nil,
                     ['protein'] = '5.0',
                     ['carbs'] = nil,
                     ['fat'] = '13.0',
                     ['protein'] = nil,
                     ['vitamins'] = '9.0',
                     ['fat'] = nil,
                     ['density'] = '5.3',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 3,510: Line 3,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CamasBreadItem',
                     ['type'] = 'AshlarLimestoneItem',
                     ['typeID'] = '266',
                     ['typeID'] = '255',
                    },
        },
         ['Camas Bulb'] = {
         ['Ashlar Limestone Bench'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a camas plant.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '120.0',
                     ['calories'] = nil,
                     ['carbs'] = '1.0',
                     ['carbs'] = nil,
                     ['protein'] = '2.0',
                     ['protein'] = nil,
                     ['fat'] = '5.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '6.7',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,542: Line 3,633:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,549: Line 3,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CamasBulbItem',
                     ['type'] = 'AshlarLimestoneBenchItem',
                     ['typeID'] = '452',
                     ['typeID'] = '942',
                    },
        },
         ['Camas Bulb Bake'] = {
         ['Ashlar Limestone Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.3',
                     ['weight'] = nil,
                     ['calories'] = '400.0',
                     ['calories'] = nil,
                     ['carbs'] = '12.0',
                     ['carbs'] = nil,
                     ['protein'] = '7.0',
                     ['protein'] = nil,
                     ['fat'] = '5.0',
                     ['fat'] = nil,
                     ['vitamins'] = '4.0',
                     ['vitamins'] = nil,
                     ['density'] = '7.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,581: Line 3,673:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,588: Line 3,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CamasBulbBakeItem',
                     ['type'] = 'AshlarLimestoneChairItem',
                     ['typeID'] = '267',
                     ['typeID'] = '943',
                    },
        },
         ['Camas Bulb Pack'] = {
         ['Ashlar Limestone Door'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a camas plant.',
                     ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 3,620: Line 3,713:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,627: Line 3,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CamasBulbPackItem',
                     ['type'] = 'AshlarLimestoneDoorItem',
                     ['typeID'] = '453',
                     ['typeID'] = '944',
                    },
        },
         ['Camas Mash'] = {
         ['Ashlar Limestone Fireplace'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A mushy camas paste with some fat added for flavor and texture.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '500.0',
                     ['calories'] = nil,
                     ['carbs'] = '1.0',
                     ['carbs'] = nil,
                     ['protein'] = '2.0',
                     ['protein'] = nil,
                     ['fat'] = '9.0',
                     ['fat'] = nil,
                     ['vitamins'] = '1.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.6',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fireplace',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 3,659: Line 3,753:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,666: Line 3,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CamasMashItem',
                     ['type'] = 'AshlarLimestoneFireplaceItem',
                     ['typeID'] = '268',
                     ['typeID'] = '945',
                    },
        },
         ['Camas Paste'] = {
         ['Ashlar Limestone Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Pulverized camas works as an excellent thickener or flavour enhancer.',
                     ['description'] = 'A large stone table crafted by an expert mason',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '60.0',
                     ['calories'] = nil,
                     ['carbs'] = '3.0',
                     ['carbs'] = nil,
                     ['protein'] = '2.0',
                     ['protein'] = nil,
                     ['fat'] = '10.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '25.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,698: Line 3,793:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,705: Line 3,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CamasPasteItem',
                     ['type'] = 'AshlarLimestoneTableItem',
                     ['typeID'] = '269',
                     ['typeID'] = '946',
                    },
        },
         ['Camo Pants'] = {
         ['Ashlar Sandstone'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Block Items',
                     ['description'] = 'Hide from the animals!',
                     ['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.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.1',
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 3,723: Line 3,819:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 3,744: Line 3,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CamoPantsItem',
                     ['type'] = 'AshlarSandstoneItem',
                     ['typeID'] = '217',
                     ['typeID'] = '256',
                    },
        },
         ['Camo Shirt'] = {
         ['Ashlar Sandstone Bench'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Hide from the animals!',
                     ['description'] = 'An ashlar stone bench. Great for display  though maybe not as comfy as a padded couch.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 3,763: Line 3,860:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,776: Line 3,873:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,783: Line 3,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CamoShirtItem',
                     ['type'] = 'AshlarSandstoneBenchItem',
                     ['typeID'] = '218',
                     ['typeID'] = '947',
                    },
        },
         ['Campfire'] = {
         ['Ashlar Sandstone Chair'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Cook like a caveman on an uneven fire.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 3,802: Line 3,900:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 3,814: Line 3,912:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 1 X 2',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,822: Line 3,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CampfireItem',
                     ['type'] = 'AshlarSandstoneChairItem',
                     ['typeID'] = '670',
                     ['typeID'] = '948',
                    },
        },
         ['Campfire Beans'] = {
         ['Ashlar Sandstone Door'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.',
                     ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '500.0',
                     ['calories'] = nil,
                     ['carbs'] = '1.0',
                     ['carbs'] = nil,
                     ['protein'] = '9.0',
                     ['protein'] = nil,
                     ['fat'] = '3.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.6',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 3,854: Line 3,953:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,861: Line 3,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CampfireBeansItem',
                     ['type'] = 'AshlarSandstoneDoorItem',
                     ['typeID'] = '270',
                     ['typeID'] = '949',
                    },
        },
         ['Campfire Roast'] = {
         ['Ashlar Sandstone Fireplace'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = '1000.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '16.0',
                     ['protein'] = nil,
                     ['fat'] = '12.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.8',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fireplace',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 3,893: Line 3,993:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,900: Line 4,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CampfireRoastItem',
                     ['type'] = 'AshlarSandstoneFireplaceItem',
                     ['typeID'] = '271',
                     ['typeID'] = '950',
                    },
        },
         ['Campfire Stew'] = {
         ['Ashlar Sandstone Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A thick stew chock-full of meat, camas, and corn. A suprisingly good combination.',
                     ['description'] = 'A large stone table crafted by an expert mason',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = '1200.0',
                     ['calories'] = nil,
                     ['carbs'] = '5.0',
                     ['carbs'] = nil,
                     ['protein'] = '12.0',
                     ['protein'] = nil,
                     ['fat'] = '9.0',
                     ['fat'] = nil,
                     ['vitamins'] = '4.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.5',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 3,932: Line 4,033:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 3,939: Line 4,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CampfireStewItem',
                     ['type'] = 'AshlarSandstoneTableItem',
                     ['typeID'] = '272',
                     ['typeID'] = '951',
                    },
        },
         ['Campsite'] = {
         ['Ashlar Shale'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A campsite',
                     ['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.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Ashlar Stone]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 3,957: Line 4,059:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 3,970: Line 4,072:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '4 X 3 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '10',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CampsiteItem',
                     ['type'] = 'AshlarShaleItem',
                     ['typeID'] = '671',
                     ['typeID'] = '257',
                    },
        },
         ['Candle Stand'] = {
         ['Ashlar Shale Bench'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A fancy candelabra for providing small amounts of light.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 3,997: Line 4,100:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Tallow]], [[Oil]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 4,010: Line 4,113:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,017: Line 4,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CandleStandItem',
                     ['type'] = 'AshlarShaleBenchItem',
                     ['typeID'] = '672',
                     ['typeID'] = '952',
                    },
        },
         ['Capris'] = {
         ['Ashlar Shale Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Capri pants (also known as three quarter pants, capris, crop pants, pedal pushers, clam-diggers, flood pants, jams, highwaters, culottes, or toreador pants) are pants that are longer than shorts but are not as long as trousers.',
                     ['description'] = 'An ashlar stone chair. Great for display  though maybe not as comfy as a padded chair.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 4,036: Line 4,140:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 4,049: Line 4,153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,056: Line 4,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CaprisItem',
                     ['type'] = 'AshlarShaleChairItem',
                     ['typeID'] = '219',
                     ['typeID'] = '953',
                    },
        },
         ['Carpentry Table'] = {
         ['Ashlar Shale Door'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A table for basic wooden crafts for home improvement and progress.',
                     ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 4,087: Line 4,192:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,095: Line 4,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CarpentryTableItem',
                     ['type'] = 'AshlarShaleDoorItem',
                     ['typeID'] = '673',
                     ['typeID'] = '954',
                    },
        },
         ['Carved Pumpkin'] = {
         ['Ashlar Shale Fireplace'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Spooky pumpkin that emits a mystical light.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 4,114: Line 4,220:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '1',
                     ['skillValue'] = '3',
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Decoration',
                     ['furnitureType'] = 'Fireplace',
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 4,127: Line 4,233:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,134: Line 4,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CarvedPumpkinItem',
                     ['type'] = 'AshlarShaleFireplaceItem',
                     ['typeID'] = '674',
                     ['typeID'] = '955',
                    },
        },
         ['Cast Iron Stove'] = {
         ['Ashlar Shale Table'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'The perfect stove for the fledgling chef.',
                     ['description'] = 'A large stone table crafted by an expert mason',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 4,153: Line 4,260:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = '3',
                     ['roomCategory'] = 'Kitchen',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Cooking',
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = '0.3',
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 4,165: Line 4,272:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,173: Line 4,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CastIronStoveItem',
                     ['type'] = 'AshlarShaleTableItem',
                     ['typeID'] = '675',
                     ['typeID'] = '956',
                    },
        },
         ['Cedar Seed'] = {
         ['Ashlar Small Basalt Fountain'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a cedar sapling.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 4,205: Line 4,313:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,212: Line 4,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CedarSeedItem',
                     ['type'] = 'AshlarSmallBasaltFountainItem',
                     ['typeID'] = '454',
                     ['typeID'] = '957',
                    },
        },
         ['Cedar Seed Pack'] = {
         ['Ashlar Small Gneiss Fountain'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a cedar sapling.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 4,231: Line 4,340:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 4,244: Line 4,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,251: Line 4,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CedarSeedPackItem',
                     ['type'] = 'AshlarSmallGneissFountainItem',
                     ['typeID'] = '455',
                     ['typeID'] = '958',
                    },
        },
         ['Ceiba Seed'] = {
         ['Ashlar Small Granite Fountain'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a cedar sapling.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 4,283: Line 4,393:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,290: Line 4,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CeibaSeedItem',
                     ['type'] = 'AshlarSmallGraniteFountainItem',
                     ['typeID'] = '456',
                     ['typeID'] = '959',
                    },
        },
         ['Ceiba Seed Pack'] = {
         ['Ashlar Small Limestone Fountain'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a cedar sapling.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 4,309: Line 4,420:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 4,322: Line 4,433:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,329: Line 4,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CeibaSeedPackItem',
                     ['type'] = 'AshlarSmallLimestoneFountainItem',
                     ['typeID'] = '457',
                     ['typeID'] = '960',
                    },
        },
         ['Ceiling Candle'] = {
         ['Ashlar Small Sandstone Fountain'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A fancy hanging candelabra.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 4,348: Line 4,460:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = '1.5',
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Tallow]], [[Oil]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 4,361: Line 4,473:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,368: Line 4,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CeilingCandleItem',
                     ['type'] = 'AshlarSmallSandstoneFountainItem',
                     ['typeID'] = '676',
                     ['typeID'] = '961',
                    },
        },
         ['Cellulose Fiber'] = {
         ['Ashlar Small Shale Fountain'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Created by taking pulped plants and extruding them similarly to synthetic fibers.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 4,386: Line 4,499:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 4,400: Line 4,513:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,407: Line 4,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CelluloseFiberItem',
                     ['type'] = 'AshlarSmallShaleFountainItem',
                     ['typeID'] = '361',
                     ['typeID'] = '962',
                    },
        },
         ['Cement Kiln'] = {
         ['Ashlar Small Stone Fountain'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A rotary kiln that produces cement and concrete products.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 4,426: Line 4,540:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = '1.5',
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fountain',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 4,437: Line 4,551:
                     ['energyType'] = nil,
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = {{'[[Smog]]', 800}},
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '4 X 2 X 1',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,446: Line 4,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CementKilnItem',
                     ['type'] = 'AshlarSmallStoneFountainItem',
                     ['typeID'] = '677',
                     ['typeID'] = '963',
                    },
        },
         ['Cement Skill Book'] = {
         ['Ashlar Stone Bench'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Books',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Creates Cement Skill Scrolls that teach Cement',
                     ['description'] = 'An ashlar stone bench. Great for display  though maybe not as comfy as a padded couch.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 4,465: Line 4,580:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 4,478: Line 4,593:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,485: Line 4,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CementSkillBook',
                     ['type'] = 'AshlarStoneBenchItem',
                     ['typeID'] = '562',
                     ['typeID'] = '964',
                    },
        },
         ['Cement Skill Scroll'] = {
         ['Ashlar Stone Chair'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Teaches Cement',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 4,504: Line 4,620:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 4,517: Line 4,633:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,524: Line 4,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CementSkillScroll',
                     ['type'] = 'AshlarStoneChairItem',
                     ['typeID'] = '563',
                     ['typeID'] = '965',
                    },
        },
         ['Cereal Germ'] = {
         ['Ashlar Stone Door'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A by-product of milling, the germ is the reproductive part of the cereal that germinates.',
                     ['description'] = 'A heavy ashlar stone door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = nil,
                     ['calories'] = '20.0',
                     ['calories'] = nil,
                     ['carbs'] = '5.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '7.0',
                     ['fat'] = nil,
                     ['vitamins'] = '3.0',
                     ['vitamins'] = nil,
                     ['density'] = '75.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 4,556: Line 4,673:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,563: Line 4,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CerealGermItem',
                     ['type'] = 'AshlarStoneDoorItem',
                     ['typeID'] = '273',
                     ['typeID'] = '966',
                    },
        },
         ['Chainsaw'] = {
         ['Ashlar Stone Fireplace'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A motorized saw used for chopping trees.',
                     ['description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 4,581: Line 4,699:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Fireplace',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 4,595: Line 4,713:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,602: Line 4,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ChainsawItem',
                     ['type'] = 'AshlarStoneFireplaceItem',
                     ['typeID'] = '621',
                     ['typeID'] = '967',
                    },
        },
         ['Chair'] = {
         ['Ashlar Stone Table'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
                     ['description'] = 'A large stone table crafted by an expert mason.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 4,621: Line 4,740:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0.5',
                     ['skillValue'] = '3',
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Seating',
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = '0.9',
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 4,634: Line 4,753:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,641: Line 4,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ChairItem',
                     ['type'] = 'AshlarStoneTableItem',
                     ['typeID'] = '678',
                     ['typeID'] = '968',
                    },
        },
         ['Charcoal'] = {
         ['Asphalt Concrete'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A black residue, consisting of carbon and any remaining ash.',
                     ['description'] = 'A paved surface constructed with asphalt and concrete. It\'s durable and extremely efficient for any wheeled vehicle.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Road]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '1',
                     ['carried'] = 'Hands',
                     ['weight'] = '20',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 4,657: Line 4,777:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '20000',
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 4,680: Line 4,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharcoalItem',
                     ['type'] = 'AsphaltConcreteItem',
                     ['typeID'] = '362',
                     ['typeID'] = '82',
                    },
        },
         ['Charred Agave'] = {
         ['Asphalt Concrete Ramp'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'Road Items',
                     ['description'] = '',
                     ['description'] = '4 x 1 Asphalt Concrete Ramp.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Road]]', '[[Constructable]]', '[[World  Object]]', '[[Object]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.1',
                     ['carried'] = 'Hands',
                     ['calories'] = '350.0',
                     ['weight'] = '60',
                     ['carbs'] = '5.0',
                     ['calories'] = nil,
                     ['protein'] = '1.0',
                     ['carbs'] = nil,
                     ['fat'] = '4.0',
                     ['protein'] = nil,
                     ['vitamins'] = '3.0',
                     ['fat'] = nil,
                     ['density'] = '3.7',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 4,712: Line 4,833:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 4,719: Line 4,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharredAgaveItem',
                     ['type'] = 'AsphaltConcreteRampItem',
                     ['typeID'] = '274',
                     ['typeID'] = '58',
                    },
        },
         ['Charred Beet'] = {
         ['Assembly Line'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.',
                     ['description'] = 'The assembly line allows for mass production of mechanical products',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '470.0',
                     ['calories'] = nil,
                     ['carbs'] = '3.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '3.0',
                     ['fat'] = nil,
                     ['vitamins'] = '7.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.8',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
Line 4,750: Line 4,872:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '6 X 4 X 7',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1.8',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharredBeetItem',
                     ['type'] = 'AssemblyLineItem',
                     ['typeID'] = '275',
                     ['typeID'] = '969',
                    },
        },
         ['Charred Camas Bulb'] = {
         ['Axe'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Tools',
                     ['description'] = 'A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.',
                     ['description'] = 'A broadheaded axe useful for felling trees.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Logging]]', '[[Tools]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0',
                     ['calories'] = '510.0',
                     ['calories'] = nil,
                     ['carbs'] = '2.0',
                     ['carbs'] = nil,
                     ['protein'] = '3.0',
                     ['protein'] = nil,
                     ['fat'] = '7.0',
                     ['fat'] = nil,
                     ['vitamins'] = '1.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.5',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 4,797: Line 4,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharredCamasBulbItem',
                     ['type'] = 'AxeItem',
                     ['typeID'] = '276',
                     ['typeID'] = '116',
                    },
        },
         ['Charred Corn'] = {
         ['Baked Agave'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'This piece of corn needs a good slathering of butter to curb that burnt taste.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.3',
                     ['calories'] = '530.0',
                     ['calories'] = '560.0',
                     ['carbs'] = '8.0',
                     ['carbs'] = '12.0',
                     ['protein'] = '1.0',
                     ['protein'] = '2.0',
                     ['fat'] = '0.0',
                     ['fat'] = '6.0',
                     ['vitamins'] = '4.0',
                     ['vitamins'] = '8.0',
                     ['density'] = '2.5',
                     ['density'] = '5.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 4,836: Line 4,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharredCornItem',
                     ['type'] = 'BakedAgaveItem',
                     ['typeID'] = '277',
                     ['typeID'] = '382',
                    },
        },
         ['Charred Fish'] = {
         ['Baked Beet'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'At least it doesn\'t have any scales any more.',
                     ['description'] = 'Baked beets that retain more nutrients than more simple methods of cooking.',
                    ['tagGroups'] = {'[[Baked Vegetable]]', '[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0.3',
                     ['calories'] = '550.0',
                     ['calories'] = '560.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '8.0',
                     ['protein'] = '9.0',
                     ['protein'] = '4.0',
                     ['fat'] = '4.0',
                     ['fat'] = '4.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '12.0',
                     ['density'] = '2.4',
                     ['density'] = '5.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 4,875: Line 5,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharredFishItem',
                     ['type'] = 'BakedBeetItem',
                     ['typeID'] = '278',
                     ['typeID'] = '383',
                    },
        },
         ['Charred Meat'] = {
         ['Baked Corn'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'The blackened surface of this unrecognizable meat is \'golden brown\'.',
                     ['description'] = 'Baked corn that retains more nutrients than more simple methods of cooking.',
                    ['tagGroups'] = {'[[Baked Vegetable]]', '[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.8',
                     ['weight'] = '0.3',
                     ['calories'] = '550.0',
                     ['calories'] = '560.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '6.0',
                     ['protein'] = '10.0',
                     ['protein'] = '7.0',
                     ['fat'] = '10.0',
                     ['fat'] = '6.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '9.0',
                     ['density'] = '3.6',
                     ['density'] = '5.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 4,914: Line 5,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharredMeatItem',
                     ['type'] = 'BakedCornItem',
                     ['typeID'] = '279',
                     ['typeID'] = '384',
                    },
        },
         ['Charred Papaya'] = {
         ['Baked Heart Of Palm'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = '',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.3',
                     ['calories'] = '460.0',
                     ['calories'] = '560.0',
                     ['carbs'] = '6.0',
                     ['carbs'] = '12.0',
                     ['protein'] = '1.0',
                     ['protein'] = '6.0',
                     ['fat'] = '0.0',
                     ['fat'] = '4.0',
                     ['vitamins'] = '6.0',
                     ['vitamins'] = '6.0',
                     ['density'] = '2.8',
                     ['density'] = '5.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 4,953: Line 5,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharredPapayaItem',
                     ['type'] = 'BakedHeartOfPalmItem',
                     ['typeID'] = '280',
                     ['typeID'] = '385',
                    },
        },
         ['Charred Pineapple'] = {
         ['Baked Meat'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = '',
                     ['description'] = 'Baked meat is less fatty than other methods of cooking.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.8',
                     ['calories'] = '540.0',
                     ['calories'] = '600.0',
                     ['carbs'] = '9.0',
                     ['carbs'] = '0.0',
                     ['protein'] = '1.0',
                     ['protein'] = '13.0',
                     ['fat'] = '0.0',
                     ['fat'] = '17.0',
                     ['vitamins'] = '3.0',
                     ['vitamins'] = '0.0',
                     ['density'] = '2.4',
                     ['density'] = '5.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 4,992: Line 5,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharredPineappleItem',
                     ['type'] = 'BakedMeatItem',
                     ['typeID'] = '281',
                     ['typeID'] = '386',
                    },
        },
         ['Charred Sausage'] = {
         ['Baked Roast'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'A blacked sausage filled with meat, fat, and deliciousness.',
                     ['description'] = 'A trussed roast baked to perfection.',
                    ['tagGroups'] = {'[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.3',
                     ['weight'] = '0.9',
                     ['calories'] = '500.0',
                     ['calories'] = '900.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '4.0',
                     ['protein'] = '11.0',
                     ['protein'] = '13.0',
                     ['fat'] = '15.0',
                     ['fat'] = '8.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '7.0',
                     ['density'] = '5.2',
                     ['density'] = '3.6',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 5,031: Line 5,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharredSausageItem',
                     ['type'] = 'BakedRoastItem',
                     ['typeID'] = '282',
                     ['typeID'] = '387',
                    },
        },
         ['Charred Taro'] = {
         ['Baked Taro'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = '',
                     ['description'] = 'Baked taro root',
                    ['tagGroups'] = {'[[Baked Vegetable]]', '[[Baked Food]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.3',
                     ['calories'] = '490.0',
                     ['calories'] = '560.0',
                     ['carbs'] = '11.0',
                     ['carbs'] = '8.0',
                     ['protein'] = '1.0',
                     ['protein'] = '6.0',
                     ['fat'] = '0.0',
                     ['fat'] = '2.0',
                     ['vitamins'] = '1.0',
                     ['vitamins'] = '12.0',
                     ['density'] = '2.7',
                     ['density'] = '5.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 5,070: Line 5,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharredTaroItem',
                     ['type'] = 'BakedTaroItem',
                     ['typeID'] = '283',
                     ['typeID'] = '388',
                    },
        },
         ['Charred Tomato'] = {
         ['Baked Tomato'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'The blackened char on this tomato would contrast well with the red skin if there was any unburt surface left.',
                     ['description'] = '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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.3',
                     ['calories'] = '510.0',
                     ['calories'] = '560.0',
                     ['carbs'] = '8.0',
                     ['carbs'] = '9.0',
                     ['protein'] = '1.0',
                     ['protein'] = '1.0',
                     ['fat'] = '0.0',
                     ['fat'] = '5.0',
                     ['vitamins'] = '4.0',
                     ['vitamins'] = '15.0',
                     ['density'] = '2.5',
                     ['density'] = '5.4',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 5,109: Line 5,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CharredTomatoItem',
                     ['type'] = 'BakedTomatoItem',
                     ['typeID'] = '284',
                     ['typeID'] = '389',
                    },
        },
         ['Circuit'] = {
         ['Bakery Oven'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A complex electrical component used in advanced electronics.',
                     ['description'] = 'A solidly built brick oven useful for baking all manner of treats.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Polluter]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,127: Line 5,259:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Kitchen',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Cooking',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.3',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 5,139: Line 5,271:
                     ['energyType'] = nil,
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = {{'[[Smog]]', ' 0. 2'}},
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1.8',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CircuitItem',
                     ['type'] = 'BakeryOvenItem',
                     ['typeID'] = '363',
                     ['typeID'] = '970',
                    },
        },
         ['Clam'] = {
         ['Baking Advanced Upgrade'] = {
                     ['category'] = '_None',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'A clam.',
                     ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,166: Line 5,299:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 5,187: Line 5,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ClamItem',
                     ['type'] = 'BakingUpgradeItem',
                     ['typeID'] = '364',
                     ['typeID'] = '619',
                    },
        },
         ['Clay'] = {
         ['Baking Skill Book'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Block Items',
                     ['group'] = 'Skill Books',
                     ['description'] = 'A very fine grained deposit of weathered bits of rock. Plastic when wet and brittle when dry, clay is impermeable to many liquids and useful for many industrial and environmental purposes.',
                     ['description'] = 'Creates Baking Skill Scrolls that teach Baking',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '1',
                     ['weight'] = '7',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,205: Line 5,339:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 5,226: Line 5,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ClayItem',
                     ['type'] = 'BakingSkillBook',
                     ['typeID'] = '178',
                     ['typeID'] = '778',
                    },
        },
         ['Cloth'] = {
         ['Baking Skill Scroll'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Items',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'A piece of rough cloth made by weaving fibers together.',
                     ['description'] = 'Teaches Baking',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,244: Line 5,379:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 5,265: Line 5,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ClothItem',
                     ['type'] = 'BakingSkillScroll',
                     ['typeID'] = '365',
                     ['typeID'] = '779',
                    },
        },
         ['CO2Item'] = {
         ['Ballot Box'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A byproduct gas of respiration.',
                     ['description'] = 'A tamper proof box where votes are cast. Citizens can run for elected office here.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 5,297: Line 5,433:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 5,304: Line 5,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CO2Item',
                     ['type'] = 'BallotBoxItem',
                     ['typeID'] = '10',
                     ['typeID'] = '92',
                    },
        },
         ['Coal'] = {
         ['Bandana'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'A combustible mineral which when used as a fuel provides lots of energy but generates lots of pollution.',
                     ['description'] = 'It just looks cool',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '1',
                     ['weight'] = '30',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,320: Line 5,457:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '20000',
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 5,343: Line 5,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CoalItem',
                     ['type'] = 'BandanaItem',
                     ['typeID'] = '179',
                     ['typeID'] = '342',
                    },
        },
         ['Combustion Engine'] = {
         ['Bank'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'An engine that generates power by combustion of fuel.',
                     ['description'] = 'Allows players to create and use bank accounts.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,361: Line 5,499:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 5,375: Line 5,513:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1.5',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CombustionEngineItem',
                     ['type'] = 'BankItem',
                     ['typeID'] = '366',
                     ['typeID'] = '971',
                    },
        },
         ['Combustion Generator'] = {
         ['Bannock'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'Consumes most fuels to produce energy.',
                     ['description'] = 'A dense whole wheat unleavened bread.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '700.0',
                     ['carbs'] = nil,
                     ['carbs'] = '15.0',
                     ['protein'] = nil,
                     ['protein'] = '3.0',
                     ['fat'] = nil,
                     ['fat'] = '8.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]], [[Petroleum]], [[Gasoline]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '30',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '0',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '3000',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = {{'[[Water]]', 300}},
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = {{'[[Smog]]', 800},{'[[Sewage]]', 0}},
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '5 X 3 X 3',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 5,421: Line 5,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CombustionGeneratorItem',
                     ['type'] = 'BannockItem',
                     ['typeID'] = '679',
                     ['typeID'] = '390',
                    },
        },
         ['Composite Filler'] = {
         ['Barrel'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = '',
                     ['description'] = 'A metal barrel for carrying liquids.',
                     ['maxStack'] = '50',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.5',
                     ['carried'] = 'Hands',
                     ['weight'] = '2',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,439: Line 5,579:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 5,460: Line 5,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CompositeFillerItem',
                     ['type'] = 'BarrelItem',
                     ['typeID'] = '242',
                     ['typeID'] = '258',
                    },
        },
         ['Compost'] = {
         ['Barrel Cactus Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Food',
                     ['description'] = 'Delicious decomposed organic matter.',
                     ['description'] = 'Plant to grow barrel cactus.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '30',
                     ['carried'] = 'Backpack',
                     ['calories'] = nil,
                     ['weight'] = '0.05',
                     ['carbs'] = nil,
                     ['calories'] = '0.0',
                     ['protein'] = nil,
                     ['carbs'] = '0.0',
                     ['fat'] = nil,
                     ['protein'] = '0.0',
                     ['vitamins'] = nil,
                     ['fat'] = '0.0',
                     ['density'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 5,483: Line 5,624:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 5,499: Line 5,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CompostItem',
                     ['type'] = 'BarrelCactusSeedItem',
                     ['typeID'] = '792',
                     ['typeID'] = '665',
                    },
        },
         ['Compost Fertilizer'] = {
         ['Barrel Cactus Seed Pack'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = '',
                     ['description'] = 'Plant to grow barrel cactus.',
                     ['maxStack'] = '50',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,538: Line 5,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CompostFertilizerItem',
                     ['type'] = 'BarrelCactusSeedPackItem',
                     ['typeID'] = '243',
                     ['typeID'] = '666',
                    },
        },
         ['CompostablesItem'] = {
         ['Basalt'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = '',
                     ['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.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '15',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,556: Line 5,699:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 5,577: Line 5,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CompostablesItem',
                     ['type'] = 'BasaltItem',
                     ['typeID'] = '804',
                     ['typeID'] = '259',
                    },
        },
         ['Computer Lab'] = {
         ['Basic Backpack'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'A place where you can sit all day and play video games! Or work on expert-level research.',
                     ['description'] = 'A basic backpack to carry supplies. Increases max carry weight by 5 kg.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,602: Line 5,746:
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '0',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 3 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 5,616: Line 5,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ComputerLabItem',
                     ['type'] = 'BasicBackpackItem',
                     ['typeID'] = '680',
                     ['typeID'] = '343',
                    },
        },
         ['Concrete'] = {
         ['Basic Circuit'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'A material made from cement and an aggregate like crushed stone. In order to be usable it needs to be reinforced.',
                     ['description'] = 'A complex electrical component used in advanced electronics.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '10',
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,655: Line 5,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ConcreteItem',
                     ['type'] = 'BasicCircuitItem',
                     ['typeID'] = '367',
                     ['typeID'] = '516',
                    },
        },
         ['Construction Post'] = {
         ['Basic Engineering Basic Upgrade'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'For contruction contracts.',
                     ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Basic Engineering recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,687: Line 5,833:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 5,694: Line 5,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ConstructionPostItem',
                     ['type'] = 'BasicEngineeringUpgradeItem',
                     ['typeID'] = '681',
                     ['typeID'] = '620',
                    },
        },
         ['Contract Board'] = {
         ['Basic Engineering Skill Book'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Skill Books',
                     ['description'] = 'A board to post contracts.',
                     ['description'] = 'Creates Basic Engineering Skill Scrolls that teach Basic Engineering',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 5,726: Line 5,873:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '3 X 3 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 5,733: Line 5,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ContractBoardItem',
                     ['type'] = 'BasicEngineeringSkillBook',
                     ['typeID'] = '682',
                     ['typeID'] = '781',
                    },
        },
         ['Cookeina Mushroom Spores'] = {
         ['Basic Engineering Skill Scroll'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Food',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'Plant to grow cookeina mushrooms.',
                     ['description'] = 'Teaches Basic Engineering',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 5,772: Line 5,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CookeinaMushroomSporesItem',
                     ['type'] = 'BasicEngineeringSkillScroll',
                     ['typeID'] = '458',
                     ['typeID'] = '782',
                    },
        },
         ['Cookeina Mushroom Spores Pack'] = {
         ['Basic Salad'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow cookeina mushrooms.',
                     ['description'] = 'A seemingly random assortment of wild plants that form a sort of salad.',
                    ['tagGroups'] = {'[[Salad]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.3',
                     ['calories'] = nil,
                     ['calories'] = '800.0',
                     ['carbs'] = nil,
                     ['carbs'] = '13.0',
                     ['protein'] = nil,
                     ['protein'] = '6.0',
                     ['fat'] = nil,
                     ['fat'] = '6.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '13.0',
                     ['density'] = nil,
                     ['density'] = '4.8',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 5,811: Line 5,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CookeinaMushroomSporesPackItem',
                     ['type'] = 'BasicSaladItem',
                     ['typeID'] = '459',
                     ['typeID'] = '391',
                    },
        },
         ['Cookeina Mushrooms'] = {
         ['Basic Upgrade 1'] = {
                     ['category'] = '_None',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Food',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Tiny Cup Mushrooms',
                     ['description'] = 'Basic Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Basic Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = '0.001',
                     ['calories'] = '200.0',
                     ['calories'] = nil,
                     ['carbs'] = '1.0',
                     ['carbs'] = nil,
                     ['protein'] = '5.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '2.0',
                     ['vitamins'] = nil,
                     ['density'] = '4.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 5,850: Line 6,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CookeinaMushroomsItem',
                     ['type'] = 'BasicUpgradeLvl1Item',
                     ['typeID'] = '286',
                     ['typeID'] = '621',
                    },
        },
         ['Cooking Skill Book'] = {
         ['Basic Upgrade 2'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Creates Cooking Skill Scrolls that teach Cooking',
                     ['description'] = 'Basic Upgrade that increases crafting efficiency.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Basic Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '100',
                     ['weight'] = nil,
                     ['carried'] = 'Backpack',
                     ['calories'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
                     ['protein'] = nil,
                     ['protein'] = nil,
Line 5,889: Line 6,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CookingSkillBook',
                     ['type'] = 'BasicUpgradeLvl2Item',
                     ['typeID'] = '566',
                     ['typeID'] = '622',
                    },
        },
         ['Cooking Skill Scroll'] = {
         ['Basic Upgrade 3'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Teaches Cooking',
                     ['description'] = 'Basic Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Basic Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,928: Line 6,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CookingSkillScroll',
                     ['type'] = 'BasicUpgradeLvl3Item',
                     ['typeID'] = '567',
                     ['typeID'] = '623',
                    },
        },
         ['Copper Bar'] = {
         ['Basic Upgrade 4'] = {
                     ['category'] = '_None',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'A hefty block of copper.',
                     ['description'] = 'Basic Upgrade that increases crafting efficiency.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Basic Upgrade]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '2.5',
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,946: Line 6,099:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 5,967: Line 6,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CopperIngotItem',
                     ['type'] = 'BasicUpgradeLvl4Item',
                     ['typeID'] = '368',
                     ['typeID'] = '624',
                    },
        },
         ['Copper Ore'] = {
         ['Bass'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Items',
                     ['description'] = 'Unrefined ore with traces of copper.',
                     ['description'] = 'A bass. ',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Fish]]', '[[Ingredient]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '30',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.8',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 5,985: Line 6,139:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 6,006: Line 6,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CopperOreItem',
                     ['type'] = 'BassItem',
                     ['typeID'] = '180',
                     ['typeID'] = '517',
                    },
        },
         ['Copper Pipe'] = {
         ['Bathtub'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A pipe for transporting liquids.',
                     ['description'] = 'A porcelain bathtub for when you need to get clean or just relax',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '2',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 6,024: Line 6,179:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Bathroom',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Sink',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = '2',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 6,038: Line 6,193:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 6,045: Line 6,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CopperPipeItem',
                     ['type'] = 'BathtubItem',
                     ['typeID'] = '181',
                     ['typeID'] = '972',
                    },
        },
         ['Copper Wiring'] = {
         ['Bean Paste'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'A length of conductive wire useful for a variety of purposes.',
                     ['description'] = 'Smashed beans can work as a thickener or flavour enhancer.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = '40.0',
                     ['carbs'] = nil,
                     ['carbs'] = '3.0',
                     ['protein'] = nil,
                     ['protein'] = '5.0',
                     ['fat'] = nil,
                     ['fat'] = '7.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '37.5',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 6,084: Line 6,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CopperWiringItem',
                     ['type'] = 'BeanPasteItem',
                     ['typeID'] = '369',
                     ['typeID'] = '392',
                    },
        },
         ['Corn'] = {
         ['Beans'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'A warmly colored kernel studded vegetable.',
                     ['description'] = 'A good source of protein.',
                    ['tagGroups'] = {'[[Vegetable]]', '[[Raw  Food]]', '[[Crop]]', '[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = '0.01',
                     ['calories'] = '230.0',
                     ['calories'] = '150.0',
                     ['carbs'] = '5.0',
                     ['carbs'] = '1.0',
                     ['protein'] = '2.0',
                     ['protein'] = '4.0',
                     ['fat'] = '0.0',
                     ['fat'] = '3.0',
                     ['vitamins'] = '1.0',
                     ['vitamins'] = '0.0',
                     ['density'] = '3.5',
                     ['density'] = '5.3',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = '[[Gathering]]',
Line 6,123: Line 6,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CornItem',
                     ['type'] = 'BeansItem',
                     ['typeID'] = '287',
                     ['typeID'] = '667',
                    },
        },
         ['Corn Fritters'] = {
         ['Beans Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'These deep fried corn treats are both crispy and delicious.',
                     ['description'] = 'A good source of protein.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.01',
                     ['calories'] = '500.0',
                     ['calories'] = nil,
                     ['carbs'] = '15.0',
                     ['carbs'] = nil,
                     ['protein'] = '7.0',
                     ['protein'] = nil,
                     ['fat'] = '17.0',
                     ['fat'] = nil,
                     ['vitamins'] = '8.0',
                     ['vitamins'] = nil,
                     ['density'] = '9.4',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 6,162: Line 6,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CornFrittersItem',
                     ['type'] = 'BeansPackItem',
                     ['typeID'] = '288',
                     ['typeID'] = '668',
                    },
        },
         ['Corn Seed'] = {
         ['Bear S U P R E M E'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow corn.',
                     ['description'] = 'Just because the name has \'bear\' in it doesn\'t mean it actually contains bear.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.5',
                     ['calories'] = '0.0',
                     ['calories'] = '1200.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '8.0',
                     ['protein'] = '0.0',
                     ['protein'] = '20.0',
                     ['fat'] = '0.0',
                     ['fat'] = '22.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '10.0',
                     ['density'] = '0.0',
                     ['density'] = '5.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 6,201: Line 6,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CornSeedItem',
                     ['type'] = 'BearSUPREMEItem',
                     ['typeID'] = '460',
                     ['typeID'] = '394',
                    },
        },
         ['Corn Seed Pack'] = {
         ['Bearclaw'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow corn.',
                     ['description'] = 'A sweet pastry with seperated sections that look a bit like a claw.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.3',
                     ['calories'] = nil,
                     ['calories'] = '850.0',
                     ['carbs'] = nil,
                     ['carbs'] = '12.0',
                     ['protein'] = nil,
                     ['protein'] = '6.0',
                     ['fat'] = nil,
                     ['fat'] = '21.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '7.0',
                     ['density'] = nil,
                     ['density'] = '5.4',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 6,240: Line 6,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CornSeedPackItem',
                     ['type'] = 'BearclawItem',
                     ['typeID'] = '461',
                     ['typeID'] = '393',
                    },
        },
         ['Corn Starch'] = {
         ['Bearpack'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'Obtained from the endosperm of the kernal, cornstarch can be used as a thickening agent for sauces.',
                     ['description'] = 'Can you carry as much as a bear! Not really, but it helps you carry more.  Increases max carry weight by 15 kg.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.1',
                     ['calories'] = '10.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 6,279: Line 6,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CornStarchItem',
                     ['type'] = 'BearpackItem',
                     ['typeID'] = '290',
                     ['typeID'] = '344',
                    },
        },
         ['Cornmeal'] = {
         ['Beet'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Dried and ground corn; it\'s like a courser flour.',
                     ['description'] = 'A brilliantly colored bulb with an earthy sweetness.',
                    ['tagGroups'] = {'[[Crop]]', '[[Vegetable]]', '[[Root]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.01',
                     ['calories'] = '60.0',
                     ['calories'] = '230.0',
                     ['carbs'] = '9.0',
                     ['carbs'] = '2.0',
                     ['protein'] = '3.0',
                     ['protein'] = '0.0',
                     ['fat'] = '3.0',
                     ['fat'] = '2.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '4.0',
                     ['density'] = '25.0',
                     ['density'] = '3.5',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 6,318: Line 6,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CornmealItem',
                     ['type'] = 'BeetItem',
                     ['typeID'] = '289',
                     ['typeID'] = '395',
                    },
        },
         ['Corrugated Steel'] = {
         ['Beet Campfire Salad'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Food',
                     ['description'] = 'Especially useful for industrial buildings.',
                     ['description'] = 'A myriad of plants that make a healthy and odd blend.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Campfire Salad]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['calories'] = nil,
                     ['weight'] = '0.2',
                     ['carbs'] = nil,
                     ['calories'] = '900.0',
                     ['protein'] = nil,
                     ['carbs'] = '8.0',
                     ['fat'] = nil,
                     ['protein'] = '5.0',
                     ['vitamins'] = nil,
                     ['fat'] = '4.0',
                     ['density'] = nil,
                     ['vitamins'] = '13.0',
                     ['density'] = '3.3',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '3',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 6,357: Line 6,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CorrugatedSteelItem',
                     ['type'] = 'BeetCampfireSaladItem',
                     ['typeID'] = '182',
                     ['typeID'] = '396',
                    },
        },
         ['Couch'] = {
         ['Beet Greens'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'A sweet couch to lounge on. Now with room for your friends!',
                     ['description'] = 'The leafy greens from a beet with a distinctive red stem.',
                    ['tagGroups'] = {'[[Crop]]', '[[Greens]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = '100.0',
                     ['carbs'] = nil,
                     ['carbs'] = '3.0',
                     ['protein'] = nil,
                     ['protein'] = '1.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '4.0',
                     ['density'] = nil,
                     ['density'] = '8.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '3',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 6,389: Line 6,553:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 6,396: Line 6,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CouchItem',
                     ['type'] = 'BeetGreensItem',
                     ['typeID'] = '683',
                     ['typeID'] = '397',
                    },
        },
         ['Crane'] = {
         ['Beet Seed'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'Allows the placement and transport of materials in an area.',
                     ['description'] = 'Plant to grow beets.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '25',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 6,420: Line 6,585:
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Petroleum]], [[Gasoline]], [[Biodiesel]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 6,429: Line 6,594:
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = nil,
                     ['mobile'] = 'Yes',
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
Line 6,435: Line 6,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CraneItem',
                     ['type'] = 'BeetSeedItem',
                     ['typeID'] = '648',
                     ['typeID'] = '669',
                    },
        },
         ['Creosote Bush Seed'] = {
         ['Beet Seed Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow creosote bushes.',
                     ['description'] = 'Plant to grow beets.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.05',
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 6,474: Line 6,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CreosoteBushSeedItem',
                     ['type'] = 'BeetSeedPackItem',
                     ['typeID'] = '462',
                     ['typeID'] = '670',
                    },
        },
         ['Creosote Bush Seed Pack'] = {
         ['Berry Extract Fertilizer'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Tool',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow creosote bushes.',
                     ['description'] = 'An excellent fertilizer that provide a mix of nutrients, but especially potassium.',
                     ['maxStack'] = '100',
                    ['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',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 6,513: Line 6,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CreosoteBushSeedPackItem',
                     ['type'] = 'BigBackpackItem',
                     ['typeID'] = '463',
                     ['typeID'] = '345',
                    },
        },
         ['Crimini Mushroom Spores'] = {
         ['Big Bluestem Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow crimini mushrooms.',
                     ['description'] = 'Plant to grow a big bluestem plant.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 6,552: Line 6,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CriminiMushroomSporesItem',
                     ['type'] = 'BigBluestemSeedItem',
                     ['typeID'] = '464',
                     ['typeID'] = '671',
                    },
        },
         ['Crimini Mushroom Spores Pack'] = {
         ['Big Bluestem Seed Pack'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow crimini mushrooms.',
                     ['description'] = 'Plant to grow a big bluestem plant.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 6,591: Line 6,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CriminiMushroomSporesPackItem',
                     ['type'] = 'BigBluestemSeedPackItem',
                     ['typeID'] = '465',
                     ['typeID'] = '672',
                    },
        },
         ['Crimini Mushrooms'] = {
         ['Bighorn Carcass'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Edible mushrooms that are quite tasty.',
                     ['description'] = 'A dead bighorn.',
                    ['tagGroups'] = {'[[Medium Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = '3.5',
                     ['calories'] = '200.0',
                     ['calories'] = nil,
                     ['carbs'] = '3.0',
                     ['carbs'] = nil,
                     ['protein'] = '3.0',
                     ['protein'] = nil,
                     ['fat'] = '1.0',
                     ['fat'] = nil,
                     ['vitamins'] = '1.0',
                     ['vitamins'] = nil,
                     ['density'] = '4.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 6,630: Line 6,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CriminiMushroomsItem',
                     ['type'] = 'BighornCarcassItem',
                     ['typeID'] = '291',
                     ['typeID'] = '518',
                    },
        },
         ['Crimson Salad'] = {
         ['Biodiesel'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Just in case you want to eat red things without eating meat.',
                     ['description'] = 'A vegetable or animal fat-based diesel fuel.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Fuel]]', '[[Liquid  Fuel]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.4',
                     ['carried'] = 'Hands',
                     ['calories'] = '1100.0',
                     ['weight'] = '30',
                     ['carbs'] = '15.0',
                     ['calories'] = nil,
                     ['protein'] = '9.0',
                     ['carbs'] = nil,
                     ['fat'] = '12.0',
                     ['protein'] = nil,
                     ['vitamins'] = '20.0',
                     ['fat'] = nil,
                     ['density'] = '5.1',
                     ['vitamins'] = nil,
                     ['fuel'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '80000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 6,669: Line 6,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CrimsonSaladItem',
                     ['type'] = 'BiodieselItem',
                     ['typeID'] = '292',
                     ['typeID'] = '260',
                    },
        },
         ['Crispy Bacon'] = {
         ['Birch Log'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Give me all the bacon and eggs you have.',
                     ['description'] = 'Birch log is a type of hardwood, notable for its white and papery bark.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Hardwood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.2',
                     ['carried'] = 'Hands',
                     ['calories'] = '600.0',
                     ['weight'] = '10',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '18.0',
                     ['carbs'] = nil,
                     ['fat'] = '26.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '7.3',
                     ['vitamins'] = nil,
                     ['fuel'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '4000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 6,708: Line 6,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CrispyBaconItem',
                     ['type'] = 'BirchLogItem',
                     ['typeID'] = '293',
                     ['typeID'] = '261',
                    },
        },
         ['Currency Exchange'] = {
         ['Birch Seed'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'Allows players to exchange currency.',
                     ['description'] = 'Plant to grow into a birch sapling.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 6,740: Line 6,953:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 3 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 6,747: Line 6,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CurrencyExchangeItem',
                     ['type'] = 'BirchSeedItem',
                     ['typeID'] = '684',
                     ['typeID'] = '673',
                    },
        },
         ['Cutting Edge Cooking Skill Book'] = {
         ['Birch Seed Pack'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Hidden',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Items',
                     ['description'] = 'Creates Cutting Edge Cooking Skill Scrolls that teach Cutting Edge Cooking',
                     ['description'] = 'Plant to grow into a birch sapling.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 6,786: Line 7,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CuttingEdgeCookingSkillBook',
                     ['type'] = 'BirchSeedPackItem',
                     ['typeID'] = '569',
                     ['typeID'] = '674',
                    },
        },
         ['Cutting Edge Cooking Skill Scroll'] = {
         ['Bison Carcass'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Items',
                     ['description'] = 'Teaches Cutting Edge Cooking',
                     ['description'] = 'A dead bison.',
                    ['tagGroups'] = {'[[Big Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '5.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 6,825: Line 7,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'CuttingEdgeCookingSkillScroll',
                     ['type'] = 'BisonCarcassItem',
                     ['typeID'] = '570',
                     ['typeID'] = '519',
                    },
        },
         ['Deer Carcass'] = {
         ['Bison Mount'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A dead deer.',
                     ['description'] = 'A fluffy, but very dead, bison head on a mount.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '2',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 6,843: Line 7,059:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Decoration',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.2',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 6,857: Line 7,073:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 6,864: Line 7,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'DeerCarcassItem',
                     ['type'] = 'BisonMountItem',
                     ['typeID'] = '370',
                     ['typeID'] = '973',
                    },
        },
         ['Derpy Hat'] = {
         ['Blast Furnace'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Dorky sombrero that doesn\'t fit anyone. You feel embarrassed to wear it.',
                     ['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',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 6,883: Line 7,100:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
                     ['energyProduced'] = nil,
                     ['energyProduced'] = nil,
                     ['energyType'] = nil,
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = {{'[[Water]]', ' 0. 3'}},
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = {{'[[Smog]]', ' 1'},{'[[Sewage]]', ' 0'}},
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 5 X 3',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 6,903: Line 7,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'DerpyHatItem',
                     ['type'] = 'BlastFurnaceItem',
                     ['typeID'] = '220',
                     ['typeID'] = '974',
                    },
        },
         ['Dev Flood Tool'] = {
         ['Blasting Charge'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Tools',
                     ['group'] = 'Tools',
                     ['description'] = 'Flood fixing tool! Left click to remove the top water layer. (Target a wall touching water).',
                     ['description'] = 'Blasts appart rock.',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 6,942: Line 7,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'DevFloodToolItem',
                     ['type'] = 'BlastingChargeItem',
                     ['typeID'] = '810',
                     ['typeID'] = '62',
                    },
        },
         ['Dev Tool'] = {
         ['Blinky Eyelids'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Tools',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'DOES CHEATER THINGS THROUGH CHEATING POWERS',
                     ['description'] = 'Eyes',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 6,981: Line 7,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'DevtoolItem',
                     ['type'] = 'BlinkyEyelidsItem',
                     ['typeID'] = '811',
                     ['typeID'] = '336',
                    },
        },
         ['Dirt'] = {
         ['Blood Meal Fertilizer'] = {
                     ['category'] = '_None',
                     ['category'] = 'Tool',
                     ['group'] = 'Block Items',
                     ['group'] = 'Items',
                     ['description'] = '',
                     ['description'] = 'Blood meal is a great source of nitrogen.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '50',
                     ['weight'] = '30',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 7,004: Line 7,224:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 7,020: Line 7,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'DirtItem',
                     ['type'] = 'BloodMealFertilizerItem',
                     ['typeID'] = '793',
                     ['typeID'] = '370',
                    },
        },
         ['Dirt Ramp'] = {
         ['Bloomery'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Road Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '4 x 1 Dirt Ramp.',
                     ['description'] = 'A chimney-shaped furnace for smelting ores.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                    ['maxStack'] = '1',
                     ['weight'] = '60',
                    ['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,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 7,052: Line 7,313:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '4 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 7,059: Line 7,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'DirtRampItem',
                     ['type'] = 'BlueSharkItem',
                     ['typeID'] = '797',
                     ['typeID'] = '520',
                    },
        },
         ['Distribution Station'] = {
         ['Board'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A stockpile for distributing items to new playersAllows you to choose a specific set of items which each new player will be able to take.',
                     ['description'] = 'A higher quality board used for long lasting furniture.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood Board]]', '[[Burnable Fuel]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 7,075: Line 7,337:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = '2000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 7,091: Line 7,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '7 X 6 X 7',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '25',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'DistributionStationItem',
                     ['type'] = 'BoardItem',
                     ['typeID'] = '685',
                     ['typeID'] = '521',
                    },
        },
         ['Door'] = {
         ['Board Of Elections'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A sturdy wooden door. Can be locked for certain players.',
                     ['description'] = 'A building for deciding voting procedures.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 7,130: Line 7,393:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = '4 X 3 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'DoorItem',
                     ['type'] = 'BoardOfElectionsItem',
                     ['typeID'] = '686',
                     ['typeID'] = '96',
                    },
        },
         ['Dwarf Willow Seed'] = {
         ['Boiled Grains'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow dwarf willow.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.1',
                     ['calories'] = '0.0',
                     ['calories'] = '350.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '10.0',
                     ['protein'] = '0.0',
                     ['protein'] = '2.0',
                     ['fat'] = '0.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '1.0',
                     ['density'] = '0.0',
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 7,176: Line 7,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'DwarfWillowSeedItem',
                     ['type'] = 'BoiledGrainsItem',
                     ['typeID'] = '466',
                     ['typeID'] = '398',
                    },
        },
         ['Dwarf Willow Seed Pack'] = {
         ['Boiled Rice'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow dwarf willow.',
                     ['description'] = 'Soft and fluffy.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '210.0',
                     ['carbs'] = nil,
                     ['carbs'] = '13.0',
                     ['protein'] = nil,
                     ['protein'] = '2.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '7.1',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 7,215: Line 7,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'DwarfWillowSeedPackItem',
                     ['type'] = 'BoiledRiceItem',
                     ['typeID'] = '467',
                     ['typeID'] = '399',
                    },
        },
         ['Ecko Statue'] = {
         ['Boiled Sausage'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'A statue of a dolphin. What could it mean?',
                     ['description'] = 'Boiled sausages might not be as pretty as grilled ones, but they\'re still tasty.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.3',
                     ['calories'] = nil,
                     ['calories'] = '600.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '27.0',
                     ['fat'] = nil,
                     ['fat'] = '22.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '8.2',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '100',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Decoration',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '1.5',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 7,247: Line 7,513:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 7,254: Line 7,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'EckoStatueItem',
                     ['type'] = 'BoiledSausageItem',
                     ['typeID'] = '687',
                     ['typeID'] = '400',
                    },
        },
         ['Ecko The Dolphin'] = {
         ['Boiler'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Items',
                     ['description'] = 'Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.',
                     ['description'] = 'A vessel used for heating fluids.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 7,293: Line 7,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'EckoTheDolphinItem',
                     ['type'] = 'BoilerItem',
                     ['typeID'] = '371',
                     ['typeID'] = '522',
                    },
        },
         ['Economy Viewer'] = {
         ['Bolete Mushroom Spores'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Actionbar Items',
                     ['group'] = 'Food',
                     ['description'] = 'Displays the player-run economy across the world.',
                     ['description'] = 'Plant to grow bolete mushrooms.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 7,332: Line 7,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'EconomyViewerItem',
                     ['type'] = 'BoleteMushroomSporesItem',
                     ['typeID'] = '46',
                     ['typeID'] = '675',
                    },
        },
         ['Ecoylent'] = {
         ['Bolete Mushroom Spores Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'A complete meal replacement solution.',
                     ['description'] = 'Plant to grow bolete mushrooms.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0',
                     ['weight'] = '0.05',
                     ['calories'] = '1500.0',
                     ['calories'] = nil,
                     ['carbs'] = '500.0',
                     ['carbs'] = nil,
                     ['protein'] = '500.0',
                     ['protein'] = nil,
                     ['fat'] = '500.0',
                     ['fat'] = nil,
                     ['vitamins'] = '500.0',
                     ['vitamins'] = nil,
                     ['density'] = '133.3',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 7,371: Line 7,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'EcoylentItem',
                     ['type'] = 'BoleteMushroomSporesPackItem',
                     ['typeID'] = '294',
                     ['typeID'] = '676',
                    },
        },
         ['Electric Lathe'] = {
         ['Bolete Mushrooms'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = '',
                     ['description'] = 'Boletus edulis',
                    ['tagGroups'] = {'[[Crop]]', '[[Fungus]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = '200.0',
                     ['carbs'] = nil,
                     ['carbs'] = '2.0',
                     ['protein'] = nil,
                     ['protein'] = '4.0',
                     ['fat'] = nil,
                     ['fat'] = '1.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '1.0',
                     ['density'] = nil,
                     ['density'] = '4.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '100',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 3 X 7',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 7,410: Line 7,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElectricLatheItem',
                     ['type'] = 'BoleteMushroomsItem',
                     ['typeID'] = '688',
                     ['typeID'] = '401',
                    },
        },
         ['Electric Machinist Table'] = {
         ['Bookshelf'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A fancy toolbench that creates equally fancy toys.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 7,429: Line 7,700:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = '2',
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Shelves',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '250',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '3 X 2 X 2',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = '8',
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElectricMachinistTableItem',
                     ['type'] = 'BookshelfItem',
                     ['typeID'] = '689',
                     ['typeID'] = '976',
                    },
        },
         ['Electric Motor'] = {
         ['Bow'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Tools',
                     ['description'] = 'A motor.',
                     ['description'] = '',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Harvester]]', '[[Tools]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 7,467: Line 7,739:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 7,488: Line 7,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElectricMotorItem',
                     ['type'] = 'BowItem',
                     ['typeID'] = '372',
                     ['typeID'] = '118',
                    },
        },
         ['Electric Planer'] = {
         ['Brazier'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'A metal stand which can hold burning fuel to provide light.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 7,504: Line 7,777:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = 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,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 7,513: Line 7,826:
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '100',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '5 X 5 X 6',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 7,527: Line 7,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElectricPlanerItem',
                     ['type'] = 'BreadItem',
                     ['typeID'] = '690',
                     ['typeID'] = '402',
                    },
        },
         ['Electric Stamping Press'] = {
         ['Brick'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = '',
                     ['description'] = 'Durable building material made from fired blocks and mortar.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 7,545: Line 7,859:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '2',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '100',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '5 X 6 X 5',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 7,566: Line 7,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElectricStampingPressItem',
                     ['type'] = 'BrickItem',
                     ['typeID'] = '691',
                     ['typeID'] = '262',
                    },
        },
         ['Electric Wall Lamp'] = {
         ['Brick Fireplace'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A wall mounted lamp that requires electricity to turn on.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 7,585: Line 7,900:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '4',
                     ['skillValue'] = '2',
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = 'Fireplace',
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '100',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 7,605: Line 7,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElectricWallLampItem',
                     ['type'] = 'BrickFireplaceItem',
                     ['typeID'] = '692',
                     ['typeID'] = '978',
                    },
        },
         ['Electric Water Pump'] = {
         ['Bullrush Seed'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'Pumps water from a source into a pipe network.',
                     ['description'] = 'Plant to grow bullrush.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 7,630: Line 7,946:
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '100',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = {{'[[Water]]', 1000}},
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 3',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 7,644: Line 7,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElectricWaterPumpItem',
                     ['type'] = 'BullrushSeedItem',
                     ['typeID'] = '693',
                     ['typeID'] = '677',
                    },
        },
         ['Electronics Assembly'] = {
         ['Bullrush Seed Pack'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A set of machinery to create electronics.',
                     ['description'] = 'Plant to grow bullrush.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 7,663: Line 7,980:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
Line 7,675: Line 7,992:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '4 X 4 X 3',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 7,683: Line 8,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElectronicsAssemblyItem',
                     ['type'] = 'BullrushSeedPackItem',
                     ['typeID'] = '694',
                     ['typeID'] = '678',
                    },
        },
         ['Electronics Skill Book'] = {
         ['Bunchgrass Seed'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Food',
                     ['description'] = 'Creates Electronics Skill Scrolls that teach Electronics',
                     ['description'] = 'Plant to grow bunchgrass.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 7,722: Line 8,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElectronicsSkillBook',
                     ['type'] = 'BunchgrassSeedItem',
                     ['typeID'] = '572',
                     ['typeID'] = '679',
                    },
        },
         ['Electronics Skill Scroll'] = {
         ['Bunchgrass Seed Pack'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Hidden',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Items',
                     ['description'] = 'Teaches Electronics',
                     ['description'] = 'Plant to grow bunchgrass.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 7,761: Line 8,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElectronicsSkillScroll',
                     ['type'] = 'BunchgrassSeedPackItem',
                     ['typeID'] = '573',
                     ['typeID'] = '680',
                    },
        },
         ['Elk Carcass'] = {
         ['Butchery Basic Upgrade'] = {
                     ['category'] = '_None',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'A dead elk.',
                     ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '2',
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 7,800: Line 8,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElkCarcassItem',
                     ['type'] = 'ButcheryUpgradeItem',
                     ['typeID'] = '373',
                     ['typeID'] = '625',
                    },
        },
         ['Elk Mount'] = {
         ['Butchery Skill Book'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Skill Books',
                     ['description'] = 'A hunting trophy for your house.',
                     ['description'] = 'Creates Butchery Skill Scrolls that teach Butchery',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 7,819: Line 8,140:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '10',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Decoration',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.2',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 7,832: Line 8,153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 3 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 7,839: Line 8,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElkMountItem',
                     ['type'] = 'ButcherySkillBook',
                     ['typeID'] = '695',
                     ['typeID'] = '784',
                    },
        },
         ['Elk Skypiercer'] = {
         ['Butchery Skill Scroll'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'You can hear the faint cries of Ecko when this mythical elk antler is held aloft.',
                     ['description'] = 'Teaches Butchery',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 7,858: Line 8,180:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '10',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Decoration',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 7,871: Line 8,193:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 7,878: Line 8,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElkSkypiercerItem',
                     ['type'] = 'ButcherySkillScroll',
                     ['typeID'] = '696',
                     ['typeID'] = '785',
                    },
        },
         ['Elk Taco'] = {
         ['Butchery Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A tasty treat made from corn tortillas and meat.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['weight'] = nil,
                     ['calories'] = '650.0',
                     ['calories'] = nil,
                     ['carbs'] = '12.0',
                     ['carbs'] = nil,
                     ['protein'] = '15.0',
                     ['protein'] = nil,
                     ['fat'] = '10.0',
                     ['fat'] = nil,
                     ['vitamins'] = '14.0',
                     ['vitamins'] = nil,
                     ['density'] = '7.8',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 7,910: Line 8,273:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 7,917: Line 8,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElkTacoItem',
                     ['type'] = 'ButtonItem',
                     ['typeID'] = '295',
                     ['typeID'] = '0',
                    },
        },
         ['Elk Wellington'] = {
         ['C O2 Canister'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'A prime cut of meat surrounded by pastry.',
                     ['description'] = 'For creating fancy foams!',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0.1',
                     ['calories'] = '1400.0',
                     ['calories'] = '10.0',
                     ['carbs'] = '12.0',
                     ['carbs'] = '0.0',
                     ['protein'] = '20.0',
                     ['protein'] = '0.0',
                     ['fat'] = '12.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '8.0',
                     ['vitamins'] = '0.0',
                     ['density'] = '3.7',
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 7,956: Line 8,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ElkWellingtonItem',
                     ['type'] = 'CO2CanisterItem',
                     ['typeID'] = '296',
                     ['typeID'] = '426',
                    },
        },
         ['Epoxy'] = {
         ['Camas Ash Fertilizer'] = {
                     ['category'] = '_None',
                     ['category'] = 'Tool',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'A useful material for hardening, curing, and other various uses.',
                     ['description'] = 'Camas ash fertilizer, though not very potent, is a great source of potassium.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Object]]', '[[Product]]'},
                     ['maxStack'] = '50',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 7,974: Line 8,339:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 7,995: Line 8,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'EpoxyItem',
                     ['type'] = 'CamasAshFertilizerItem',
                     ['typeID'] = '374',
                     ['typeID'] = '371',
                    },
        },
         ['Excavator'] = {
         ['Camas Bread'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'I EAT DIRT!',
                     ['description'] = 'A bread with a camas twist for a bit of flavor and fun. ',
                    ['tagGroups'] = {'[[Bread]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '30',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = '800.0',
                     ['carbs'] = nil,
                     ['carbs'] = '15.0',
                     ['protein'] = nil,
                     ['protein'] = '5.0',
                     ['fat'] = nil,
                     ['fat'] = '13.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '9.0',
                     ['density'] = nil,
                     ['density'] = '5.2',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 8,019: Line 8,385:
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Petroleum]], [[Gasoline]], [[Biodiesel]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 8,028: Line 8,394:
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = nil,
                     ['mobile'] = 'Yes',
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
Line 8,034: Line 8,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ExcavatorItem',
                     ['type'] = 'CamasBreadItem',
                     ['typeID'] = '649',
                     ['typeID'] = '403',
                    },
        },
         ['Fabulous Pants'] = {
         ['Camas Bulb'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Food',
                     ['description'] = 'Irresistibly fabulous pants.',
                     ['description'] = 'Plant to grow a camas plant.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Vegetable]]', '[[Root]]', '[[Raw  Food]]', '[[Crop]]', '[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = '150.0',
                     ['carbs'] = nil,
                     ['carbs'] = '1.0',
                     ['protein'] = nil,
                     ['protein'] = '2.0',
                     ['fat'] = nil,
                     ['fat'] = '5.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '5.3',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 8,073: Line 8,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FabulousPantsItem',
                     ['type'] = 'CamasBulbItem',
                     ['typeID'] = '221',
                     ['typeID'] = '681',
                    },
        },
         ['Farmers Table'] = {
         ['Camas Bulb Bake'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'A basic table for creating farming tools and similar products.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.3',
                     ['calories'] = nil,
                     ['calories'] = '560.0',
                     ['carbs'] = nil,
                     ['carbs'] = '12.0',
                     ['protein'] = nil,
                     ['protein'] = '7.0',
                     ['fat'] = nil,
                     ['fat'] = '5.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '4.0',
                     ['density'] = nil,
                     ['density'] = '5.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 8,104: Line 8,472:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 8,112: Line 8,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FarmersTableItem',
                     ['type'] = 'CamasBulbBakeItem',
                     ['typeID'] = '697',
                     ['typeID'] = '404',
                    },
        },
         ['Farming Skill Book'] = {
         ['Camas Bulb Pack'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Hidden',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Items',
                     ['description'] = 'Creates Farming Skill Scrolls that teach Farming',
                     ['description'] = 'Plant to grow a camas plant.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 8,151: Line 8,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FarmingSkillBook',
                     ['type'] = 'CamasBulbPackItem',
                     ['typeID'] = '577',
                     ['typeID'] = '682',
                    },
        },
         ['Farming Skill Scroll'] = {
         ['Camas Paste'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Food',
                     ['description'] = 'Teaches Farming',
                     ['description'] = 'Pulverized camas works as an excellent thickener or flavour enhancer.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '60.0',
                     ['carbs'] = nil,
                     ['carbs'] = '3.0',
                     ['protein'] = nil,
                     ['protein'] = '2.0',
                     ['fat'] = nil,
                     ['fat'] = '10.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '25.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 8,190: Line 8,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FarmingSkillScroll',
                     ['type'] = 'CamasPasteItem',
                     ['typeID'] = '578',
                     ['typeID'] = '405',
                    },
        },
         ['Fern Spore'] = {
         ['Camo Pants'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'Plant to grow ferns.',
                     ['description'] = 'Hide from the animals!  Reduces the detection range of animals.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.1',
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 8,229: Line 8,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FernSporeItem',
                     ['type'] = 'CamoPantsItem',
                     ['typeID'] = '468',
                     ['typeID'] = '346',
                    },
        },
         ['Fern Spore Pack'] = {
         ['Camo Shirt'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'Plant to grow ferns.',
                     ['description'] = 'Hide from the animals!  Reduces the detection range of animals.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 8,268: Line 8,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FernSporePackItem',
                     ['type'] = 'CamoShirtItem',
                     ['typeID'] = '469',
                     ['typeID'] = '347',
                    },
        },
         ['Fertilizers Skill Book'] = {
         ['Campfire'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Books',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Creates Fertilizers Skill Scrolls that teach Fertilizers',
                     ['description'] = 'Cook like a caveman on an uneven fire.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 8,292: Line 8,665:
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 8,299: Line 8,672:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 8,307: Line 8,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FertilizersSkillBook',
                     ['type'] = 'CampfireItem',
                     ['typeID'] = '580',
                     ['typeID'] = '980',
                    },
        },
         ['Fertilizers Skill Scroll'] = {
         ['Campfire Cooking Basic Upgrade'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Teaches Fertilizers',
                     ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 8,346: Line 8,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FertilizersSkillScroll',
                     ['type'] = 'CampfireCookingUpgradeItem',
                     ['typeID'] = '581',
                     ['typeID'] = '626',
                    },
        },
         ['Fiber Filler'] = {
         ['Campfire Roast'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = '',
                     ['description'] = 'The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.',
                     ['maxStack'] = '50',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = '1000.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '13.0',
                     ['fat'] = nil,
                     ['fat'] = '17.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '3.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 8,385: Line 8,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FiberFillerItem',
                     ['type'] = 'CampfireRoastItem',
                     ['typeID'] = '244',
                     ['typeID'] = '406',
                    },
        },
         ['Fiberglass'] = {
         ['Campfire Salad'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'Plastic reinforced with glass fiber strands.',
                     ['description'] = '',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 8,424: Line 8,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FiberglassItem',
                     ['type'] = 'CampfireSaladItem',
                     ['typeID'] = '375',
                     ['typeID'] = '407',
                    },
        },
         ['Fiddlehead Salad'] = {
         ['Campfire Stew'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'A myriad of charred plants that make a healthy and odd blend.',
                     ['description'] = 'A thick stew chock-full of meat, camas, and corn. A suprisingly good combination.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['weight'] = '0.5',
                     ['calories'] = '970.0',
                     ['calories'] = '1200.0',
                     ['carbs'] = '6.0',
                     ['carbs'] = '5.0',
                     ['protein'] = '6.0',
                     ['protein'] = '12.0',
                     ['fat'] = '0.0',
                     ['fat'] = '9.0',
                     ['vitamins'] = '14.0',
                     ['vitamins'] = '4.0',
                     ['density'] = '2.7',
                     ['density'] = '2.5',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 8,463: Line 8,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FiddleheadSaladItem',
                     ['type'] = 'CampfireStewItem',
                     ['typeID'] = '298',
                     ['typeID'] = '408',
                    },
        },
         ['Fiddleheads'] = {
         ['Campsite'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A collection of the furled fronds of young ferns; a unique addition to a meal.',
                     ['description'] = 'A campsite',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Crafting  Table]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = nil,
                     ['calories'] = '80.0',
                     ['calories'] = nil,
                     ['carbs'] = '3.0',
                     ['carbs'] = nil,
                     ['protein'] = '1.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '3.0',
                     ['vitamins'] = nil,
                     ['density'] = '8.8',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 8,494: Line 8,872:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '4 X 3 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = '10',
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FiddleheadsItem',
                     ['type'] = 'CampsiteItem',
                     ['typeID'] = '297',
                     ['typeID'] = '981',
                    },
        },
         ['Filmy Fern Spore'] = {
         ['Candle Stand'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a filmy fern.',
                     ['description'] = 'A fancy candelabra for providing small amounts of light.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.2',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Fat]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 8,534: Line 8,913:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 8,541: Line 8,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FilmyFernSporeItem',
                     ['type'] = 'CandleStandItem',
                     ['typeID'] = '470',
                     ['typeID'] = '982',
                    },
        },
         ['Filmy Fern Spore Pack'] = {
         ['Capitol'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a filmy fern.',
                     ['description'] = 'Forms the foundation of a government. The constituion is created here.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 8,572: Line 8,952:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 3 X 3',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FilmyFernSporePackItem',
                     ['type'] = 'CapitolItem',
                     ['typeID'] = '471',
                     ['typeID'] = '98',
                    },
        },
         ['Fir Seed'] = {
         ['Capris'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'Plant to grow a fir tree.',
                     ['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.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.1',
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 8,619: Line 9,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FirSeedItem',
                     ['type'] = 'CaprisItem',
                     ['typeID'] = '474',
                     ['typeID'] = '348',
                    },
        },
         ['Fir Seed Pack'] = {
         ['Carpentry Advanced Upgrade'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Plant to grow a fir tree.',
                     ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 8,658: Line 9,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FirSeedPackItem',
                     ['type'] = 'CarpentryAdvancedUpgradeItem',
                     ['typeID'] = '475',
                     ['typeID'] = '627',
                    },
        },
         ['Fireweed Seed'] = {
         ['Carpentry Basic Upgrade'] = {
                     ['category'] = '_None',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Food',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Plant to grow fireweed.',
                     ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.001',
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 8,697: Line 9,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FireweedSeedItem',
                     ['type'] = 'CarpentryBasicUpgradeItem',
                     ['typeID'] = '472',
                     ['typeID'] = '628',
                    },
        },
         ['Fireweed Seed Pack'] = {
         ['Carpentry Skill Book'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Items',
                     ['group'] = 'Skill Books',
                     ['description'] = 'Plant to grow fireweed.',
                     ['description'] = 'Creates Carpentry Skill Scrolls that teach Carpentry',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 8,736: Line 9,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FireweedSeedPackItem',
                     ['type'] = 'CarpentrySkillBook',
                     ['typeID'] = '473',
                     ['typeID'] = '789',
                    },
        },
         ['Fireweed Shoots'] = {
         ['Carpentry Skill Scroll'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Food',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'A bitter, brightly colored shoot similar to asparagus.',
                     ['description'] = 'Teaches Carpentry',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = nil,
                     ['calories'] = '150.0',
                     ['calories'] = nil,
                     ['carbs'] = '3.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '4.0',
                     ['vitamins'] = nil,
                     ['density'] = '4.7',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 8,775: Line 9,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FireweedShootsItem',
                     ['type'] = 'CarpentrySkillScroll',
                     ['typeID'] = '299',
                     ['typeID'] = '790',
                    },
        },
         ['Fish Trap'] = {
         ['Carpentry Table'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A trap to catch river fish as they swim. It\'s too small to catch the larger ocean fish. ',
                     ['description'] = 'A table for basic wooden crafts for home improvement and progress.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 8,794: Line 9,180:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
Line 8,806: Line 9,192:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '25',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 0.2',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = '4',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FishTrapItem',
                     ['type'] = 'CarpentryTableItem',
                     ['typeID'] = '699',
                     ['typeID'] = '983',
                    },
        },
         ['Fishery'] = {
         ['Carved Pumpkin'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A place to create fishing poles, traps and prepare seafood.',
                     ['description'] = 'Spooky pumpkin that emits a mystical light.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 8,833: Line 9,220:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Decoration',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.4',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 8,845: Line 9,232:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 8,853: Line 9,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FisheryItem',
                     ['type'] = 'CarvedPumpkinItem',
                     ['typeID'] = '698',
                     ['typeID'] = '984',
                    },
        },
         ['Fishing Pole'] = {
         ['Cast Iron Stove'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'The perfect stove for the fledgling chef.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Polluter]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 8,872: Line 9,260:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Kitchen',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Cooking',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.3',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 8,883: Line 9,271:
                     ['energyType'] = nil,
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = {{'[[Smog]]', ' 0. 2'}},
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1.8',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FishingPoleItem',
                     ['type'] = 'CastIronStoveItem',
                     ['typeID'] = '812',
                     ['typeID'] = '985',
                    },
         },
         ['Fit Torso'] = {
         ['Cedar Log'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'AvatarPart',
                    ['description'] = 'Torso',
                    ['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'] = '209',
                    },
         ['Flat Steel'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'Coated with a layer of epoxy, this steel refuses to rust.',
                     ['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',
                     ['maxStack'] = '20',
                     ['carried'] = 'Hands',
                     ['carried'] = 'Hands',
Line 8,947: Line 9,297:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = '4000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = 'Yes',
Line 8,954: Line 9,304:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '4',
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 8,970: Line 9,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FlatSteelItem',
                     ['type'] = 'CedarLogItem',
                     ['typeID'] = '183',
                     ['typeID'] = '263',
                    },
        },
         ['Flatbread'] = {
         ['Cedar Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Without any leavening the flatbread isn\'t very puffy. But it\'s still tasty.',
                     ['description'] = 'Plant to grow a cedar sapling.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['weight'] = '0.05',
                     ['calories'] = '500.0',
                     ['calories'] = '0.0',
                     ['carbs'] = '17.0',
                     ['carbs'] = '0.0',
                     ['protein'] = '8.0',
                     ['protein'] = '0.0',
                     ['fat'] = '3.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['density'] = '5.6',
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 9,009: Line 9,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FlatbreadItem',
                     ['type'] = 'CedarSeedItem',
                     ['typeID'] = '300',
                     ['typeID'] = '683',
                    },
        },
         ['Flour'] = {
         ['Cedar Seed Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'A fine, milled wheat product that\'s useful for all baking.',
                     ['description'] = 'Plant to grow a cedar sapling.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.4',
                     ['weight'] = '0.05',
                     ['calories'] = '50.0',
                     ['calories'] = nil,
                     ['carbs'] = '15.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '30.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 9,048: Line 9,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FlourItem',
                     ['type'] = 'CedarSeedPackItem',
                     ['typeID'] = '301',
                     ['typeID'] = '684',
                    },
        },
         ['Fox Carcass'] = {
         ['Ceiba Log'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A dead fox.',
                     ['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.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Hardwood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '1',
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 9,064: Line 9,417:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = 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,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 9,087: Line 9,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FoxCarcassItem',
                     ['type'] = 'CeibaSeedItem',
                     ['typeID'] = '376',
                     ['typeID'] = '685',
                    },
        },
         ['Framed Glass'] = {
         ['Ceiba Seed Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Block Items',
                     ['group'] = 'Items',
                     ['description'] = 'A transparent, solid material useful for more than just windows.',
                     ['description'] = 'Plant to grow a ceiba sapling.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 9,105: Line 9,499:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '4',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 9,126: Line 9,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FramedGlassItem',
                     ['type'] = 'CeibaSeedPackItem',
                     ['typeID'] = '184',
                     ['typeID'] = '686',
                    },
        },
         ['Framed Glass Door'] = {
         ['Ceiling Candle'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A beautiful glass door made of steel and glass.',
                     ['description'] = 'A fancy hanging candelabra.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 9,145: Line 9,540:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.4',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Fat]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 9,158: Line 9,553:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 9,165: Line 9,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FramedGlassDoorItem',
                     ['type'] = 'CeilingCandleItem',
                     ['typeID'] = '700',
                     ['typeID'] = '986',
                    },
        },
         ['Fried Hare Haunches'] = {
         ['Cellulose Fiber'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Everything is better deep fried.',
                     ['description'] = 'Created by taking pulped plants and extruding them similarly to synthetic fibers.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.1',
                     ['calories'] = '700.0',
                     ['calories'] = nil,
                     ['carbs'] = '6.0',
                     ['carbs'] = nil,
                     ['protein'] = '15.0',
                     ['protein'] = nil,
                     ['fat'] = '27.0',
                     ['fat'] = nil,
                     ['vitamins'] = '4.0',
                     ['vitamins'] = nil,
                     ['density'] = '7.4',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 9,204: Line 9,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FriedHareHaunchesItem',
                     ['type'] = 'CelluloseFiberItem',
                     ['typeID'] = '302',
                     ['typeID'] = '523',
                    },
        },
         ['Fried Tomatoes'] = {
         ['Cement'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Secret\'s in the sauce.',
                     ['description'] = 'In order to be usable it needs to be reinforced.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['weight'] = '10',
                     ['calories'] = '560.0',
                     ['calories'] = nil,
                     ['carbs'] = '12.0',
                     ['carbs'] = nil,
                     ['protein'] = '3.0',
                     ['protein'] = nil,
                     ['fat'] = '9.0',
                     ['fat'] = nil,
                     ['vitamins'] = '2.0',
                     ['vitamins'] = nil,
                     ['density'] = '4.6',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 9,243: Line 9,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FriedTomatoesItem',
                     ['type'] = 'CementItem',
                     ['typeID'] = '303',
                     ['typeID'] = '524',
                    },
        },
         ['Fruit Salad'] = {
         ['Cement Kiln'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'While tomatoes are fruits, you don\'t usually put them in fruit salads.',
                     ['description'] = 'A rotary kiln that produces AdvancedMasonry and concrete products.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Polluter]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.3',
                     ['weight'] = nil,
                     ['calories'] = '900.0',
                     ['calories'] = nil,
                     ['carbs'] = '12.0',
                     ['carbs'] = nil,
                     ['protein'] = '4.0',
                     ['protein'] = nil,
                     ['fat'] = '3.0',
                     ['fat'] = nil,
                     ['vitamins'] = '19.0',
                     ['vitamins'] = nil,
                     ['density'] = '4.2',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 9,273: Line 9,671:
                     ['energyType'] = nil,
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = {{'[[Smog]]', ' 0. 8'}},
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '4 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1.8',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FruitSaladItem',
                     ['type'] = 'CementKilnItem',
                     ['typeID'] = '304',
                     ['typeID'] = '987',
                    },
        },
         ['Fur Pelt'] = {
         ['Census Bureau'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A soft, furry pelt.',
                     ['description'] = 'Demographics are created here using data about the population.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 9,300: Line 9,699:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 9,314: Line 9,713:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 2 X 3',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'FurPeltItem',
                     ['type'] = 'CensusBureauItem',
                     ['typeID'] = '377',
                     ['typeID'] = '93',
                    },
        },
         ['Garbage'] = {
         ['Cereal Germ'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Food',
                     ['description'] = 'A disgusting pile of garbage.',
                     ['description'] = 'A by-product of milling, the germ is the reproductive part of the cereal that germinates.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = nil,
                     ['carried'] = 'Backpack',
                     ['calories'] = nil,
                     ['weight'] = '0.01',
                     ['carbs'] = nil,
                     ['calories'] = '20.0',
                     ['protein'] = nil,
                     ['carbs'] = '5.0',
                     ['fat'] = nil,
                     ['protein'] = '0.0',
                     ['vitamins'] = nil,
                     ['fat'] = '7.0',
                     ['density'] = nil,
                     ['vitamins'] = '3.0',
                     ['density'] = '75.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 9,344: Line 9,744:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 9,360: Line 9,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GarbageItem',
                     ['type'] = 'CerealGermItem',
                     ['typeID'] = '802',
                     ['typeID'] = '409',
                    },
        },
         ['Garden Boots'] = {
         ['Chainsaw'] = {
                     ['category'] = '_None',
                     ['category'] = 'Tool',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Tools',
                     ['description'] = '',
                     ['description'] = 'A motorized saw used for chopping trees.',
                    ['tagGroups'] = {'[[Logging]]', '[[Tool]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 9,399: Line 9,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GardenBootsItem',
                     ['type'] = 'ChainsawItem',
                     ['typeID'] = '222',
                     ['typeID'] = '119',
                    },
        },
         ['Gasoline'] = {
         ['Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Refined petroleum useful for fueling machines and generators.',
                     ['description'] = '',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[World  Object]]', '[[Object]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '30',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 9,415: Line 9,817:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '100000',
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 9,431: Line 9,833:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 9,438: Line 9,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GasolineItem',
                     ['type'] = 'ChairItem',
                     ['typeID'] = '185',
                     ['typeID'] = '988',
                    },
        },
         ['Gearbox'] = {
         ['Charcoal'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'Provides speed and torque conversions from a rotating power source to another device',
                     ['description'] = 'A black residue, consisting of carbon and any remaining ash.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Coal]]', '[[Burnable  Fuel]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 9,454: Line 9,857:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = '20000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = 'Yes',
Line 9,477: Line 9,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GearboxItem',
                     ['type'] = 'CharcoalItem',
                     ['typeID'] = '379',
                     ['typeID'] = '525',
                    },
        },
         ['Giant Cactus Fruit'] = {
         ['Charred Agave'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'A bulbous fruit that used to top Saguaro cacti.',
                     ['description'] = 'Agave leaves that have been charred over a campfire',
                    ['tagGroups'] = {'[[Charred Green]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = '0.1',
                     ['calories'] = '300.0',
                     ['calories'] = '350.0',
                     ['carbs'] = '2.0',
                     ['carbs'] = '5.0',
                     ['protein'] = '0.0',
                     ['protein'] = '1.0',
                     ['fat'] = '3.0',
                     ['fat'] = '4.0',
                     ['vitamins'] = '5.0',
                     ['vitamins'] = '3.0',
                     ['density'] = '3.3',
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 9,516: Line 9,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GiantCactusFruitItem',
                     ['type'] = 'CharredAgaveItem',
                     ['typeID'] = '305',
                     ['typeID'] = '410',
                    },
        },
         ['Gigot Sleeve Shirt'] = {
         ['Charred Beans'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Food',
                     ['description'] = 'Cool piratey shirt that makes your biceps look bigger than they really are.',
                     ['description'] = 'A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '350.0',
                     ['carbs'] = nil,
                     ['carbs'] = '1.0',
                     ['protein'] = nil,
                     ['protein'] = '9.0',
                     ['fat'] = nil,
                     ['fat'] = '3.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 9,555: Line 9,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GigotSleeveShirtItem',
                     ['type'] = 'CharredBeansItem',
                     ['typeID'] = '223',
                     ['typeID'] = '411',
                    },
        },
         ['Glass'] = {
         ['Charred Beet'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Food',
                     ['description'] = 'A transparent, solid material useful for more than just windows.',
                     ['description'] = 'Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['calories'] = nil,
                     ['weight'] = '0.1',
                     ['carbs'] = nil,
                     ['calories'] = '350.0',
                     ['protein'] = nil,
                     ['carbs'] = '3.0',
                     ['fat'] = nil,
                     ['protein'] = '0.0',
                     ['vitamins'] = nil,
                     ['fat'] = '3.0',
                     ['density'] = nil,
                     ['vitamins'] = '7.0',
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '2',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 9,594: Line 10,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GlassItem',
                     ['type'] = 'CharredBeetItem',
                     ['typeID'] = '186',
                     ['typeID'] = '412',
                    },
        },
         ['Glassworking Skill Book'] = {
         ['Charred Cactus Fruit'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Food',
                     ['description'] = 'Creates Glassworking Skill Scrolls that teach Glassworking',
                     ['description'] = 'Blackened cactus fruit. A favorite of early desert settlers.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Charred Fruit]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '200.0',
                     ['carbs'] = nil,
                     ['carbs'] = '3.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '4.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '6.0',
                     ['density'] = nil,
                     ['density'] = '6.5',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 9,633: Line 10,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GlassworkingSkillBook',
                     ['type'] = 'CharredCactusFruitItem',
                     ['typeID'] = '584',
                     ['typeID'] = '413',
                    },
        },
         ['Glassworking Skill Scroll'] = {
         ['Charred Camas Bulb'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Food',
                     ['description'] = 'Teaches Glassworking',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '350.0',
                     ['carbs'] = nil,
                     ['carbs'] = '2.0',
                     ['protein'] = nil,
                     ['protein'] = '3.0',
                     ['fat'] = nil,
                     ['fat'] = '7.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '1.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 9,672: Line 10,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GlassworkingSkillScroll',
                     ['type'] = 'CharredCamasBulbItem',
                     ['typeID'] = '585',
                     ['typeID'] = '414',
                    },
        },
         ['Gneiss'] = {
         ['Charred Corn'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Food',
                     ['description'] = 'A hard rock with some uses in construction. Gneiss is a metamorphic rock formed from previous rock recrystallizing at high pressures and temperatures deep in the earth.',
                     ['description'] = 'This piece of corn needs a good slathering of butter to curb that burnt taste.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '7',
                     ['carried'] = 'Backpack',
                     ['calories'] = nil,
                     ['weight'] = '0.1',
                     ['carbs'] = nil,
                     ['calories'] = '350.0',
                     ['protein'] = nil,
                     ['carbs'] = '8.0',
                     ['fat'] = nil,
                     ['protein'] = '1.0',
                     ['vitamins'] = nil,
                     ['fat'] = '0.0',
                     ['density'] = nil,
                     ['vitamins'] = '4.0',
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 9,711: Line 10,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GneissItem',
                     ['type'] = 'CharredCornItem',
                     ['typeID'] = '187',
                     ['typeID'] = '415',
                    },
        },
         ['Gold Bar'] = {
         ['Charred Fireweed Shoots'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'A shiny, refined gold ingot.',
                     ['description'] = 'Boiled in water to remove the inherent bitterness, this shoot is much tastier.',
                    ['tagGroups'] = {'[[Charred Green]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '2.5',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '350.0',
                     ['carbs'] = nil,
                     ['carbs'] = '5.0',
                     ['protein'] = nil,
                     ['protein'] = '1.0',
                     ['fat'] = nil,
                     ['fat'] = '1.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '6.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 9,750: Line 10,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GoldIngotItem',
                     ['type'] = 'CharredFireweedShootsItem',
                     ['typeID'] = '381',
                     ['typeID'] = '416',
                    },
        },
         ['Gold Flakes'] = {
         ['Charred Fish'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'A highly efficient conductor for delicate electronics.',
                     ['description'] = 'At least it doesn\'t have any scales any more.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = '400.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '9.0',
                     ['fat'] = nil,
                     ['fat'] = '4.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '3.2',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 9,789: Line 10,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GoldFlakesItem',
                     ['type'] = 'CharredFishItem',
                     ['typeID'] = '380',
                     ['typeID'] = '417',
                    },
        },
         ['Gold Ore'] = {
         ['Charred Heart Of Palm'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Food',
                     ['description'] = 'Unrefined ore with traces of gold.',
                     ['description'] = 'Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '30',
                     ['carried'] = 'Backpack',
                     ['calories'] = nil,
                     ['weight'] = '0.1',
                     ['carbs'] = nil,
                     ['calories'] = '210.0',
                     ['protein'] = nil,
                     ['carbs'] = '7.0',
                     ['fat'] = nil,
                     ['protein'] = '3.0',
                     ['vitamins'] = nil,
                     ['fat'] = '1.0',
                     ['density'] = nil,
                     ['vitamins'] = '2.0',
                     ['density'] = '6.2',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 9,828: Line 10,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GoldOreItem',
                     ['type'] = 'CharredHeartOfPalmItem',
                     ['typeID'] = '188',
                     ['typeID'] = '418',
                    },
        },
         ['Government'] = {
         ['Charred Meat'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Actionbar Items',
                     ['group'] = 'Food',
                     ['description'] = 'Displays government activity, such as laws and elections, and provides links to the server\'s web page.',
                     ['description'] = 'The blackened surface of this unrecognizable meat is \'golden brown\'.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.8',
                     ['calories'] = nil,
                     ['calories'] = '400.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '9.0',
                     ['fat'] = nil,
                     ['fat'] = '11.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '5.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 9,867: Line 10,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LawsetItem',
                     ['type'] = 'CharredMeatItem',
                     ['typeID'] = '50',
                     ['typeID'] = '419',
                    },
        },
         ['Granite'] = {
         ['Charred Mushrooms'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Food',
                     ['description'] = 'A hard rock useful for construction, and host to various ores. Granite forms from cooling magma deep underground. It is the most common continental rock type!',
                     ['description'] = 'A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '7',
                     ['carried'] = 'Backpack',
                     ['calories'] = nil,
                     ['weight'] = '0.1',
                     ['carbs'] = nil,
                     ['calories'] = '350.0',
                     ['protein'] = nil,
                     ['carbs'] = '3.0',
                     ['fat'] = nil,
                     ['protein'] = '6.0',
                     ['vitamins'] = nil,
                     ['fat'] = '2.0',
                     ['density'] = nil,
                     ['vitamins'] = '2.0',
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 9,906: Line 10,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GraniteItem',
                     ['type'] = 'CharredMushroomsItem',
                     ['typeID'] = '189',
                     ['typeID'] = '420',
                    },
        },
         ['Graphs'] = {
         ['Charred Papaya'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Actionbar Items',
                     ['group'] = 'Food',
                     ['description'] = 'Opens the world graphs.',
                     ['description'] = 'Papaya fruit that has been charred over a basic campfire.',
                    ['tagGroups'] = {'[[Charred Fruit]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '350.0',
                     ['carbs'] = nil,
                     ['carbs'] = '3.0',
                     ['protein'] = nil,
                     ['protein'] = '1.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '9.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 9,945: Line 10,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GraphItem',
                     ['type'] = 'CharredPapayaItem',
                     ['typeID'] = '44',
                     ['typeID'] = '421',
                    },
        },
         ['Grass Seed'] = {
         ['Charred Pineapple'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow grass.',
                     ['description'] = 'Pineapple that has been charred over a basic campfire.',
                    ['tagGroups'] = {'[[Charred Fruit]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.1',
                     ['calories'] = '0.0',
                     ['calories'] = '350.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '9.0',
                     ['protein'] = '0.0',
                     ['protein'] = '1.0',
                     ['fat'] = '0.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '3.0',
                     ['density'] = '0.0',
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 9,984: Line 10,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GrassSeedItem',
                     ['type'] = 'CharredPineappleItem',
                     ['typeID'] = '476',
                     ['typeID'] = '422',
                    },
        },
         ['Grass Seed Pack'] = {
         ['Charred Sausage'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow grass.',
                     ['description'] = 'The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = '700.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '11.0',
                     ['fat'] = nil,
                     ['fat'] = '15.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 10,023: Line 10,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GrassSeedPackItem',
                     ['type'] = 'CharredSausageItem',
                     ['typeID'] = '477',
                     ['typeID'] = '423',
                    },
        },
         ['Hammer'] = {
         ['Charred Taro'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Food',
                     ['description'] = 'Destroys constructed materials.',
                     ['description'] = 'Blackened taro root. Not the tastiest meal, but a great source of energy for early rainforest settlers.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Charred Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '350.0',
                     ['carbs'] = nil,
                     ['carbs'] = '11.0',
                     ['protein'] = nil,
                     ['protein'] = '1.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '1.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 10,062: Line 10,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HammerItem',
                     ['type'] = 'CharredTaroItem',
                     ['typeID'] = '623',
                     ['typeID'] = '424',
                    },
        },
         ['Hand Plough'] = {
         ['Charred Tomato'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'A tool that tills the field for farming.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '15',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '350.0',
                     ['carbs'] = nil,
                     ['carbs'] = '8.0',
                     ['protein'] = nil,
                     ['protein'] = '1.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '4.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 10,095: Line 10,514:
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = nil,
                     ['mobile'] = 'Yes',
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
Line 10,101: Line 10,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HandPloughItem',
                     ['type'] = 'CharredTomatoItem',
                     ['typeID'] = '650',
                     ['typeID'] = '425',
                    },
        },
         ['Hardy Beard'] = {
         ['Clam'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Items',
                     ['description'] = '',
                     ['description'] = 'A clam.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Marine  Life]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.1',
Line 10,119: Line 10,539:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 10,140: Line 10,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HardyBeardItem',
                     ['type'] = 'ClamItem',
                     ['typeID'] = '224',
                     ['typeID'] = '526',
                    },
        },
         ['Hare Carcass'] = {
         ['Clay'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A dead hare.',
                     ['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.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.5',
                     ['carried'] = 'Hands',
                     ['weight'] = '15',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 10,158: Line 10,579:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 10,179: Line 10,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HareCarcassItem',
                     ['type'] = 'ClayItem',
                     ['typeID'] = '382',
                     ['typeID'] = '74',
                    },
        },
         ['Heart Of Palm'] = {
         ['Cloth'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Collected from the inner core and growing bud of a palm tree.',
                     ['description'] = 'A piece of rough cloth made by weaving fibers together.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = '0.1',
                     ['calories'] = '230.0',
                     ['calories'] = nil,
                     ['carbs'] = '5.0',
                     ['carbs'] = nil,
                     ['protein'] = '2.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '1.0',
                     ['vitamins'] = nil,
                     ['density'] = '3.5',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 10,218: Line 10,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HeartOfPalmItem',
                     ['type'] = 'ClothItem',
                     ['typeID'] = '306',
                     ['typeID'] = '527',
                    },
        },
         ['Heat Sink'] = {
         ['Cloth Belt'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'A copper plate to draw and disperse heat.',
                     ['description'] = 'A fashionable cloth belt that drapes across the waist.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 10,236: Line 10,659:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 10,257: Line 10,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HeatSinkItem',
                     ['type'] = 'ClothBeltItem',
                     ['typeID'] = '383',
                     ['typeID'] = '349',
                    },
        },
         ['Heliconia Seed'] = {
         ['Cloth Cape'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'Plant to grow heliconia.',
                     ['description'] = 'It just looks cool',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.1',
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 10,296: Line 10,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HeliconiaSeedItem',
                     ['type'] = 'ClothCapeItem',
                     ['typeID'] = '478',
                     ['typeID'] = '350',
                    },
        },
         ['Heliconia Seed Pack'] = {
         ['CO2 Item'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow heliconia.',
                     ['description'] = 'A byproduct gas of respiration.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 10,335: Line 10,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HeliconiaSeedPackItem',
                     ['type'] = 'CO2Item',
                     ['typeID'] = '479',
                     ['typeID'] = '10',
                    },
        },
         ['Henley'] = {
         ['Coal'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Block Items',
                     ['description'] = 'A Henley shirt is a collarless pullover shirt, characterized by a placket beneath the round neckline, about 8 to 13 cm long and usually having 2?5 buttons. It essentially resembles a collarless polo shirt.',
                     ['description'] = 'A combustible mineral which when used as a fuel provides lots of energy but generates lots of pollution.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Fuel]]', '[[Coal]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.1',
                     ['carried'] = 'Hands',
                     ['weight'] = '20',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 10,351: Line 10,777:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = '20000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 10,374: Line 10,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HenleyItem',
                     ['type'] = 'CoalItem',
                     ['typeID'] = '225',
                     ['typeID'] = '265',
                    },
        },
         ['Hewn Log'] = {
         ['Cod'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Items',
                     ['description'] = 'A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.',
                     ['description'] = 'A cod.',
                     ['maxStack'] = '15',
                    ['tagGroups'] = {'[[Fish]]', '[[Ingredient]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 10,392: Line 10,819:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '1',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 10,413: Line 10,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HewnLogItem',
                     ['type'] = 'CodItem',
                     ['typeID'] = '190',
                     ['typeID'] = '528',
                    },
        },
         ['Hewn Log Door'] = {
         ['Combustion Engine'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A door made from roughly hewn logs.',
                     ['description'] = 'An engine that generates power by combustion of fuel.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 10,445: Line 10,873:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 10,452: Line 10,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HewnLogDoorItem',
                     ['type'] = 'CombustionEngineItem',
                     ['typeID'] = '701',
                     ['typeID'] = '529',
                    },
        },
         ['Hide Ash Fertilizer'] = {
         ['Combustion Generator'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'Consumes most fuels to produce energy.',
                     ['maxStack'] = '50',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Polluter]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 10,471: Line 10,900:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Liquid Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = '30',
                     ['energyUsed'] = nil,
                     ['energyUsed'] = '0',
                     ['energyProduced'] = nil,
                     ['energyProduced'] = '3000',
                     ['energyType'] = nil,
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = {{'[[Water]]', ' 0. 3'}},
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = {{'[[Smog]]', ' 1. 2'},{'[[Sewage]]', ' 0'}},
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '5 X 3 X 3',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 10,491: Line 10,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HideAshFertilizerItem',
                     ['type'] = 'CombustionGeneratorItem',
                     ['typeID'] = '245',
                     ['typeID'] = '989',
                    },
        },
         ['Hip Hop Hips'] = {
         ['Composite Birch Bench'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Hips',
                     ['description'] = 'A composite bench built to last.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 10,510: Line 10,940:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 10,523: Line 10,953:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 10,530: Line 10,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HipHopHipsItem',
                     ['type'] = 'CompositeBirchBenchItem',
                     ['typeID'] = '210',
                     ['typeID'] = '990',
                    },
        },
         ['Hoe'] = {
         ['Composite Birch Chair'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Used to till soil and prepare it for planting.',
                     ['description'] = 'A composite chair built to last.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 10,549: Line 10,980:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 10,562: Line 10,993:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 10,569: Line 11,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HoeItem',
                     ['type'] = 'CompositeBirchChairItem',
                     ['typeID'] = '625',
                     ['typeID'] = '991',
                    },
        },
         ['Huckleberries'] = {
         ['Composite Birch Door'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A handfull of small wild berries. I\'m your huckleberry.',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = nil,
                     ['calories'] = '80.0',
                     ['calories'] = nil,
                     ['carbs'] = '2.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '6.0',
                     ['vitamins'] = nil,
                     ['density'] = '10.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 10,601: Line 11,033:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 10,608: Line 11,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HuckleberriesItem',
                     ['type'] = 'CompositeBirchDoorItem',
                     ['typeID'] = '307',
                     ['typeID'] = '992',
                    },
        },
         ['Huckleberry Extract'] = {
         ['Composite Birch Lumber'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'A concentrated blast of huckleberry goodness.',
                     ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Hardwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.2',
                     ['carried'] = 'Hands',
                     ['calories'] = '60.0',
                     ['weight'] = '10',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '0.0',
                     ['protein'] = nil,
                     ['vitamins'] = '15.0',
                     ['fat'] = nil,
                     ['density'] = '25.0',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 10,647: Line 11,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HuckleberryExtractItem',
                     ['type'] = 'CompositeBirchLumberItem',
                     ['typeID'] = '308',
                     ['typeID'] = '266',
                    },
        },
         ['Huckleberry Muffin'] = {
         ['Composite Birch Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A soft, slightly sweet bread studded with juicy huckleberries.',
                     ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['weight'] = nil,
                     ['calories'] = '450.0',
                     ['calories'] = nil,
                     ['carbs'] = '10.0',
                     ['carbs'] = nil,
                     ['protein'] = '5.0',
                     ['protein'] = nil,
                     ['fat'] = '4.0',
                     ['fat'] = nil,
                     ['vitamins'] = '11.0',
                     ['vitamins'] = nil,
                     ['density'] = '6.7',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 10,679: Line 11,113:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 10,686: Line 11,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HuckleberryMuffinItem',
                     ['type'] = 'CompositeBirchTableItem',
                     ['typeID'] = '309',
                     ['typeID'] = '993',
                    },
        },
         ['Huckleberry Pie'] = {
         ['Composite Bow'] = {
                     ['category'] = '_None',
                     ['category'] = 'Tool',
                     ['group'] = 'Food',
                     ['group'] = 'Tools',
                     ['description'] = 'A fantastic combination of flaky crust and scrumptious berries.',
                     ['description'] = 'A modern composite bow made with fiberglass that makes hunting a breeze. Requires arrows to fire.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.6',
                     ['weight'] = '1',
                     ['calories'] = '1300.0',
                     ['calories'] = nil,
                     ['carbs'] = '9.0',
                     ['carbs'] = nil,
                     ['protein'] = '5.0',
                     ['protein'] = nil,
                     ['fat'] = '4.0',
                     ['fat'] = nil,
                     ['vitamins'] = '16.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.6',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 10,725: Line 11,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HuckleberryPieItem',
                     ['type'] = 'CompositeBowItem',
                     ['typeID'] = '310',
                     ['typeID'] = '851',
                    },
        },
         ['Huckleberry Seed'] = {
         ['Composite Cedar Bench'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a huckleberry bush.',
                     ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 10,757: Line 11,193:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 10,764: Line 11,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HuckleberrySeedItem',
                     ['type'] = 'CompositeCedarBenchItem',
                     ['typeID'] = '480',
                     ['typeID'] = '994',
                    },
        },
         ['Huckleberry Seed Pack'] = {
         ['Composite Cedar Chair'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a huckleberry bush.',
                     ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 10,783: Line 11,220:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 10,796: Line 11,233:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 10,803: Line 11,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HuckleberrySeedPackItem',
                     ['type'] = 'CompositeCedarChairItem',
                     ['typeID'] = '481',
                     ['typeID'] = '995',
                    },
        },
         ['Human Limbs'] = {
         ['Composite Cedar Door'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Limbs',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 10,835: Line 11,273:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 10,842: Line 11,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HumanLimbsItem',
                     ['type'] = 'CompositeCedarDoorItem',
                     ['typeID'] = '211',
                     ['typeID'] = '996',
                    },
        },
         ['Hydrocolloids'] = {
         ['Composite Cedar Lumber'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Used to make collids for bursts of flavor.',
                     ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Softwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.1',
                     ['carried'] = 'Hands',
                     ['calories'] = '10.0',
                     ['weight'] = '10',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '0.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 10,881: Line 11,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HydrocolloidsItem',
                     ['type'] = 'CompositeCedarLumberItem',
                     ['typeID'] = '311',
                     ['typeID'] = '267',
                    },
        },
         ['Hydrometer'] = {
         ['Composite Cedar Table'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Measures the water content of the environment.',
                     ['description'] = 'A large composite table for eating meals or getting some work done.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 10,900: Line 11,340:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 10,913: Line 11,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 10,920: Line 11,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'HydrometerItem',
                     ['type'] = 'CompositeCedarTableItem',
                     ['typeID'] = '813',
                     ['typeID'] = '997',
                    },
        },
         ['Icebox'] = {
         ['Composite Ceiba Bench'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A box of ice. It\'s in the name!',
                     ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 10,939: Line 11,380:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = 'Kitchen',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Food Storage',
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = '0.3',
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 10,957: Line 11,398:
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '8',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IceboxItem',
                     ['type'] = 'CompositeCeibaBenchItem',
                     ['typeID'] = '702',
                     ['typeID'] = '998',
                    },
        },
         ['Industry Skill Book'] = {
         ['Composite Ceiba Chair'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Books',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Creates Industry Skill Scrolls that teach Industry',
                     ['description'] = 'A composite chair built to last.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 10,978: Line 11,420:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 10,991: Line 11,433:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 10,998: Line 11,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IndustrySkillBook',
                     ['type'] = 'CompositeCeibaChairItem',
                     ['typeID'] = '590',
                     ['typeID'] = '999',
                    },
        },
         ['Industry Skill Scroll'] = {
         ['Composite Ceiba Door'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Teaches Industry',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 11,030: Line 11,473:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,037: Line 11,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IndustrySkillScroll',
                     ['type'] = 'CompositeCeibaDoorItem',
                     ['typeID'] = '591',
                     ['typeID'] = '1000',
                    },
        },
         ['Infused Oil'] = {
         ['Composite Ceiba Lumber'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Oil infused with flavor to enhance it.',
                     ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Hardwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.1',
                     ['carried'] = 'Hands',
                     ['calories'] = '120.0',
                     ['weight'] = '10',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '12.0',
                     ['protein'] = nil,
                     ['vitamins'] = '3.0',
                     ['fat'] = nil,
                     ['density'] = '12.5',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 11,076: Line 11,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'InfusedOilItem',
                     ['type'] = 'CompositeCeibaLumberItem',
                     ['typeID'] = '312',
                     ['typeID'] = '268',
                    },
        },
         ['Iron Axe'] = {
         ['Composite Ceiba Table'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A broadheaded axe useful for felling trees.',
                     ['description'] = 'A large composite table for eating meals or getting some work done.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,094: Line 11,539:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,108: Line 11,553:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,115: Line 11,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronAxeItem',
                     ['type'] = 'CompositeCeibaTableItem',
                     ['typeID'] = '622',
                     ['typeID'] = '1001',
                    },
        },
         ['Iron Axle'] = {
         ['Composite Filler'] = {
                     ['category'] = '_None',
                     ['category'] = 'Tool',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = '',
                     ['description'] = 'A mix of different fillers that provide the benefits of both',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '50',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0.5',
Line 11,133: Line 11,579:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 11,154: Line 11,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronAxleItem',
                     ['type'] = 'CompositeFillerItem',
                     ['typeID'] = '384',
                     ['typeID'] = '372',
                    },
        },
         ['Iron Bar'] = {
         ['Composite Fir Bench'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Refined block of iron.',
                     ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '2.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,172: Line 11,619:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,186: Line 11,633:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,193: Line 11,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronIngotItem',
                     ['type'] = 'CompositeFirBenchItem',
                     ['typeID'] = '385',
                     ['typeID'] = '1002',
                    },
        },
         ['Iron Gear'] = {
         ['Composite Fir Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A toothed machine part that interlocks with others.',
                     ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,211: Line 11,659:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,225: Line 11,673:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,232: Line 11,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'GearItem',
                     ['type'] = 'CompositeFirChairItem',
                     ['typeID'] = '378',
                     ['typeID'] = '1003',
                    },
        },
         ['Iron Hammer'] = {
         ['Composite Fir Door'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Destroys constructed materials.',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,264: Line 11,713:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,271: Line 11,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronHammerItem',
                     ['type'] = 'CompositeFirDoorItem',
                     ['typeID'] = '624',
                     ['typeID'] = '1004',
                    },
        },
         ['Iron Hoe'] = {
         ['Composite Fir Lumber'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Block Items',
                     ['description'] = 'Used to till soil and prepare it for planting.',
                     ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Softwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '1',
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,289: Line 11,739:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 11,310: Line 11,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronHoeItem',
                     ['type'] = 'CompositeFirLumberItem',
                     ['typeID'] = '626',
                     ['typeID'] = '269',
                    },
        },
         ['Iron Ore'] = {
         ['Composite Fir Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Unrefined ore with traces of iron.',
                     ['description'] = 'A large composite table for eating meals or getting some work done.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '30',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,328: Line 11,779:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 11,342: Line 11,793:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,349: Line 11,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronOreItem',
                     ['type'] = 'CompositeFirTableItem',
                     ['typeID'] = '191',
                     ['typeID'] = '1005',
                    },
        },
         ['Iron Pickaxe'] = {
         ['Composite Hardwood Bench'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
                     ['description'] = 'A composite bench built to last.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,367: Line 11,819:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,381: Line 11,833:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,388: Line 11,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronPickaxeItem',
                     ['type'] = 'CompositeHardwoodBenchItem',
                     ['typeID'] = '627',
                     ['typeID'] = '1006',
                    },
        },
         ['Iron Pipe'] = {
         ['Composite Hardwood Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A pipe for transporting liquids.',
                     ['description'] = 'A composite chair built to last.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '2',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,406: Line 11,859:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = '2',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 11,420: Line 11,873:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,427: Line 11,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronPipeItem',
                     ['type'] = 'CompositeHardwoodChairItem',
                     ['typeID'] = '192',
                     ['typeID'] = '1007',
                    },
        },
         ['Iron Piston'] = {
         ['Composite Hardwood Door'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A moving component that transfers force. Can also function as a valve occasionally.',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,445: Line 11,899:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 11,459: Line 11,913:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,466: Line 11,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PistonItem',
                     ['type'] = 'CompositeHardwoodDoorItem',
                     ['typeID'] = '397',
                     ['typeID'] = '1008',
                    },
        },
         ['Iron Plate'] = {
         ['Composite Hardwood Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'A nice composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,484: Line 11,939:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,498: Line 11,953:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,505: Line 11,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronPlateItem',
                     ['type'] = 'CompositeHardwoodTableItem',
                     ['typeID'] = '386',
                     ['typeID'] = '1009',
                    },
        },
         ['Iron Scythe'] = {
         ['Composite Joshua Bench'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Nothing says harvest time (or death) like a scythe.',
                     ['description'] = 'A composite bench built to last.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,523: Line 11,979:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,537: Line 11,993:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,544: Line 12,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronScytheItem',
                     ['type'] = 'CompositeJoshuaBenchItem',
                     ['typeID'] = '628',
                     ['typeID'] = '1010',
                    },
        },
         ['Iron Shovel'] = {
         ['Composite Joshua Chair'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                     ['description'] = 'A composite chair built to last.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,562: Line 12,019:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,576: Line 12,033:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,583: Line 12,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronShovelItem',
                     ['type'] = 'CompositeJoshuaChairItem',
                     ['typeID'] = '629',
                     ['typeID'] = '1011',
                    },
        },
         ['Iron Wheel'] = {
         ['Composite Joshua Door'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,601: Line 12,059:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 11,615: Line 12,073:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,622: Line 12,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'IronWheelItem',
                     ['type'] = 'CompositeJoshuaDoorItem',
                     ['typeID'] = '387',
                     ['typeID'] = '1012',
                    },
        },
         ['Jointfir Seed'] = {
         ['Composite Joshua Lumber'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Plant to grow a jointfir.',
                     ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.05',
                     ['carried'] = 'Hands',
                     ['calories'] = '0.0',
                     ['weight'] = '10',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '0.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 11,661: Line 12,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'JointfirSeedItem',
                     ['type'] = 'CompositeJoshuaLumberItem',
                     ['typeID'] = '482',
                     ['typeID'] = '270',
                    },
        },
         ['Jointfir Seed Pack'] = {
         ['Composite Joshua Table'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a jointfir.',
                     ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,680: Line 12,140:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,693: Line 12,153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,700: Line 12,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'JointfirSeedPackItem',
                     ['type'] = 'CompositeJoshuaTableItem',
                     ['typeID'] = '483',
                     ['typeID'] = '1013',
                    },
        },
         ['Joshua Seed'] = {
         ['Composite Lumber'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Plant to grow a joshua tree.',
                     ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.05',
                     ['carried'] = 'Hands',
                     ['calories'] = '0.0',
                     ['weight'] = '10',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '0.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 11,739: Line 12,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'JoshuaSeedItem',
                     ['type'] = 'CompositeLumberItem',
                     ['typeID'] = '484',
                     ['typeID'] = '271',
                    },
        },
         ['Joshua Seed Pack'] = {
         ['Composite Lumber Bench'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a joshua tree.',
                     ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,758: Line 12,220:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,771: Line 12,233:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,778: Line 12,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'JoshuaSeedPackItem',
                     ['type'] = 'CompositeLumberBenchItem',
                     ['typeID'] = '485',
                     ['typeID'] = '1014',
                    },
        },
         ['Kelp'] = {
         ['Composite Lumber Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Some creepy kelp.',
                     ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,796: Line 12,259:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,810: Line 12,273:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,817: Line 12,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'KelpItem',
                     ['type'] = 'CompositeLumberChairItem',
                     ['typeID'] = '388',
                     ['typeID'] = '1015',
                    },
        },
         ['Kelp Seed'] = {
         ['Composite Lumber Door'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow kelp.',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 11,849: Line 12,313:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,856: Line 12,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'KelpSeedItem',
                     ['type'] = 'CompositeLumberDoorItem',
                     ['typeID'] = '486',
                     ['typeID'] = '1016',
                    },
        },
         ['Kelp Seed Pack'] = {
         ['Composite Lumber Table'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow kelp.',
                     ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 11,875: Line 12,340:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,888: Line 12,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,895: Line 12,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'KelpSeedPackItem',
                     ['type'] = 'CompositeLumberTableItem',
                     ['typeID'] = '487',
                     ['typeID'] = '1017',
                    },
        },
         ['Kiln'] = {
         ['Composite Oak Bench'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Useful for baking bricks and finishing pottery.',
                     ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 11,914: Line 12,380:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 11,926: Line 12,392:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 3 X 2',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,934: Line 12,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'KilnItem',
                     ['type'] = 'CompositeOakBenchItem',
                     ['typeID'] = '703',
                     ['typeID'] = '1018',
                    },
        },
         ['King Fern Spore'] = {
         ['Composite Oak Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow king fern.',
                     ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 11,966: Line 12,433:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 11,973: Line 12,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'KingFernSporeItem',
                     ['type'] = 'CompositeOakChairItem',
                     ['typeID'] = '488',
                     ['typeID'] = '1019',
                    },
        },
         ['King Fern Spore Pack'] = {
         ['Composite Oak Door'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow king fern.',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 12,005: Line 12,473:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,012: Line 12,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'KingFernSporePackItem',
                     ['type'] = 'CompositeOakDoorItem',
                     ['typeID'] = '489',
                     ['typeID'] = '1020',
                    },
        },
         ['Kitchen'] = {
         ['Composite Oak Lumber'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A prep area for food which allows for more complex dishes.',
                     ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Hardwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 12,030: Line 12,499:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = '3',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Kitchen',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Cooking',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.3',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 12,043: Line 12,512:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,051: Line 12,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'KitchenItem',
                     ['type'] = 'CompositeOakLumberItem',
                     ['typeID'] = '704',
                     ['typeID'] = '272',
                    },
        },
         ['Laboratory'] = {
         ['Composite Oak Table'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'For researching the science side of cooking. Science rules!',
                     ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,070: Line 12,540:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '250',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = {{'[[Water]]', 300}},
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = {{'[[Sewage]]', 0}},
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,090: Line 12,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LaboratoryItem',
                     ['type'] = 'CompositeOakTableItem',
                     ['typeID'] = '705',
                     ['typeID'] = '1021',
                    },
        },
         ['Land Claim Papers'] = {
         ['Composite Palm Bench'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Papers giving you the right to claim a plot of land. Use them with a Land Claim Stake.',
                     ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,108: Line 12,579:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,122: Line 12,593:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,129: Line 12,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PropertyClaimItem',
                     ['type'] = 'CompositePalmBenchItem',
                     ['typeID'] = '31',
                     ['typeID'] = '1022',
                    },
        },
         ['Land Claim Stake'] = {
         ['Composite Palm Chair'] = {
                     ['category'] = 'Tools',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Used to claim, unclaim, and examine property.',
                     ['description'] = 'A composite chair built to last.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 12,147: Line 12,619:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,161: Line 12,633:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,168: Line 12,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PropertyToolItem',
                     ['type'] = 'CompositePalmChairItem',
                     ['typeID'] = '401',
                     ['typeID'] = '1023',
                    },
        },
         ['Large Corrugated Steel Door'] = {
         ['Composite Palm Door'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A large door.',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,200: Line 12,673:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 4 X 5',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,207: Line 12,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LargeCorrugatedSteelDoorItem',
                     ['type'] = 'CompositePalmDoorItem',
                     ['typeID'] = '706',
                     ['typeID'] = '1024',
                    },
        },
         ['Large Hanging Hewn Log Sign'] = {
         ['Composite Palm Lumber'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 12,225: Line 12,699:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 12,239: Line 12,713:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,246: Line 12,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LargeHangingHewnLogSignItem',
                     ['type'] = 'CompositePalmLumberItem',
                     ['typeID'] = '707',
                     ['typeID'] = '273',
                    },
        },
         ['Large Hanging Lumber Sign'] = {
         ['Composite Palm Table'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,265: Line 12,740:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,278: Line 12,753:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,285: Line 12,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LargeHangingLumberSignItem',
                     ['type'] = 'CompositePalmTableItem',
                     ['typeID'] = '708',
                     ['typeID'] = '1025',
                    },
        },
         ['Large Hanging Stone Sign'] = {
         ['Composite Redwood Bench'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,304: Line 12,780:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,324: Line 12,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LargeHangingStoneSignItem',
                     ['type'] = 'CompositeRedwoodBenchItem',
                     ['typeID'] = '709',
                     ['typeID'] = '1026',
                    },
        },
         ['Large Lumber Door'] = {
         ['Composite Redwood Chair'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A large door.',
                     ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,343: Line 12,820:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,356: Line 12,833:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '4 X 4 X 5',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,363: Line 12,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LargeLumberDoorItem',
                     ['type'] = 'CompositeRedwoodChairItem',
                     ['typeID'] = '710',
                     ['typeID'] = '1027',
                    },
        },
         ['Large Rug'] = {
         ['Composite Redwood Door'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A large area rug to cover that weird stain.',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,382: Line 12,860:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '4',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Rug',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,395: Line 12,873:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 1 X 3',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,402: Line 12,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RugLargeItem',
                     ['type'] = 'CompositeRedwoodDoorItem',
                     ['typeID'] = '736',
                     ['typeID'] = '1028',
                    },
        },
         ['Large Standing Hewn Log Sign'] = {
         ['Composite Redwood Lumber'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Softwood Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 12,420: Line 12,899:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 12,434: Line 12,913:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,441: Line 12,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LargeStandingHewnLogSignItem',
                     ['type'] = 'CompositeRedwoodLumberItem',
                     ['typeID'] = '711',
                     ['typeID'] = '274',
                    },
        },
         ['Large Standing Lumber Sign'] = {
         ['Composite Redwood Table'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,460: Line 12,940:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,473: Line 12,953:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,480: Line 12,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LargeStandingLumberSignItem',
                     ['type'] = 'CompositeRedwoodTableItem',
                     ['typeID'] = '712',
                     ['typeID'] = '1029',
                    },
        },
         ['Large Standing Stone Sign'] = {
         ['Composite Saguaro Bench'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,499: Line 12,980:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,519: Line 13,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LargeStandingStoneSignItem',
                     ['type'] = 'CompositeSaguaroBenchItem',
                     ['typeID'] = '713',
                     ['typeID'] = '1030',
                    },
        },
         ['Large Windowed Lumber Door'] = {
         ['Composite Saguaro Chair'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A large door.',
                     ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,538: Line 13,020:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,551: Line 13,033:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '4 X 4 X 5',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,558: Line 13,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LargeWindowedLumberDoorItem',
                     ['type'] = 'CompositeSaguaroChairItem',
                     ['typeID'] = '714',
                     ['typeID'] = '1031',
                    },
        },
         ['Laser'] = {
         ['Composite Saguaro Door'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'AVOID DIRECT EYE EXPOSURE',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,577: Line 13,060:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '6000',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '5 X 3 X 5',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,597: Line 13,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LaserItem',
                     ['type'] = 'CompositeSaguaroDoorItem',
                     ['typeID'] = '715',
                     ['typeID'] = '1032',
                    },
        },
         ['Lathe'] = {
         ['Composite Saguaro Lumber'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'Modules',
                     ['group'] = 'Block Items',
                     ['description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                     ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 12,615: Line 13,099:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '5',
                    ['energyUsed'] = '75',
                    ['energyProduced'] = '0',
                    ['energyType'] = 'Mechanical',
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced'] = nil,
                    ['validTalents'] = '[[]]',
                    ['footprint'] = '1 X 2 X 4',
                    ['mobile'] = nil,
                    ['roomSizeReq'] = nil,
                    ['roomMatReq'] = nil,
                    ['roomContainReq'] = nil,
                    ['inventorySlots'] = nil,
                    ['inventoryMaxWeight'] = nil,
                    ['type'] = 'LatheItem',
                    ['typeID'] = '716',
                    },
        ['Lattice Mushroom Spores'] = {
                    ['category'] = '_None',
                    ['group'] = 'Food',
                    ['description'] = 'Plant to grow lattice mushrooms.',
                    ['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,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 12,675: Line 13,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LatticeMushroomSporesItem',
                     ['type'] = 'CompositeSaguaroLumberItem',
                     ['typeID'] = '490',
                     ['typeID'] = '275',
                    },
        },
         ['Lattice Mushroom Spores Pack'] = {
         ['Composite Saguaro Table'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow lattice mushrooms.',
                     ['description'] = 'A large composite table for eating meals or getting some work done.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 12,694: Line 13,140:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,707: Line 13,153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,714: Line 13,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LatticeMushroomSporesPackItem',
                     ['type'] = 'CompositeSaguaroTableItem',
                     ['typeID'] = '491',
                     ['typeID'] = '1033',
                    },
        },
         ['Leather Hide'] = {
         ['Composite Softwood Bench'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A thick hide.',
                     ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 12,732: Line 13,179:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,746: Line 13,193:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,753: Line 13,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LeatherHideItem',
                     ['type'] = 'CompositeSoftwoodBenchItem',
                     ['typeID'] = '389',
                     ['typeID'] = '1034',
                    },
        },
         ['Light Backpack'] = {
         ['Composite Softwood Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'FASTER BACKPACKS????',
                     ['description'] = 'A composite chair built to last.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 12,772: Line 13,220:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,785: Line 13,233:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,792: Line 13,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LightBackpackItem',
                     ['type'] = 'CompositeSoftwoodChairItem',
                     ['typeID'] = '226',
                     ['typeID'] = '1035',
                    },
        },
         ['Light Bulb'] = {
         ['Composite Softwood Door'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'An electric light with a wire filament.',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 12,810: Line 13,259:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 12,824: Line 13,273:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,831: Line 13,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LightBulbItem',
                     ['type'] = 'CompositeSoftwoodDoorItem',
                     ['typeID'] = '390',
                     ['typeID'] = '1036',
                    },
        },
         ['Limestone'] = {
         ['Composite Softwood Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A hard rock useful for construction and industrial processes. Limestone is sedimentary, forming mostly from the fallen compacted remains of marine organisms.',
                     ['description'] = 'A nice composite table for eating meals or getting some work done.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '7',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 12,849: Line 13,299:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 12,863: Line 13,313:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,870: Line 13,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LimestoneItem',
                     ['type'] = 'CompositeSoftwoodTableItem',
                     ['typeID'] = '193',
                     ['typeID'] = '1037',
                    },
        },
         ['Liquid Converter'] = {
         ['Composite Spruce Bench'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Example crafting table that uses liquids.',
                     ['description'] = 'A composite bench built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 12,889: Line 13,340:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,899: Line 13,350:
                     ['energyProduced'] = nil,
                     ['energyProduced'] = nil,
                     ['energyType'] = nil,
                     ['energyType'] = nil,
                     ['fluidsUsed'] = {{'[[Water]]', 1000}},
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = {{'[[Sewage]]', 0}},
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
Line 12,909: Line 13,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LiquidCrafterItem',
                     ['type'] = 'CompositeSpruceBenchItem',
                     ['typeID'] = '805',
                     ['typeID'] = '1038',
                    },
        },
         ['Liquid Nitrogen'] = {
         ['Composite Spruce Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Useful for a quick chilling.',
                     ['description'] = 'A composite chair built to last.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '10.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.7',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 12,941: Line 13,393:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 12,948: Line 13,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LiquidNitrogenItem',
                     ['type'] = 'CompositeSpruceChairItem',
                     ['typeID'] = '313',
                     ['typeID'] = '1039',
                    },
         },
         ['Log'] = {
         ['Composite Spruce Door'] = {
                    ['category'] = '_None',
                     ['category'] = 'WorldObject',
                    ['group'] = 'Block Items',
                    ['description'] = 'A stack of logs.',
                    ['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'] = 'LogItem',
                    ['typeID'] = '194',
                    },
         ['LogicGateItem'] = {
                     ['category'] = 'Hidden',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 13,019: Line 13,433:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 13,026: Line 13,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LogicGateItem',
                     ['type'] = 'CompositeSpruceDoorItem',
                     ['typeID'] = '1',
                     ['typeID'] = '1040',
                    },
        },
         ['Low Top Shoes'] = {
         ['Composite Spruce Lumber'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Block Items',
                     ['description'] = 'Basic, ordinary, every day, run of the mill, nondescript, conventional, commonplace, humdrum, standard, middle-of-the-road, garden-variety low-top shoes.',
                     ['description'] = 'A composite lumber made from a combination of wood and plastic.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Composite Lumber]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.1',
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 13,044: Line 13,459:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 13,065: Line 13,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LowTopShoesItem',
                     ['type'] = 'CompositeSpruceLumberItem',
                     ['typeID'] = '227',
                     ['typeID'] = '276',
                    },
        },
         ['Lumber'] = {
         ['Composite Spruce Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Can be fashioned into various usable equipment.',
                     ['description'] = 'A large composite table for eating meals or getting some work done.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 13,081: Line 13,497:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '4000',
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = '2',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 13,097: Line 13,513:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 13,104: Line 13,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LumberItem',
                     ['type'] = 'CompositeSpruceTableItem',
                     ['typeID'] = '195',
                     ['typeID'] = '1041',
                    },
        },
         ['Lumber Door'] = {
         ['Composites Modern Upgrade'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'A door made from finely cut lumber.',
                     ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Composites recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 13,136: Line 13,553:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 13,143: Line 13,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LumberDoorItem',
                     ['type'] = 'CompositesUpgradeItem',
                     ['typeID'] = '718',
                     ['typeID'] = '629',
                    },
        },
         ['Lumber Skill Book'] = {
         ['Composites Skill Book'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Skill Books',
                     ['description'] = 'Creates Lumber Skill Scrolls that teach Lumber',
                     ['description'] = 'Creates Composites Skill Scrolls that teach Composites',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 13,182: Line 13,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LumberSkillBook',
                     ['type'] = 'CompositesSkillBook',
                     ['typeID'] = '594',
                     ['typeID'] = '793',
                    },
        },
         ['Lumber Skill Scroll'] = {
         ['Composites Skill Scroll'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'Teaches Lumber',
                     ['description'] = 'Teaches Composites',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 13,221: Line 13,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LumberSkillScroll',
                     ['type'] = 'CompositesSkillScroll',
                     ['typeID'] = '595',
                     ['typeID'] = '794',
                    },
        },
         ['Lupine Seed'] = {
         ['Compost'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Plant to grow lupine.',
                     ['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.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.05',
                     ['carried'] = 'Hands',
                     ['calories'] = '0.0',
                     ['weight'] = '30',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '0.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 13,244: Line 13,664:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 13,260: Line 13,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LupineSeedItem',
                     ['type'] = 'CompostItem',
                     ['typeID'] = '492',
                     ['typeID'] = '70',
                    },
        },
         ['Lupine Seed Pack'] = {
         ['Compost Fertilizer'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Tool',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow lupine.',
                     ['description'] = 'Compost fertilizer is a classic, low effort fertilizer.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Object]]', '[[Product]]'},
                     ['maxStack'] = '50',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 13,299: Line 13,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LupineSeedPackItem',
                     ['type'] = 'CompostFertilizerItem',
                     ['typeID'] = '493',
                     ['typeID'] = '373',
                    },
        },
         ['Macaroons'] = {
         ['Compostables Item'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'A small circular biscuit with a sweet huckleberry filling.',
                     ['description'] = '',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['weight'] = nil,
                     ['calories'] = '250.0',
                     ['calories'] = nil,
                     ['carbs'] = '16.0',
                     ['carbs'] = nil,
                     ['protein'] = '7.0',
                     ['protein'] = nil,
                     ['fat'] = '14.0',
                     ['fat'] = nil,
                     ['vitamins'] = '10.0',
                     ['vitamins'] = nil,
                     ['density'] = '18.8',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 13,338: Line 13,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MacaroonsItem',
                     ['type'] = 'CompostablesItem',
                     ['typeID'] = '314',
                     ['typeID'] = '61',
                    },
        },
         ['Machinist Table'] = {
         ['Computer Lab'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Modules',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A fancy tool bench that creates equally fancy toys.',
                     ['description'] = 'A place where you can sit all day and play video games! Or work on expert-level research.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 13,357: Line 13,780:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = '10',
                     ['energyUsed'] = nil,
                     ['energyUsed'] = '0',
                     ['energyProduced'] = nil,
                     ['energyProduced'] = '0',
                     ['energyType'] = nil,
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['footprint'] = '2 X 3 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 3.8',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MachinistTableItem',
                     ['type'] = 'ComputerLabItem',
                     ['typeID'] = '719',
                     ['typeID'] = '1042',
                    },
        },
         ['Maltodextrin'] = {
         ['Construction Post'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'For powdering high-fat liquids.',
                     ['description'] = 'For contruction contracts.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '10.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 13,409: Line 13,833:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 13,416: Line 13,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MaltodextrinItem',
                     ['type'] = 'ConstructionPostItem',
                     ['typeID'] = '315',
                     ['typeID'] = '1043',
                    },
        },
         ['Masonry Table'] = {
         ['Contract Board'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A workstation for hewing and shaping stone into usable objects.',
                     ['description'] = 'A board to post contracts.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 13,447: Line 13,872:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = '3 X 3 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 13,455: Line 13,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MasonryTableItem',
                     ['type'] = 'ContractBoardItem',
                     ['typeID'] = '720',
                     ['typeID'] = '1044',
                    },
        },
         ['Meat Pie'] = {
         ['Cookeina Mushroom Spores'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Much like a huckleberry pie, but filled to the brim with succulent meat.',
                     ['description'] = 'Plant to grow cookeina mushrooms.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.6',
                     ['weight'] = '0.05',
                     ['calories'] = '1300.0',
                     ['calories'] = '0.0',
                     ['carbs'] = '7.0',
                     ['carbs'] = '0.0',
                     ['protein'] = '11.0',
                     ['protein'] = '0.0',
                     ['fat'] = '11.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '5.0',
                     ['vitamins'] = '0.0',
                     ['density'] = '2.6',
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 13,494: Line 13,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MeatPieItem',
                     ['type'] = 'CookeinaMushroomSporesItem',
                     ['typeID'] = '316',
                     ['typeID'] = '687',
                    },
        },
         ['Meat Stock'] = {
         ['Cookeina Mushroom Spores Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'A meaty stock made from the flesh of animals.',
                     ['description'] = 'Plant to grow cookeina mushrooms.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.8',
                     ['weight'] = '0.05',
                     ['calories'] = '700.0',
                     ['calories'] = nil,
                     ['carbs'] = '5.0',
                     ['carbs'] = nil,
                     ['protein'] = '8.0',
                     ['protein'] = nil,
                     ['fat'] = '9.0',
                     ['fat'] = nil,
                     ['vitamins'] = '3.0',
                     ['vitamins'] = nil,
                     ['density'] = '3.6',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 13,533: Line 13,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MeatStockItem',
                     ['type'] = 'CookeinaMushroomSporesPackItem',
                     ['typeID'] = '317',
                     ['typeID'] = '688',
                    },
        },
         ['Mechanical Water Pump'] = {
         ['Cookeina Mushrooms'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'Pumps water from a source into a pipe network.',
                     ['description'] = 'Tiny Cup Mushrooms',
                    ['tagGroups'] = {'[[Crop]]', '[[Fungus]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = '200.0',
                     ['carbs'] = nil,
                     ['carbs'] = '2.0',
                     ['protein'] = nil,
                     ['protein'] = '4.0',
                     ['fat'] = nil,
                     ['fat'] = '1.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '1.0',
                     ['density'] = nil,
                     ['density'] = '4.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 13,558: Line 13,986:
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '5',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '75',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Mechanical',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = {{'[[Water]]', 1000}},
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 3',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 13,572: Line 14,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MechanicalWaterPumpItem',
                     ['type'] = 'CookeinaMushroomsItem',
                     ['typeID'] = '721',
                     ['typeID'] = '427',
                    },
        },
         ['Mechanics Skill Book'] = {
         ['Cooking Advanced Upgrade'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Creates Mechanics Skill Scrolls that teach Mechanics',
                     ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 13,611: Line 14,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MechanicsSkillBook',
                     ['type'] = 'CookingUpgradeItem',
                     ['typeID'] = '598',
                     ['typeID'] = '630',
                    },
        },
         ['Mechanics Skill Scroll'] = {
         ['Cooking Skill Book'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Skill Books',
                     ['description'] = 'Teaches Mechanics',
                    ['description'] = 'Creates Cooking Skill Scrolls that teach Cooking',
                     ['maxStack'] = '100',
                     ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 13,650: Line 14,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MechanicsSkillScroll',
                     ['type'] = 'CookingSkillBook',
                     ['typeID'] = '599',
                     ['typeID'] = '796',
                    },
        },
         ['Medium Rug'] = {
         ['Cooking Skill Scroll'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'A medium rug for medium uses.',
                     ['description'] = 'Teaches Cooking',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 13,669: Line 14,100:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Rug',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 13,682: Line 14,113:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 1 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 13,689: Line 14,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RugMediumItem',
                     ['type'] = 'CookingSkillScroll',
                     ['typeID'] = '737',
                     ['typeID'] = '797',
                    },
        },
         ['Meteor Shard'] = {
         ['Copper Bar'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Block Items',
                     ['description'] = 'Thanks for supporting ECO!',
                     ['description'] = 'Refined bar of copper.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Metal]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '15',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 13,707: Line 14,139:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 13,728: Line 14,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MeteorShardItem',
                     ['type'] = 'CopperBarItem',
                     ['typeID'] = '21',
                     ['typeID'] = '277',
                    },
        },
         ['Milk'] = {
         ['Copper Concentrate'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Milk, although maybe not from an animal.',
                     ['description'] = 'Copper ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Concentrated Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.01',
                     ['carried'] = 'Hands',
                     ['calories'] = '120.0',
                     ['weight'] = '20',
                     ['carbs'] = '3.0',
                     ['calories'] = nil,
                     ['protein'] = '10.0',
                     ['carbs'] = nil,
                     ['fat'] = '7.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '16.7',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 13,767: Line 14,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MilkItem',
                     ['type'] = 'CopperConcentrateItem',
                     ['typeID'] = '318',
                     ['typeID'] = '278',
                    },
        },
         ['Mill'] = {
         ['Copper Ore'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'Refines food resources by crushing them under a stone millstone.',
                     ['description'] = 'Unrefined ore with traces of copper.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '22',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 13,785: Line 14,219:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = '3',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Kitchen',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Food Preparation',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.3',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '5',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '75',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Mechanical',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 13,806: Line 14,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MillItem',
                     ['type'] = 'CopperOreItem',
                     ['typeID'] = '722',
                     ['typeID'] = '279',
                    },
        },
         ['Milling Skill Book'] = {
         ['Copper Pipe'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Block Items',
                     ['description'] = 'Creates Milling Skill Scrolls that teach Milling',
                     ['description'] = 'A pipe for transporting liquids.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '2',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 13,824: Line 14,259:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '2',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 13,845: Line 14,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MillingSkillBook',
                     ['type'] = 'CopperPipeItem',
                     ['typeID'] = '601',
                     ['typeID'] = '79',
                    },
        },
         ['Milling Skill Scroll'] = {
         ['Copper Wiring'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Items',
                     ['description'] = 'Teaches Milling',
                     ['description'] = 'A length of copper conductive wire useful for a variety of purposes.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 13,863: Line 14,299:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 13,884: Line 14,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MillingSkillScroll',
                     ['type'] = 'CopperWiringItem',
                     ['typeID'] = '602',
                     ['typeID'] = '530',
                    },
        },
         ['Mint'] = {
         ['Corn'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'Allows for the creation of currency.',
                     ['description'] = 'A warmly colored kernel studded vegetable.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Crop]]', '[[Vegetable]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = '230.0',
                     ['carbs'] = nil,
                     ['carbs'] = '5.0',
                     ['protein'] = nil,
                     ['protein'] = '1.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '3.0',
                     ['density'] = nil,
                     ['density'] = '3.9',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 13,916: Line 14,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 13,923: Line 14,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MintItem',
                     ['type'] = 'CornItem',
                     ['typeID'] = '723',
                     ['typeID'] = '428',
                    },
        },
         ['Modern Axe'] = {
         ['Corn Fritters'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Food',
                     ['description'] = 'A broadheaded axe useful for felling trees.',
                     ['description'] = 'These deep fried corn treats are both crispy and delicious.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '500.0',
                     ['carbs'] = nil,
                     ['carbs'] = '15.0',
                     ['protein'] = nil,
                     ['protein'] = '7.0',
                     ['fat'] = nil,
                     ['fat'] = '17.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '8.0',
                     ['density'] = nil,
                     ['density'] = '9.4',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 13,962: Line 14,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ModernAxeItem',
                     ['type'] = 'CornFrittersItem',
                     ['typeID'] = '630',
                     ['typeID'] = '429',
                    },
        },
         ['Modern Hammer'] = {
         ['Corn Seed'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Food',
                     ['description'] = 'Destroys constructed materials.',
                     ['description'] = 'Plant to grow corn.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 14,001: Line 14,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ModernHammerItem',
                     ['type'] = 'CornSeedItem',
                     ['typeID'] = '631',
                     ['typeID'] = '689',
                    },
        },
         ['Modern Hoe'] = {
         ['Corn Seed Pack'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'Hidden',
                     ['group'] = 'Tools',
                     ['group'] = 'Items',
                     ['description'] = 'Used to till soil and prepare it for planting.',
                     ['description'] = 'Plant to grow corn.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,040: Line 14,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ModernHoeItem',
                     ['type'] = 'CornSeedPackItem',
                     ['typeID'] = '632',
                     ['typeID'] = '690',
                    },
        },
         ['Modern Pickaxe'] = {
         ['Corn Starch'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Food',
                     ['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
                     ['description'] = 'Obtained from the endosperm of the kernal, cornstarch can be used as a thickening agent for sauces.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '10.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 14,079: Line 14,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ModernPickaxeItem',
                     ['type'] = 'CornStarchItem',
                     ['typeID'] = '633',
                     ['typeID'] = '431',
                    },
        },
         ['Modern Scythe'] = {
         ['Cornmeal'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Food',
                     ['description'] = 'Nothing says harvest time (or death) like a scythe.',
                     ['description'] = 'Dried and ground corn; it\'s like a courser flour.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '60.0',
                     ['carbs'] = nil,
                     ['carbs'] = '9.0',
                     ['protein'] = nil,
                     ['protein'] = '3.0',
                     ['fat'] = nil,
                     ['fat'] = '3.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '25.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 14,118: Line 14,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ModernScytheItem',
                     ['type'] = 'CornmealItem',
                     ['typeID'] = '634',
                     ['typeID'] = '430',
                    },
        },
         ['Modern Shovel'] = {
         ['Corrugated Steel'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Block Items',
                     ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                     ['description'] = 'Especially useful for industrial buildings.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '1',
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,141: Line 14,584:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '3',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,157: Line 14,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ModernShovelItem',
                     ['type'] = 'CorrugatedSteelItem',
                     ['typeID'] = '635',
                     ['typeID'] = '280',
                    },
        },
         ['Mortar'] = {
         ['Couch'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A binding Mortar useful as a mortar. Used as Mortar.',
                     ['description'] = 'A sweet couch to lounge on. Now with room for your friends!',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,175: Line 14,619:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 14,189: Line 14,633:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 14,196: Line 14,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MortarItem',
                     ['type'] = 'CouchItem',
                     ['typeID'] = '391',
                     ['typeID'] = '1045',
                    },
        },
         ['Mortared Granite'] = {
         ['Court'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Used to create tough but rudimentary buildings.',
                     ['description'] = 'A court where laws are decided.',
                     ['maxStack'] = '15',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '1',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,214: Line 14,659:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '1',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,228: Line 14,673:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '6 X 3 X 6',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MortaredGraniteItem',
                     ['type'] = 'CourtItem',
                     ['typeID'] = '196',
                     ['typeID'] = '95',
                    },
        },
         ['Mortared Limestone'] = {
         ['Coyote Carcass'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Items',
                     ['description'] = 'Used to create tough but rudimentary buildings.',
                     ['description'] = 'A dead coyote.',
                     ['maxStack'] = '15',
                    ['tagGroups'] = {'[[Small Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,253: Line 14,699:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '1',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,274: Line 14,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MortaredLimestoneItem',
                     ['type'] = 'CoyoteCarcassItem',
                     ['typeID'] = '197',
                     ['typeID'] = '531',
                    },
        },
         ['Mortared Sandstone'] = {
         ['Crab Carcass'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Items',
                     ['description'] = 'Used to create tough but rudimentary buildings.',
                     ['description'] = 'A dead crab.',
                     ['maxStack'] = '15',
                    ['tagGroups'] = {'[[Ingredient]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['weight'] = '2',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,292: Line 14,739:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '1',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,313: Line 14,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MortaredSandstoneItem',
                     ['type'] = 'CrabCarcassItem',
                     ['typeID'] = '198',
                     ['typeID'] = '532',
                    },
        },
         ['Mortared Stone'] = {
         ['Crane'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Old stone',
                     ['description'] = 'Allows the placement and transport of materials in an area.',
                     ['maxStack'] = '15',
                    ['tagGroups'] = {'[[Construction]]', '[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Polluter]]', '[[Vehicles]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['weight'] = '25',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,331: Line 14,779:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '1',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Liquid Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 14,346: Line 14,794:
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = 'Yes',
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
Line 14,352: Line 14,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MortaredStoneItem',
                     ['type'] = 'CraneItem',
                     ['typeID'] = '199',
                     ['typeID'] = '101',
                    },
        },
         ['Mountain Goat Carcass'] = {
         ['Creosote Bush Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'A dead mountain goat.',
                     ['description'] = 'Plant to grow creosote bushes.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 14,391: Line 14,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'MountainGoatCarcassItem',
                     ['type'] = 'CreosoteBushSeedItem',
                     ['typeID'] = '392',
                     ['typeID'] = '691',
                    },
        },
         ['NitrogenItem'] = {
         ['Creosote Bush Seed Pack'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'An inert gas.',
                     ['description'] = 'Plant to grow creosote bushes.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,430: Line 14,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'NitrogenItem',
                     ['type'] = 'CreosoteBushSeedPackItem',
                     ['typeID'] = '11',
                     ['typeID'] = '692',
                    },
        },
         ['Normal Hair'] = {
         ['Crimini Mushroom Spores'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Food',
                     ['description'] = 'The hair with a completely normal amount of flare.',
                     ['description'] = 'Plant to grow crimini mushrooms.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 14,469: Line 14,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'NormalHairItem',
                     ['type'] = 'CriminiMushroomSporesItem',
                     ['typeID'] = '228',
                     ['typeID'] = '693',
                    },
        },
         ['Notch Belt'] = {
         ['Crimini Mushroom Spores Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Items',
                     ['description'] = 'Belt with a slightly V-shaped buckle.',
                     ['description'] = 'Plant to grow crimini mushrooms.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,508: Line 14,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'NotchBeltItem',
                     ['type'] = 'CriminiMushroomSporesPackItem',
                     ['typeID'] = '229',
                     ['typeID'] = '694',
                    },
        },
         ['Nuclear Fuel'] = {
         ['Crimini Mushrooms'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'Unstable nucler fuel.',
                     ['description'] = 'Edible mushrooms that are quite tasty.',
                    ['tagGroups'] = {'[[Crop]]', '[[Fungus]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '10',
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = '200.0',
                     ['carbs'] = nil,
                     ['carbs'] = '2.0',
                     ['protein'] = nil,
                     ['protein'] = '4.0',
                     ['fat'] = nil,
                     ['fat'] = '1.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '1.0',
                     ['density'] = nil,
                     ['density'] = '4.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 14,547: Line 15,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'NuclearFuelItem',
                     ['type'] = 'CriminiMushroomsItem',
                     ['typeID'] = '393',
                     ['typeID'] = '432',
                    },
        },
         ['Objectives'] = {
         ['Crimson Salad'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Actionbar Items',
                     ['group'] = 'Food',
                     ['description'] = 'Opens the objectives panel, showing the stated objectives and other activites of citizens.',
                     ['description'] = 'Just in case you want to eat red things without eating meat.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.4',
                     ['calories'] = nil,
                     ['calories'] = '1100.0',
                     ['carbs'] = nil,
                     ['carbs'] = '15.0',
                     ['protein'] = nil,
                     ['protein'] = '9.0',
                     ['fat'] = nil,
                     ['fat'] = '12.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '20.0',
                     ['density'] = nil,
                     ['density'] = '5.1',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 14,586: Line 15,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WorldPopItem',
                     ['type'] = 'CrimsonSaladItem',
                     ['typeID'] = '45',
                     ['typeID'] = '433',
                    },
        },
         ['OccupancyInitItem'] = {
         ['Crispy Bacon'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = '',
                     ['description'] = 'Give me all the bacon and eggs you have.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = '600.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '18.0',
                     ['fat'] = nil,
                     ['fat'] = '26.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '7.3',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 14,625: Line 15,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'OccupancyInitItem',
                     ['type'] = 'CrispyBaconItem',
                     ['typeID'] = '51',
                     ['typeID'] = '434',
                    },
        },
         ['Ocean Spray Seed'] = {
         ['Crushed Basalt'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Plant to grow ocean spray.',
                     ['description'] = 'Basalt rocks that have been crushed into a fine gravel.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.05',
                     ['carried'] = 'Hands',
                     ['calories'] = '0.0',
                     ['weight'] = '30',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '0.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,664: Line 15,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'OceanSpraySeedItem',
                     ['type'] = 'CrushedBasaltItem',
                     ['typeID'] = '494',
                     ['typeID'] = '281',
                    },
        },
         ['Ocean Spray Seed Pack'] = {
         ['Crushed Coal'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'Plant to grow ocean spray.',
                     ['description'] = '',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.05',
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,687: Line 15,144:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,703: Line 15,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'OceanSpraySeedPackItem',
                     ['type'] = 'CrushedCoalItem',
                     ['typeID'] = '495',
                     ['typeID'] = '282',
                    },
        },
         ['Oil'] = {
         ['Crushed Copper Ore'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'A plant fat extracted for use in cooking.',
                     ['description'] = 'Crushed copper ore that is ready to be concentrated.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.1',
                     ['carried'] = 'Hands',
                     ['calories'] = '120.0',
                     ['weight'] = '30',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '15.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '12.5',
                     ['vitamins'] = nil,
                     ['fuel'] = '4000',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,742: Line 15,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'OilItem',
                     ['type'] = 'CrushedCopperOreItem',
                     ['typeID'] = '319',
                     ['typeID'] = '283',
                    },
        },
         ['Oil Drilling Skill Book'] = {
         ['Crushed Gneiss'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Block Items',
                     ['description'] = 'Creates Oil Drilling Skill Scrolls that teach Oil Drilling',
                     ['description'] = 'Gneiss rocks that have been crushed into a fine gravel.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,760: Line 15,219:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,781: Line 15,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'OilDrillingSkillBook',
                     ['type'] = 'CrushedGneissItem',
                     ['typeID'] = '606',
                     ['typeID'] = '284',
                    },
        },
         ['Oil Drilling Skill Scroll'] = {
         ['Crushed Gold Ore'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Block Items',
                     ['description'] = 'Teaches Oil Drilling',
                     ['description'] = 'Crushed gold ore that is ready to be concentrated.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,799: Line 15,259:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,820: Line 15,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'OilDrillingSkillScroll',
                     ['type'] = 'CrushedGoldOreItem',
                     ['typeID'] = '607',
                     ['typeID'] = '285',
                    },
        },
         ['Oil Refinery'] = {
         ['Crushed Granite'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'Sets of pipes and tanks which refine crude petroleum into usable products.',
                     ['description'] = 'Granite rocks that have been crushed into a fine gravel.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Silica]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,838: Line 15,299:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
                     ['energyProduced'] = nil,
                     ['energyProduced'] = nil,
                     ['energyType'] = nil,
                     ['energyType'] = nil,
                     ['fluidsUsed'] = {{'[[Water]]', 300}},
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = {{'[[Smog]]', 1399},{'[[Sewage]]', 0}},
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '5 X 8 X 5',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 14,859: Line 15,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'OilRefineryItem',
                     ['type'] = 'CrushedGraniteItem',
                     ['typeID'] = '724',
                     ['typeID'] = '286',
                    },
        },
         ['Orchid Seed'] = {
         ['Crushed Iron Ore'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Plant to grow an orchid.',
                     ['description'] = 'Crushed iron ore that is ready to be concentrated.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.05',
                     ['carried'] = 'Hands',
                     ['calories'] = '0.0',
                     ['weight'] = '30',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '0.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,898: Line 15,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'OrchidSeedItem',
                     ['type'] = 'CrushedIronOreItem',
                     ['typeID'] = '496',
                     ['typeID'] = '287',
                    },
        },
         ['Orchid Seed Pack'] = {
         ['Crushed Limestone'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'Plant to grow an orchid.',
                     ['description'] = 'Limestone rocks that have been crushed into a fine gravel.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.05',
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,916: Line 15,379:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,937: Line 15,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'OrchidSeedPackItem',
                     ['type'] = 'CrushedLimestoneItem',
                     ['typeID'] = '497',
                     ['typeID'] = '288',
                    },
        },
         ['Otter Carcass'] = {
         ['Crushed Oil Shale'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A dead otter.',
                     ['description'] = '',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '1',
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,960: Line 15,424:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 14,976: Line 15,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'OtterCarcassItem',
                     ['type'] = 'CrushedOilShaleItem',
                     ['typeID'] = '394',
                     ['typeID'] = '289',
                    },
        },
         ['OxygenItem'] = {
         ['Crushed Sandstone'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A reactive gas needed for respiration.',
                     ['description'] = 'Sandstone rocks that have been crushed into a fine gravel.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Silica]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 14,994: Line 15,459:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 15,015: Line 15,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'OxygenItem',
                     ['type'] = 'CrushedSandstoneItem',
                     ['typeID'] = '9',
                     ['typeID'] = '290',
                    },
        },
         ['Padded Chair'] = {
         ['Crushed Shale'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A comfy chair to rest in.',
                     ['description'] = 'Shale rocks that have been crushed into a fine gravel.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,033: Line 15,499:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = '2',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 15,047: Line 15,513:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 15,054: Line 15,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PaddedChairItem',
                     ['type'] = 'CrushedShaleItem',
                     ['typeID'] = '725',
                     ['typeID'] = '291',
                    },
        },
         ['Palm Seed'] = {
         ['Crushed Slag'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Plant to grow a palm tree.',
                     ['description'] = 'Slag that has been crushed into a fine gravel.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Crushed Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.05',
                     ['carried'] = 'Hands',
                     ['calories'] = '0.0',
                     ['weight'] = '30',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '0.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 15,093: Line 15,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PalmSeedItem',
                     ['type'] = 'CrushedSlagItem',
                     ['typeID'] = '498',
                     ['typeID'] = '292',
                    },
        },
         ['Palm Seed Pack'] = {
         ['Crushed Stone'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'Plant to grow a palm tree.',
                     ['description'] = '',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.05',
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,111: Line 15,579:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 15,132: Line 15,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PalmSeedPackItem',
                     ['type'] = 'CrushedStoneItem',
                     ['typeID'] = '499',
                     ['typeID'] = '293',
                    },
        },
         ['Papaya'] = {
         ['Culinary Research Paper Advanced'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Nice fresh Papaya',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Advanced  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = '0.01',
                     ['calories'] = '250.0',
                     ['calories'] = nil,
                     ['carbs'] = '4.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '4.0',
                     ['vitamins'] = nil,
                     ['density'] = '3.2',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 15,171: Line 15,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PapayaItem',
                     ['type'] = 'CulinaryResearchPaperAdvancedItem',
                     ['typeID'] = '320',
                     ['typeID'] = '533',
                    },
        },
         ['Papaya Seed'] = {
         ['Culinary Research Paper Basic'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow a papaya plant.',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Basic  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.01',
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 15,210: Line 15,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PapayaSeedItem',
                     ['type'] = 'CulinaryResearchPaperBasicItem',
                     ['typeID'] = '500',
                     ['typeID'] = '534',
                    },
        },
         ['Papaya Seed Pack'] = {
         ['Culinary Research Paper Modern'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow a papaya plant.',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Modern  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,249: Line 15,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PapayaSeedPackItem',
                     ['type'] = 'CulinaryResearchPaperModernItem',
                     ['typeID'] = '501',
                     ['typeID'] = '535',
                    },
        },
         ['Paper'] = {
         ['Currency Exchange'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'It\'s paper.',
                     ['description'] = 'Allows players to exchange currency.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,267: Line 15,739:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 15,281: Line 15,753:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 3 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1.5',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PaperItem',
                     ['type'] = 'CurrencyExchangeItem',
                     ['typeID'] = '395',
                     ['typeID'] = '1046',
                    },
        },
         ['Paper Milling Skill Book'] = {
         ['Cutting Edge Cooking Modern Upgrade'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Creates Paper Milling Skill Scrolls that teach Paper Milling',
                     ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,327: Line 15,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PaperMillingSkillBook',
                     ['type'] = 'CuttingEdgeCookingUpgradeItem',
                     ['typeID'] = '609',
                     ['typeID'] = '631',
                    },
        },
         ['Paper Milling Skill Scroll'] = {
         ['Cutting Edge Cooking Skill Book'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Skill Books',
                     ['description'] = 'Teaches Paper Milling',
                    ['description'] = 'Creates Cutting Edge Cooking Skill Scrolls that teach Cutting Edge Cooking',
                     ['maxStack'] = '100',
                     ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 15,366: Line 15,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PaperMillingSkillScroll',
                     ['type'] = 'CuttingEdgeCookingSkillBook',
                     ['typeID'] = '610',
                     ['typeID'] = '799',
                    },
        },
         ['Peasant Hair'] = {
         ['Cutting Edge Cooking Skill Scroll'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'The haircut your mom always made you get before you realized you could make your own decisions.',
                     ['description'] = 'Teaches Cutting Edge Cooking',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,405: Line 15,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PeasantHairItem',
                     ['type'] = 'CuttingEdgeCookingSkillScroll',
                     ['typeID'] = '230',
                     ['typeID'] = '800',
                    },
        },
         ['Pelt Fertilizer'] = {
         ['Deer Carcass'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = '',
                     ['description'] = 'A dead deer.',
                     ['maxStack'] = '50',
                    ['tagGroups'] = {'[[Medium Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '3',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,444: Line 15,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PeltFertilizerItem',
                     ['type'] = 'DeerCarcassItem',
                     ['typeID'] = '246',
                     ['typeID'] = '536',
                    },
        },
         ['Petroleum'] = {
         ['Dendrology Research Paper Advanced'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Items',
                     ['description'] = 'A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. It\'s extraction, transport, and burning all have environmental impacts.',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Advanced  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '30',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,460: Line 15,937:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '80000',
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 15,483: Line 15,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PetroleumItem',
                     ['type'] = 'DendrologyResearchPaperAdvancedItem',
                     ['typeID'] = '200',
                     ['typeID'] = '537',
                    },
        },
         ['Phosphate Fertilizer'] = {
         ['Dendrology Research Paper Basic'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = '',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                     ['maxStack'] = '50',
                    ['tagGroups'] = {'[[Basic  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,522: Line 16,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PhosphateFertilizerItem',
                     ['type'] = 'DendrologyResearchPaperBasicItem',
                     ['typeID'] = '247',
                     ['typeID'] = '538',
                    },
        },
         ['Pickaxe'] = {
         ['Dendrology Research Paper Modern'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Items',
                     ['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Modern  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0',
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,540: Line 16,019:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 15,561: Line 16,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PickaxeItem',
                     ['type'] = 'DendrologyResearchPaperModernItem',
                     ['typeID'] = '396',
                     ['typeID'] = '539',
                    },
        },
         ['Pineapple'] = {
         ['Derpy Hat'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'Nice fresh Pineapple',
                     ['description'] = 'Dorky sombrero that doesn\'t fit anyone. You feel embarrassed to wear it.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = '0.1',
                     ['calories'] = '430.0',
                     ['calories'] = nil,
                     ['carbs'] = '6.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '2.0',
                     ['vitamins'] = nil,
                     ['density'] = '1.9',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 15,600: Line 16,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PineappleItem',
                     ['type'] = 'DerpyHatItem',
                     ['typeID'] = '321',
                     ['typeID'] = '351',
                    },
        },
         ['Pineapple Friend Rice'] = {
         ['Dev Flood Tool'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Tools',
                     ['description'] = 'A homely recipe made from a mix of cooked rice and fruit. Not only is it friendly, but it also happens to be pan fried.',
                     ['description'] = 'Flood fixing tool! Left click to remove the top water layer. (Target a wall touching water).',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.15',
                     ['weight'] = nil,
                     ['calories'] = '620.0',
                     ['calories'] = nil,
                     ['carbs'] = '20.0',
                     ['carbs'] = nil,
                     ['protein'] = '12.0',
                     ['protein'] = nil,
                     ['fat'] = '12.0',
                     ['fat'] = nil,
                     ['vitamins'] = '9.0',
                     ['vitamins'] = nil,
                     ['density'] = '8.5',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 15,639: Line 16,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PineappleFriendRiceItem',
                     ['type'] = 'DevFloodToolItem',
                     ['typeID'] = '322',
                     ['typeID'] = '63',
                    },
        },
         ['Pineapple Seed'] = {
         ['Dev Tool'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Tools',
                     ['description'] = 'Plant to grow a pineapple plant.',
                     ['description'] = 'DOES CHEATER THINGS THROUGH CHEATING POWERS',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Construction]]', '[[Tools]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 15,678: Line 16,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PineappleSeedItem',
                     ['type'] = 'DevtoolItem',
                     ['typeID'] = '502',
                     ['typeID'] = '64',
                    },
        },
         ['Pineapple Seed Pack'] = {
         ['Dirt'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'Plant to grow a pineapple plant.',
                     ['description'] = '',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.05',
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,701: Line 16,184:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 15,717: Line 16,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PineappleSeedPackItem',
                     ['type'] = 'DirtItem',
                     ['typeID'] = '503',
                     ['typeID'] = '72',
                    },
        },
         ['Plant Fibers'] = {
         ['Dirt Ramp'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'Road Items',
                     ['description'] = 'Harvested from a number of plants, these fibers are useful for a suprising number of things.',
                     ['description'] = '4 x 1 Dirt Ramp.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Road]]', '[[Constructable]]', '[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.01',
                     ['carried'] = 'Hands',
                     ['weight'] = '60',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,734: Line 16,218:
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 15,749: Line 16,233:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '4 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 15,756: Line 16,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PlantFibersItem',
                     ['type'] = 'DirtRampItem',
                     ['typeID'] = '398',
                     ['typeID'] = '56',
                    },
        },
         ['Plastic'] = {
         ['Dirt Road'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'An extremely useful synthetic material derived from petrochemicals',
                     ['description'] = 'A dusty surface formed by tampering dirt with a road tool. It\'s servicable for any wheeled vehicle..',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Hands',
                     ['weight'] = '1',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,774: Line 16,259:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 15,795: Line 16,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PlasticItem',
                     ['type'] = 'DirtRoadItem',
                     ['typeID'] = '399',
                     ['typeID'] = '69',
                    },
        },
         ['PlayerItem'] = {
         ['Distribution Station'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['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.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Storage  Container]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 15,827: Line 16,313:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '7 X 6 X 7',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = '25',
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PlayerItem',
                     ['type'] = 'DistributionStationItem',
                     ['typeID'] = '27',
                     ['typeID'] = '71',
                    },
        },
         ['Portable Steam Engine'] = {
         ['Door'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'An engine that generates mechanical power through steam.',
                     ['description'] = 'A sturdy wooden door. Can be locked for certain players.',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,852: Line 16,339:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 15,866: Line 16,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 15,873: Line 16,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PortableSteamEngineItem',
                     ['type'] = 'DoorItem',
                     ['typeID'] = '400',
                     ['typeID'] = '1047',
                    },
        },
         ['Powered Cart'] = {
         ['Drill'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Tools',
                     ['description'] = 'Large cart for hauling sizable loads.',
                     ['description'] = 'A useful tool for prospecting blocks.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '15',
                     ['weight'] = '0',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 15,897: Line 16,385:
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Petroleum]], [[Gasoline]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 15,906: Line 16,394:
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = nil,
                     ['mobile'] = 'Yes',
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '20',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = '3000000',
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PoweredCartItem',
                     ['type'] = 'DrillItem',
                     ['typeID'] = '651',
                     ['typeID'] = '120',
                    },
        },
         ['Prepared Meat'] = {
         ['Dwarf Willow Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Carefully butchered meat, ready to cook.',
                     ['description'] = 'Plant to grow dwarf willow.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0.05',
                     ['calories'] = '600.0',
                     ['calories'] = '0.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '0.0',
                     ['protein'] = '4.0',
                     ['protein'] = '0.0',
                     ['fat'] = '6.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['density'] = '1.7',
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 15,951: Line 16,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PreparedMeatItem',
                     ['type'] = 'DwarfWillowSeedItem',
                     ['typeID'] = '323',
                     ['typeID'] = '695',
                    },
        },
         ['Prickly Pear Fruit'] = {
         ['Dwarf Willow Seed Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'A succulent fruit coated in a rather terrifying array of spines.',
                     ['description'] = 'Plant to grow dwarf willow.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = '0.05',
                     ['calories'] = '190.0',
                     ['calories'] = nil,
                     ['carbs'] = '2.0',
                     ['carbs'] = nil,
                     ['protein'] = '1.0',
                     ['protein'] = nil,
                     ['fat'] = '1.0',
                     ['fat'] = nil,
                     ['vitamins'] = '3.0',
                     ['vitamins'] = nil,
                     ['density'] = '3.7',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 15,990: Line 16,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PricklyPearFruitItem',
                     ['type'] = 'DwarfWillowSeedPackItem',
                     ['typeID'] = '324',
                     ['typeID'] = '696',
                    },
        },
         ['Prickly Pear Seed'] = {
         ['Ecko Statue'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow prickly pear cacti.',
                     ['description'] = 'A statue of a dolphin. What could it mean?',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '100',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Decoration',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.1',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 16,022: Line 16,513:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 16,029: Line 16,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PricklyPearSeedItem',
                     ['type'] = 'EckoStatueItem',
                     ['typeID'] = '504',
                     ['typeID'] = '1048',
                    },
        },
         ['Prickly Pear Seed Pack'] = {
         ['Ecko The Dolphin'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Tools',
                     ['description'] = 'Plant to grow prickly pear cacti.',
                     ['description'] = 'Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 16,068: Line 16,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PricklyPearSeedPackItem',
                     ['type'] = 'EckoTheDolphinItem',
                     ['typeID'] = '505',
                     ['typeID'] = '121',
                    },
        },
         ['Prime Cut'] = {
         ['Ecoylent'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'A perfectly marbled piece of meat.',
                     ['description'] = 'A complete meal replacement solution.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0',
                     ['calories'] = '600.0',
                     ['calories'] = '1500.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '500.0',
                     ['protein'] = '9.0',
                     ['protein'] = '500.0',
                     ['fat'] = '4.0',
                     ['fat'] = '500.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '500.0',
                     ['density'] = '2.2',
                     ['density'] = '133.3',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 16,107: Line 16,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PrimeCutItem',
                     ['type'] = 'EcoylentItem',
                     ['typeID'] = '325',
                     ['typeID'] = '435',
                    },
        },
         ['Pulp Filler'] = {
         ['Electric Lathe'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'An electric powered machine that has a spinning blade to craft a variety of metal products.',
                     ['maxStack'] = '50',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 16,126: Line 16,620:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = '10',
                     ['energyUsed'] = nil,
                     ['energyUsed'] = '100',
                     ['energyProduced'] = nil,
                     ['energyProduced'] = '0',
                     ['energyType'] = nil,
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 3 X 7',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 2.7',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PulpFillerItem',
                     ['type'] = 'ElectricLatheItem',
                     ['typeID'] = '248',
                     ['typeID'] = '1049',
                    },
        },
         ['Pump Jack'] = {
         ['Electric Machinist Table'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Drill, baby! Drill!',
                     ['description'] = 'A fancy toolbench that creates equally fancy toys.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 16,172: Line 16,667:
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = '10',
                     ['energyUsed'] = '100',
                     ['energyUsed'] = '250',
                     ['energyProduced'] = '0',
                     ['energyProduced'] = '0',
                     ['energyType'] = 'Electric',
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = '5 X 4 X 2',
                     ['footprint'] = '3 X 2 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 2.7',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PumpJackItem',
                     ['type'] = 'ElectricMachinistTableItem',
                     ['typeID'] = '728',
                     ['typeID'] = '1050',
                    },
        },
         ['Pumpkin'] = {
         ['Electric Motor'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Round and large',
                     ['description'] = 'A motor.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '1',
                     ['calories'] = '340.0',
                     ['calories'] = nil,
                     ['carbs'] = '5.0',
                     ['carbs'] = nil,
                     ['protein'] = '1.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '2.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.4',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 16,224: Line 16,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PumpkinItem',
                     ['type'] = 'ElectricMotorItem',
                     ['typeID'] = '326',
                     ['typeID'] = '540',
                    },
        },
         ['Pumpkin Seed'] = {
         ['Electric Planer'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a pumpkin.',
                     ['description'] = 'A sander and a jointer rolled into one.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = '10',
                     ['energyUsed'] = nil,
                     ['energyUsed'] = '100',
                     ['energyProduced'] = nil,
                     ['energyProduced'] = '0',
                     ['energyType'] = nil,
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '5 X 5 X 6',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 2.7',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PumpkinSeedItem',
                     ['type'] = 'ElectricPlanerItem',
                     ['typeID'] = '506',
                     ['typeID'] = '1051',
                    },
        },
         ['Pumpkin Seed Pack'] = {
         ['Electric Stamping Press'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a pumpkin.',
                     ['description'] = 'A tool for shaping or cutting metal by deforming it with a die.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 16,282: Line 16,780:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = '10',
                     ['energyUsed'] = nil,
                     ['energyUsed'] = '100',
                     ['energyProduced'] = nil,
                     ['energyProduced'] = '0',
                     ['energyType'] = nil,
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '5 X 6 X 5',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 2.7',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PumpkinSeedPackItem',
                     ['type'] = 'ElectricStampingPressItem',
                     ['typeID'] = '507',
                     ['typeID'] = '1052',
                    },
        },
         ['Quicklime'] = {
         ['Electric Wall Lamp'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A chemical compound used in steel production.',
                     ['description'] = 'A wall mounted lamp that requires electricity to turn on.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 16,320: Line 16,819:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = '10',
                     ['energyUsed'] = nil,
                     ['energyUsed'] = '100',
                     ['energyProduced'] = nil,
                     ['energyProduced'] = '0',
                     ['energyType'] = nil,
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 16,341: Line 16,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'QuicklimeItem',
                     ['type'] = 'ElectricWallLampItem',
                     ['typeID'] = '402',
                     ['typeID'] = '1053',
                    },
        },
         ['Radiator'] = {
         ['Electric Water Pump'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A heat sink that uses liquid running through copper fins to disperse heat build-up.',
                     ['description'] = 'Pumps water from a source into a pipe network.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Economy]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 16,359: Line 16,859:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 16,366: Line 16,866:
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = '10',
                     ['energyUsed'] = nil,
                     ['energyUsed'] = '100',
                     ['energyProduced'] = nil,
                     ['energyProduced'] = '0',
                     ['energyType'] = nil,
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = {{'[[Water]]', ' 1'}},
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 3',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 16,380: Line 16,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RadiatorItem',
                     ['type'] = 'ElectricWaterPumpItem',
                     ['typeID'] = '403',
                     ['typeID'] = '1054',
                    },
        },
         ['Raw Bacon'] = {
         ['Electronics Assembly'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A fatty cut of meat that happens to be inexplicably tastier than other cuts.',
                     ['description'] = 'A set of machinery to create electronics.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '600.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '3.0',
                     ['protein'] = nil,
                     ['fat'] = '9.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
Line 16,411: Line 16,912:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '25',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 2.8',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RawBaconItem',
                     ['type'] = 'ElectronicsAssemblyItem',
                     ['typeID'] = '327',
                     ['typeID'] = '1055',
                    },
        },
         ['Raw Fish'] = {
         ['Electronics Modern Upgrade'] = {
                     ['category'] = '_None',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Food',
                     ['group'] = 'Upgrade',
                     ['description'] = 'A fatty cut of raw fish.',
                     ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.001',
                     ['calories'] = '200.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '3.0',
                     ['protein'] = nil,
                     ['fat'] = '7.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '5.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 16,458: Line 16,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RawFishItem',
                     ['type'] = 'ElectronicsUpgradeItem',
                     ['typeID'] = '328',
                     ['typeID'] = '632',
                    },
        },
         ['Raw Meat'] = {
         ['Electronics Skill Book'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Food',
                     ['group'] = 'Skill Books',
                     ['description'] = 'Fresh raw meat from the hunt. It should probably be cooked before being consumed.',
                     ['description'] = 'Creates Electronics Skill Scrolls that teach Electronics',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '250.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '7.0',
                     ['protein'] = nil,
                     ['fat'] = '3.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '4.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 16,497: Line 17,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RawMeatItem',
                     ['type'] = 'ElectronicsSkillBook',
                     ['typeID'] = '329',
                     ['typeID'] = '802',
                    },
        },
         ['Raw Roast'] = {
         ['Electronics Skill Scroll'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Food',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'A trussed roast tied and ready to be cooked.',
                     ['description'] = 'Teaches Electronics',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = '800.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '6.0',
                     ['protein'] = nil,
                     ['fat'] = '5.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '1.4',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 16,536: Line 17,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RawRoastItem',
                     ['type'] = 'ElectronicsSkillScroll',
                     ['typeID'] = '330',
                     ['typeID'] = '803',
                    },
        },
         ['Raw Sausage'] = {
         ['Elk Carcass'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Ground meat stuffed into an intestine casing.',
                     ['description'] = 'A dead elk.',
                    ['tagGroups'] = {'[[Medium Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.3',
                     ['weight'] = '3',
                     ['calories'] = '500.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '4.0',
                     ['protein'] = nil,
                     ['fat'] = '8.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.4',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 16,575: Line 17,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RawSausageItem',
                     ['type'] = 'ElkCarcassItem',
                     ['typeID'] = '331',
                     ['typeID'] = '541',
                    },
        },
         ['Real Estate Desk'] = {
         ['Elk Mount'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A place to manage the sale and transfer of deeds and property.',
                     ['description'] = 'A hunting trophy for your house.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 16,594: Line 17,100:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Decoration',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.2',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 16,607: Line 17,113:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 2',
                     ['footprint'] = '2 X 3 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 16,614: Line 17,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RealEstateDeskItem',
                     ['type'] = 'ElkMountItem',
                     ['typeID'] = '729',
                     ['typeID'] = '1056',
                    },
        },
         ['Rebar'] = {
         ['Elk Skypiercer'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Ribbed steel bars for reinforcing stuctures.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '3',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 16,632: Line 17,139:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 16,646: Line 17,153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 16,653: Line 17,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RebarItem',
                     ['type'] = 'ElkSkypiercerItem',
                     ['typeID'] = '404',
                     ['typeID'] = '1057',
                    },
        },
         ['Redwood Seed'] = {
         ['Elk Taco'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow a redwood tree.',
                     ['description'] = 'A tasty treat made from corn tortillas and meat.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.2',
                     ['calories'] = '0.0',
                     ['calories'] = '650.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '12.0',
                     ['protein'] = '0.0',
                     ['protein'] = '15.0',
                     ['fat'] = '0.0',
                     ['fat'] = '10.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '14.0',
                     ['density'] = '0.0',
                     ['density'] = '7.8',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 16,692: Line 17,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RedwoodSeedItem',
                     ['type'] = 'ElkTacoItem',
                     ['typeID'] = '508',
                     ['typeID'] = '436',
                    },
        },
         ['Redwood Seed Pack'] = {
         ['Elk Wellington'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow a redwood tree.',
                     ['description'] = 'A prime cut of meat surrounded by pastry.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = '1400.0',
                     ['carbs'] = nil,
                     ['carbs'] = '12.0',
                     ['protein'] = nil,
                     ['protein'] = '20.0',
                     ['fat'] = nil,
                     ['fat'] = '12.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '8.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 16,731: Line 17,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RedwoodSeedPackItem',
                     ['type'] = 'ElkWellingtonItem',
                     ['typeID'] = '509',
                     ['typeID'] = '437',
                    },
        },
         ['Refrigerator'] = {
         ['Engineering Research Paper Advanced'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'An icebox from the future with significantly better cooling properties.',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Advanced  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 16,750: Line 17,260:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '10',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Kitchen',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Food Storage',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.3',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '100',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '8',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RefrigeratorItem',
                     ['type'] = 'EngineeringResearchPaperAdvancedItem',
                     ['typeID'] = '730',
                     ['typeID'] = '542',
                    },
        },
         ['Registrar'] = {
         ['Engineering Research Paper Modern'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'Allows the setting management of titles.',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Modern  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 16,802: Line 17,313:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 16,809: Line 17,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RegistrarItem',
                     ['type'] = 'EngineeringResearchPaperModernItem',
                     ['typeID'] = '731',
                     ['typeID'] = '543',
                    },
        },
         ['Reinforced Concrete'] = {
         ['Epoxy'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Items',
                     ['description'] = 'A study construction material poured around a latice of rebar.',
                     ['description'] = 'A useful material for hardening, curing, and other various uses.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '10',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 16,832: Line 17,344:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '3',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 16,848: Line 17,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ReinforcedConcreteItem',
                     ['type'] = 'EpoxyItem',
                     ['typeID'] = '201',
                     ['typeID'] = '544',
                    },
        },
         ['Repair Station'] = {
         ['Excavator'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A place to fix up broken tools.',
                     ['description'] = 'Like a Skid Steer but more versatile. Great for high slope excavation.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Polluter]]', '[[Vehicles]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 16,872: Line 17,385:
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Liquid Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 16,880: Line 17,393:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = 'Yes',
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
Line 16,887: Line 17,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RepairStationItem',
                     ['type'] = 'ExcavatorItem',
                     ['typeID'] = '732',
                     ['typeID'] = '102',
                    },
        },
         ['Research Table'] = {
         ['Executive Office'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A basic table for researching new technologies and skills.',
                     ['description'] = 'Elected officials can perform one-time executive actions here.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 16,918: Line 17,432:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 3 X 2',
                     ['footprint'] = '3 X 2 X 3',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '75',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ResearchTableItem',
                     ['type'] = 'ExecutiveOfficeItem',
                     ['typeID'] = '733',
                     ['typeID'] = '100',
                    },
        },
         ['Rice'] = {
         ['Farmers Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow rice.',
                     ['description'] = 'A basic workspace for crafting fertilizer and extracting seeds from crops.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '1',
                     ['weight'] = '0.05',
                     ['carried'] = 'Backpack',
                     ['calories'] = '90.0',
                     ['weight'] = nil,
                     ['carbs'] = '7.0',
                     ['calories'] = nil,
                     ['protein'] = '1.0',
                     ['carbs'] = nil,
                     ['fat'] = '0.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '8.9',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 16,957: Line 17,472:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '25',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 0.2',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RiceItem',
                     ['type'] = 'FarmersTableItem',
                     ['typeID'] = '510',
                     ['typeID'] = '1058',
                    },
        },
         ['Rice Pack'] = {
         ['Farming Basic Upgrade'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Plant to grow rice.',
                     ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Farming recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,004: Line 17,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RicePackItem',
                     ['type'] = 'FarmingUpgradeItem',
                     ['typeID'] = '511',
                     ['typeID'] = '633',
                    },
        },
         ['Rice Sludge'] = {
         ['Farming Skill Book'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Food',
                     ['group'] = 'Skill Books',
                     ['description'] = 'Sometimes when you try and make rice, you just add too much water. Some people might call this porridge, but that would indicate intention.',
                     ['description'] = 'Creates Farming Skill Scrolls that teach Farming',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = '450.0',
                     ['calories'] = nil,
                     ['carbs'] = '10.0',
                     ['carbs'] = nil,
                     ['protein'] = '1.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '2.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.9',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 17,043: Line 17,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RiceSludgeItem',
                     ['type'] = 'FarmingSkillBook',
                     ['typeID'] = '332',
                     ['typeID'] = '807',
                    },
        },
         ['Rivet'] = {
         ['Farming Skill Scroll'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Items',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'A useful steel bolt for holding together inventions.',
                     ['description'] = 'Teaches Farming',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '2',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,061: Line 17,579:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 17,082: Line 17,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RivetItem',
                     ['type'] = 'FarmingSkillScroll',
                     ['typeID'] = '405',
                     ['typeID'] = '808',
                    },
        },
         ['Road Tool'] = {
         ['Fern Campfire Salad'] = {
                     ['category'] = 'Tools',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Food',
                     ['description'] = 'Used to press roads into dirt and stone rubble.',
                     ['description'] = 'A myriad of plants that make a healthy and odd blend.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Campfire Salad]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = '900.0',
                     ['carbs'] = nil,
                     ['carbs'] = '10.0',
                     ['protein'] = nil,
                     ['protein'] = '6.0',
                     ['fat'] = nil,
                     ['fat'] = '1.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '13.0',
                     ['density'] = nil,
                     ['density'] = '3.3',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 17,121: Line 17,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RoadToolItem',
                     ['type'] = 'FernCampfireSaladItem',
                     ['typeID'] = '406',
                     ['typeID'] = '438',
                    },
        },
         ['Robotic Assembly Line'] = {
         ['Fern Spore'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'A complex set of machinery for creating equally complex things.',
                     ['description'] = 'Plant to grow ferns.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '1000',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '5 X 4 X 4',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 17,160: Line 17,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RoboticAssemblyLineItem',
                     ['type'] = 'FernSporeItem',
                     ['typeID'] = '734',
                     ['typeID'] = '697',
                    },
        },
         ['Rolling Mill'] = {
         ['Fern Spore Pack'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'For rolling steel into more buildable materials.',
                     ['description'] = 'Plant to grow ferns.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,185: Line 17,706:
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '250',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 3 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 17,199: Line 17,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RollingMillItem',
                     ['type'] = 'FernSporePackItem',
                     ['typeID'] = '735',
                     ['typeID'] = '698',
                    },
        },
         ['Round Pot'] = {
         ['Fertilizers Basic Upgrade'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
                     ['description'] = 'Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,218: Line 17,740:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '1',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Decoration',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.9',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 17,231: Line 17,753:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '1',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PlanterPotRoundItem',
                     ['type'] = 'FertilizersUpgradeItem',
                     ['typeID'] = '726',
                     ['typeID'] = '634',
                    },
        },
         ['Rounded Face'] = {
         ['Fertilizers Skill Book'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Skill Books',
                     ['description'] = 'Face',
                     ['description'] = 'Creates Fertilizers Skill Scrolls that teach Fertilizers',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,277: Line 17,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RoundedFaceItem',
                     ['type'] = 'FertilizersSkillBook',
                     ['typeID'] = '212',
                     ['typeID'] = '810',
                    },
        },
         ['Rubber Wheel'] = {
         ['Fertilizers Skill Scroll'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Items',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = '',
                     ['description'] = 'Teaches Fertilizers',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '2',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,295: Line 17,819:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 17,316: Line 17,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RubberWheelItem',
                     ['type'] = 'FertilizersSkillScroll',
                     ['typeID'] = '407',
                     ['typeID'] = '811',
                     },
        },
         ['Running Shoes'] = {
        ['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',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Items',
                     ['description'] = 'FASTER SHOES???',
                     ['description'] = 'Plastic reinforced with glass fiber strands.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,334: Line 17,899:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 17,355: Line 17,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RunningShoesItem',
                     ['type'] = 'FiberglassItem',
                     ['typeID'] = '231',
                     ['typeID'] = '545',
                    },
        },
         ['Sagebrush Seed'] = {
         ['Fiddleheads'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow sagebrush.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.01',
                     ['calories'] = '0.0',
                     ['calories'] = '150.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '2.0',
                     ['protein'] = '0.0',
                     ['protein'] = '1.0',
                     ['fat'] = '0.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '5.0',
                     ['density'] = '0.0',
                     ['density'] = '5.3',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 17,394: Line 17,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SagebrushSeedItem',
                     ['type'] = 'FiddleheadsItem',
                     ['typeID'] = '512',
                     ['typeID'] = '439',
                    },
        },
         ['Sagebrush Seed Pack'] = {
         ['Field Campfire Stew'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow sagebrush.',
                     ['description'] = 'A thick stew chock-full of meat and charred vegetables. A suprisingly good combination.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = '1100.0',
                     ['carbs'] = nil,
                     ['carbs'] = '5.0',
                     ['protein'] = nil,
                     ['protein'] = '12.0',
                     ['fat'] = nil,
                     ['fat'] = '9.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '4.0',
                     ['density'] = nil,
                     ['density'] = '2.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 17,433: Line 18,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SagebrushSeedPackItem',
                     ['type'] = 'FieldCampfireStewItem',
                     ['typeID'] = '513',
                     ['typeID'] = '440',
                    },
        },
         ['Saguaro Seed'] = {
         ['Filmy Fern Spore'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow a saguaro cactus.',
                     ['description'] = 'Plant to grow a filmy fern.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 17,472: Line 18,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SaguaroSeedItem',
                     ['type'] = 'FilmyFernSporeItem',
                     ['typeID'] = '514',
                     ['typeID'] = '699',
                    },
        },
         ['Saguaro Seed Pack'] = {
         ['Filmy Fern Spore Pack'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow a saguaro cactus.',
                     ['description'] = 'Plant to grow a filmy fern.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 17,511: Line 18,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SaguaroSeedPackItem',
                     ['type'] = 'FilmyFernSporePackItem',
                     ['typeID'] = '515',
                     ['typeID'] = '700',
                    },
        },
         ['Salmon'] = {
         ['Fir Log'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A salmon.',
                     ['description'] = 'Fir log is a type of softwood with a nice piney smell.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Softwood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '1',
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,527: Line 18,097:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = '4000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 17,550: Line 18,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SalmonItem',
                     ['type'] = 'FirLogItem',
                     ['typeID'] = '408',
                     ['typeID'] = '294',
                    },
        },
         ['Salt Basket'] = {
         ['Fir Seed'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'A basket of salt.',
                     ['description'] = 'Plant to grow a fir tree.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Kitchen',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Spices',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.4',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 17,582: Line 18,153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 17,589: Line 18,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SaltBasketItem',
                     ['type'] = 'FirSeedItem',
                     ['typeID'] = '739',
                     ['typeID'] = '703',
                    },
        },
         ['Sand'] = {
         ['Fir Seed Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Block Items',
                     ['group'] = 'Items',
                     ['description'] = '',
                     ['description'] = 'Plant to grow a fir tree.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '30',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,612: Line 18,184:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 17,628: Line 18,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SandItem',
                     ['type'] = 'FirSeedPackItem',
                     ['typeID'] = '794',
                     ['typeID'] = '704',
                    },
        },
         ['Sandstone'] = {
         ['Fireweed Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Food',
                     ['description'] = 'A varying hardness rock useful for construction, and host to iron ore. Stone is a sedimentary rock that forms when sand is buried deep enough to lithify. Sometimes the forms of dunes and ripples from an ancient desert or beach are preserved!',
                     ['description'] = 'Plant to grow fireweed.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '7',
                     ['carried'] = 'Backpack',
                     ['calories'] = nil,
                     ['weight'] = '0.05',
                     ['carbs'] = nil,
                     ['calories'] = '0.0',
                     ['protein'] = nil,
                     ['carbs'] = '0.0',
                     ['fat'] = nil,
                     ['protein'] = '0.0',
                     ['vitamins'] = nil,
                     ['fat'] = '0.0',
                     ['density'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 17,667: Line 18,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SandstoneItem',
                     ['type'] = 'FireweedSeedItem',
                     ['typeID'] = '202',
                     ['typeID'] = '701',
                    },
        },
         ['Sawmill'] = {
         ['Fireweed Seed Pack'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'Used to saw wood into lumber.',
                     ['description'] = 'Plant to grow fireweed.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,692: Line 18,266:
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '5',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '75',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Mechanical',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 3 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 17,706: Line 18,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SawmillItem',
                     ['type'] = 'FireweedSeedPackItem',
                     ['typeID'] = '740',
                     ['typeID'] = '702',
                    },
        },
         ['Saxifrage Seed'] = {
         ['Fireweed Shoots'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow saxifrage.',
                     ['description'] = 'A bitter, brightly colored shoot similar to asparagus.',
                    ['tagGroups'] = {'[[Crop]]', '[[Greens]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.01',
                     ['calories'] = '0.0',
                     ['calories'] = '150.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '3.0',
                     ['protein'] = '0.0',
                     ['protein'] = '1.0',
                     ['fat'] = '0.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '4.0',
                     ['density'] = '0.0',
                     ['density'] = '5.3',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 17,745: Line 18,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SaxifrageSeedItem',
                     ['type'] = 'FireweedShootsItem',
                     ['typeID'] = '516',
                     ['typeID'] = '441',
                    },
        },
         ['Saxifrage Seed Pack'] = {
         ['Fish Trap'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow saxifrage.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,777: Line 18,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = '4',
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = '15000',
                     ['type'] = 'SaxifrageSeedPackItem',
                     ['type'] = 'FishTrapItem',
                     ['typeID'] = '517',
                     ['typeID'] = '103',
                    },
        },
         ['Scrap Meat'] = {
         ['Fishery'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Chunks of extra meat.',
                     ['description'] = 'A place to create fishing poles, traps and prepare seafood.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = nil,
                     ['calories'] = '50.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '5.0',
                     ['protein'] = nil,
                     ['fat'] = '5.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '20.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 17,815: Line 18,392:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '25',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 0.5',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ScrapMeatItem',
                     ['type'] = 'FisheryItem',
                     ['typeID'] = '333',
                     ['typeID'] = '1059',
                    },
        },
         ['Screw Press'] = {
         ['Fishing Pole'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'Modules',
                     ['group'] = 'Tools',
                     ['description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                     ['description'] = 'A wooden pole attached to a line and hook. Used to catch fish from rivers and the ocean.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,848: Line 18,426:
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '5',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '75',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Mechanical',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 17,862: Line 18,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ScrewPressItem',
                     ['type'] = 'FishingPoleItem',
                     ['typeID'] = '741',
                     ['typeID'] = '122',
                    },
        },
         ['Screws'] = {
         ['Fit Torso'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'AvatarPart',
                     ['description'] = '',
                     ['description'] = 'Torso',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,880: Line 18,459:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 17,901: Line 18,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ScrewsItem',
                     ['type'] = 'FitTorsoItem',
                     ['typeID'] = '409',
                     ['typeID'] = '337',
                    },
        },
         ['Scruffy Hair'] = {
         ['Flat Steel'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Block Items',
                     ['description'] = 'Rockstar cool-person hair. This finely crafted hairpiece says "I don\'t care what you think. I\'m wearing an awesome toupee".',
                     ['description'] = 'Coated with a layer of epoxy, this steel refuses to rust.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.1',
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 17,919: Line 18,499:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 17,940: Line 18,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ScruffyHairItem',
                     ['type'] = 'FlatSteelItem',
                     ['typeID'] = '232',
                     ['typeID'] = '295',
                    },
        },
         ['Scythe'] = {
         ['Flatbread'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Food',
                     ['description'] = 'Nothing says harvest time (or death) like a scythe.',
                     ['description'] = 'Without any leavening the flatbread isn\'t very puffy. But it\'s still tasty.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0',
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = '500.0',
                     ['carbs'] = nil,
                     ['carbs'] = '17.0',
                     ['protein'] = nil,
                     ['protein'] = '8.0',
                     ['fat'] = nil,
                     ['fat'] = '3.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '5.6',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 17,979: Line 18,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ScytheItem',
                     ['type'] = 'FlatbreadItem',
                     ['typeID'] = '410',
                     ['typeID'] = '442',
                    },
        },
         ['Seagrass Seed'] = {
         ['Flour'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow seagrass.',
                     ['description'] = 'A fine, milled wheat product that\'s useful for all baking.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.2',
                     ['calories'] = '0.0',
                     ['calories'] = '50.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '15.0',
                     ['protein'] = '0.0',
                     ['protein'] = '0.0',
                     ['fat'] = '0.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['density'] = '0.0',
                     ['density'] = '30.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 18,018: Line 18,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SeagrassSeedItem',
                     ['type'] = 'FlourItem',
                     ['typeID'] = '518',
                     ['typeID'] = '443',
                    },
        },
         ['Seagrass Seed Pack'] = {
         ['Fox Carcass'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow seagrass.',
                     ['description'] = 'A dead fox.',
                    ['tagGroups'] = {'[[Small Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '2',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 18,057: Line 18,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SeagrassSeedPackItem',
                     ['type'] = 'FoxCarcassItem',
                     ['typeID'] = '519',
                     ['typeID'] = '546',
                    },
        },
         ['Seared Meat'] = {
         ['Framed Glass'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'A cut of perfectly seared steak.',
                     ['description'] = 'Glass which was reinforced by a steel frame.',
                     ['maxStack'] = '100',
                     ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                    ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                    ['weight'] = '0.5',
                     ['carried'] = 'Hands',
                    ['calories'] = '600.0',
                     ['weight'] = '10',
                    ['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'] = '334',
                    },
        ['Servo'] = {
                    ['category'] = '_None',
                    ['group'] = 'Items',
                    ['description'] = 'A rotary actuator that allows for control over angular position.',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 18,119: Line 18,664:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '4',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 18,135: Line 18,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ServoItem',
                     ['type'] = 'FramedGlassItem',
                     ['typeID'] = '411',
                     ['typeID'] = '296',
                    },
        },
         ['Sewage'] = {
         ['Framed Glass Door'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'A beautiful glass door made of steel and glass.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Hands',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
Line 18,158: Line 18,704:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 18,167: Line 18,713:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,174: Line 18,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SewageItem',
                     ['type'] = 'FramedGlassDoorItem',
                     ['typeID'] = '796',
                     ['typeID'] = '1060',
                    },
        },
         ['Shale'] = {
         ['Fried Camas'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Food',
                     ['description'] = 'A soft rock, with few potential uses. Shale is a sedimentary rock formed by thin layers of compacted clay or mud.',
                     ['description'] = 'Deep fried Camas. Bit greasy',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Fried Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '7',
                     ['carried'] = 'Backpack',
                     ['calories'] = nil,
                     ['weight'] = '0.2',
                     ['carbs'] = nil,
                     ['calories'] = '700.0',
                     ['protein'] = nil,
                     ['carbs'] = '10.0',
                     ['fat'] = nil,
                     ['protein'] = '3.0',
                     ['vitamins'] = nil,
                     ['fat'] = '11.0',
                     ['density'] = nil,
                     ['vitamins'] = '2.0',
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 18,213: Line 18,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ShaleItem',
                     ['type'] = 'FriedCamasItem',
                     ['typeID'] = '203',
                     ['typeID'] = '444',
                    },
        },
         ['Shaper'] = {
         ['Fried Fiddleheads'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'Modules',
                     ['group'] = 'Food',
                     ['description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                     ['description'] = 'Secret\'s in the sauce.',
                    ['tagGroups'] = {'[[Fried Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = '700.0',
                     ['carbs'] = nil,
                     ['carbs'] = '12.0',
                     ['protein'] = nil,
                     ['protein'] = '3.0',
                     ['fat'] = nil,
                     ['fat'] = '9.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '2.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 18,238: Line 18,786:
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '5',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '75',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Mechanical',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,252: Line 18,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ShaperItem',
                     ['type'] = 'FriedFiddleheadsItem',
                     ['typeID'] = '742',
                     ['typeID'] = '445',
                    },
        },
         ['Shelf Cabinet'] = {
         ['Fried Hare Haunches'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'When a shelf and a cabinet aren\'t enough individually.',
                     ['description'] = 'Everything is better deep fried.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '700.0',
                     ['carbs'] = nil,
                     ['carbs'] = '6.0',
                     ['protein'] = nil,
                     ['protein'] = '15.0',
                     ['fat'] = nil,
                     ['fat'] = '27.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '4.0',
                     ['density'] = nil,
                     ['density'] = '7.4',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Shelves',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 18,284: Line 18,833:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '8',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ShelfCabinetItem',
                     ['type'] = 'FriedHareHaunchesItem',
                     ['typeID'] = '743',
                     ['typeID'] = '446',
                    },
        },
         ['Short Beard'] = {
         ['Fried Hearts Of Palm'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Food',
                     ['description'] = '',
                     ['description'] = 'Secret\'s in the sauce.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Fried Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = '700.0',
                     ['carbs'] = nil,
                     ['carbs'] = '12.0',
                     ['protein'] = nil,
                     ['protein'] = '3.0',
                     ['fat'] = nil,
                     ['fat'] = '7.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '4.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 18,330: Line 18,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ShortBeardItem',
                     ['type'] = 'FriedHeartsOfPalmItem',
                     ['typeID'] = '233',
                     ['typeID'] = '447',
                    },
        },
         ['Shovel'] = {
         ['Fried Taro'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Food',
                     ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                     ['description'] = 'Secret\'s in the sauce.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Fried Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0',
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = '700.0',
                     ['carbs'] = nil,
                     ['carbs'] = '15.0',
                     ['protein'] = nil,
                     ['protein'] = '1.0',
                     ['fat'] = nil,
                     ['fat'] = '9.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '1.0',
                     ['density'] = nil,
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 18,369: Line 18,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ShovelItem',
                     ['type'] = 'FriedTaroItem',
                     ['typeID'] = '412',
                     ['typeID'] = '448',
                    },
        },
         ['Simmered Meat'] = {
         ['Fried Tomatoes'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Meat cooked in meat juices keeps the meat juicy.',
                     ['description'] = 'Secret\'s in the sauce.',
                    ['tagGroups'] = {'[[Fried Vegetable]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.8',
                     ['weight'] = '0.2',
                     ['calories'] = '900.0',
                     ['calories'] = '700.0',
                     ['carbs'] = '6.0',
                     ['carbs'] = '12.0',
                     ['protein'] = '18.0',
                     ['protein'] = '3.0',
                     ['fat'] = '13.0',
                     ['fat'] = '9.0',
                     ['vitamins'] = '5.0',
                     ['vitamins'] = '2.0',
                     ['density'] = '4.7',
                     ['density'] = '3.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 18,408: Line 18,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SimmeredMeatItem',
                     ['type'] = 'FriedTomatoesItem',
                     ['typeID'] = '335',
                     ['typeID'] = '449',
                    },
        },
         ['Simple Syrup'] = {
         ['Fried Vegetables'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'A simple water and suger combination heated until the sugar dissolves.',
                     ['description'] = '',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['weight'] = '0.2',
                     ['calories'] = '400.0',
                     ['calories'] = '560.0',
                     ['carbs'] = '12.0',
                     ['carbs'] = '12.0',
                     ['protein'] = '0.0',
                     ['protein'] = '3.0',
                     ['fat'] = '3.0',
                     ['fat'] = '9.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '2.0',
                     ['density'] = '3.8',
                     ['density'] = '4.6',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 18,447: Line 19,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SimpleSyrupItem',
                     ['type'] = 'FriedVegetablesItem',
                     ['typeID'] = '336',
                     ['typeID'] = '450',
                    },
        },
         ['Sink'] = {
         ['Froth Floatation Cell'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'An industrial sink.',
                     ['description'] = 'A tool for miners to concentrate ore. The run off produces wet tailings.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 18,466: Line 19,020:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '10',
                     ['skillValue'] = '0',
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = 'Sink',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = '10',
                     ['energyUsed'] = nil,
                     ['energyUsed'] = '250',
                     ['energyProduced'] = nil,
                     ['energyProduced'] = '0',
                     ['energyType'] = nil,
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = {{'[[Water]]', 300}},
                     ['fluidsUsed'] = {{'[[Water]]', ' 0. 3'}},
                     ['fluidsProduced'] = {{'[[Sewage]]', 0}},
                     ['fluidsProduced'] = {{'[[Sewage]]', ' 0'}},
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = '3 X 2 X 1',
                     ['footprint'] = '4 X 4 X 4',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,486: Line 19,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SinkItem',
                     ['type'] = 'FrothFloatationCellItem',
                     ['typeID'] = '744',
                     ['typeID'] = '1061',
                    },
        },
         ['Skid Steer'] = {
         ['Fruit Muffin'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'A WHAT?',
                     ['description'] = 'A soft, slightly sweet bread studded with juicy fruits.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '25',
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = '800.0',
                     ['carbs'] = nil,
                     ['carbs'] = '5.0',
                     ['protein'] = nil,
                     ['protein'] = '5.0',
                     ['fat'] = nil,
                     ['fat'] = '4.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '16.0',
                     ['density'] = nil,
                     ['density'] = '3.8',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 18,510: Line 19,065:
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Petroleum]], [[Gasoline]], [[Biodiesel]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 18,519: Line 19,074:
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = nil,
                     ['mobile'] = 'Yes',
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
Line 18,525: Line 19,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SkidSteerItem',
                     ['type'] = 'FruitMuffinItem',
                     ['typeID'] = '652',
                     ['typeID'] = '451',
                    },
        },
         ['Small Hanging Hewn Log Sign'] = {
         ['Fruit Salad'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'A small sign for all of your smaller text needs!',
                     ['description'] = 'While tomatoes are fruits, you don\'t usually put them in fruit salads.',
                    ['tagGroups'] = {'[[Salad]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.3',
                     ['calories'] = nil,
                     ['calories'] = '900.0',
                     ['carbs'] = nil,
                     ['carbs'] = '12.0',
                     ['protein'] = nil,
                     ['protein'] = '4.0',
                     ['fat'] = nil,
                     ['fat'] = '3.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '19.0',
                     ['density'] = nil,
                     ['density'] = '4.2',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 18,557: Line 19,113:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,564: Line 19,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmallHangingHewnLogSignItem',
                     ['type'] = 'FruitSaladItem',
                     ['typeID'] = '745',
                     ['typeID'] = '452',
                    },
        },
         ['Small Hanging Lumber Sign'] = {
         ['Fruit Tart'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'A small sign for all of your smaller text needs!',
                     ['description'] = 'A sweet pastry that is great for breakfast or anytime you need a quick boost in energy.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.4',
                     ['calories'] = nil,
                     ['calories'] = '800.0',
                     ['carbs'] = nil,
                     ['carbs'] = '14.0',
                     ['protein'] = nil,
                     ['protein'] = '5.0',
                     ['fat'] = nil,
                     ['fat'] = '9.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '18.0',
                     ['density'] = nil,
                     ['density'] = '5.8',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 18,596: Line 19,153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,603: Line 19,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmallHangingLumberSignItem',
                     ['type'] = 'FruitTartItem',
                     ['typeID'] = '746',
                     ['typeID'] = '453',
                    },
        },
         ['Small Hanging Stone Sign'] = {
         ['Fur Pelt'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A small sign for all of your smaller text needs!',
                     ['description'] = 'A soft, furry pelt.',
                    ['tagGroups'] = {'[[Animal  Skin]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 18,621: Line 19,179:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 18,635: Line 19,193:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,642: Line 19,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmallHangingStoneSignItem',
                     ['type'] = 'FurPeltItem',
                     ['typeID'] = '747',
                     ['typeID'] = '547',
                    },
        },
         ['Small Rug'] = {
         ['Garbage'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A small rug for when you just didn\'t have enough materials to make a bigger one.',
                     ['description'] = 'A disgusting pile of garbage. Unpleasant to the eye and a source of ground pollution. Bury underground to help mitigate the effect.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Block]]', '[[Object]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 18,661: Line 19,220:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '1',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Rug',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 18,674: Line 19,233:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,681: Line 19,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'RugSmallItem',
                     ['type'] = 'GarbageItem',
                     ['typeID'] = '738',
                     ['typeID'] = '59',
                    },
        },
         ['Small Standing Hewn Log Sign'] = {
         ['Garden Boots'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'A small sign for all of your smaller text needs!',
                     ['description'] = 'A sturdy pair of rubber footwear designed to provide protection against water, rain, and mud.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 18,713: Line 19,273:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,720: Line 19,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmallStandingHewnLogSignItem',
                     ['type'] = 'GardenBootsItem',
                     ['typeID'] = '748',
                     ['typeID'] = '352',
                    },
        },
         ['Small Standing Lumber Sign'] = {
         ['Gasoline'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A small sign for all of your smaller text needs!',
                     ['description'] = 'Refined petroleum useful for fueling machines and generators.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Fuel]]', '[[Liquid  Fuel]]', '[[Block]]', '[[Object]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '30',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 18,736: Line 19,297:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = '100000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 18,752: Line 19,313:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,759: Line 19,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmallStandingLumberSignItem',
                     ['type'] = 'GasolineItem',
                     ['typeID'] = '749',
                     ['typeID'] = '297',
                    },
        },
         ['Small Standing Stone Sign'] = {
         ['Gathering Research Paper Basic'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A small sign for all of your smaller text needs!',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Basic  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 18,791: Line 19,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,798: Line 19,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmallStandingStoneSignItem',
                     ['type'] = 'GatheringResearchPaperBasicItem',
                     ['typeID'] = '750',
                     ['typeID'] = '548',
                    },
        },
         ['Small Stockpile'] = {
         ['Gearbox'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'Designates a 3x3x3 area as storage for large items.',
                     ['description'] = 'Provides speed and torque conversions from a rotating power source to another device',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 18,816: Line 19,379:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 18,830: Line 19,393:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '3 X 3 X 3',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '9',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmallStockpileItem',
                     ['type'] = 'GearboxItem',
                     ['typeID'] = '751',
                     ['typeID'] = '549',
                    },
        },
         ['Small Table'] = {
         ['Geology Research Paper Advanced'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'More of a nightstand than a table, really.',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Advanced  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 18,856: Line 19,420:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '1',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Table',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 18,869: Line 19,433:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,876: Line 19,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmallTableItem',
                     ['type'] = 'GeologyResearchPaperAdvancedItem',
                     ['typeID'] = '752',
                     ['typeID'] = '550',
                    },
        },
         ['Small Wood Cart'] = {
         ['Geology Research Paper Basic'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'Small wood cart for hauling minimal loads.',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['tagGroups'] = {'[[Basic  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '5',
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 18,909: Line 19,474:
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = nil,
                     ['mobile'] = 'Yes',
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '8',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = '1400000',
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmallWoodCartItem',
                     ['type'] = 'GeologyResearchPaperBasicItem',
                     ['typeID'] = '653',
                     ['typeID'] = '551',
                    },
        },
         ['Small Wood Sign'] = {
         ['Geology Research Paper Modern'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A small wooden sign for all your small text needs.',
                     ['description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Modern  Research]]', '[[Research]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 18,947: Line 19,513:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 18,954: Line 19,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmallWoodSignItem',
                     ['type'] = 'GeologyResearchPaperModernItem',
                     ['typeID'] = '753',
                     ['typeID'] = '552',
                    },
        },
         ['Smelting Skill Book'] = {
         ['Giant Cactus Fruit'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Food',
                     ['description'] = 'Creates Smelting Skill Scrolls that teach Smelting',
                     ['description'] = 'A bulbous fruit that used to top Saguaro cacti.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Crop]]', '[[Fruit]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = '100.0',
                     ['carbs'] = nil,
                     ['carbs'] = '2.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '2.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '4.0',
                     ['density'] = nil,
                     ['density'] = '8.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 18,993: Line 19,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmeltingSkillBook',
                     ['type'] = 'GiantCactusFruitItem',
                     ['typeID'] = '613',
                     ['typeID'] = '454',
                    },
        },
         ['Smelting Skill Scroll'] = {
         ['Gigot Sleeve Shirt'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'Teaches Smelting',
                     ['description'] = 'Cool piratey shirt that makes your biceps look bigger than they really are.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,032: Line 19,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmeltingSkillScroll',
                     ['type'] = 'GigotSleeveShirtItem',
                     ['typeID'] = '614',
                     ['typeID'] = '353',
                    },
        },
         ['Smog'] = {
         ['Glass'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A smoke that contains a combination of pollutants.',
                     ['description'] = 'A transparent, solid material useful for more than just windows.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,050: Line 19,619:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '2',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 19,071: Line 19,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SmogItem',
                     ['type'] = 'GlassItem',
                     ['typeID'] = '8',
                     ['typeID'] = '298',
                    },
        },
         ['Soil Sampler'] = {
         ['Glassworking Advanced Upgrade'] = {
                     ['category'] = 'Tools',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Tools',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Beaker and measuring tools for detecting the factors influencing plants in the environment.',
                     ['description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,110: Line 19,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SoilSamplerItem',
                     ['type'] = 'GlassworkingAdvancedUpgradeItem',
                     ['typeID'] = '814',
                     ['typeID'] = '635',
                    },
        },
         ['SolarPanels'] = {
         ['Glassworking Modern Upgrade'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'Generates electrical power from the sun! It also stores energy to work at night.',
                     ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,129: Line 19,700:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '30',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '0',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '750',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '6 X 4 X 7',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 19,149: Line 19,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SolarGeneratorItem',
                     ['type'] = 'GlassworkingModernUpgradeItem',
                     ['typeID'] = '754',
                     ['typeID'] = '636',
                    },
        },
         ['Spruce Seed'] = {
         ['Glassworking Skill Book'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Food',
                     ['group'] = 'Skill Books',
                     ['description'] = 'Plant to grow a fir tree.',
                     ['description'] = 'Creates Glassworking Skill Scrolls that teach Glassworking',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                    ['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'] = '520',
                    },
        ['Spruce Seed Pack'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Items',
                    ['description'] = 'Plant to grow a fir tree.',
                    ['maxStack'] = '100',
                    ['carried'] = 'Backpack',
                    ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,227: Line 19,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SpruceSeedPackItem',
                     ['type'] = 'GlassworkingSkillBook',
                     ['typeID'] = '521',
                     ['typeID'] = '814',
                    },
        },
         ['Square Belt'] = {
         ['Glassworking Skill Scroll'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'Belt with a square buckle.',
                     ['description'] = 'Teaches Glassworking',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Skill  Scrolls]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,266: Line 19,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SquareBeltItem',
                     ['type'] = 'GlassworkingSkillScroll',
                     ['typeID'] = '234',
                     ['typeID'] = '815',
                    },
        },
         ['Square Jaw'] = {
         ['Gneiss'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Block Items',
                     ['description'] = 'Jaw',
                     ['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.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0',
                     ['carried'] = 'Hands',
                     ['weight'] = '15',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,284: Line 19,819:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 19,305: Line 19,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SquareJawItem',
                     ['type'] = 'GneissItem',
                     ['typeID'] = '213',
                     ['typeID'] = '299',
                    },
        },
         ['Square Pot'] = {
         ['Goat Mount'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
                     ['description'] = 'A hunting trophy for your house.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 19,324: Line 19,860:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '1',
                     ['skillValue'] = '2.5',
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Decoration',
                     ['furnitureType'] = 'Decoration',
                     ['repeatsDepreciation'] = '0.9',
                     ['repeatsDepreciation'] = '0.2',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 19,342: Line 19,878:
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '1',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'PlanterPotSquareItem',
                     ['type'] = 'GoatMountItem',
                     ['typeID'] = '727',
                     ['typeID'] = '1062',
                    },
        },
         ['Starter Camp'] = {
         ['Gold Bar'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A combination of a small tent and a tiny stockpile.',
                     ['description'] = 'Refined bar of gold.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Metal]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '20',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,362: Line 19,899:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 19,376: Line 19,913:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '6 X 3 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 19,383: Line 19,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StarterCampItem',
                     ['type'] = 'GoldBarItem',
                     ['typeID'] = '800',
                     ['typeID'] = '300',
                    },
        },
         ['Steam Engine'] = {
         ['Gold Concentrate'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A large steam engine for generating power.',
                     ['description'] = 'Gold ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Concentrated Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '22',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,401: Line 19,939:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '0',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '1000',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '3 X 3 X 3',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 19,422: Line 19,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteamEngineItem',
                     ['type'] = 'GoldConcentrateItem',
                     ['typeID'] = '755',
                     ['typeID'] = '301',
                    },
        },
         ['Steam Tractor'] = {
         ['Gold Flakes'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A tractor powered through steam.',
                     ['description'] = 'A highly efficient conductor for delicate electronics.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '25',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,440: Line 19,979:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 19,446: Line 19,985:
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 19,455: Line 19,994:
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = nil,
                     ['mobile'] = 'Yes',
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '12',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = '2500000',
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteamTractorItem',
                     ['type'] = 'GoldFlakesItem',
                     ['typeID'] = '806',
                     ['typeID'] = '553',
                    },
        },
         ['Steam Tractor Harvester'] = {
         ['Gold Ore'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'An attachment for the steam tractor that allows for quick harvesting of plants.',
                     ['description'] = 'Unrefined ore with traces of gold.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '10',
                     ['carried'] = 'Hands',
                     ['weight'] = '25',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,484: Line 20,024:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 19,500: Line 20,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteamTractorHarvesterItem',
                     ['type'] = 'GoldOreItem',
                     ['typeID'] = '413',
                     ['typeID'] = '302',
                    },
        },
         ['Steam Tractor Plough'] = {
         ['Gold Wiring'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'An attachment for the steam tractor that allows for quick ploughing.',
                     ['description'] = 'A length of gold conductive wire useful for a variety of purposes.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '10',
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,539: Line 20,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteamTractorPloughItem',
                     ['type'] = 'GoldWiringItem',
                     ['typeID'] = '414',
                     ['typeID'] = '554',
                    },
        },
         ['Steam Tractor Sower'] = {
         ['Government Office'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'An attachment for the steam tractor that allows for quick planting of seeds.',
                     ['description'] = 'Elected titles are created and defined at the government office.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '10',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,557: Line 20,099:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 19,571: Line 20,113:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '4 X 3 X 4',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '75',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteamTractorSowerItem',
                     ['type'] = 'GovernmentOfficeItem',
                     ['typeID'] = '415',
                     ['typeID'] = '94',
                    },
        },
         ['Steam Truck'] = {
         ['Granite'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'A truck that runs on steam.',
                     ['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!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Rock]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '25',
                     ['carried'] = 'Hands',
                     ['weight'] = '15',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,596: Line 20,139:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 19,611: Line 20,154:
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = nil,
                     ['mobile'] = 'Yes',
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '24',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = '5000000',
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteamTruckItem',
                     ['type'] = 'GraniteItem',
                     ['typeID'] = '654',
                     ['typeID'] = '303',
                    },
        },
         ['Steel'] = {
         ['Grass Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'A strong alloy of iron and other elements.',
                     ['description'] = 'Plant to grow grass.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '2.5',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 19,656: Line 20,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelItem',
                     ['type'] = 'GrassSeedItem',
                     ['typeID'] = '416',
                     ['typeID'] = '705',
                    },
        },
         ['Steel Axe'] = {
         ['Grass Seed Pack'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'Hidden',
                     ['group'] = 'Tools',
                     ['group'] = 'Items',
                     ['description'] = 'A broadheaded axe useful for felling trees.',
                     ['description'] = 'Plant to grow grass.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,674: Line 20,219:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 19,695: Line 20,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelAxeItem',
                     ['type'] = 'GrassSeedPackItem',
                     ['typeID'] = '636',
                     ['typeID'] = '706',
                    },
        },
         ['Steel Axle'] = {
         ['Hammer'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Tools',
                     ['description'] = '',
                     ['description'] = 'Used to construct buildings and pickup manmade objects.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Construction]]', '[[Tools]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,713: Line 20,259:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 19,734: Line 20,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelAxleItem',
                     ['type'] = 'HammerItem',
                     ['typeID'] = '417',
                     ['typeID'] = '65',
                    },
        },
         ['Steel Ceiling Light'] = {
         ['Hand Plow'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A more modern way to light up a room.',
                     ['description'] = 'A tool that tills the field for farming.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Plow]]', '[[Vehicles]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '15',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,753: Line 20,300:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '5',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '250',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = 'Yes',
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
Line 19,773: Line 20,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelCeilingLightItem',
                     ['type'] = 'HandPlowItem',
                     ['typeID'] = '756',
                     ['typeID'] = '886',
                    },
        },
         ['Steel Floor Lamp'] = {
         ['Hardwood Board'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A more modern way to light up a room. This time from the floor.',
                     ['description'] = 'A higher quality hardwood board used for long lasting furniture.',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood Board]]', '[[Burnable  Fuel]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,789: Line 20,337:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = '2000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = '5',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '250',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 19,812: Line 20,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelFloorLampItem',
                     ['type'] = 'HardwoodBoardItem',
                     ['typeID'] = '757',
                     ['typeID'] = '555',
                    },
        },
         ['Steel Gear'] = {
         ['Hardwood Hewn Log'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Block Items',
                     ['description'] = '',
                     ['description'] = 'A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Fuel]]', '[[Hewn Log]]', '[[Burnable  Fuel]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '15',
                     ['weight'] = '0.5',
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,828: Line 20,377:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = '4000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = 'Yes',
Line 19,835: Line 20,384:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '1',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 19,851: Line 20,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelGearItem',
                     ['type'] = 'HardwoodHewnLogItem',
                     ['typeID'] = '418',
                     ['typeID'] = '304',
                    },
        },
         ['Steel Hammer'] = {
         ['Hardwood Lumber'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Block Items',
                     ['description'] = 'Destroys constructed materials.',
                     ['description'] = 'Can be fashioned into various usable equipment.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Fuel]]', '[[Lumber]]', '[[Burnable  Fuel]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '1',
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,867: Line 20,417:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = '4000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '2',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 19,890: Line 20,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelHammerItem',
                     ['type'] = 'HardwoodLumberItem',
                     ['typeID'] = '637',
                     ['typeID'] = '305',
                    },
        },
         ['Steel Hoe'] = {
         ['Hardwood Lumber Bench'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Used to till soil and prepare it for planting.',
                     ['description'] = 'An early stone bench. Not too comfy but it does the job.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,909: Line 20,460:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 19,922: Line 20,473:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 19,929: Line 20,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelHoeItem',
                     ['type'] = 'HardwoodLumberBenchItem',
                     ['typeID'] = '638',
                     ['typeID'] = '1063',
                    },
        },
         ['Steel Pickaxe'] = {
         ['Hardwood Lumber Chair'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
                     ['description'] = 'A sturdy lumber bench. It doesn\'t feel as wobbly as more basic wooden benches.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,947: Line 20,499:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 19,961: Line 20,513:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 19,968: Line 20,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelPickaxeItem',
                     ['type'] = 'HardwoodLumberChairItem',
                     ['typeID'] = '639',
                     ['typeID'] = '1064',
                    },
        },
         ['Steel Pipe'] = {
         ['Hardwood Lumber Door'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A pipe for transporting liquids.',
                     ['description'] = 'A door made from finely cut lumber.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '2',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 19,986: Line 20,539:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '3',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 20,000: Line 20,553:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,007: Line 20,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelPipeItem',
                     ['type'] = 'HardwoodLumberDoorItem',
                     ['typeID'] = '204',
                     ['typeID'] = '1065',
                    },
        },
         ['Steel Plate'] = {
         ['Hardwood Lumber Table'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'A nice, sturdy lumber chair.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,025: Line 20,579:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '2',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 20,039: Line 20,593:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,046: Line 20,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelPlateItem',
                     ['type'] = 'HardwoodLumberTableItem',
                     ['typeID'] = '419',
                     ['typeID'] = '1066',
                    },
        },
         ['Steel Scythe'] = {
         ['Hardy Beard'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'Hidden',
                     ['group'] = 'Tools',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'Nothing says harvest time (or death) like a scythe.',
                     ['description'] = '',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,064: Line 20,619:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 20,085: Line 20,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelScytheItem',
                     ['type'] = 'HardyBeardItem',
                     ['typeID'] = '640',
                     ['typeID'] = '354',
                    },
        },
         ['Steel Shovel'] = {
         ['Hare Carcass'] = {
                     ['category'] = 'Tool',
                     ['category'] = '_None',
                     ['group'] = 'Tools',
                     ['group'] = 'Items',
                     ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                     ['description'] = 'A dead hare.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Tiny Fur Carcass]]', '[[Carcass]]', '[[Tiny Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '1',
Line 20,103: Line 20,659:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 20,124: Line 20,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelShovelItem',
                     ['type'] = 'HareCarcassItem',
                     ['typeID'] = '641',
                     ['typeID'] = '556',
                    },
        },
         ['Steel Table Lamp'] = {
         ['Heart Of Palm'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Food',
                     ['description'] = 'For late night studying. Or working. Or anything, really.',
                     ['description'] = 'Collected from the inner core and growing bud of a palm tree.',
                    ['tagGroups'] = {'[[Crop]]', '[[Vegetable]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.01',
                     ['calories'] = nil,
                     ['calories'] = '100.0',
                     ['carbs'] = nil,
                     ['carbs'] = '4.0',
                     ['protein'] = nil,
                     ['protein'] = '2.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '2.0',
                     ['density'] = nil,
                     ['density'] = '8.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '4',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '250',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,163: Line 20,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SteelTableLampItem',
                     ['type'] = 'HeartOfPalmItem',
                     ['typeID'] = '758',
                     ['typeID'] = '455',
                    },
        },
         ['Stockpile'] = {
         ['Heat Sink'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'Designates a 5x5x5 area as storage for large items.',
                     ['description'] = 'A copper plate to draw and disperse heat.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,181: Line 20,739:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 20,195: Line 20,753:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '5 X 5 X 5',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '25',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StockpileItem',
                     ['type'] = 'HeatSinkItem',
                     ['typeID'] = '759',
                     ['typeID'] = '557',
                    },
        },
         ['Stone'] = {
         ['Heliconia Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Food',
                     ['description'] = 'Old stone',
                     ['description'] = 'Plant to grow heliconia.',
                     ['maxStack'] = '20',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '7',
                     ['carried'] = 'Backpack',
                     ['calories'] = nil,
                     ['weight'] = '0.05',
                     ['carbs'] = nil,
                     ['calories'] = '0.0',
                     ['protein'] = nil,
                     ['carbs'] = '0.0',
                     ['fat'] = nil,
                     ['protein'] = '0.0',
                     ['vitamins'] = nil,
                     ['fat'] = '0.0',
                     ['density'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 20,241: Line 20,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StoneItem',
                     ['type'] = 'HeliconiaSeedItem',
                     ['typeID'] = '205',
                     ['typeID'] = '707',
                    },
        },
         ['Stone Axe'] = {
         ['Heliconia Seed Pack'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'Hidden',
                     ['group'] = 'Tools',
                     ['group'] = 'Items',
                     ['description'] = 'A broadheaded axe useful for felling trees.',
                     ['description'] = 'Plant to grow heliconia.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,259: Line 20,819:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 20,280: Line 20,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StoneAxeItem',
                     ['type'] = 'HeliconiaSeedPackItem',
                     ['typeID'] = '642',
                     ['typeID'] = '708',
                    },
        },
         ['Stone Brazier'] = {
         ['Henley'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'A stone stand which can hold burning fuel to provide light.',
                     ['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.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,299: Line 20,860:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 20,312: Line 20,873:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,319: Line 20,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StoneBrazierItem',
                     ['type'] = 'HenleyItem',
                     ['typeID'] = '760',
                     ['typeID'] = '355',
                    },
        },
         ['Stone Door'] = {
         ['Hewn Bench'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A heavy stone door.',
                     ['description'] = 'A basic wooden bench.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 20,338: Line 20,900:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 20,351: Line 20,913:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,358: Line 20,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StoneDoorItem',
                     ['type'] = 'HewnBenchItem',
                     ['typeID'] = '761',
                     ['typeID'] = '1067',
                    },
        },
         ['Stone Hammer'] = {
         ['Hewn Chair'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Destroys constructed materials.',
                     ['description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,377: Line 20,940:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 20,390: Line 20,953:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,397: Line 20,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StoneHammerItem',
                     ['type'] = 'HewnChairItem',
                     ['typeID'] = '643',
                     ['typeID'] = '1068',
                    },
        },
         ['Stone Pickaxe'] = {
         ['Hewn Door'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
                     ['description'] = 'A door made from roughly hewn logs.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,415: Line 20,979:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 20,429: Line 20,993:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,436: Line 21,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StonePickaxeItem',
                     ['type'] = 'HewnDoorItem',
                     ['typeID'] = '644',
                     ['typeID'] = '1069',
                    },
        },
         ['Stone Ramp'] = {
         ['Hewn Hardwood Bench'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Road Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '4 x 1 Stone Ramp.',
                     ['description'] = 'A basic wooden bench.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '60',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,455: Line 21,020:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 20,468: Line 21,033:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '4 X 1 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,475: Line 21,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StoneRampItem',
                     ['type'] = 'HewnHardwoodBenchItem',
                     ['typeID'] = '798',
                     ['typeID'] = '1070',
                    },
        },
         ['Stone Road'] = {
         ['Hewn Hardwood Chair'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A rocky surface formed from smoothed rubble. It\'s fairly durable and efficient for any wheeled vehicle.',
                     ['description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '30',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,494: Line 21,060:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 20,507: Line 21,073:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,514: Line 21,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StoneRoadItem',
                     ['type'] = 'HewnHardwoodChairItem',
                     ['typeID'] = '206',
                     ['typeID'] = '1071',
                    },
        },
         ['Stone Scythe'] = {
         ['Hewn Hardwood Table'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Nothing says harvest time (or death) like a scythe.',
                     ['description'] = 'A large table for placing things on.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,532: Line 21,099:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 20,546: Line 21,113:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,553: Line 21,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StoneScytheItem',
                     ['type'] = 'HewnHardwoodTableItem',
                     ['typeID'] = '645',
                     ['typeID'] = '1072',
                    },
        },
         ['Stone Well'] = {
         ['Hewn Log'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'PLACEHOLDER',
                     ['description'] = 'A log hewn and shaped to be a building material. Hewing logs at a workbench will grant no experience.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Fuel]]', '[[Hewn Log]]', '[[Burnable  Fuel]]', '[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '15',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,569: Line 21,137:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = '4000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '1',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 20,585: Line 21,153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 3 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,592: Line 21,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StoneWellItem',
                     ['type'] = 'HewnLogItem',
                     ['typeID'] = '762',
                     ['typeID'] = '306',
                    },
        },
         ['Storage Chest'] = {
         ['Hewn Softwood Bench'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A container you can store items in.',
                     ['description'] = 'A basic wooden bench.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 20,611: Line 21,180:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 20,624: Line 21,193:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '16',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StorageChestItem',
                     ['type'] = 'HewnSoftwoodBenchItem',
                     ['typeID'] = '763',
                     ['typeID'] = '1073',
                    },
        },
         ['Store'] = {
         ['Hewn Softwood Chair'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Allows the selling and trading of 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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 20,650: Line 21,220:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Seating',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 20,663: Line 21,233:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,670: Line 21,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StoreItem',
                     ['type'] = 'HewnSoftwoodChairItem',
                     ['typeID'] = '764',
                     ['typeID'] = '1074',
                    },
        },
         ['Stove'] = {
         ['Hewn Softwood Table'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A heavy stove for cooking more complex dishes.',
                     ['description'] = 'A large table for placing things on.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 20,689: Line 21,260:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '4',
                     ['skillValue'] = '1',
                     ['roomCategory'] = 'Kitchen',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Cooking',
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = '0.3',
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Log]], [[Lumber]], [[Charcoal]], [[Arrow]], [[Board]], [[Coal]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 20,700: Line 21,271:
                     ['energyType'] = nil,
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = {{'[[Smog]]', 400}},
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 2',
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,709: Line 21,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StoveItem',
                     ['type'] = 'HewnSoftwoodTableItem',
                     ['typeID'] = '765',
                     ['typeID'] = '1075',
                    },
        },
         ['Strange Fuel'] = {
         ['Hewn Table'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'CHEEEAAAAATER',
                     ['description'] = 'A large table for placing things on.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,725: Line 21,297:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '1E+07',
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Table',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 20,741: Line 21,313:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,748: Line 21,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StrangeFuelItem',
                     ['type'] = 'HewnTableItem',
                     ['typeID'] = '420',
                     ['typeID'] = '1076',
                    },
        },
         ['Streetlamp'] = {
         ['Hide Ash Fertilizer'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Tool',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A towering metal light post that requires electricity to run.',
                     ['description'] = 'A fertilizer made from hide ash and fillers.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '50',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 20,767: Line 21,340:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '4',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '100',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 5 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,787: Line 21,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StreetlampItem',
                     ['type'] = 'HideAshFertilizerItem',
                     ['typeID'] = '766',
                     ['typeID'] = '375',
                    },
        },
         ['Stuffed Elk'] = {
         ['Hoe'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Tools',
                     ['description'] = 'It looks so real!',
                     ['description'] = 'Used to till soil and prepare it for planting.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Plow]]', '[[Tools]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 20,806: Line 21,380:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '5',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Decoration',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.2',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 20,819: Line 21,393:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 3 X 3',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 20,826: Line 21,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StuffedElkItem',
                     ['type'] = 'HoeItem',
                     ['typeID'] = '767',
                     ['typeID'] = '66',
                    },
        },
         ['Stuffed Turkey'] = {
         ['Huckleberries'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'To give thanks for fact that this food items gives two nutrients more than other food at the same tier.',
                     ['description'] = 'A handfull of small wild berries. I\'m your huckleberry.',
                    ['tagGroups'] = {'[[Crop]]', '[[Fruit]]', '[[Raw  Food]]', '[[Food]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.01',
                     ['calories'] = '1500.0',
                     ['calories'] = '150.0',
                     ['carbs'] = '9.0',
                     ['carbs'] = '2.0',
                     ['protein'] = '16.0',
                     ['protein'] = '0.0',
                     ['fat'] = '12.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '7.0',
                     ['vitamins'] = '6.0',
                     ['density'] = '2.9',
                     ['density'] = '5.3',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 20,865: Line 21,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'StuffedTurkeyItem',
                     ['type'] = 'HuckleberriesItem',
                     ['typeID'] = '337',
                     ['typeID'] = '456',
                    },
        },
         ['Substrate'] = {
         ['Huckleberry Extract'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'The foundation material for complex electronics.',
                     ['description'] = 'A concentrated blast of huckleberry goodness.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = '60.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '15.0',
                     ['density'] = nil,
                     ['density'] = '25.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 20,904: Line 21,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SubstrateItem',
                     ['type'] = 'HuckleberryExtractItem',
                     ['typeID'] = '421',
                     ['typeID'] = '457',
                    },
        },
         ['Sugar'] = {
         ['Huckleberry Pie'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Even sweet lovers don\'t eat sugar plain.',
                     ['description'] = 'A fantastic combination of flaky crust and scrumptious berries.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.6',
                     ['calories'] = '50.0',
                     ['calories'] = '1300.0',
                     ['carbs'] = '15.0',
                     ['carbs'] = '9.0',
                     ['protein'] = '0.0',
                     ['protein'] = '5.0',
                     ['fat'] = '0.0',
                     ['fat'] = '4.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '16.0',
                     ['density'] = '30.0',
                     ['density'] = '2.6',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 20,943: Line 21,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SugarItem',
                     ['type'] = 'HuckleberryPieItem',
                     ['typeID'] = '338',
                     ['typeID'] = '458',
                    },
        },
         ['Sugarcane'] = {
         ['Huckleberry Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'How did you even get this?',
                     ['description'] = 'Plant to grow a huckleberry bush.',
                    ['tagGroups'] = {'[[Crop  Seed]]', '[[Seeds]]', '[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.05',
                     ['calories'] = '1.0',
                     ['calories'] = '0.0',
                     ['carbs'] = '0.0',
                     ['carbs'] = '0.0',
                     ['protein'] = '0.0',
                     ['protein'] = '0.0',
                     ['fat'] = '1.0',
                     ['fat'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['vitamins'] = '0.0',
                     ['density'] = '100.0',
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 20,982: Line 21,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SugarcaneItem',
                     ['type'] = 'HuckleberrySeedItem',
                     ['typeID'] = '522',
                     ['typeID'] = '709',
                    },
        },
         ['Sugarcane Pack'] = {
         ['Huckleberry Seed Pack'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'How did you even get this?',
                     ['description'] = 'Plant to grow a huckleberry bush.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 21,021: Line 21,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SugarcanePackItem',
                     ['type'] = 'HuckleberrySeedPackItem',
                     ['typeID'] = '523',
                     ['typeID'] = '710',
                    },
        },
         ['Sunflower Seed'] = {
         ['Human Limbs'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'Plant to grow sunflowers.',
                     ['description'] = 'Limbs',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Not In Browser]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0',
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 21,060: Line 21,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SunflowerSeedItem',
                     ['type'] = 'HumanLimbsItem',
                     ['typeID'] = '524',
                     ['typeID'] = '338',
                    },
        },
         ['Sunflower Seed Pack'] = {
         ['Hydrocolloids'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow sunflowers.',
                     ['description'] = 'Used to make collids for bursts of flavor.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '10.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 21,099: Line 21,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SunflowerSeedPackItem',
                     ['type'] = 'HydrocolloidsItem',
                     ['typeID'] = '525',
                     ['typeID'] = '459',
                    },
        },
         ['Sweet Salad'] = {
         ['Hydrometer'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Tools',
                     ['description'] = 'The sweetness of the fruits happens to work well with the salad.',
                     ['description'] = 'Measures the water content of the environment.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tools]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.4',
                     ['weight'] = nil,
                     ['calories'] = '1100.0',
                     ['calories'] = nil,
                     ['carbs'] = '18.0',
                     ['carbs'] = nil,
                     ['protein'] = '9.0',
                     ['protein'] = nil,
                     ['fat'] = '7.0',
                     ['fat'] = nil,
                     ['vitamins'] = '22.0',
                     ['vitamins'] = nil,
                     ['density'] = '5.1',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 21,138: Line 21,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SweetSaladItem',
                     ['type'] = 'HydrometerItem',
                     ['typeID'] = '339',
                     ['typeID'] = '67',
                    },
        },
         ['Switch'] = {
         ['Icebox'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Toggle on any touching wires and electronic objects.',
                     ['description'] = 'A box of ice. It\'s in the name!',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Storage  Container]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 21,157: Line 21,740:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '1.5',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Kitchen',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Food Storage',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.3',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 21,170: Line 21,753:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = '8',
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SwitchItem',
                     ['type'] = 'IceboxItem',
                     ['typeID'] = '2',
                     ['typeID'] = '1077',
                    },
        },
         ['Synthetic Rubber'] = {
         ['Industry Modern Upgrade'] = {
                     ['category'] = '_None',
                     ['category'] = 'Efficiency Modules',
                     ['group'] = 'Items',
                     ['group'] = 'Upgrade',
                     ['description'] = 'An extremely useful synthetic material derived from petrochemicals',
                     ['description'] = 'Modern Upgrade that greatly increases efficiency when crafting Industry recipes.',
                    ['tagGroups'] = {'[[Upgrade]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.001',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,195: Line 21,779:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 21,216: Line 21,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'SyntheticRubberItem',
                     ['type'] = 'IndustryUpgradeItem',
                     ['typeID'] = '422',
                     ['typeID'] = '637',
                    },
        },
         ['Table'] = {
         ['Industry Skill Book'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Skill Books',
                     ['description'] = 'A large table for placing things on.',
                     ['description'] = 'Creates Industry Skill Scrolls that teach Industry',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Skill  Books]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 21,235: Line 21,820:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Table',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.6',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 21,248: Line 21,833:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 21,255: Line 21,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TableItem',
                     ['type'] = 'IndustrySkillBook',
                     ['typeID'] = '768',
                     ['typeID'] = '819',
                    },
        },
         ['Tailings'] = {
         ['Industry Skill Scroll'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden/Research',
                     ['group'] = 'Block Items',
                     ['group'] = 'Skill Scrolls',
                     ['description'] = 'Waste product from smelting. When left on soil the run-off will create pollution; killing nearby plants and seeping into the water supply.  Contain in buildings or bury in rock to neutralize.',
                     ['description'] = 'Teaches Industry',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Skill Scrolls]]', '[[Object]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '100',
                     ['weight'] = '0.03',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,278: Line 21,864:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 21,294: Line 21,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TailingsItem',
                     ['type'] = 'IndustrySkillScroll',
                     ['typeID'] = '801',
                     ['typeID'] = '820',
                    },
        },
         ['Tailoring Skill Book'] = {
         ['Infused Oil'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = '_None',
                     ['group'] = 'Skill Books',
                     ['group'] = 'Food',
                     ['description'] = 'Creates Tailoring Skill Scrolls that teach Tailoring',
                     ['description'] = 'Oil infused with flavor to enhance it.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = '120.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '12.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '3.0',
                     ['density'] = nil,
                     ['density'] = '12.5',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 21,333: Line 21,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TailoringSkillBook',
                     ['type'] = 'InfusedOilItem',
                     ['typeID'] = '619',
                     ['typeID'] = '460',
                    },
        },
         ['Tailoring Skill Scroll'] = {
         ['Iron Axe'] = {
                     ['category'] = 'Hidden/Research',
                     ['category'] = 'Tool',
                     ['group'] = 'Skill Scrolls',
                     ['group'] = 'Tools',
                     ['description'] = 'Teaches Tailoring',
                     ['description'] = 'A broadheaded axe useful for felling trees.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tool]]', '[[Logging]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,372: Line 21,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TailoringSkillScroll',
                     ['type'] = 'IronAxeItem',
                     ['typeID'] = '620',
                     ['typeID'] = '852',
                    },
        },
         ['Tailoring Table'] = {
         ['Iron Axle'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'Spearhead the fashion movement with the finest clothes and hair!',
                     ['description'] = 'A rotating iron rod that can be fixed to wheels for use in vehicles.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,390: Line 21,979:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 21,403: Line 21,992:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 21,411: Line 22,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TailoringTableItem',
                     ['type'] = 'IronAxleItem',
                     ['typeID'] = '769',
                     ['typeID'] = '558',
                    },
        },
         ['Tall Boots'] = {
         ['Iron Bar'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Block Items',
                     ['description'] = 'Knee-high boots are boots that rise to the knee, or slightly thereunder. They are generally tighter around the leg shaft and ankle than at the top.',
                     ['description'] = 'Refined bar of iron.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Metal]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.1',
                     ['carried'] = 'Hands',
                     ['weight'] = '15',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,429: Line 22,019:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 21,450: Line 22,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TallBootsItem',
                     ['type'] = 'IronBarItem',
                     ['typeID'] = '235',
                     ['typeID'] = '307',
                    },
        },
         ['Tallow'] = {
         ['Iron Concentrate'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Rendered animal fat useful for more than just cooking.',
                     ['description'] = 'Iron ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Concentrated Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = '0.02',
                     ['carried'] = 'Hands',
                     ['calories'] = '200.0',
                     ['weight'] = '18',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '8.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '4.0',
                     ['vitamins'] = nil,
                     ['fuel'] = '2000',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 21,489: Line 22,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TallowItem',
                     ['type'] = 'IronConcentrateItem',
                     ['typeID'] = '340',
                     ['typeID'] = '308',
                    },
        },
         ['Tallow Candle'] = {
         ['Iron Gear'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A candle which can burn tallow to produce a small amount of light.',
                     ['description'] = 'A toothed machine part that interlocks with others.',
                    ['tagGroups'] = {'[[Gear]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,507: Line 22,099:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = '1',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Tallow]], [[Oil]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 21,521: Line 22,113:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 21,528: Line 22,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TallowCandleItem',
                     ['type'] = 'IronGearItem',
                     ['typeID'] = '770',
                     ['typeID'] = '559',
                    },
        },
         ['Tallow Lamp'] = {
         ['Iron Hammer'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Tool',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Tools',
                     ['description'] = 'A pottery lamp. Fuel with tallow.',
                     ['description'] = 'Used to construct buildings and pickup manmade objects.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tool]]', '[[Construction]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,547: Line 22,140:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Tallow]], [[Oil]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 21,560: Line 22,153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 21,567: Line 22,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TallowLampItem',
                     ['type'] = 'IronHammerItem',
                     ['typeID'] = '771',
                     ['typeID'] = '853',
                    },
        },
         ['Tallow Wall Lamp'] = {
         ['Iron Hoe'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Tool',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Tools',
                     ['description'] = 'A candle mounted on a wall bracket which can burn tallow to produce a small amount of light.',
                     ['description'] = 'Used to till soil and prepare it for planting.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tool]]', '[[Plow]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,586: Line 22,180:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Tallow]], [[Oil]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 21,599: Line 22,193:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 21,606: Line 22,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TallowWallLampItem',
                     ['type'] = 'IronHoeItem',
                     ['typeID'] = '772',
                     ['typeID'] = '854',
                    },
        },
         ['Taro Root'] = {
         ['Iron Machete'] = {
                     ['category'] = '_None',
                     ['category'] = 'Tool',
                     ['group'] = 'Food',
                     ['group'] = 'Tools',
                     ['description'] = 'Colocasia esculenta',
                     ['description'] = 'A machete used to quickly clear plants.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = '1',
                     ['calories'] = '400.0',
                     ['calories'] = nil,
                     ['carbs'] = '8.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 21,645: Line 22,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TaroRootItem',
                     ['type'] = 'IronMacheteItem',
                     ['typeID'] = '341',
                     ['typeID'] = '855',
                    },
        },
         ['Taro Seed'] = {
         ['Iron Ore'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Block Items',
                     ['description'] = 'Plant to grow taro.',
                     ['description'] = 'Unrefined ore with traces of iron.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Ore]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '20',
                     ['weight'] = '0.05',
                     ['carried'] = 'Hands',
                     ['calories'] = '0.0',
                     ['weight'] = '20',
                     ['carbs'] = '0.0',
                     ['calories'] = nil,
                     ['protein'] = '0.0',
                     ['carbs'] = nil,
                     ['fat'] = '0.0',
                     ['protein'] = nil,
                     ['vitamins'] = '0.0',
                     ['fat'] = nil,
                     ['density'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '0',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 21,684: Line 22,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TaroSeedItem',
                     ['type'] = 'IronOreItem',
                     ['typeID'] = '526',
                     ['typeID'] = '309',
                    },
        },
         ['Taro Seed Pack'] = {
         ['Iron Pickaxe'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Tool',
                     ['group'] = 'Items',
                     ['group'] = 'Tools',
                     ['description'] = 'Plant to grow taro.',
                     ['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tool]]', '[[Excavation]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,723: Line 22,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TaroSeedPackItem',
                     ['type'] = 'IronPickaxeItem',
                     ['typeID'] = '527',
                     ['typeID'] = '856',
                    },
        },
         ['Tiny Stockpile'] = {
         ['Iron Pipe'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'Designates a 2x3x2 area as storage for large items.',
                     ['description'] = 'A pipe for transporting liquids.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Constructable]]', '[[Block]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['carried'] = 'Backpack',
                     ['maxStack'] = '10',
                     ['weight'] = nil,
                     ['carried'] = 'Hands',
                     ['weight'] = '2',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,741: Line 22,339:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = '2',
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 21,755: Line 22,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 3 X 2',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '4',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TinyStockpileItem',
                     ['type'] = 'IronPipeItem',
                     ['typeID'] = '773',
                     ['typeID'] = '77',
                    },
        },
         ['Toll'] = {
         ['Iron Plate'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'Toggle on any touching wires and electronic objects.',
                     ['description'] = 'A solid iron plate for use in various crafting recipes.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,780: Line 22,379:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 21,794: Line 22,393:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 21,801: Line 22,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TollItem',
                     ['type'] = 'IronPlateItem',
                     ['typeID'] = '807',
                     ['typeID'] = '560',
                    },
        },
         ['Tomato'] = {
         ['Iron Rock Drill'] = {
                     ['category'] = '_None',
                     ['category'] = 'Tool',
                     ['group'] = 'Food',
                     ['group'] = 'Tools',
                     ['description'] = 'Intelligence is knowing this is a fruit; wisdom is not putting it in a fruit salad.',
                     ['description'] = 'A useful tool for prospecting blocks.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tool]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.008',
                     ['weight'] = '1',
                     ['calories'] = '240.0',
                     ['calories'] = nil,
                     ['carbs'] = '4.0',
                     ['carbs'] = nil,
                     ['protein'] = '1.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '3.0',
                     ['vitamins'] = nil,
                     ['density'] = '3.3',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 21,840: Line 22,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TomatoItem',
                     ['type'] = 'IronRockDrillItem',
                     ['typeID'] = '342',
                     ['typeID'] = '857',
                    },
        },
         ['Tomato Seed'] = {
         ['Iron Saw Blade'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow tomato plants.',
                     ['description'] = 'A disc shaped iron saw that can be attached to rotary machines to shape wood products.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '0.1',
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 21,879: Line 22,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TomatoSeedItem',
                     ['type'] = 'IronSawBladeItem',
                     ['typeID'] = '528',
                     ['typeID'] = '561',
                    },
        },
         ['Tomato Seed Pack'] = {
         ['Iron Shovel'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Tool',
                     ['group'] = 'Items',
                     ['group'] = 'Tools',
                     ['description'] = 'Plant to grow tomato plants.',
                     ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tool]]', '[[Excavation]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,918: Line 22,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TomatoSeedPackItem',
                     ['type'] = 'IronShovelItem',
                     ['typeID'] = '529',
                     ['typeID'] = '858',
                    },
        },
         ['Torch'] = {
         ['Iron Sickle'] = {
                     ['category'] = '_None',
                     ['category'] = 'Tool',
                     ['group'] = 'Tools',
                     ['group'] = 'Tools',
                     ['description'] = 'A little bit of light to help beat back the night.',
                     ['description'] = 'An iron sickle used to harvest crops or cut grass.',
                    ['tagGroups'] = {'[[Tool]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,934: Line 22,537:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '1000',
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 21,957: Line 22,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TorchItem',
                     ['type'] = 'IronSickleItem',
                     ['typeID'] = '423',
                     ['typeID'] = '859',
                    },
        },
         ['Torch Stand'] = {
         ['Iron Wheel'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'A stand for a torch.',
                     ['description'] = 'A sturdy iron wheel that can support heavier vehicles than early wooden wheels.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 21,975: Line 22,579:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = '1',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Torch]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 21,989: Line 22,593:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 21,996: Line 22,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TorchStandItem',
                     ['type'] = 'IronWheelItem',
                     ['typeID'] = '774',
                     ['typeID'] = '562',
                    },
        },
         ['Tortilla'] = {
         ['IronPiston'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'A thin, unleavened flatbread.',
                     ['description'] = 'A moving component that transfers force. Can also function as a valve occasionally.',
                    ['tagGroups'] = {'[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.5',
                     ['calories'] = '350.0',
                     ['calories'] = nil,
                     ['carbs'] = '20.0',
                     ['carbs'] = nil,
                     ['protein'] = '10.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '8.6',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 22,035: Line 22,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TortillaItem',
                     ['type'] = 'PistonItem',
                     ['typeID'] = '343',
                     ['typeID'] = '580',
                    },
        },
         ['Transglutaminase'] = {
         ['Jaguar Carcass'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'Any enzyme that can be used to bond proteins together.',
                     ['description'] = 'A dead Jaguar.',
                    ['tagGroups'] = {'[[Medium Carcass]]', '[[Carcass]]', '[[Animal]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '2',
                     ['calories'] = '10.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 22,074: Line 22,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TransglutaminaseItem',
                     ['type'] = 'JaguarCarcassItem',
                     ['typeID'] = '344',
                     ['typeID'] = '563',
                    },
        },
         ['Transmission Pole'] = {
         ['Jaw Crusher'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Can link energy.',
                     ['description'] = 'A heavy duty machine that uses compressive force to crush rocks into a fine gravel.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 22,093: Line 22,700:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
Line 22,100: Line 22,707:
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = '10',
                     ['energyUsed'] = '0',
                     ['energyUsed'] = '1000',
                     ['energyProduced'] = '0',
                     ['energyProduced'] = '0',
                     ['energyType'] = 'Electric',
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = '1 X 8 X 1',
                     ['footprint'] = '3 X 2 X 3',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 22,113: Line 22,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TransmissionPoleItem',
                     ['type'] = 'JawCrusherItem',
                     ['typeID'] = '808',
                     ['typeID'] = '1078',
                    },
        },
         ['TrashItem'] = {
         ['Jointfir Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = '',
                     ['description'] = 'Plant to grow a jointfir.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 22,152: Line 22,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TrashItem',
                     ['type'] = 'JointfirSeedItem',
                     ['typeID'] = '803',
                     ['typeID'] = '711',
                    },
        },
         ['Treasury'] = {
         ['Jointfir Seed Pack'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Hidden',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'Allows the setting of taxes.',
                     ['description'] = 'Plant to grow a jointfir.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 22,184: Line 22,793:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '3 X 2 X 3',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 22,191: Line 22,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TreasuryItem',
                     ['type'] = 'JointfirSeedPackItem',
                     ['typeID'] = '775',
                     ['typeID'] = '712',
                    },
        },
         ['Tree Debris'] = {
         ['Joshua Log'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Block Items',
                     ['group'] = 'Block Items',
                     ['description'] = 'Clear cut debris that needs to be broken down to be more usable.',
                     ['description'] = 'Joshua log is a basic wood log, harvested from one of the few species of trees that thrive in the desert',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[Fuel]]', '[[Wood]]', '[[Burnable  Fuel]]', '[[Block]]', '[[Object]]', '[[Ingredient]]'},
                     ['maxStack'] = '20',
                     ['carried'] = 'Hands',
                     ['carried'] = 'Hands',
                     ['weight'] = '0.5',
                     ['weight'] = '10',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 22,207: Line 22,817:
                     ['vitamins'] = nil,
                     ['vitamins'] = nil,
                     ['density'] = nil,
                     ['density'] = nil,
                     ['fuel'] = '100',
                     ['fuel'] = '4000',
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = 'Yes',
Line 22,230: Line 22,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TreeDebrisItem',
                     ['type'] = 'JoshuaLogItem',
                     ['typeID'] = '207',
                     ['typeID'] = '310',
                    },
        },
         ['Trillium Seed'] = {
         ['Joshua Seed'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'Plant to grow trillium.',
                     ['description'] = 'Plant to grow a joshua tree.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 22,269: Line 22,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TrilliumSeedItem',
                     ['type'] = 'JoshuaSeedItem',
                     ['typeID'] = '530',
                     ['typeID'] = '713',
                    },
        },
         ['Trillium Seed Pack'] = {
         ['Joshua Seed Pack'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'Plant to grow trillium.',
                     ['description'] = 'Plant to grow a joshua tree.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 22,308: Line 22,920:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TrilliumSeedPackItem',
                     ['type'] = 'JoshuaSeedPackItem',
                     ['typeID'] = '531',
                     ['typeID'] = '714',
                    },
        },
         ['Trousers'] = {
         ['Jungle Campfire Salad'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'Food',
                     ['description'] = 'Sturdy pair of slim-fit pants. Trousers are an item of clothing worn from the waist to the ankles, covering both legs separately (rather than with cloth extending across both legs as in robes, skirts, and dresses).',
                     ['description'] = 'A myriad of plants that make a healthy and odd blend.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Campfire Salad]]', '[[Food]]', '[[Object]]', '[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = '0.2',
                     ['calories'] = nil,
                     ['calories'] = '900.0',
                     ['carbs'] = nil,
                     ['carbs'] = '12.0',
                     ['protein'] = nil,
                     ['protein'] = '4.0',
                     ['fat'] = nil,
                     ['fat'] = '3.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '11.0',
                     ['density'] = nil,
                     ['density'] = '3.3',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 22,347: Line 22,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TrousersItem',
                     ['type'] = 'JungleCampfireSaladItem',
                     ['typeID'] = '236',
                     ['typeID'] = '461',
                    },
        },
         ['Trout'] = {
         ['Jungle Campfire Stew'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'A trout.',
                     ['description'] = 'A thick stew chock-full of meat and charred vegetables. A suprisingly good combination.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.5',
                     ['calories'] = nil,
                     ['calories'] = '1100.0',
                     ['carbs'] = nil,
                     ['carbs'] = '6.0',
                     ['protein'] = nil,
                     ['protein'] = '11.0',
                     ['fat'] = nil,
                     ['fat'] = '8.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '5.0',
                     ['density'] = nil,
                     ['density'] = '2.7',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 22,386: Line 23,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TroutItem',
                     ['type'] = 'JungleCampfireStewItem',
                     ['typeID'] = '424',
                     ['typeID'] = '462',
                    },
        },
         ['Truck'] = {
         ['Kelp'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = '_None',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Items',
                     ['description'] = 'Modern truck for hauling sizable loads.',
                     ['description'] = 'Some creepy kelp.',
                    ['tagGroups'] = {'[[Natural Fiber]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '25',
                     ['weight'] = '0.1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 22,404: Line 23,019:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 22,410: Line 23,025:
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Petroleum]], [[Gasoline]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 22,419: Line 23,034:
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = nil,
                     ['mobile'] = 'Yes',
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '36',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = '8000000',
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TruckItem',
                     ['type'] = 'KelpItem',
                     ['typeID'] = '655',
                     ['typeID'] = '564',
                    },
        },
         ['Tuna'] = {
         ['Kelp Seed'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'A tuna.',
                     ['description'] = 'Plant to grow kelp.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 22,464: Line 23,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TunaItem',
                     ['type'] = 'KelpSeedItem',
                     ['typeID'] = '425',
                     ['typeID'] = '715',
                    },
        },
         ['Turkey Carcass'] = {
         ['Kelp Seed Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'A dead turkey',
                     ['description'] = 'Plant to grow kelp.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 22,503: Line 23,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'TurkeyCarcassItem',
                     ['type'] = 'KelpSeedPackItem',
                     ['typeID'] = '426',
                     ['typeID'] = '716',
                    },
        },
         ['Urchin'] = {
         ['Kiln'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'An urchin.',
                     ['description'] = 'Useful for baking bricks and finishing pottery.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Storage  Container]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 22,521: Line 23,139:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '0',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = '[[Burnable Fuel]]',
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 22,534: Line 23,152:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 3 X 2',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '45',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 0.8',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'UrchinItem',
                     ['type'] = 'KilnItem',
                     ['typeID'] = '427',
                     ['typeID'] = '1079',
                    },
        },
         ['Valve'] = {
         ['King Fern Spore'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Food',
                     ['description'] = 'A device that regulates, directs, or controls the flow of fluid.',
                     ['description'] = 'Plant to grow king fern.',
                    ['tagGroups'] = {'[[Seeds]]', '[[Food]]', '[[Object]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = '0.05',
                     ['calories'] = nil,
                     ['calories'] = '0.0',
                     ['carbs'] = nil,
                     ['carbs'] = '0.0',
                     ['protein'] = nil,
                     ['protein'] = '0.0',
                     ['fat'] = nil,
                     ['fat'] = '0.0',
                     ['vitamins'] = nil,
                     ['vitamins'] = '0.0',
                     ['density'] = nil,
                     ['density'] = '0.0',
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 22,581: Line 23,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'ValveItem',
                     ['type'] = 'KingFernSporeItem',
                     ['typeID'] = '428',
                     ['typeID'] = '717',
                    },
        },
         ['Vegetable Medley'] = {
         ['King Fern Spore Pack'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Food',
                     ['group'] = 'Items',
                     ['description'] = 'An eclectic arrangement of vegetables.',
                     ['description'] = 'Plant to grow king fern.',
                    ['tagGroups'] = {'[[Not In Browser]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.3',
                     ['weight'] = '0.05',
                     ['calories'] = '900.0',
                     ['calories'] = nil,
                     ['carbs'] = '8.0',
                     ['carbs'] = nil,
                     ['protein'] = '4.0',
                     ['protein'] = nil,
                     ['fat'] = '7.0',
                     ['fat'] = nil,
                     ['vitamins'] = '17.0',
                     ['vitamins'] = nil,
                     ['density'] = '4.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 22,620: Line 23,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'VegetableMedleyItem',
                     ['type'] = 'KingFernSporePackItem',
                     ['typeID'] = '345',
                     ['typeID'] = '718',
                    },
        },
         ['Vegetable Soup'] = {
         ['Kitchen'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Who knew plants in plant broth could be so tasty?',
                     ['description'] = 'A prep area for food which allows for more complex dishes.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.9',
                     ['weight'] = nil,
                     ['calories'] = '1200.0',
                     ['calories'] = nil,
                     ['carbs'] = '12.0',
                     ['carbs'] = nil,
                     ['protein'] = '4.0',
                     ['protein'] = nil,
                     ['fat'] = '7.0',
                     ['fat'] = nil,
                     ['vitamins'] = '19.0',
                     ['vitamins'] = nil,
                     ['density'] = '3.5',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = '3',
                     ['roomCategory'] = nil,
                     ['roomCategory'] = 'Kitchen',
                     ['furnitureType'] = nil,
                     ['furnitureType'] = 'Cooking',
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = '0.3',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 22,651: Line 23,272:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '3 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '25',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 1.8',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'VegetableSoupItem',
                     ['type'] = 'KitchenItem',
                     ['typeID'] = '346',
                     ['typeID'] = '1080',
                    },
        },
         ['Vegetable Stock'] = {
         ['Laboratory'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A hearty stock full of assorted vegetables.',
                     ['description'] = 'For researching the science side of cooking. Science rules!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.8',
                     ['weight'] = nil,
                     ['calories'] = '700.0',
                     ['calories'] = nil,
                     ['carbs'] = '11.0',
                     ['carbs'] = nil,
                     ['protein'] = '1.0',
                     ['protein'] = nil,
                     ['fat'] = '2.0',
                     ['fat'] = nil,
                     ['vitamins'] = '11.0',
                     ['vitamins'] = nil,
                     ['density'] = '3.6',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 22,684: Line 23,306:
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = '10',
                     ['energyUsed'] = nil,
                     ['energyUsed'] = '250',
                     ['energyProduced'] = nil,
                     ['energyProduced'] = '0',
                     ['energyType'] = nil,
                     ['energyType'] = 'Electric',
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = {{'[[Water]]', ' 0. 3'}},
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = {{'[[Sewage]]', ' 0'}},
                     ['validTalents'] = nil,
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = '25',
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = 'Tier 2.8',
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = 'Yes',
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'VegetableStockItem',
                     ['type'] = 'LaboratoryItem',
                     ['typeID'] = '347',
                     ['typeID'] = '1081',
                    },
        },
         ['VehicleToolItem'] = {
         ['Land Claim Papers'] = {
                     ['category'] = 'Hidden',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = '',
                     ['description'] = 'Papers giving you the right to claim a plot of land. Use them with a Land Claim Stake.',
                     ['maxStack'] = '1',
                    ['tagGroups'] = {'[[Object]]'},
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 22,716: Line 23,339:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = 'Yes',
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 22,737: Line 23,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'VehicleToolItem',
                     ['type'] = 'PropertyClaimItem',
                     ['typeID'] = '14',
                     ['typeID'] = '33',
                    },
        },
         ['Wainwright Table'] = {
         ['Land Claim Stake'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'Tools',
                     ['group'] = 'World Object Items',
                     ['group'] = 'Tools',
                     ['description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                     ['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.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[Tool]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = '1',
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 22,768: Line 23,392:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = nil,
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 22,776: Line 23,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WainwrightTableItem',
                     ['type'] = 'PropertyToolItem',
                     ['typeID'] = '776',
                     ['typeID'] = '125',
                    },
        },
         ['Wall Candle'] = {
         ['Large Corrugated Steel Door'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A wall mounted candle.',
                     ['description'] = 'A large door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 22,795: Line 23,420:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = '[[Tallow]], [[Oil]]',
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
                     ['energyUsed'] = nil,
                     ['energyUsed'] = nil,
Line 22,808: Line 23,433:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '1 X 4 X 5',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 22,815: Line 23,440:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WallCandleItem',
                     ['type'] = 'LargeCorrugatedSteelDoorItem',
                     ['typeID'] = '777',
                     ['typeID'] = '1082',
                    },
        },
         ['Washboard'] = {
         ['Large Hanging Ashlar Basalt Sign'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Sometimes it can be nice to have clean clothes.',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 22,834: Line 23,460:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Bathroom',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Washing',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.5',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
Line 22,847: Line 23,473:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 2 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 22,854: Line 23,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WashboardItem',
                     ['type'] = 'LargeHangingAshlarBasaltSignItem',
                     ['typeID'] = '778',
                     ['typeID'] = '1083',
                    },
        },
         ['Washing Machine'] = {
         ['Large Hanging Ashlar Gneiss Sign'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Why hand scrub your clothes on a washboard when you could throw them into this magical cleaning machine?',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 22,873: Line 23,500:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '20',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Bathroom',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = 'Washing',
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = '0.3',
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '100',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 22,893: Line 23,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WashingMachineItem',
                     ['type'] = 'LargeHangingAshlarGneissSignItem',
                     ['typeID'] = '779',
                     ['typeID'] = '1084',
                    },
        },
         ['Waste Filter'] = {
         ['Large Hanging Ashlar Granite Sign'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Treats raw sewage.',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 22,918: Line 23,546:
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '250',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '0',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = {{'[[Sewage]]', 2000}},
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = {{'[[Water]]', 0}},
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '3 X 3 X 3',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 22,932: Line 23,560:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WasteFilterItem',
                     ['type'] = 'LargeHangingAshlarGraniteSignItem',
                     ['typeID'] = '780',
                     ['typeID'] = '1085',
                    },
        },
         ['Water'] = {
         ['Large Hanging Ashlar Limestone Sign'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = '',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '10',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
Line 22,955: Line 23,584:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 22,964: Line 23,593:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 22,971: Line 23,600:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WaterItem',
                     ['type'] = 'LargeHangingAshlarLimestoneSignItem',
                     ['typeID'] = '795',
                     ['typeID'] = '1086',
                    },
        },
         ['Waterweed Seed'] = {
         ['Large Hanging Ashlar Sandstone Sign'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow waterweed.',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 23,003: Line 23,633:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,010: Line 23,640:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WaterweedSeedItem',
                     ['type'] = 'LargeHangingAshlarSandstoneSignItem',
                     ['typeID'] = '532',
                     ['typeID'] = '1087',
                    },
        },
         ['Waterweed Seed Pack'] = {
         ['Large Hanging Ashlar Shale Sign'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow waterweed.',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 23,042: Line 23,673:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,049: Line 23,680:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WaterweedSeedPackItem',
                     ['type'] = 'LargeHangingAshlarShaleSignItem',
                     ['typeID'] = '533',
                     ['typeID'] = '1088',
                    },
        },
         ['Waterwheel'] = {
         ['Large Hanging Ashlar Stone Sign'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Use the power of flowing water to produce mechanical power.',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 23,068: Line 23,700:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '0',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '200',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Mechanical',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 3 X 3',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,088: Line 23,720:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WaterwheelItem',
                     ['type'] = 'LargeHangingAshlarStoneSignItem',
                     ['typeID'] = '781',
                     ['typeID'] = '1089',
                    },
        },
         ['Wheat'] = {
         ['Large Hanging Birch Sign'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A common grain that is significantly more useful processed.',
                     ['description'] = 'A large sign for all of your larger text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = nil,
                     ['calories'] = '130.0',
                     ['calories'] = nil,
                     ['carbs'] = '6.0',
                     ['carbs'] = nil,
                     ['protein'] = '2.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '6.2',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = '[[Gathering]]',
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
Line 23,120: Line 23,753:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,127: Line 23,760:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WheatItem',
                     ['type'] = 'LargeHangingBirchSignItem',
                     ['typeID'] = '348',
                     ['typeID'] = '1090',
                    },
        },
         ['Wheat Porridge'] = {
         ['Large Hanging Cedar Sign'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A thick gruel of wheat, wheat, more wheat, and a dash of huckleberry flavor.',
                     ['description'] = 'A large sign for all of your larger text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['weight'] = nil,
                     ['calories'] = '510.0',
                     ['calories'] = nil,
                     ['carbs'] = '10.0',
                     ['carbs'] = nil,
                     ['protein'] = '4.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '10.0',
                     ['vitamins'] = nil,
                     ['density'] = '4.7',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 23,159: Line 23,793:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,166: Line 23,800:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WheatPorridgeItem',
                     ['type'] = 'LargeHangingCedarSignItem',
                     ['typeID'] = '349',
                     ['typeID'] = '1091',
                    },
        },
         ['Wheat Seed'] = {
         ['Large Hanging Ceiba Sign'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow wheat.',
                     ['description'] = 'A large sign for all of your larger text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 23,198: Line 23,833:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,205: Line 23,840:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WheatSeedItem',
                     ['type'] = 'LargeHangingCeibaSignItem',
                     ['typeID'] = '534',
                     ['typeID'] = '1092',
                    },
        },
         ['Wheat Seed Pack'] = {
         ['Large Hanging Fir Sign'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow wheat.',
                     ['description'] = 'A large sign for all of your larger text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 23,237: Line 23,873:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,244: Line 23,880:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WheatSeedPackItem',
                     ['type'] = 'LargeHangingFirSignItem',
                     ['typeID'] = '535',
                     ['typeID'] = '1093',
                    },
        },
         ['Wheelbarrow'] = {
         ['Large Hanging Hardwood Sign'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Small wheelbarrow for hauling minimal loads.',
                     ['description'] = 'A large sign for all of your larger text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '5',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 23,276: Line 23,913:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = 'Yes',
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '8',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = '1400000',
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WheelbarrowItem',
                     ['type'] = 'LargeHangingHardwoodSignItem',
                     ['typeID'] = '656',
                     ['typeID'] = '1094',
                    },
        },
         ['White Bursage Seed'] = {
         ['Large Hanging Joshua Sign'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a white bursage.',
                     ['description'] = 'A large sign for all of your larger text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = '0.0',
                     ['calories'] = nil,
                     ['carbs'] = '0.0',
                     ['carbs'] = nil,
                     ['protein'] = '0.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '0.0',
                     ['vitamins'] = nil,
                     ['density'] = '0.0',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 23,315: Line 23,953:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,322: Line 23,960:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WhiteBursageSeedItem',
                     ['type'] = 'LargeHangingJoshuaSignItem',
                     ['typeID'] = '536',
                     ['typeID'] = '1095',
                    },
        },
         ['White Bursage Seed Pack'] = {
         ['Large Hanging Lumber Sign'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Plant to grow a white bursage.',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.05',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 23,354: Line 23,993:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,361: Line 24,000:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WhiteBursageSeedPackItem',
                     ['type'] = 'LargeHangingLumberSignItem',
                     ['typeID'] = '537',
                     ['typeID'] = '1096',
                    },
        },
         ['Wild Mix'] = {
         ['Large Hanging Mortared Granite Sign'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A dressed salad that, with the added sweetness, its pretty tasty.',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.6',
                     ['weight'] = nil,
                     ['calories'] = '800.0',
                     ['calories'] = nil,
                     ['carbs'] = '11.0',
                     ['carbs'] = nil,
                     ['protein'] = '8.0',
                     ['protein'] = nil,
                     ['fat'] = '6.0',
                     ['fat'] = nil,
                     ['vitamins'] = '21.0',
                     ['vitamins'] = nil,
                     ['density'] = '5.8',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 23,393: Line 24,033:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,400: Line 24,040:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WildMixItem',
                     ['type'] = 'LargeHangingMortaredGraniteSignItem',
                     ['typeID'] = '350',
                     ['typeID'] = '1097',
                    },
        },
         ['Wild Stew'] = {
         ['Large Hanging Mortared Limestone Sign'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A thick stew made with a variety of vegetables.',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.5',
                     ['weight'] = nil,
                     ['calories'] = '1200.0',
                     ['calories'] = nil,
                     ['carbs'] = '8.0',
                     ['carbs'] = nil,
                     ['protein'] = '5.0',
                     ['protein'] = nil,
                     ['fat'] = '5.0',
                     ['fat'] = nil,
                     ['vitamins'] = '12.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.5',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 23,432: Line 24,073:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,439: Line 24,080:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WildStewItem',
                     ['type'] = 'LargeHangingMortaredLimestoneSignItem',
                     ['typeID'] = '351',
                     ['typeID'] = '1098',
                    },
        },
         ['Wilted Fiddleheads'] = {
         ['Large Hanging Mortared Sandstone Sign'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Food',
                     ['group'] = 'World Object Items',
                     ['description'] = 'While a bunch of wilted fiddleheads may seem a bit sad, at least they\'re nutritious.',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.2',
                     ['weight'] = nil,
                     ['calories'] = '500.0',
                     ['calories'] = nil,
                     ['carbs'] = '4.0',
                     ['carbs'] = nil,
                     ['protein'] = '1.0',
                     ['protein'] = nil,
                     ['fat'] = '0.0',
                     ['fat'] = nil,
                     ['vitamins'] = '8.0',
                     ['vitamins'] = nil,
                     ['density'] = '2.6',
                     ['density'] = nil,
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
Line 23,471: Line 24,113:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,478: Line 24,120:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WiltedFiddleheadsItem',
                     ['type'] = 'LargeHangingMortaredSandstoneSignItem',
                     ['typeID'] = '352',
                     ['typeID'] = '1099',
                    },
        },
         ['Wind Turbine'] = {
         ['Large Hanging Mortared Stone Sign'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Generates electrical power from the wind.',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 23,497: Line 24,140:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '30',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '0',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '1000',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Electric',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '3 X 10 X 3',
                     ['footprint'] = '1 X 1 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,517: Line 24,160:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WindTurbineItem',
                     ['type'] = 'LargeHangingMortaredStoneSignItem',
                     ['typeID'] = '783',
                     ['typeID'] = '1100',
                    },
        },
         ['Windmill'] = {
         ['Large Hanging Oak Sign'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Use wind to produce mechanical power.',
                     ['description'] = 'A large sign for all of your larger text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 23,536: Line 24,180:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '0',
                     ['skillValue'] = nil,
                     ['roomCategory'] = 'Industrial',
                     ['roomCategory'] = nil,
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = nil,
                     ['energyUsed'] = '0',
                     ['energyUsed'] = nil,
                     ['energyProduced'] = '200',
                     ['energyProduced'] = nil,
                     ['energyType'] = 'Mechanical',
                     ['energyType'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '7 X 7 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,556: Line 24,200:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WindmillItem',
                     ['type'] = 'LargeHangingOakSignItem',
                     ['typeID'] = '782',
                     ['typeID'] = '1101',
                    },
        },
         ['Wire'] = {
         ['Large Hanging Palm Sign'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Block Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Connects electronic components.',
                     ['description'] = 'A large sign for all of your larger text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['carried'] = 'Hands',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
Line 23,579: Line 24,224:
                     ['furnitureType'] = nil,
                     ['furnitureType'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['repeatsDepreciation'] = nil,
                     ['materialTier'] = '0',
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = nil,
                     ['gridRadius'] = nil,
Line 23,588: Line 24,233:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,595: Line 24,240:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WireItem',
                     ['type'] = 'LargeHangingPalmSignItem',
                     ['typeID'] = '3',
                     ['typeID'] = '1102',
                    },
        },
         ['Wolf Carcass'] = {
         ['Large Hanging Redwood Sign'] = {
                     ['category'] = '_None',
                     ['category'] = 'WorldObject',
                     ['group'] = 'Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A dead wolf.',
                     ['description'] = 'A large sign for all of your larger text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '1',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 23,627: Line 24,273:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,634: Line 24,280:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WolfCarcassItem',
                     ['type'] = 'LargeHangingRedwoodSignItem',
                     ['typeID'] = '429',
                     ['typeID'] = '1103',
                    },
        },
         ['Wolf Whisperer Hat'] = {
         ['Large Hanging Saguaro Sign'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Thanks for supporting ECO!',
                     ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 23,666: Line 24,313:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,673: Line 24,320:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WolfWhispererHatItem',
                     ['type'] = 'LargeHangingSaguaroSignItem',
                     ['typeID'] = '18',
                     ['typeID'] = '1104',
                    },
        },
         ['Wolf Whisperer Mask'] = {
         ['Large Hanging Softwood Sign'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'AWOOOOOOOOO',
                     ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 23,705: Line 24,353:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,712: Line 24,360:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WolfWhispererMaskItem',
                     ['type'] = 'LargeHangingSoftwoodSignItem',
                     ['typeID'] = '19',
                     ['typeID'] = '1105',
                    },
        },
         ['Wolf Whisperer Shirt'] = {
         ['Large Hanging Spruce Sign'] = {
                     ['category'] = 'Hidden',
                     ['category'] = 'WorldObject',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Thanks for supporting ECO!',
                     ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 23,744: Line 24,393:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,751: Line 24,400:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WolfWhispererShirtItem',
                     ['type'] = 'LargeHangingSpruceSignItem',
                     ['typeID'] = '20',
                     ['typeID'] = '1106',
                    },
        },
         ['Wood Cart'] = {
         ['Large Hanging Stone Sign'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'Small cart for hauling small loads.',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '15',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 23,783: Line 24,433:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = nil,
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = 'Yes',
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomMatReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = '12',
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = '2000000',
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WoodCartItem',
                     ['type'] = 'LargeHangingStoneSignItem',
                     ['typeID'] = '657',
                     ['typeID'] = '1107',
                    },
        },
         ['Wood Pulp'] = {
         ['Large Hanging Wood Sign'] = {
                     ['category'] = '_None',
                     ['category'] = 'Hidden',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = 'A byproduct of processing lumber, wood pulp can be burned for Mortar or pressed into paper.',
                     ['description'] = 'A large sign for all of your larger text needs!',
                    ['tagGroups'] = {'[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = '0.01',
                     ['weight'] = nil,
                     ['calories'] = nil,
                     ['calories'] = nil,
                     ['carbs'] = nil,
                     ['carbs'] = nil,
Line 23,808: Line 24,459:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 23,829: Line 24,480:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WoodPulpItem',
                     ['type'] = 'LargeHangingWoodSignItem',
                     ['typeID'] = '431',
                     ['typeID'] = '565',
                    },
        },
         ['Wood Sign'] = {
         ['Large Lumber Door'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A large sign for all your large text needs!',
                     ['description'] = 'A large door.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 23,861: Line 24,513:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '4 X 4 X 5',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 23,868: Line 24,520:
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WoodSignItem',
                     ['type'] = 'LargeLumberDoorItem',
                     ['typeID'] = '790',
                     ['typeID'] = '1108',
                    },
        },
         ['Wooden Ceiling Light'] = {
         ['Large Lumber Stockpile'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A more modern way to light up a room.',
                     ['description'] = 'Designates a 10x10x10 area as storage for large items.',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Storage  Container]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 23,887: Line 24,540:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                    ['skillValue'] = '5',
                    ['skillValue'] = nil,
                    ['roomCategory'] = 'General',
                    ['roomCategory'] = nil,
                    ['furnitureType'] = 'Lights',
                    ['furnitureType'] = nil,
                    ['repeatsDepreciation'] = '0.8',
                    ['repeatsDepreciation'] = nil,
                    ['materialTier'] = nil,
                    ['materialTier'] = nil,
                    ['fuelsUsed'] = nil,
                    ['fuelsUsed'] = nil,
                    ['gridRadius'] = '10',
                    ['gridRadius'] = nil,
                    ['energyUsed'] = '250',
                    ['energyUsed'] = nil,
                    ['energyProduced'] = '0',
                    ['energyProduced'] = nil,
                    ['energyType'] = 'Electric',
                    ['energyType'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsUsed'] = nil,
                    ['fluidsProduced']
                    ['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,
 
                     ['roomContainReq'] = nil,
                     ['roomContainReq'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventorySlots'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WoodenFabricBedItem',
                     ['type'] = 'WoodenFabricBedItem',
                     ['typeID'] = '786',
                     ['typeID'] = '1287',
                    },
        },
         ['Wooden Floor Lamp'] = {
         ['Wooden Floor Lamp'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A more modern way to light up a room. This time from the floor.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 24,043: Line 43,140:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '5',
                     ['skillValue'] = '2',
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = 'Lights',
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = '10',
                     ['energyUsed'] = '250',
                     ['energyUsed'] = '60',
                     ['energyProduced'] = '0',
                     ['energyProduced'] = '0',
                     ['energyType'] = 'Electric',
                     ['energyType'] = 'Electric',
Line 24,056: Line 43,153:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 24,064: Line 43,161:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WoodenFloorLampItem',
                     ['type'] = 'WoodenFloorLampItem',
                     ['typeID'] = '787',
                     ['typeID'] = '1288',
                    },
        },
         ['Wooden Hoe'] = {
         ['Wooden Hoe'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'Tool',
                     ['group'] = 'Tools',
                     ['group'] = 'Tools',
                     ['description'] = 'Used to till soil and prepare it for planting.',
                     ['description'] = 'Used to till soil and prepare it for planting.',
                    ['tagGroups'] = {'[[Tool]]', '[[Plow]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 24,103: Line 43,201:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WoodenHoeItem',
                     ['type'] = 'WoodenHoeItem',
                     ['typeID'] = '646',
                     ['typeID'] = '884',
                    },
        },
         ['Wooden Latrine'] = {
         ['Wooden Latrine'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A wooden potty.',
                     ['description'] = 'A wooden potty.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 24,121: Line 43,220:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '2',
                     ['skillValue'] = '1.5',
                     ['roomCategory'] = 'Bathroom',
                     ['roomCategory'] = 'Bathroom',
                     ['furnitureType'] = 'Toilet',
                     ['furnitureType'] = 'Toilet',
Line 24,134: Line 43,233:
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = nil,
                     ['validTalents'] = nil,
                     ['footprint'] = '1 X 1 X 1',
                     ['footprint'] = '1 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
                     ['roomSizeReq'] = nil,
                     ['roomSizeReq'] = nil,
Line 24,142: Line 43,241:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'LatrineItem',
                     ['type'] = 'LatrineItem',
                     ['typeID'] = '717',
                     ['typeID'] = '1137',
                    },
        },
         ['Wooden Shovel'] = {
         ['Wooden Shovel'] = {
                     ['category'] = 'Tool',
                     ['category'] = 'Tool',
                     ['group'] = 'Tools',
                     ['group'] = 'Tools',
                     ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                     ['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
                    ['tagGroups'] = {'[[Tool]]', '[[Excavation]]', '[[Harvester]]', '[[Tools]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 24,159: Line 43,259:
                     ['fuel'] = nil,
                     ['fuel'] = nil,
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = 'Yes',
                     ['currency'] = nil,
                     ['skillValue'] = nil,
                     ['skillValue'] = nil,
                     ['roomCategory'] = nil,
                     ['roomCategory'] = nil,
Line 24,181: Line 43,281:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WoodenShovelItem',
                     ['type'] = 'WoodenShovelItem',
                     ['typeID'] = '647',
                     ['typeID'] = '885',
                    },
        },
         ['Wooden Straw Bed'] = {
         ['Wooden Straw Bed'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A nice, scratchy and horrible uncomfortable bed. But at least it keeps you off the ground.',
                     ['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',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 24,220: Line 43,321:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WoodenStrawBedItem',
                     ['type'] = 'WoodenStrawBedItem',
                     ['typeID'] = '788',
                     ['typeID'] = '1289',
                    },
        },
         ['Wooden Table Lamp'] = {
         ['Wooden Table Lamp'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'For late night studying. Or working. Or anything, really.',
                     ['description'] = 'For late night studying. Or working. Or anything, really.',
                    ['tagGroups'] = {'[[Housing]]', '[[World  Object]]', '[[Object]]', '[[Housing  Objects]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 24,238: Line 43,340:
                     ['yield'] = nil,
                     ['yield'] = nil,
                     ['currency'] = nil,
                     ['currency'] = nil,
                     ['skillValue'] = '4',
                     ['skillValue'] = '2',
                     ['roomCategory'] = 'General',
                     ['roomCategory'] = 'General',
                     ['furnitureType'] = 'Lights',
                     ['furnitureType'] = 'Lights',
                     ['repeatsDepreciation'] = '0.8',
                     ['repeatsDepreciation'] = '0.7',
                     ['materialTier'] = nil,
                     ['materialTier'] = nil,
                     ['fuelsUsed'] = nil,
                     ['fuelsUsed'] = nil,
                     ['gridRadius'] = '10',
                     ['gridRadius'] = '10',
                     ['energyUsed'] = '250',
                     ['energyUsed'] = '60',
                     ['energyProduced'] = '0',
                     ['energyProduced'] = '0',
                     ['energyType'] = 'Electric',
                     ['energyType'] = 'Electric',
Line 24,259: Line 43,361:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WoodenTableLampItem',
                     ['type'] = 'WoodenTableLampItem',
                     ['typeID'] = '789',
                     ['typeID'] = '1290',
                    },
        },
         ['Wooden Wheel'] = {
         ['Wooden Wheel'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Items',
                     ['group'] = 'Items',
                     ['description'] = '',
                     ['description'] = 'A basic wheel for use in early wooden vehicles.',
                    ['tagGroups'] = {'[[Product]]', '[[Ingredient]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 24,298: Line 43,401:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WoodenWheelItem',
                     ['type'] = 'WoodenWheelItem',
                     ['typeID'] = '430',
                     ['typeID'] = '610',
                    },
        },
         ['Work Backpack'] = {
         ['Work Backpack'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'Lighter pack that causes lower calorie consumption.',
                     ['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',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 24,337: Line 43,441:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WorkBackpackItem',
                     ['type'] = 'WorkBackpackItem',
                     ['typeID'] = '237',
                     ['typeID'] = '367',
                    },
        },
         ['Work Boots'] = {
         ['Work Boots'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'AvatarPart',
                     ['group'] = 'AvatarPart',
                     ['description'] = 'CALORIE SHOES???',
                     ['description'] = 'Boots designed to be rugged and reduce muscle strain while working.  Decreases calories consumed by 10%.',
                    ['tagGroups'] = {'[[Clothes]]', '[[Object]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 24,376: Line 43,481:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WorkBootsItem',
                     ['type'] = 'WorkBootsItem',
                     ['typeID'] = '238',
                     ['typeID'] = '368',
                    },
        },
         ['Workbench'] = {
         ['Workbench'] = {
                     ['category'] = 'WorldObject',
                     ['category'] = 'WorldObject',
                     ['group'] = 'World Object Items',
                     ['group'] = 'World Object Items',
                     ['description'] = 'A bench for the basics and making even more benches.',
                     ['description'] = 'A bench for the basics and making even more benches.',
                     ['maxStack'] = '100',
                    ['tagGroups'] = {'[[World  Object]]', '[[Object]]', '[[Crafting  Table]]', '[[Product]]'},
                     ['maxStack'] = '1',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
                     ['weight'] = nil,
                     ['weight'] = nil,
Line 24,406: Line 43,512:
                     ['fluidsUsed'] = nil,
                     ['fluidsUsed'] = nil,
                     ['fluidsProduced'] = nil,
                     ['fluidsProduced'] = nil,
                     ['validTalents'] = '[[]]',
                     ['validTalents'] = {'[[Focused Workflow Talent]]', '[[Frugal Workspace Talent]]', '[[Lavish Workspace Talent]]', '[[Parallel Processing Talent]]'},
                     ['footprint'] = '2 X 2 X 1',
                     ['footprint'] = '2 X 2 X 1',
                     ['mobile'] = nil,
                     ['mobile'] = nil,
Line 24,415: Line 43,521:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'WorkbenchItem',
                     ['type'] = 'WorkbenchItem',
                     ['typeID'] = '791',
                     ['typeID'] = '84',
                    },
        },
         ['Yeast'] = {
         ['Yeast'] = {
                     ['category'] = '_None',
                     ['category'] = '_None',
                     ['group'] = 'Food',
                     ['group'] = 'Food',
                     ['description'] = 'A fungus that acts as an amazing leavening agent.',
                     ['description'] = 'A fungus that acts as an amazing leavening agent.',
                    ['tagGroups'] = {'[[Food]]', '[[Object]]', '[[Ingredient]]', '[[Product]]'},
                     ['maxStack'] = '100',
                     ['maxStack'] = '100',
                     ['carried'] = 'Backpack',
                     ['carried'] = 'Backpack',
Line 24,454: Line 43,561:
                     ['inventoryMaxWeight'] = nil,
                     ['inventoryMaxWeight'] = nil,
                     ['type'] = 'YeastItem',
                     ['type'] = 'YeastItem',
                     ['typeID'] = '353',
                     ['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',
        },
     },
     },
}
}

Revision as of 15:16, 12 August 2020

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',
        },
    },
}