Module:ItemData

From Eco - English Wiki

The Module:ItemData is currently used in:


-- Eco Version : 0.11.1.4
-- Export Language: English

return {
    items = {
        ['Acorn'] = {
                    ['ID'] = 'AcornItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow an oak tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Acorn Pack'] = {
                    ['ID'] = 'AcornPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow an oak tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Acorn Powder'] = {
                    ['ID'] = 'AcornPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Powdered acorn.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '40.0',
                    ['Carbs'] = '1.0',
                    ['Protein'] = '5.0',
                    ['Fat'] = '2.0',
                    ['Vitamins'] = '5',
        },
        ['Adobe'] = {
                    ['ID'] = 'AdobeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Adobe, your basic primitive housing material.  Adobe will grant no experience.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adobe Door'] = {
                    ['ID'] = 'AdobeDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from crude wood pieces.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Basalt Bench'] = {
                    ['ID'] = 'AdornedAshlarBasaltBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Basalt Chair'] = {
                    ['ID'] = 'AdornedAshlarBasaltChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Basalt Table'] = {
                    ['ID'] = 'AdornedAshlarBasaltTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Gneiss Bench'] = {
                    ['ID'] = 'AdornedAshlarGneissBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Gneiss Chair'] = {
                    ['ID'] = 'AdornedAshlarGneissChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Gneiss Table'] = {
                    ['ID'] = 'AdornedAshlarGneissTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Granite Bench'] = {
                    ['ID'] = 'AdornedAshlarGraniteBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Granite Chair'] = {
                    ['ID'] = 'AdornedAshlarGraniteChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Granite Table'] = {
                    ['ID'] = 'AdornedAshlarGraniteTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Limestone Bench'] = {
                    ['ID'] = 'AdornedAshlarLimestoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Limestone Chair'] = {
                    ['ID'] = 'AdornedAshlarLimestoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Limestone Table'] = {
                    ['ID'] = 'AdornedAshlarLimestoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Sandstone Bench'] = {
                    ['ID'] = 'AdornedAshlarSandstoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Sandstone Chair'] = {
                    ['ID'] = 'AdornedAshlarSandstoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Sandstone Table'] = {
                    ['ID'] = 'AdornedAshlarSandstoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Shale Bench'] = {
                    ['ID'] = 'AdornedAshlarShaleBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Shale Chair'] = {
                    ['ID'] = 'AdornedAshlarShaleChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Shale Table'] = {
                    ['ID'] = 'AdornedAshlarShaleTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Stone Bench'] = {
                    ['ID'] = 'AdornedAshlarStoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Stone Chair'] = {
                    ['ID'] = 'AdornedAshlarStoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone chair that has been adorned with gold. A throne fit for a king.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Adorned Ashlar Stone Table'] = {
                    ['ID'] = 'AdornedAshlarStoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Baking Skill Book'] = {
                    ['ID'] = 'AdvancedBakingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Baking Skill Scroll'] = {
                    ['ID'] = 'AdvancedBakingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Baking Upgrade'] = {
                    ['ID'] = 'AdvancedBakingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Baking recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Carpentry Table'] = {
                    ['ID'] = 'AdvancedCarpentryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A modern carpentry table with an electric motor and heavy duty steel sawblades.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Advanced Circuit'] = {
                    ['ID'] = 'AdvancedCircuitItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A complex electrical component used in advanced electronics.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Combustion Engine'] = {
                    ['ID'] = 'AdvancedCombustionEngineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A more advanced version of the normal combustion engine that produces a greater output.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Cooking Skill Book'] = {
                    ['ID'] = 'AdvancedCookingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Cooking Skill Scroll'] = {
                    ['ID'] = 'AdvancedCookingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Cooking Upgrade'] = {
                    ['ID'] = 'AdvancedCookingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Cooking recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Masonry Skill Book'] = {
                    ['ID'] = 'AdvancedMasonrySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Masonry Skill Scroll'] = {
                    ['ID'] = 'AdvancedMasonrySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Masonry Table'] = {
                    ['ID'] = 'AdvancedMasonryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A workbench for the advanced shaping of rocks into beautiful stone.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Advanced Masonry Upgrade'] = {
                    ['ID'] = 'AdvancedMasonryUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Advanced Masonry recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Smelting Skill Book'] = {
                    ['ID'] = 'AdvancedSmeltingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Smelting Skill Scroll'] = {
                    ['ID'] = 'AdvancedSmeltingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Smelting Upgrade'] = {
                    ['ID'] = 'AdvancedSmeltingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Smelting recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Tailoring Table'] = {
                    ['ID'] = 'AdvancedTailoringTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An advanced tailoring table.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Advanced Upgrade 1'] = {
                    ['ID'] = 'AdvancedUpgradeLvl1Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Advanced Upgrade', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Upgrade 2'] = {
                    ['ID'] = 'AdvancedUpgradeLvl2Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Advanced Upgrade', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Upgrade 3'] = {
                    ['ID'] = 'AdvancedUpgradeLvl3Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Advanced Upgrade', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Advanced Upgrade 4'] = {
                    ['ID'] = 'AdvancedUpgradeLvl4Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Advanced Upgrade', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Agave Leaves'] = {
                    ['ID'] = 'AgaveLeavesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The succulent leaves of the agave plant can be cooked to make a nice meal.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Greens', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '200.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '1.0',
                    ['Vitamins'] = '4',
        },
        ['Agave Seed'] = {
                    ['ID'] = 'AgaveSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow an agave plant.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Agave Seed Pack'] = {
                    ['ID'] = 'AgaveSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow an agave plant.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Agouti Carcass'] = {
                    ['ID'] = 'AgoutiCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead agouti.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Tiny Fur Carcass', 'Tiny Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Agouti Enchiladas'] = {
                    ['ID'] = 'AgoutiEnchiladasItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Sweet and savory...it doesn\'t have to be an Agouti.',
                    ['Weight'] = '550',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '800.0',
                    ['Carbs'] = '20.0',
                    ['Protein'] = '8.0',
                    ['Fat'] = '27.0',
                    ['Vitamins'] = '3',
        },
        ['Agriculture Research Paper Advanced'] = {
                    ['ID'] = 'AgricultureResearchPaperAdvancedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Advanced Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Agriculture Research Paper Modern'] = {
                    ['ID'] = 'AgricultureResearchPaperModernItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Modern Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Air Pollution Generator'] = {
                    ['ID'] = 'AirPollutionGeneratorItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Dev object for testing air pollution.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable', 'On Off', 'Polluter'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Alligator Carcass'] = {
                    ['ID'] = 'AlligatorCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead alligator.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Medium Carcass', 'Medium Leather Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Alpha Cloak'] = {
                    ['ID'] = 'AlphaCloakItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Thanks for supporting ECO!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Alpha Goggles'] = {
                    ['ID'] = 'AlphaGogglesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Thanks for supporting ECO!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Alpha Hat'] = {
                    ['ID'] = 'AlphaHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Thanks for supporting ECO!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Amanita Mushroom Spores'] = {
                    ['ID'] = 'AmanitaMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow amanita mushrooms. Not sure why you\'d want these poisonous mushrooms, though.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Amanita Mushroom Spores Pack'] = {
                    ['ID'] = 'AmanitaMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow amanita mushrooms. Not sure why you\'d want these poisonous mushrooms, though.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Amanita Mushrooms'] = {
                    ['ID'] = 'AmanitaMushroomsItem',
                    ['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!',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Fungus', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '-200.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Amendments'] = {
                    ['ID'] = 'AmendmentsItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the modification of the constitution.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Anvil'] = {
                    ['ID'] = 'AnvilItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A solid shaped piece of metal used to hammer ingots into tools and other useful things.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'Modules', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Arctic Willow Seed'] = {
                    ['ID'] = 'ArcticWillowSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow arctic willow.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Arctic Willow Seed Pack'] = {
                    ['ID'] = 'ArcticWillowSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow arctic willow.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Arrastra'] = {
                    ['ID'] = 'ArrastraItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A primitive rock mill of dragged boulders.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Arrow'] = {
                    ['ID'] = 'ArrowItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel', 'Burnable Fuel', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Art Supplies'] = {
                    ['ID'] = 'ArtSuppliesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A set of art supplies that allows one to capture the world.',
                    ['Weight'] = '150',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Basalt'] = {
                    ['ID'] = 'AshlarBasaltItem',
                    ['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.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Ashlar Stone', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Basalt Bench'] = {
                    ['ID'] = 'AshlarBasaltBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Basalt Chair'] = {
                    ['ID'] = 'AshlarBasaltChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Basalt Door'] = {
                    ['ID'] = 'AshlarBasaltDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Basalt Fireplace'] = {
                    ['ID'] = 'AshlarBasaltFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Basalt Table'] = {
                    ['ID'] = 'AshlarBasaltTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Gneiss'] = {
                    ['ID'] = 'AshlarGneissItem',
                    ['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.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Ashlar Stone', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Gneiss Bench'] = {
                    ['ID'] = 'AshlarGneissBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Gneiss Chair'] = {
                    ['ID'] = 'AshlarGneissChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Gneiss Door'] = {
                    ['ID'] = 'AshlarGneissDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Gneiss Fireplace'] = {
                    ['ID'] = 'AshlarGneissFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Gneiss Table'] = {
                    ['ID'] = 'AshlarGneissTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Granite'] = {
                    ['ID'] = 'AshlarGraniteItem',
                    ['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.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Ashlar Stone', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Granite Bench'] = {
                    ['ID'] = 'AshlarGraniteBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Granite Chair'] = {
                    ['ID'] = 'AshlarGraniteChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Granite Door'] = {
                    ['ID'] = 'AshlarGraniteDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Granite Fireplace'] = {
                    ['ID'] = 'AshlarGraniteFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Granite Table'] = {
                    ['ID'] = 'AshlarGraniteTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Large Basalt Fountain'] = {
                    ['ID'] = 'AshlarLargeBasaltFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Large Gneiss Fountain'] = {
                    ['ID'] = 'AshlarLargeGneissFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Large Granite Fountain'] = {
                    ['ID'] = 'AshlarLargeGraniteFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Large Limestone Fountain'] = {
                    ['ID'] = 'AshlarLargeLimestoneFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Large Sandstone Fountain'] = {
                    ['ID'] = 'AshlarLargeSandstoneFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Large Shale Fountain'] = {
                    ['ID'] = 'AshlarLargeShaleFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Large Stone Fountain'] = {
                    ['ID'] = 'AshlarLargeStoneFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Limestone'] = {
                    ['ID'] = 'AshlarLimestoneItem',
                    ['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.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Ashlar Stone', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Limestone Bench'] = {
                    ['ID'] = 'AshlarLimestoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Limestone Chair'] = {
                    ['ID'] = 'AshlarLimestoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Limestone Door'] = {
                    ['ID'] = 'AshlarLimestoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Limestone Fireplace'] = {
                    ['ID'] = 'AshlarLimestoneFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Limestone Table'] = {
                    ['ID'] = 'AshlarLimestoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Sandstone'] = {
                    ['ID'] = 'AshlarSandstoneItem',
                    ['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.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Ashlar Stone', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Sandstone Bench'] = {
                    ['ID'] = 'AshlarSandstoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Sandstone Chair'] = {
                    ['ID'] = 'AshlarSandstoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Sandstone Door'] = {
                    ['ID'] = 'AshlarSandstoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Sandstone Fireplace'] = {
                    ['ID'] = 'AshlarSandstoneFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Sandstone Table'] = {
                    ['ID'] = 'AshlarSandstoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Shale'] = {
                    ['ID'] = 'AshlarShaleItem',
                    ['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.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Ashlar Stone', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Shale Bench'] = {
                    ['ID'] = 'AshlarShaleBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Shale Chair'] = {
                    ['ID'] = 'AshlarShaleChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Shale Door'] = {
                    ['ID'] = 'AshlarShaleDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Shale Fireplace'] = {
                    ['ID'] = 'AshlarShaleFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Shale Table'] = {
                    ['ID'] = 'AshlarShaleTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Small Basalt Fountain'] = {
                    ['ID'] = 'AshlarSmallBasaltFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Small Gneiss Fountain'] = {
                    ['ID'] = 'AshlarSmallGneissFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Small Granite Fountain'] = {
                    ['ID'] = 'AshlarSmallGraniteFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Small Limestone Fountain'] = {
                    ['ID'] = 'AshlarSmallLimestoneFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Small Sandstone Fountain'] = {
                    ['ID'] = 'AshlarSmallSandstoneFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Small Shale Fountain'] = {
                    ['ID'] = 'AshlarSmallShaleFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Small Stone Fountain'] = {
                    ['ID'] = 'AshlarSmallStoneFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small beautiful ashlar stone fountain with flowing water that makes a great centerpiece.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Stone Bench'] = {
                    ['ID'] = 'AshlarStoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Stone Chair'] = {
                    ['ID'] = 'AshlarStoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Stone Door'] = {
                    ['ID'] = 'AshlarStoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Stone Fireplace'] = {
                    ['ID'] = 'AshlarStoneFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ashlar Stone Table'] = {
                    ['ID'] = 'AshlarStoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Asphalt Concrete'] = {
                    ['ID'] = 'AsphaltConcreteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A paved surface constructed with asphalt and concrete. It\'s durable and extremely efficient for any wheeled vehicle.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Road', 'Constructable', 'Road Type', 'Block', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Assembly Line'] = {
                    ['ID'] = 'AssemblyLineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The assembly line allows for mass production of mechanical products.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Automatic Loom'] = {
                    ['ID'] = 'AutomaticLoomItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An automated device for making fabric by weaving yarn or thread.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Autumn Stew'] = {
                    ['ID'] = 'AutumnStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A healthy and cozy meal for those cold days.',
                    ['Weight'] = '600',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1200.0',
                    ['Carbs'] = '13.0',
                    ['Protein'] = '8.0',
                    ['Fat'] = '5.0',
                    ['Vitamins'] = '12',
        },
        ['Axe Calorie Buff Item'] = {
                    ['ID'] = 'AxeCalorieBuffItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Baked Agave'] = {
                    ['ID'] = 'BakedAgaveItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Charred agave leaves are too fiberous to eat entirely, but you can certainly chew them.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Baked Vegetable', 'Baked Food', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '14.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '4.0',
                    ['Vitamins'] = '8',
        },
        ['Baked Beet'] = {
                    ['ID'] = 'BakedBeetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked beets that retain more nutrients than more simple methods of cooking.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Baked Vegetable', 'Baked Food', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '10.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '2.0',
                    ['Vitamins'] = '15',
        },
        ['Baked Corn'] = {
                    ['ID'] = 'BakedCornItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked corn that retains more nutrients than more simple methods of cooking.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Baked Vegetable', 'Baked Food', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '12.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '2.0',
                    ['Vitamins'] = '11',
        },
        ['Baked Heart Of Palm'] = {
                    ['ID'] = 'BakedHeartOfPalmItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked heart of palm that retains more nutrients than more simple methods of cooking.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Baked Vegetable', 'Baked Food', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '12.0',
                    ['Protein'] = '6.0',
                    ['Fat'] = '4.0',
                    ['Vitamins'] = '6',
        },
        ['Baked Meat'] = {
                    ['ID'] = 'BakedMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked meat is less fatty than other methods of cooking.',
                    ['Weight'] = '800',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '17.0',
                    ['Fat'] = '13.0',
                    ['Vitamins'] = '0',
        },
        ['Baked Roast'] = {
                    ['ID'] = 'BakedRoastItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A trussed roast baked to perfection.',
                    ['Weight'] = '900',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Baked Food', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1000.0',
                    ['Carbs'] = '4.0',
                    ['Protein'] = '16.0',
                    ['Fat'] = '10.0',
                    ['Vitamins'] = '4',
        },
        ['Baked Taro'] = {
                    ['ID'] = 'BakedTaroItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked taro root.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Baked Vegetable', 'Baked Food', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '8.0',
                    ['Protein'] = '6.0',
                    ['Fat'] = '2.0',
                    ['Vitamins'] = '12',
        },
        ['Baked Tomato'] = {
                    ['ID'] = 'BakedTomatoItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked tomatoes might not look as red or plump as the raw variety, but they are nice and tasty.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Baked Vegetable', 'Baked Food', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '16.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '5.0',
                    ['Vitamins'] = '6',
        },
        ['Baker Sign'] = {
                    ['ID'] = 'BakerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Bakery Oven'] = {
                    ['ID'] = 'BakeryOvenItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A solidly built brick oven useful for baking all manner of treats.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Baking Skill Book'] = {
                    ['ID'] = 'BakingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Baking Skill Scroll'] = {
                    ['ID'] = 'BakingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Baking Upgrade'] = {
                    ['ID'] = 'BakingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ballot Box'] = {
                    ['ID'] = 'BallotBoxItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tamper proof box where votes are cast. Citizens can run for elected office here.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Bandana'] = {
                    ['ID'] = 'BandanaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'It just looks cool.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Banh Xeo'] = {
                    ['ID'] = 'BanhXeoItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Wrap the pancakes in the greens, then dip.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1550.0',
                    ['Carbs'] = '26.0',
                    ['Protein'] = '17.0',
                    ['Fat'] = '10.0',
                    ['Vitamins'] = '4',
        },
        ['Bank'] = {
                    ['ID'] = 'BankItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows players to create and use bank accounts.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Bannock'] = {
                    ['ID'] = 'BannockItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A dense whole wheat unleavened bread.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '15.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '6.0',
                    ['Vitamins'] = '0',
        },
        ['Barrel'] = {
                    ['ID'] = 'BarrelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A metal barrel for carrying liquids.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Barrel Cactus Seed'] = {
                    ['ID'] = 'BarrelCactusSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow barrel cactus.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Barrel Cactus Seed Pack'] = {
                    ['ID'] = 'BarrelCactusSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow barrel cactus.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Basalt'] = {
                    ['ID'] = 'BasaltItem',
                    ['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.',
                    ['Weight'] = '7500',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Rock', 'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Base Paint'] = {
                    ['ID'] = 'BasePaintItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A necessary base for adding pigments and liquids together creating paint mixtures for all your creative needs.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Basic Backpack'] = {
                    ['ID'] = 'BasicBackpackItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A basic backpack to carry supplies.(Increases max carry weight by 5 kg)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Basic Circuit'] = {
                    ['ID'] = 'BasicCircuitItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A complex electrical component used in advanced electronics.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Basic Engineering Skill Book'] = {
                    ['ID'] = 'BasicEngineeringSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Basic Engineering Skill Scroll'] = {
                    ['ID'] = 'BasicEngineeringSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Basic Engineering Upgrade'] = {
                    ['ID'] = 'BasicEngineeringUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Basic Engineering recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Basic Salad'] = {
                    ['ID'] = 'BasicSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A seemingly random assortment of wild plants that form a sort of salad.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Salad', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '800.0',
                    ['Carbs'] = '18.0',
                    ['Protein'] = '6.0',
                    ['Fat'] = '4.0',
                    ['Vitamins'] = '10',
        },
        ['Basic Upgrade 1'] = {
                    ['ID'] = 'BasicUpgradeLvl1Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Basic Upgrade', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Basic Upgrade 2'] = {
                    ['ID'] = 'BasicUpgradeLvl2Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Basic Upgrade', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Basic Upgrade 3'] = {
                    ['ID'] = 'BasicUpgradeLvl3Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Basic Upgrade', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Basic Upgrade 4'] = {
                    ['ID'] = 'BasicUpgradeLvl4Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Basic Upgrade', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bass'] = {
                    ['ID'] = 'BassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A bass. ',
                    ['Weight'] = '800',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fish', 'Medium Fish', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bathroom'] = {
                    ['ID'] = 'BathroomItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Bathroom value.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bathtub'] = {
                    ['ID'] = 'BathtubItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A porcelain bathtub for when you need to get clean or just relax.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bean Paste'] = {
                    ['ID'] = 'BeanPasteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Smashed beans can work as a thickener or flavour enhancer.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '40.0',
                    ['Carbs'] = '3.0',
                    ['Protein'] = '5.0',
                    ['Fat'] = '7.0',
                    ['Vitamins'] = '0',
        },
        ['Bean Sprout'] = {
                    ['ID'] = 'BeanSproutItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The small sprouts from a grown bean plant.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '100.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '5',
        },
        ['Beans'] = {
                    ['ID'] = 'BeansItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A good source of protein.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Vegetable', 'Raw Food', 'Crop', 'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '150.0',
                    ['Carbs'] = '1.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '0',
        },
        ['Beans Pack'] = {
                    ['ID'] = 'BeansPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A good source of protein.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bear S U P R E M E'] = {
                    ['ID'] = 'BearSUPREMEItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Just because the name has \'bear\' in it doesn\'t mean it actually contains bear.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1250.0',
                    ['Carbs'] = '6.0',
                    ['Protein'] = '22.0',
                    ['Fat'] = '23.0',
                    ['Vitamins'] = '9',
        },
        ['Bearclaw'] = {
                    ['ID'] = 'BearclawItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A sweet pastry with seperated sections that look a bit like a claw.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '850.0',
                    ['Carbs'] = '14.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '21.0',
                    ['Vitamins'] = '7',
        },
        ['Bearpack'] = {
                    ['ID'] = 'BearpackItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Can you carry as much as a bear! Not really, but it helps you carry more.(Increases max carry weight by 15 kg)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Beaver Carcass'] = {
                    ['ID'] = 'BeaverCarcassItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead beaver.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bedroom'] = {
                    ['ID'] = 'BedroomItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Bedroom value.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Beet'] = {
                    ['ID'] = 'BeetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A brilliantly colored bulb with an earthy sweetness.',
                    ['Weight'] = '125',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Vegetable', 'Root', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '230.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '2.0',
                    ['Vitamins'] = '4',
        },
        ['Beet Campfire Salad'] = {
                    ['ID'] = 'BeetCampfireSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Campfire Salad', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '900.0',
                    ['Carbs'] = '8.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '13',
        },
        ['Beet Greens'] = {
                    ['ID'] = 'BeetGreensItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The leafy greens from a beet with a distinctive red stem.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Greens', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '100.0',
                    ['Carbs'] = '3.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '4',
        },
        ['Beet Seed'] = {
                    ['ID'] = 'BeetSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow beets.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Beet Seed Pack'] = {
                    ['ID'] = 'BeetSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow beets.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Berry Extract Fertilizer'] = {
                    ['ID'] = 'BerryExtractFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An excellent fertilizer that provides a mix of nutrients, but especially potassium.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '50',
                    ['Tags'] = {'Fertilizer', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Big Backpack'] = {
                    ['ID'] = 'BigBackpackItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A survival backpack that offers more support than the basic backpack.(Increases max carry weight by 10 kg)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Big Bluestem Seed'] = {
                    ['ID'] = 'BigBluestemSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a big bluestem plant.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Big Bluestem Seed Pack'] = {
                    ['ID'] = 'BigBluestemSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a big bluestem plant.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bighorn Carcass'] = {
                    ['ID'] = 'BighornCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead bighorn.',
                    ['Weight'] = '3500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Medium Carcass', 'Medium Wooly Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Biodiesel'] = {
                    ['ID'] = 'BiodieselItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A vegetable or animal fat-based diesel fuel.',
                    ['Weight'] = '30000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Fuel', 'Liquid Fuel', 'Block', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Birch Log'] = {
                    ['ID'] = 'BirchLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Birch log is a type of hardwood, notable for its white and papery bark.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Wood', 'Hardwood', 'Burnable Fuel', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Birch Seed'] = {
                    ['ID'] = 'BirchSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow into a birch sapling.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Birch Seed Pack'] = {
                    ['ID'] = 'BirchSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow into a birch sapling.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bison Carcass'] = {
                    ['ID'] = 'BisonCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead bison.',
                    ['Weight'] = '5500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bison Chow Fun'] = {
                    ['ID'] = 'BisonChowFunItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Who says food can\'t be fun?',
                    ['Weight'] = '550',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1450.0',
                    ['Carbs'] = '16.0',
                    ['Protein'] = '13.0',
                    ['Fat'] = '20.0',
                    ['Vitamins'] = '8',
        },
        ['Bison Mount'] = {
                    ['ID'] = 'BisonMountItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fluffy, but very dead, bison head on a mount.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bison Pelt'] = {
                    ['ID'] = 'BisonPeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Floor Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Black Powder'] = {
                    ['ID'] = 'BlackPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A highly combustable mixture.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Explosives', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Blackboard'] = {
                    ['ID'] = 'BlackboardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Blacksmith Advanced Upgrade'] = {
                    ['ID'] = 'BlacksmithAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Blacksmith recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Blacksmith Skill Book'] = {
                    ['ID'] = 'BlacksmithSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Blacksmith Skill Scroll'] = {
                    ['ID'] = 'BlacksmithSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Blacksmith Table'] = {
                    ['ID'] = 'BlacksmithTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A simple workplace with assorted tools for creating both decorative pieces and necessary items.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'Modules', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Blacksmith Upgrade'] = {
                    ['ID'] = 'BlacksmithUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Blacksmith recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Blast Furnace'] = {
                    ['ID'] = 'BlastFurnaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A superior replacement for the bloomery that can produce steel.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Polluter', 'On Off', 'Crafting Table', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Blasting Cap'] = {
                    ['ID'] = 'BlastingCapItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A necessary ingredient in making safe mining charges.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Explosives', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Blasting Charge'] = {
                    ['ID'] = 'BlastingChargeItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Blasts appart rock.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tools', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Blinky Eyelids'] = {
                    ['ID'] = 'BlinkyEyelidsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Eyes',
                    ['Weight'] = '0',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Blood Meal Fertilizer'] = {
                    ['ID'] = 'BloodMealFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Blood meal is a great source of nitrogen.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '50',
                    ['Tags'] = {'Fertilizer', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bloomery'] = {
                    ['ID'] = 'BloomeryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A chimney-shaped furnace for smelting ores.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'Modules', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Blue Powder'] = {
                    ['ID'] = 'BluePowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Is it really blue?',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Pigment', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Blue Shark'] = {
                    ['ID'] = 'BlueSharkItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A blue shark.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fish', 'Large Fish', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Blueprint Item'] = {
                    ['ID'] = 'BlueprintItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Board'] = {
                    ['ID'] = 'BoardItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A higher quality board used for long lasting furniture.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel', 'Currency', 'Wood Board', 'Burnable Fuel', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Board Of Elections'] = {
                    ['ID'] = 'BoardOfElectionsItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the creation of Election Processes, which are different kinds of elections with different settings (who can vote, who can veto, etc).',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Boat Captain Flip Flops'] = {
                    ['ID'] = 'BoatCaptainFlipFlopsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Appropriate for all occasions.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Boat Captain Glasses'] = {
                    ['ID'] = 'BoatCaptainGlassesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A stylish pair of sunglasses to protect your eyes from the glare of the sea.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Boat Captain Hat'] = {
                    ['ID'] = 'BoatCaptainHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A captains hat to commemorate the launch of the boat update.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Boat Captain Shirt'] = {
                    ['ID'] = 'BoatCaptainShirtItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A comfy yet stylish shirt to commemorate the launch of the boat update.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Boat Captain Shorts'] = {
                    ['ID'] = 'BoatCaptainShortsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A versatile and eye grabbing pair of shorts that are quick to dry in all situations.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Boiled Grains'] = {
                    ['ID'] = 'BoiledGrainsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A dish of plain boiled grains that can be topped with fruit to make a nice tasting porridge.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '9.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '1',
        },
        ['Boiled Rice'] = {
                    ['ID'] = 'BoiledRiceItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Soft and fluffy.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '210.0',
                    ['Carbs'] = '13.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Boiled Sausage'] = {
                    ['ID'] = 'BoiledSausageItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Boiled sausages might not be as pretty as grilled ones, but they\'re still tasty.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '600.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '27.0',
                    ['Fat'] = '22.0',
                    ['Vitamins'] = '0',
        },
        ['Boiler'] = {
                    ['ID'] = 'BoilerItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A vessel used for heating fluids.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bolete Mushroom Spores'] = {
                    ['ID'] = 'BoleteMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow bolete mushrooms.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Bolete Mushroom Spores Pack'] = {
                    ['ID'] = 'BoleteMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow bolete mushrooms.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bolete Mushrooms'] = {
                    ['ID'] = 'BoleteMushroomsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Boletus edulis.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Fungus', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '200.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '1.0',
                    ['Vitamins'] = '1',
        },
        ['Bonsai'] = {
                    ['ID'] = 'BonsaiItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A decorative bonsai tree cut with artistical skill.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bookshelf'] = {
                    ['ID'] = 'BookshelfItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place to store knowledge and information; leads to the town hall.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Brazier'] = {
                    ['ID'] = 'BrazierItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A metal stand which can hold burning fuel to provide light.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bread'] = {
                    ['ID'] = 'BreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A delicious, crispy crust hides the soft interior.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Bread', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '750.0',
                    ['Carbs'] = '23.0',
                    ['Protein'] = '6.0',
                    ['Fat'] = '4.0',
                    ['Vitamins'] = '2',
        },
        ['Brick'] = {
                    ['ID'] = 'BrickItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Durable building material made from fired blocks and mortar.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Brick Fireplace'] = {
                    ['ID'] = 'BrickFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Builder Boots'] = {
                    ['ID'] = 'BuilderBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Snug work boots with side zippers.(Decreases calories consumed when using tools by 30%)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Builder Gloves'] = {
                    ['ID'] = 'BuilderGlovesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Leather construction gloves with durable palms and fabric backs for breathability.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Builder Helmet'] = {
                    ['ID'] = 'BuilderHelmetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A plastic hard hat that protects from falling objects and other hazards found in construction sites.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Builder Overalls'] = {
                    ['ID'] = 'BuilderOverallsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Durable overalls with cargo pockets and hammer loops.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Builder Shirt'] = {
                    ['ID'] = 'BuilderShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A short sleeved work shirt made from a blend of cotton and synthetic materials. ',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bullrush Seed'] = {
                    ['ID'] = 'BullrushSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow bullrush.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Bullrush Seed Pack'] = {
                    ['ID'] = 'BullrushSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow bullrush.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bunchgrass Seed'] = {
                    ['ID'] = 'BunchgrassSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow bunchgrass.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Bunchgrass Seed Pack'] = {
                    ['ID'] = 'BunchgrassSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow bunchgrass.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Butchery Skill Book'] = {
                    ['ID'] = 'ButcherySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Butchery Skill Scroll'] = {
                    ['ID'] = 'ButcherySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Butchery Table'] = {
                    ['ID'] = 'ButcheryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A block and cleaver to process raw meat into fancier dishes.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Butchery Upgrade'] = {
                    ['ID'] = 'ButcheryUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Button'] = {
                    ['ID'] = 'ButtonItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sends a signal to surrounding objects.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Tech'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Bycocket'] = {
                    ['ID'] = 'BycocketItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Also called chapeau a bec, or Billed Hat in france due to it\'s bird-beak like appearance.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Camas Ash Fertilizer'] = {
                    ['ID'] = 'CamasAshFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Camas ash fertilizer, though not very potent, is a great source of potassium.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '50',
                    ['Tags'] = {'Fertilizer', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Camas Bread'] = {
                    ['ID'] = 'CamasBreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A bread with a camas twist for a bit of flavor and fun. ',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Bread', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '800.0',
                    ['Carbs'] = '13.0',
                    ['Protein'] = '5.0',
                    ['Fat'] = '11.0',
                    ['Vitamins'] = '7',
        },
        ['Camas Bulb'] = {
                    ['ID'] = 'CamasBulbItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a camas plant.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Vegetable', 'Root', 'Raw Food', 'Crop', 'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '150.0',
                    ['Carbs'] = '1.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '5.0',
                    ['Vitamins'] = '0',
        },
        ['Camas Bulb Bake'] = {
                    ['ID'] = 'CamasBulbBakeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Baked Vegetable', 'Baked Food', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '12.0',
                    ['Protein'] = '7.0',
                    ['Fat'] = '5.0',
                    ['Vitamins'] = '4',
        },
        ['Camas Bulb Pack'] = {
                    ['ID'] = 'CamasBulbPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a camas plant.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Camas Paste'] = {
                    ['ID'] = 'CamasPasteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Pulverized camas works as an excellent thickener or flavour enhancer.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '60.0',
                    ['Carbs'] = '3.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '10.0',
                    ['Vitamins'] = '0',
        },
        ['Camera Film'] = {
                    ['ID'] = 'CameraFilmItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A film used inside a camera.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Camo Pants'] = {
                    ['ID'] = 'CamoPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Hide from the animals!(Reduces the detection range of animals)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Camo Shirt'] = {
                    ['ID'] = 'CamoShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Hide from the animals!(Reduces the detection range of animals)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Campfire'] = {
                    ['ID'] = 'CampfireItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Cook like a caveman on an uneven fire.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Campfire Cooking Upgrade'] = {
                    ['ID'] = 'CampfireCookingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Campfire Roast'] = {
                    ['ID'] = 'CampfireRoastItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1000.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '16.0',
                    ['Fat'] = '12.0',
                    ['Vitamins'] = '0',
        },
        ['Campfire Salad'] = {
                    ['ID'] = 'CampfireSaladItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = '',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Campfire Stew'] = {
                    ['ID'] = 'CampfireStewItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew chock-full of meat, camas, and corn. A surprisingly good combination.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1200.0',
                    ['Carbs'] = '5.0',
                    ['Protein'] = '10.0',
                    ['Fat'] = '9.0',
                    ['Vitamins'] = '4',
        },
        ['Campsite'] = {
                    ['ID'] = 'CampsiteItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A campsite.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'On Off', 'Crafting Table', 'Bed', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Candle Stand'] = {
                    ['ID'] = 'CandleStandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy candelabra for providing small amounts of light.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Canning Assembly'] = {
                    ['ID'] = 'CanningAssemblyItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Canvas'] = {
                    ['ID'] = 'CanvasItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A canvas used for painting on, made by either cotton or linen.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Capitalist Top Hat'] = {
                    ['ID'] = 'CapitalistTopHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A symbol of wealth and status, this lavish top hat is the crown jewel of the capitalist elite. Adorned with the finest furs and gleaming with gold, it’s not just a hat—it’s a statement. Wear it to showcase your prowess in the free market and your unwavering commitment to the pursuit of profit!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Capitol'] = {
                    ['ID'] = 'CapitolItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the creation of the government, allowing all other civic objects to be created.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Capris'] = {
                    ['ID'] = 'CaprisItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['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.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Carbide Helmet Lamp'] = {
                    ['ID'] = 'CarbideHelmetLampItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A steel hardhat with a light source for the darkest places.(Flashlight)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Carpenter Sign'] = {
                    ['ID'] = 'CarpenterSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Carpentry Advanced Upgrade'] = {
                    ['ID'] = 'CarpentryAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Carpentry Basic Upgrade'] = {
                    ['ID'] = 'CarpentryBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Carpentry Skill Book'] = {
                    ['ID'] = 'CarpentrySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Carpentry Skill Scroll'] = {
                    ['ID'] = 'CarpentrySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Carpentry Table'] = {
                    ['ID'] = 'CarpentryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A table for basic wooden crafts for home improvement and progress.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Cart Blueprint Poster'] = {
                    ['ID'] = 'CartBlueprintPosterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A poster for the wall.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Carved Pumpkin'] = {
                    ['ID'] = 'CarvedPumpkinItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Spooky pumpkin that emits a mystical light.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cast Iron Bed'] = {
                    ['ID'] = 'CastIronBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A solid bed made slightly more comfortable by adding cotton.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Bed', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cast Iron Bench'] = {
                    ['ID'] = 'CastIronBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Does not look very comfortable.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cast Iron Chair'] = {
                    ['ID'] = 'CastIronChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It is very stable.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cast Iron Plaque'] = {
                    ['ID'] = 'CastIronPlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Cast Iron Royal Bed'] = {
                    ['ID'] = 'CastIronRoyalBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A luxurious bed made from the finest cotton strands with added gold filling for the royal experience.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Bed', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cast Iron Stove'] = {
                    ['ID'] = 'CastIronStoveItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The perfect stove for the fledgling chef.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Storage Container', 'Housing Objects', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Cast Iron Table'] = {
                    ['ID'] = 'CastIronTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple yet ornate table made from cast iron.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cedar Log'] = {
                    ['ID'] = 'CedarLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Cedar log is a type of softwood. Cedar wood is a natural repellent to moths.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Wood', 'Softwood', 'Burnable Fuel', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Cedar Seed'] = {
                    ['ID'] = 'CedarSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a cedar sapling.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Cedar Seed Pack'] = {
                    ['ID'] = 'CedarSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a cedar sapling.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ceiba Log'] = {
                    ['ID'] = 'CeibaLogItem',
                    ['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.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Wood', 'Hardwood', 'Burnable Fuel', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Ceiba Seed'] = {
                    ['ID'] = 'CeibaSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a ceiba sapling.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Ceiba Seed Pack'] = {
                    ['ID'] = 'CeibaSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a ceiba sapling.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ceiling Candle'] = {
                    ['ID'] = 'CeilingCandleItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy hanging candelabra.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cellulose Fiber'] = {
                    ['ID'] = 'CelluloseFiberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Created by taking pulped plants and extruding them similarly to synthetic fibers.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cement'] = {
                    ['ID'] = 'CementItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'In order to be usable it needs to be reinforced.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cement Kiln'] = {
                    ['ID'] = 'CementKilnItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A rotary kiln that produces cement and concrete products.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Polluter', 'On Off', 'Crafting Table', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Census Bureau'] = {
                    ['ID'] = 'CensusBureauItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the creation of Demographics, which specify groups of citizens automatically based on criteria you define.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ceramic Mold'] = {
                    ['ID'] = 'CeramicMoldItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cereal Germ'] = {
                    ['ID'] = 'CerealGermItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A by-product of milling, the germ is the reproductive part of the cereal that germinates.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '20.0',
                    ['Carbs'] = '5.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '7.0',
                    ['Vitamins'] = '3',
        },
        ['Chainsaw'] = {
                    ['ID'] = 'ChainsawItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A gasoline-powered alternative to cutting trees.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Logging', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Chandelier'] = {
                    ['ID'] = 'ChandelierItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Charcoal'] = {
                    ['ID'] = 'CharcoalItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A black residue, consisting of carbon and any remaining ash.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel', 'Coal', 'Burnable Fuel', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Charcoal Powder'] = {
                    ['ID'] = 'CharcoalPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A black powder made by taking bits of charcoal and turning it into a fine powder through a mill.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Pigment', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Charred Agave'] = {
                    ['ID'] = 'CharredAgaveItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Agave leaves that have been charred over a campfire.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Green', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '5.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '3',
        },
        ['Charred Beans'] = {
                    ['ID'] = 'CharredBeansItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Vegetable', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '1.0',
                    ['Protein'] = '8.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '0',
        },
        ['Charred Beet'] = {
                    ['ID'] = 'CharredBeetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Vegetable', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '3.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '6',
        },
        ['Charred Cactus Fruit'] = {
                    ['ID'] = 'CharredCactusFruitItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Blackened cactus fruit. A favorite of early desert settlers.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Fruit', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '200.0',
                    ['Carbs'] = '4.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '2.0',
                    ['Vitamins'] = '6',
        },
        ['Charred Camas Bulb'] = {
                    ['ID'] = 'CharredCamasBulbItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Vegetable', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '6.0',
                    ['Vitamins'] = '1',
        },
        ['Charred Corn'] = {
                    ['ID'] = 'CharredCornItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'This piece of corn needs a good slathering of butter to curb that burnt taste.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Vegetable', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '7.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '4',
        },
        ['Charred Fireweed Shoots'] = {
                    ['ID'] = 'CharredFireweedShootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'It tastes somewhat burnt but at least the fire has removed the bitter taste.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Green', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '5.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '6',
        },
        ['Charred Fish'] = {
                    ['ID'] = 'CharredFishItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'At least it doesn\'t have any scales any more.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '400.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '11.0',
                    ['Fat'] = '4.0',
                    ['Vitamins'] = '0',
        },
        ['Charred Heart Of Palm'] = {
                    ['ID'] = 'CharredHeartOfPalmItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Vegetable', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '210.0',
                    ['Carbs'] = '6.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '1.0',
                    ['Vitamins'] = '2',
        },
        ['Charred Meat'] = {
                    ['ID'] = 'CharredMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The blackened surface of this unrecognizable meat is \'golden brown\'.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '400.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '5.0',
                    ['Fat'] = '10.0',
                    ['Vitamins'] = '0',
        },
        ['Charred Mushrooms'] = {
                    ['ID'] = 'CharredMushroomsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Vegetable', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '3.0',
                    ['Protein'] = '6.0',
                    ['Fat'] = '2.0',
                    ['Vitamins'] = '1',
        },
        ['Charred Papaya'] = {
                    ['ID'] = 'CharredPapayaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Papaya fruit that has been charred over a basic campfire.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Fruit', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '3.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '8',
        },
        ['Charred Pineapple'] = {
                    ['ID'] = 'CharredPineappleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Pineapple that has been charred over a basic campfire.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Fruit', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '8.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '3',
        },
        ['Charred Sausage'] = {
                    ['ID'] = 'CharredSausageItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.',
                    ['Weight'] = '350',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '10.0',
                    ['Fat'] = '14.0',
                    ['Vitamins'] = '0',
        },
        ['Charred Taro'] = {
                    ['ID'] = 'CharredTaroItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Blackened taro root. Not the tastiest meal, but a great source of energy for early rainforest settlers.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Vegetable', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '10.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '1',
        },
        ['Charred Tomato'] = {
                    ['ID'] = 'CharredTomatoItem',
                    ['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.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Vegetable', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '7.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '4',
        },
        ['Chef Hat'] = {
                    ['ID'] = 'ChefHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'To keep your hair in one place while stirring the pots.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Chef Pants'] = {
                    ['ID'] = 'ChefPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Checkered style pants for hiding the truths of working in a kitchen.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Chef Shirt'] = {
                    ['ID'] = 'ChefShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A clean Chef\'s shirt to spot all the spots.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Chef Shoes'] = {
                    ['ID'] = 'ChefShoesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Simple low indoors working shoes helps avoiding slipping on wet surfaces in a large kitchen.(Decreases calories consumed when using tools by 30%)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Chiseled Legs'] = {
                    ['ID'] = 'ChiseledLegsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Legs',
                    ['Weight'] = '0',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['ChocoTaco Cap'] = {
                    ['ID'] = 'ChocoTacoCapItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Stylish headwear from that Twitch guy',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Claim Paper Item'] = {
                    ['ID'] = 'ClaimPaperItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Add to a Claim Stake to increase the number of plots you can claim on it.',
                    ['Weight'] = '4',
                    ['MaxStackSize'] = '500',
                    ['Tags'] = {'Currency'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Claim Tool'] = {
                    ['ID'] = 'ClaimToolItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Used to claim, unclaim and examine property.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Clam'] = {
                    ['ID'] = 'ClamItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A clam.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Currency', 'Marine Life', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Clam Chowder'] = {
                    ['ID'] = 'ClamChowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew loaded with clams and taro root.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '800.0',
                    ['Carbs'] = '16.0',
                    ['Protein'] = '15.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '11',
        },
        ['Clay'] = {
                    ['ID'] = 'ClayItem',
                    ['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.',
                    ['Weight'] = '22000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Clay Mold'] = {
                    ['ID'] = 'ClayMoldItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cloth'] = {
                    ['ID'] = 'ClothItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A piece of rough cloth made by weaving fibers together.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fabric', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cloth Belt'] = {
                    ['ID'] = 'ClothBeltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A fashionable cloth belt that drapes across the waist.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cloth Cape'] = {
                    ['ID'] = 'ClothCapeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'It just looks cool.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['CO2 Canister'] = {
                    ['ID'] = 'CO2CanisterItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'For creating fancy foams!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['CO2 Item'] = {
                    ['ID'] = 'CO2Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A byproduct gas of respiration.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Coal'] = {
                    ['ID'] = 'CoalItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A combustible mineral which needs to be crushed into usable fuel.',
                    ['Weight'] = '4000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Ore', 'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Coarse Stone'] = {
                    ['ID'] = 'CoarseStoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A simple flattened piece of stone used to repair damaged tools. It will wear down your tools quickly.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cod'] = {
                    ['ID'] = 'CodItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A cod.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fish', 'Medium Fish', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Colored Powder'] = {
                    ['ID'] = 'ColoredPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A bag of crushed flower petals.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Combustion Engine'] = {
                    ['ID'] = 'CombustionEngineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An engine that generates power by combustion of fuel.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Combustion Generator'] = {
                    ['ID'] = 'CombustionGeneratorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Consumes most fuels to produce energy.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Polluter', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Composite Birch Bench'] = {
                    ['ID'] = 'CompositeBirchBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Birch Chair'] = {
                    ['ID'] = 'CompositeBirchChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Birch Door'] = {
                    ['ID'] = 'CompositeBirchDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Birch Lumber'] = {
                    ['ID'] = 'CompositeBirchLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Composite Lumber', 'Hardwood Lumber', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Birch Table'] = {
                    ['ID'] = 'CompositeBirchTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Bow'] = {
                    ['ID'] = 'CompositeBowItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern composite bow made with fiberglass that makes hunting a breeze. Requires arrows to fire.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Composite Cedar Bench'] = {
                    ['ID'] = 'CompositeCedarBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Cedar Chair'] = {
                    ['ID'] = 'CompositeCedarChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Cedar Door'] = {
                    ['ID'] = 'CompositeCedarDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Cedar Lumber'] = {
                    ['ID'] = 'CompositeCedarLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Composite Lumber', 'Softwood Lumber', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Cedar Table'] = {
                    ['ID'] = 'CompositeCedarTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Ceiba Bench'] = {
                    ['ID'] = 'CompositeCeibaBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Ceiba Chair'] = {
                    ['ID'] = 'CompositeCeibaChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Ceiba Door'] = {
                    ['ID'] = 'CompositeCeibaDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Ceiba Lumber'] = {
                    ['ID'] = 'CompositeCeibaLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Composite Lumber', 'Hardwood Lumber', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Ceiba Table'] = {
                    ['ID'] = 'CompositeCeibaTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Filler'] = {
                    ['ID'] = 'CompositeFillerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A multipurpose filler that is made from what you have available.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '50',
                    ['Tags'] = {'Fertilizer', 'Fertilizer Filler', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Fir Bench'] = {
                    ['ID'] = 'CompositeFirBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Fir Chair'] = {
                    ['ID'] = 'CompositeFirChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Fir Door'] = {
                    ['ID'] = 'CompositeFirDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Fir Lumber'] = {
                    ['ID'] = 'CompositeFirLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Composite Lumber', 'Softwood Lumber', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Fir Table'] = {
                    ['ID'] = 'CompositeFirTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Hardwood Bench'] = {
                    ['ID'] = 'CompositeHardwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Hardwood Chair'] = {
                    ['ID'] = 'CompositeHardwoodChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Hardwood Door'] = {
                    ['ID'] = 'CompositeHardwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Hardwood Table'] = {
                    ['ID'] = 'CompositeHardwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A nice composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Joshua Bench'] = {
                    ['ID'] = 'CompositeJoshuaBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Joshua Chair'] = {
                    ['ID'] = 'CompositeJoshuaChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Joshua Door'] = {
                    ['ID'] = 'CompositeJoshuaDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Joshua Lumber'] = {
                    ['ID'] = 'CompositeJoshuaLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Composite Lumber', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Joshua Table'] = {
                    ['ID'] = 'CompositeJoshuaTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Lumber'] = {
                    ['ID'] = 'CompositeLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Composite Lumber', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Lumber Bench'] = {
                    ['ID'] = 'CompositeLumberBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Lumber Chair'] = {
                    ['ID'] = 'CompositeLumberChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Lumber Door'] = {
                    ['ID'] = 'CompositeLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Lumber Dresser'] = {
                    ['ID'] = 'CompositeLumberDresserItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable', 'Storage Container', 'Wardrobe'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Lumber Table'] = {
                    ['ID'] = 'CompositeLumberTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Oak Bench'] = {
                    ['ID'] = 'CompositeOakBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Oak Chair'] = {
                    ['ID'] = 'CompositeOakChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Oak Door'] = {
                    ['ID'] = 'CompositeOakDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Oak Lumber'] = {
                    ['ID'] = 'CompositeOakLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Composite Lumber', 'Hardwood Lumber', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Oak Table'] = {
                    ['ID'] = 'CompositeOakTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Palm Bench'] = {
                    ['ID'] = 'CompositePalmBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Palm Chair'] = {
                    ['ID'] = 'CompositePalmChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Palm Door'] = {
                    ['ID'] = 'CompositePalmDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Palm Lumber'] = {
                    ['ID'] = 'CompositePalmLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Composite Lumber', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Palm Table'] = {
                    ['ID'] = 'CompositePalmTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Redwood Bench'] = {
                    ['ID'] = 'CompositeRedwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Redwood Chair'] = {
                    ['ID'] = 'CompositeRedwoodChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Redwood Door'] = {
                    ['ID'] = 'CompositeRedwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Redwood Lumber'] = {
                    ['ID'] = 'CompositeRedwoodLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Composite Lumber', 'Softwood Lumber', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Redwood Table'] = {
                    ['ID'] = 'CompositeRedwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Saguaro Bench'] = {
                    ['ID'] = 'CompositeSaguaroBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Saguaro Chair'] = {
                    ['ID'] = 'CompositeSaguaroChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Saguaro Door'] = {
                    ['ID'] = 'CompositeSaguaroDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Saguaro Lumber'] = {
                    ['ID'] = 'CompositeSaguaroLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Composite Lumber', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Saguaro Table'] = {
                    ['ID'] = 'CompositeSaguaroTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Softwood Bench'] = {
                    ['ID'] = 'CompositeSoftwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Softwood Chair'] = {
                    ['ID'] = 'CompositeSoftwoodChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Softwood Door'] = {
                    ['ID'] = 'CompositeSoftwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Softwood Table'] = {
                    ['ID'] = 'CompositeSoftwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A nice composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Spruce Bench'] = {
                    ['ID'] = 'CompositeSpruceBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Spruce Chair'] = {
                    ['ID'] = 'CompositeSpruceChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Spruce Door'] = {
                    ['ID'] = 'CompositeSpruceDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Spruce Lumber'] = {
                    ['ID'] = 'CompositeSpruceLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Composite Lumber', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composite Spruce Table'] = {
                    ['ID'] = 'CompositeSpruceTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composites Skill Book'] = {
                    ['ID'] = 'CompositesSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composites Skill Scroll'] = {
                    ['ID'] = 'CompositesSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Composites Upgrade'] = {
                    ['ID'] = 'CompositesUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Composites recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Compost'] = {
                    ['ID'] = 'CompostItem',
                    ['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.',
                    ['Weight'] = '30000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Diggable', 'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Compost Fertilizer'] = {
                    ['ID'] = 'CompostFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Compost fertilizer is a classic, low effort fertilizer.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '50',
                    ['Tags'] = {'Fertilizer', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Compostables Item'] = {
                    ['ID'] = 'CompostablesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Computer Lab'] = {
                    ['ID'] = 'ComputerLabItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place where you can sit all day and play video games! Or work on expert-level research.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Construction Post'] = {
                    ['ID'] = 'ConstructionPostItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For construction contracts.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Contract Board'] = {
                    ['ID'] = 'ContractBoardItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A board to post contracts.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Economy', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Cookeina Mushroom Spores'] = {
                    ['ID'] = 'CookeinaMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow cookeina mushrooms.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Cookeina Mushroom Spores Pack'] = {
                    ['ID'] = 'CookeinaMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow cookeina mushrooms.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cookeina Mushrooms'] = {
                    ['ID'] = 'CookeinaMushroomsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Tiny Cup Mushrooms.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Fungus', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '200.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '1.0',
                    ['Vitamins'] = '1',
        },
        ['Cooking Skill Book'] = {
                    ['ID'] = 'CookingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cooking Skill Scroll'] = {
                    ['ID'] = 'CookingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cooking Upgrade'] = {
                    ['ID'] = 'CookingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cooking Utensils'] = {
                    ['ID'] = 'CookingUtensilsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Assorted utensils for your everyday kitchen use.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Copper Bar'] = {
                    ['ID'] = 'CopperBarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined bar of copper.',
                    ['Weight'] = '18000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Currency', 'Metal', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Copper Concentrate'] = {
                    ['ID'] = 'CopperConcentrateItem',
                    ['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.',
                    ['Weight'] = '20000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Concentrated Ore', 'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Copper Frame Landscape'] = {
                    ['ID'] = 'CopperFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Copper Frame Portrait'] = {
                    ['ID'] = 'CopperFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Copper Frame Square'] = {
                    ['ID'] = 'CopperFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Copper Frame Tall'] = {
                    ['ID'] = 'CopperFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Copper Frame Wide'] = {
                    ['ID'] = 'CopperFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Copper Hydroxide'] = {
                    ['ID'] = 'CopperHydroxideItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Pulverized copper ore left exposed to oxygen giving it a green patina.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Pigment', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Copper Ore'] = {
                    ['ID'] = 'CopperOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Unrefined ore with traces of copper.',
                    ['Weight'] = '7500',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Ore', 'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Copper Pipe'] = {
                    ['ID'] = 'CopperPipeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A pipe for transporting liquids.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Placeable On Walls', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Copper Plate'] = {
                    ['ID'] = 'CopperPlateItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A solid copper plate giving higher grades of protection against erosion and improves conductivity.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Currency', 'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Copper Wiring'] = {
                    ['ID'] = 'CopperWiringItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A length of copper conductive wire useful for a variety of purposes.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Corn'] = {
                    ['ID'] = 'CornItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A warmly colored kernel studded vegetable.',
                    ['Weight'] = '125',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Vegetable', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '230.0',
                    ['Carbs'] = '4.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '3',
        },
        ['Corn Fritters'] = {
                    ['ID'] = 'CornFrittersItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'These deep fried corn treats are both crispy and delicious.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '500.0',
                    ['Carbs'] = '13.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '22.0',
                    ['Vitamins'] = '8',
        },
        ['Corn Seed'] = {
                    ['ID'] = 'CornSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow corn.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Corn Seed Pack'] = {
                    ['ID'] = 'CornSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow corn.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Corn Starch'] = {
                    ['ID'] = 'CornStarchItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Obtained from the endosperm of the kernal, cornstarch can be used as a thickening agent for sauces.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '10.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Cornmeal'] = {
                    ['ID'] = 'CornmealItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Dried and ground corn; it\'s like a courser flour.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '60.0',
                    ['Carbs'] = '9.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '0',
        },
        ['Cornrows'] = {
                    ['ID'] = 'CornrowsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Corrugated Steel'] = {
                    ['ID'] = 'CorrugatedSteelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Especially useful for industrial buildings.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Corrugated Steel Door'] = {
                    ['ID'] = 'CorrugatedSteelDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A secure door made of hard corrugated steel.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Corrugated Steel Fence Door'] = {
                    ['ID'] = 'CorrugatedSteelFenceDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A corrugated steel door with fence-like viewing slots. ',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cotton Boll'] = {
                    ['ID'] = 'CottonBollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A fluffy round boll harvested from a cotton plant.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cotton Carpet'] = {
                    ['ID'] = 'CottonCarpetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A woven cotton floor covering attached to a lumber backing.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Constructable', 'Block', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cotton Curtains'] = {
                    ['ID'] = 'CottonCurtainsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Curtains woven using the finest cotton.  (Only cosmetic does not impact room value.)',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Constructable', 'Block', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cotton Fabric'] = {
                    ['ID'] = 'CottonFabricItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Cotton fabric is valued for its light weight, breathability, and softness.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Currency', 'Fabric', 'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cotton Lint'] = {
                    ['ID'] = 'CottonLintItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A bundle of cotton used as stuffing or further tailoring processing.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cotton Seed'] = {
                    ['ID'] = 'CottonSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow cotton.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Cotton Seed Pack'] = {
                    ['ID'] = 'CottonSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow cotton.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cotton Streamer Stars'] = {
                    ['ID'] = 'CottonStreamerStarsItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple cotton streamers with stars.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cotton Streamer Stripes'] = {
                    ['ID'] = 'CottonStreamerStripesItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple cotton streamers with stripes.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cotton Thread'] = {
                    ['ID'] = 'CottonThreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Cotton fiber that has been processed at a cotton gin and is ready to be used for textiles.',
                    ['Weight'] = '25',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Couch'] = {
                    ['ID'] = 'CouchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A sweet couch to lounge on. Now with room for your friends!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Country Claim Stake'] = {
                    ['ID'] = 'CountryClaimStakeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Placeable On Unowned Land', 'World Object', 'Usable', 'Storage Container'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Country Foundation'] = {
                    ['ID'] = 'CountryFoundationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When a town simply cannot contain your ambition.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'Settlement', 'Placeable On Unowned Land', 'World Object', 'Usable', 'Housing Objects', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Court Chair'] = {
                    ['ID'] = 'CourtChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A chair for legal sittings.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Court Table'] = {
                    ['ID'] = 'CourtTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A vital part of the courtroom.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Cowboy Hat'] = {
                    ['ID'] = 'CowboyHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A fine leather hat.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Coyote Carcass'] = {
                    ['ID'] = 'CoyoteCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead coyote.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Small Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crab Carcass'] = {
                    ['ID'] = 'CrabCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A crustacean that loves the ocean, just don\'t get caught in its pinch!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Small Fish', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crab Pot'] = {
                    ['ID'] = 'CrabPotItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A contraption to catch unsuspecting crabs in search of prey.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crane'] = {
                    ['ID'] = 'CraneItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the placement and transport of materials in an area.',
                    ['Weight'] = '25000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Construction', 'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Polluter', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Creosote Bush Seed'] = {
                    ['ID'] = 'CreosoteBushSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow creosote bushes.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Creosote Bush Seed Pack'] = {
                    ['ID'] = 'CreosoteBushSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow creosote bushes.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Creosote Flower'] = {
                    ['ID'] = 'CreosoteFlowerItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Placeholder Description.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Petals', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Crimini Mushroom Spores'] = {
                    ['ID'] = 'CriminiMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow crimini mushrooms.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Crimini Mushroom Spores Pack'] = {
                    ['ID'] = 'CriminiMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow crimini mushrooms.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crimini Mushrooms'] = {
                    ['ID'] = 'CriminiMushroomsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Edible mushrooms that are quite tasty.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Fungus', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '200.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '1.0',
                    ['Vitamins'] = '1',
        },
        ['Crimson Salad'] = {
                    ['ID'] = 'CrimsonSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Just in case you want to eat red things without eating meat.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1200.0',
                    ['Carbs'] = '13.0',
                    ['Protein'] = '7.0',
                    ['Fat'] = '8.0',
                    ['Vitamins'] = '28',
        },
        ['Crispy Bacon'] = {
                    ['ID'] = 'CrispyBaconItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Give me all the bacon and eggs you have.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '800.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '18.0',
                    ['Fat'] = '26.0',
                    ['Vitamins'] = '0',
        },
        ['Crushed Basalt'] = {
                    ['ID'] = 'CrushedBasaltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Basalt rocks that have been crushed into a fine gravel.',
                    ['Weight'] = '30000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Crushed Rock', 'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Coal'] = {
                    ['ID'] = 'CrushedCoalItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Coal that have been crushed into a usable size.',
                    ['Weight'] = '22000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Fuel', 'Coal', 'Burnable Fuel', 'Excavatable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Crushed Copper Ore'] = {
                    ['ID'] = 'CrushedCopperOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Crushed copper ore that is ready to be concentrated.',
                    ['Weight'] = '28000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Gneiss'] = {
                    ['ID'] = 'CrushedGneissItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Gneiss rocks that have been crushed into a fine gravel.',
                    ['Weight'] = '28000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Crushed Rock', 'Excavatable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Gold Ore'] = {
                    ['ID'] = 'CrushedGoldOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Crushed gold ore that is ready to be concentrated.',
                    ['Weight'] = '28000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Excavatable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Granite'] = {
                    ['ID'] = 'CrushedGraniteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Granite rocks that have been crushed into a fine gravel.',
                    ['Weight'] = '26000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Crushed Rock', 'Silica', 'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Iron Ore'] = {
                    ['ID'] = 'CrushedIronOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Crushed iron ore that is ready to be concentrated.',
                    ['Weight'] = '30000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Excavatable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Limestone'] = {
                    ['ID'] = 'CrushedLimestoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Limestone rocks that have been crushed into a fine gravel.',
                    ['Weight'] = '26000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Crushed Rock', 'Excavatable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Mixed Rock'] = {
                    ['ID'] = 'CrushedMixedRockItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A mixture of rocks that can be used in a variety of recipes or simply as landfill.',
                    ['Weight'] = '26000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Crushed Rock', 'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Oil Shale'] = {
                    ['ID'] = 'CrushedOilShaleItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = '',
                    ['Weight'] = '20000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Block'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Sandstone'] = {
                    ['ID'] = 'CrushedSandstoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Sandstone rocks that have been crushed into a fine gravel.',
                    ['Weight'] = '24000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Crushed Rock', 'Silica', 'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Shale'] = {
                    ['ID'] = 'CrushedShaleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Shale rocks that have been crushed into a fine gravel.',
                    ['Weight'] = '24000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Crushed Rock', 'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Slag'] = {
                    ['ID'] = 'CrushedSlagItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Slag that has been crushed into a fine gravel.',
                    ['Weight'] = '24000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Crushed Rock', 'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Crushed Sulfur'] = {
                    ['ID'] = 'CrushedSulfurItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Sulfur rocks that have been crushed into a fine gravel.',
                    ['Weight'] = '28000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Excavatable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Culinary Research Paper Advanced'] = {
                    ['ID'] = 'CulinaryResearchPaperAdvancedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Advanced Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Culinary Research Paper Basic'] = {
                    ['ID'] = 'CulinaryResearchPaperBasicItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Basic Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Culinary Research Paper Modern'] = {
                    ['ID'] = 'CulinaryResearchPaperModernItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Modern Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Culture'] = {
                    ['ID'] = 'CultureItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Culture value.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Curly'] = {
                    ['ID'] = 'CurlyItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Currency Exchange'] = {
                    ['ID'] = 'CurrencyExchangeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows players to exchange currency.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Economy', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Cutting Edge Cooking Skill Book'] = {
                    ['ID'] = 'CuttingEdgeCookingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cutting Edge Cooking Skill Scroll'] = {
                    ['ID'] = 'CuttingEdgeCookingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cutting Edge Cooking Upgrade'] = {
                    ['ID'] = 'CuttingEdgeCookingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Cyan Powder'] = {
                    ['ID'] = 'CyanPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A mixture of powders in set ranges to make an artifical base cyan color.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Pigment', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Decorative Anchor'] = {
                    ['ID'] = 'DecorativeAnchorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The ship this anchor belonged to no longer needed it.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Decorative Bowl'] = {
                    ['ID'] = 'DecorativeBowlItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A decorative bonsai tree cut with artistical skill.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Decorative Glass Buoy Blue'] = {
                    ['ID'] = 'DecorativeGlassBuoyBlueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Decorative Glass Buoy Green'] = {
                    ['ID'] = 'DecorativeGlassBuoyGreenItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Decorative Glass Buoy Red'] = {
                    ['ID'] = 'DecorativeGlassBuoyRedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Decorative Glass Buoy Violet'] = {
                    ['ID'] = 'DecorativeGlassBuoyVioletItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Decorative Glass Buoy Yellow'] = {
                    ['ID'] = 'DecorativeGlassBuoyYellowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Decorative Hanging Buoy'] = {
                    ['ID'] = 'DecorativeHangingBuoyItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Decorative Life Preserver'] = {
                    ['ID'] = 'DecorativeLifePreserverItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It has retired from its previously life-critical role, but great for nautical decor.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Decorative Ship Wheel'] = {
                    ['ID'] = 'DecorativeShipWheelItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Somewhere a ship is no longer going straight.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Deer Carcass'] = {
                    ['ID'] = 'DeerCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead deer.',
                    ['Weight'] = '3000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Medium Carcass', 'Medium Leather Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Deer Pelt'] = {
                    ['ID'] = 'DeerPeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Floor Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Dendrology Research Paper Advanced'] = {
                    ['ID'] = 'DendrologyResearchPaperAdvancedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Advanced Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Dendrology Research Paper Basic'] = {
                    ['ID'] = 'DendrologyResearchPaperBasicItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Basic Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Dendrology Research Paper Modern'] = {
                    ['ID'] = 'DendrologyResearchPaperModernItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Modern Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Derpy Hat'] = {
                    ['ID'] = 'DerpyHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Dorky sombrero that doesn\'t fit anyone. You feel embarrassed to wear it.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Dev Flood Tool'] = {
                    ['ID'] = 'DevFloodToolItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Flood tool! Left click on the water to remove the top layer, or Right-click on a block to add a water layer.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tools', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Dev Paint Tool'] = {
                    ['ID'] = 'DevPaintToolItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Paint tool! It paints with some developer features.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Painter', 'Tools', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Dev Tool'] = {
                    ['ID'] = 'DevtoolItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'DOES CHEATER THINGS THROUGH CHEATING POWERS!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Construction', 'Tools', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Digital Work Station'] = {
                    ['ID'] = 'DigitalWorkStationItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A state of the art combination of equipment all a budding journalist could need.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Dirt'] = {
                    ['ID'] = 'DirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Healthy soil is essential to support life. When displaced, dirt can be used to terraform an area to support buildings and infrastructure.',
                    ['Weight'] = '19000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Road Type', 'Diggable', 'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Dirt Ramp'] = {
                    ['ID'] = 'DirtRampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Road Items',
                    ['Description'] = '4 x 1 Dirt Ramp.',
                    ['Weight'] = '60000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Road', 'Placeable On Unowned Land', 'World Object', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Dirt Road'] = {
                    ['ID'] = 'DirtRoadItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A dusty surface formed by tampering dirt with a road tool. It\'s servicable for any wheeled vehicle.',
                    ['Weight'] = '30000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Block'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Distribution Station'] = {
                    ['ID'] = 'DistributionStationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['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.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Economy', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Dowel'] = {
                    ['ID'] = 'DowelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Dowels used for construction.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Dried Fish'] = {
                    ['ID'] = 'DriedFishItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leaving it outdoors somehow made it more digestible.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '450.0',
                    ['Carbs'] = '1.0',
                    ['Protein'] = '16.0',
                    ['Fat'] = '2.0',
                    ['Vitamins'] = '0',
        },
        ['Dried Meat'] = {
                    ['ID'] = 'DriedMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leaving it outdoors somehow made it more digestible.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '550.0',
                    ['Carbs'] = '1.0',
                    ['Protein'] = '14.0',
                    ['Fat'] = '4.0',
                    ['Vitamins'] = '0',
        },
        ['Dumpster Compost'] = {
                    ['ID'] = 'DumpsterCompostItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Dumpster Garbage'] = {
                    ['ID'] = 'DumpsterGarbageItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Dumpster Recycle'] = {
                    ['ID'] = 'DumpsterRecycleItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Dwarf Willow Seed'] = {
                    ['ID'] = 'DwarfWillowSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow dwarf willow.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Dwarf Willow Seed Pack'] = {
                    ['ID'] = 'DwarfWillowSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow dwarf willow.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Dynamite'] = {
                    ['ID'] = 'DynamiteItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A distinctly different approach to mining, light the fuse and stand back!(Explosives convert blocks into their crushed variants.)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Easel'] = {
                    ['ID'] = 'EaselItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An interactive stand allowing paintings to be created using art supplies.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ecko Statue'] = {
                    ['ID'] = 'EckoStatueItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A statue of a dolphin. What could it mean?',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ecko The Dolphin'] = {
                    ['ID'] = 'EckoTheDolphinItem',
                    ['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.',
                    ['Weight'] = '0',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tools', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ecoylent'] = {
                    ['ID'] = 'EcoylentItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'A complete meal replacement solution.',
                    ['Weight'] = '0',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1500.0',
                    ['Carbs'] = '500.0',
                    ['Protein'] = '500.0',
                    ['Fat'] = '500.0',
                    ['Vitamins'] = '500',
        },
        ['Egyptian Canoe'] = {
                    ['ID'] = 'EgyptianCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small Canoe for hauling minimal loads.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Election Poster'] = {
                    ['ID'] = 'ElectionPosterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A poster for the wall.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Electric Lathe'] = {
                    ['ID'] = 'ElectricLatheItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An electric powered machine that has a spinning blade to craft a variety of metal products.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Electric Machinist Table'] = {
                    ['ID'] = 'ElectricMachinistTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy toolbench that creates equally fancy toys.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Electric Motor'] = {
                    ['ID'] = 'ElectricMotorItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A motor.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Electric Planer'] = {
                    ['ID'] = 'ElectricPlanerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A sander and a jointer rolled into one.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Electric Stamping Press'] = {
                    ['ID'] = 'ElectricStampingPressItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool for shaping or cutting metal by deforming it with a die.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Electric Wall Lamp'] = {
                    ['ID'] = 'ElectricWallLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wall mounted lamp that requires electricity to turn on.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Electric Water Pump'] = {
                    ['ID'] = 'ElectricWaterPumpItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Pumps water from a source into a pipe network.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Electronics Assembly'] = {
                    ['ID'] = 'ElectronicsAssemblyItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A set of machinery to create electronics.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Electronics Skill Book'] = {
                    ['ID'] = 'ElectronicsSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Electronics Skill Scroll'] = {
                    ['ID'] = 'ElectronicsSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Electronics Upgrade'] = {
                    ['ID'] = 'ElectronicsUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Elevator Call Post'] = {
                    ['ID'] = 'ElevatorCallPostItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Used to call a nearby elevator.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Elevator Call Post', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Elk Carcass'] = {
                    ['ID'] = 'ElkCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead elk.',
                    ['Weight'] = '3000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Medium Carcass', 'Medium Leather Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Elk Mount'] = {
                    ['ID'] = 'ElkMountItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A hunting trophy for your house.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Elk Skypiercer'] = {
                    ['ID'] = 'ElkSkypiercerItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'You can hear the faint cries of Ecko when this mythical elk antler is held aloft.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Elk Taco'] = {
                    ['ID'] = 'ElkTacoItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A tasty treat made from corn tortillas and meat.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '15.0',
                    ['Protein'] = '8.0',
                    ['Fat'] = '22.0',
                    ['Vitamins'] = '6',
        },
        ['Elk Wellington'] = {
                    ['ID'] = 'ElkWellingtonItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A prime cut of meat surrounded by pastry.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1450.0',
                    ['Carbs'] = '10.0',
                    ['Protein'] = '26.0',
                    ['Fat'] = '22.0',
                    ['Vitamins'] = '4',
        },
        ['Embassy Desk'] = {
                    ['ID'] = 'EmbassyDeskItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Where papers are signed and foreign affairs are settled.(Allows the settlement to enable hostile takeovers)',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Engineer Sign'] = {
                    ['ID'] = 'EngineerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Engineering Research Paper Advanced'] = {
                    ['ID'] = 'EngineeringResearchPaperAdvancedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Advanced Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Engineering Research Paper Modern'] = {
                    ['ID'] = 'EngineeringResearchPaperModernItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Modern Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Epoxy'] = {
                    ['ID'] = 'EpoxyItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A useful material for hardening, curing, and other various uses.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ethanol'] = {
                    ['ID'] = 'EthanolItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A material used to make biodiesel. Not suitable for food.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Excavator'] = {
                    ['ID'] = 'ExcavatorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Like a Skid Steer but more versatile. Great for high slope excavation.',
                    ['Weight'] = '30000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Excavation', 'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Polluter', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Executive Office'] = {
                    ['ID'] = 'ExecutiveOfficeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Elected officials can perform one-time executive actions here.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Explorer Boots'] = {
                    ['ID'] = 'ExplorerBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Boots with rubber soles and thermal insulation for comfort yet still be durabable.(Decreases calories consumed when using tools by 30%)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Explorer Gloves'] = {
                    ['ID'] = 'ExplorerGlovesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Sturdy gloves comfortably lined with cotton for extra insulation against the elements.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Explorer Hat'] = {
                    ['ID'] = 'ExplorerHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A classic adventuring hat protecting you from the unknown.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Explorer Pants'] = {
                    ['ID'] = 'ExplorerPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Reinforced pants for exploring but still be fashionable.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Explorer Shirt'] = {
                    ['ID'] = 'ExplorerShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A simple white shirt with a tie and a colorable vest.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Extruder'] = {
                    ['ID'] = 'ExtruderItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Fancy Hewn Door'] = {
                    ['ID'] = 'FancyHewnDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fantastic Forest Pizza'] = {
                    ['ID'] = 'FantasticForestPizzaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leaves you full and lively.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1250.0',
                    ['Carbs'] = '23.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '10.0',
                    ['Vitamins'] = '17',
        },
        ['Far East Lumber'] = {
                    ['ID'] = 'FarEastLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Can be fashioned into various usable equipment.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Lumber', 'Burnable Fuel', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Farmer Boots'] = {
                    ['ID'] = 'FarmerBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Waterproof rubber sole boots with synthetic lining that provides protection against the elements when working in the fields.(Decreases calories consumed when using tools by 30%)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Farmer Gloves'] = {
                    ['ID'] = 'FarmerGlovesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Water-resistant nylon gloves with textured palms for increased grip.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Farmer Hat'] = {
                    ['ID'] = 'FarmerHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = ' A wide-brimmed straw hat designed to provide protection from the sun.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Farmer Overalls'] = {
                    ['ID'] = 'FarmerOverallsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Comfortable denim overalls to help with the frequent bending over that comes with farm work.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Farmer Shirt'] = {
                    ['ID'] = 'FarmerShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = ' A long-sleeved flannel shirt that is often worn when working outdoors.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Farmer Sign'] = {
                    ['ID'] = 'FarmerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Farmers Table'] = {
                    ['ID'] = 'FarmersTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic workspace for crafting fertilizer and extracting seeds from crops.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Farming Skill Book'] = {
                    ['ID'] = 'FarmingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Farming Skill Scroll'] = {
                    ['ID'] = 'FarmingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Farming Upgrade'] = {
                    ['ID'] = 'FarmingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Farming recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Federation Claim Stake'] = {
                    ['ID'] = 'FederationClaimStakeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Placeable On Unowned Land', 'World Object', 'Usable', 'Storage Container'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Federation Foundation'] = {
                    ['ID'] = 'FederationFoundationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A leap into globalization and a united federation.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'Settlement', 'Placeable On Unowned Land', 'World Object', 'Usable', 'Housing Objects', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Feminine Mannequin'] = {
                    ['ID'] = 'FeminineMannequinItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fern Campfire Salad'] = {
                    ['ID'] = 'FernCampfireSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Campfire Salad', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '900.0',
                    ['Carbs'] = '9.0',
                    ['Protein'] = '5.0',
                    ['Fat'] = '1.0',
                    ['Vitamins'] = '13',
        },
        ['Fern Spore'] = {
                    ['ID'] = 'FernSporeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow ferns.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Fern Spore Pack'] = {
                    ['ID'] = 'FernSporePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow ferns.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fertilizers Skill Book'] = {
                    ['ID'] = 'FertilizersSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fertilizers Skill Scroll'] = {
                    ['ID'] = 'FertilizersSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fertilizers Upgrade'] = {
                    ['ID'] = 'FertilizersUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fiber Filler'] = {
                    ['ID'] = 'FiberFillerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A filler ingredient used in a variety of fertilizers.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '50',
                    ['Tags'] = {'Fertilizer', 'Fertilizer Filler', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fiber Scutching Station'] = {
                    ['ID'] = 'FiberScutchingStationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A group of different tools used in the processing of plant based cloth products. Excellent for a renaissance fair display.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Fiberglass'] = {
                    ['ID'] = 'FiberglassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plastic reinforced with glass fiber strands.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fiddleheads'] = {
                    ['ID'] = 'FiddleheadsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A collection of the furled fronds of young ferns; a unique addition to a meal.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Greens', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '150.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '5',
        },
        ['Field Campfire Stew'] = {
                    ['ID'] = 'FieldCampfireStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1100.0',
                    ['Carbs'] = '14.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '8.0',
                    ['Vitamins'] = '4',
        },
        ['Filmy Fern Spore'] = {
                    ['ID'] = 'FilmyFernSporeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a filmy fern.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Filmy Fern Spore Pack'] = {
                    ['ID'] = 'FilmyFernSporePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a filmy fern.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fir Log'] = {
                    ['ID'] = 'FirLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Fir log is a type of softwood with a nice piney smell.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Wood', 'Softwood', 'Burnable Fuel', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Fir Seed'] = {
                    ['ID'] = 'FirSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a fir tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Fir Seed Pack'] = {
                    ['ID'] = 'FirSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a fir tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fireweed Seed'] = {
                    ['ID'] = 'FireweedSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow fireweed.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Fireweed Seed Pack'] = {
                    ['ID'] = 'FireweedSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow fireweed.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fireweed Shoots'] = {
                    ['ID'] = 'FireweedShootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A bitter, brightly colored shoot similar to asparagus.',
                    ['Weight'] = '80',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Greens', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '150.0',
                    ['Carbs'] = '3.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '4',
        },
        ['Fish Kites'] = {
                    ['ID'] = 'FishKitesItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fixed flying kite for your garden.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fish N Chips'] = {
                    ['ID'] = 'FishNChipsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Deep-fried fish served with a side of taro chips.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1000.0',
                    ['Carbs'] = '20.0',
                    ['Protein'] = '10.0',
                    ['Fat'] = '20.0',
                    ['Vitamins'] = '0',
        },
        ['Fish Rack'] = {
                    ['ID'] = 'FishRackItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple display of today\'s catch.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fish Trap'] = {
                    ['ID'] = 'FishTrapItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['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. ',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fishery'] = {
                    ['ID'] = 'FisheryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place to create traps and prepare seafood.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Fishing Pole'] = {
                    ['ID'] = 'FishingPoleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A wooden pole attached to a line and hook. Used to catch fish from rivers and the ocean.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tools', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Fit Torso'] = {
                    ['ID'] = 'FitTorsoItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Torso',
                    ['Weight'] = '0',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Flat Steel'] = {
                    ['ID'] = 'FlatSteelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Coated with a layer of epoxy, this steel refuses to rust.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Flat Steel Door'] = {
                    ['ID'] = 'FlatSteelDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful modern flat steel door with a large viewing window.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Flatbread'] = {
                    ['ID'] = 'FlatbreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Without any leavening the flatbread isn\'t very puffy. But it\'s still tasty.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '500.0',
                    ['Carbs'] = '17.0',
                    ['Protein'] = '8.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '2',
        },
        ['Flax Fiber'] = {
                    ['ID'] = 'FlaxFiberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Processed fibers of flax ready to be spun into yarn.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Flax Seed'] = {
                    ['ID'] = 'FlaxSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow flax. ',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Flax Seed Pack'] = {
                    ['ID'] = 'FlaxSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow flax. ',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Flax Stem'] = {
                    ['ID'] = 'FlaxStemItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A bundle of harvested flax that can be processed into fabric.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Flax Trawler Net'] = {
                    ['ID'] = 'FlaxTrawlerNetItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Flaxseed Oil'] = {
                    ['ID'] = 'FlaxseedOilItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'An oil primarily used for woodworking and paint supplies but can surprisingly also be drizzled on a salad.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel', 'Fat', 'Oil', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
                    ['Calories'] = '120.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '15.0',
                    ['Vitamins'] = '0',
        },
        ['Fletching Table'] = {
                    ['ID'] = 'FletchingTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A table for the capable hunter to improve their tools.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Flour'] = {
                    ['ID'] = 'FlourItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fine, milled wheat product that\'s useful for all baking.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '50.0',
                    ['Carbs'] = '15.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Food Sign'] = {
                    ['ID'] = 'FoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Fox Carcass'] = {
                    ['ID'] = 'FoxCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead fox.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Small Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fox Pelt'] = {
                    ['ID'] = 'FoxPeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Floor Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Framed Glass'] = {
                    ['ID'] = 'FramedGlassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Glass which was reinforced by a steel frame.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Framed Glass Door'] = {
                    ['ID'] = 'FramedGlassDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful glass door made of steel and glass.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fried Camas'] = {
                    ['ID'] = 'FriedCamasItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Deep fried Camas. Bit greasy.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fried Vegetable', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '9.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '10.0',
                    ['Vitamins'] = '2',
        },
        ['Fried Fiddleheads'] = {
                    ['ID'] = 'FriedFiddleheadsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fried Vegetable', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '11.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '6.0',
                    ['Vitamins'] = '4',
        },
        ['Fried Hare Haunches'] = {
                    ['ID'] = 'FriedHareHaunchesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Everything is better deep fried.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '750.0',
                    ['Carbs'] = '6.0',
                    ['Protein'] = '15.0',
                    ['Fat'] = '27.0',
                    ['Vitamins'] = '4',
        },
        ['Fried Hearts Of Palm'] = {
                    ['ID'] = 'FriedHeartsOfPalmItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fried Vegetable', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '13.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '6.0',
                    ['Vitamins'] = '2',
        },
        ['Fried Taro'] = {
                    ['ID'] = 'FriedTaroItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fried Vegetable', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '14.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '8.0',
                    ['Vitamins'] = '1',
        },
        ['Fried Tomatoes'] = {
                    ['ID'] = 'FriedTomatoesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fried Vegetable', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '11.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '8.0',
                    ['Vitamins'] = '2',
        },
        ['Fried Vegetables'] = {
                    ['ID'] = 'FriedVegetablesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = '',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '560.0',
                    ['Carbs'] = '11.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '8.0',
                    ['Vitamins'] = '2',
        },
        ['Friendly Scarecrow'] = {
                    ['ID'] = 'FriendlyScarecrowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Keeps animals away, but not in a scary way. (WIP)',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Froth Floatation Cell'] = {
                    ['ID'] = 'FrothFloatationCellItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool for miners to concentrate ore. The run off produces wet tailings.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Fruit Muffin'] = {
                    ['ID'] = 'FruitMuffinItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A soft, slightly sweet bread studded with juicy fruits.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '800.0',
                    ['Carbs'] = '10.0',
                    ['Protein'] = '5.0',
                    ['Fat'] = '4.0',
                    ['Vitamins'] = '16',
        },
        ['Fruit Salad'] = {
                    ['ID'] = 'FruitSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'While tomatoes are fruits, you don\'t usually put them in fruit salads.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Salad', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '900.0',
                    ['Carbs'] = '12.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '19',
        },
        ['Fruit Tart'] = {
                    ['ID'] = 'FruitTartItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A sweet pastry that is great for breakfast or anytime you need a quick boost of energy.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '800.0',
                    ['Carbs'] = '22.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '9.0',
                    ['Vitamins'] = '14',
        },
        ['Fungi Feet'] = {
                    ['ID'] = 'FungiFeetItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Feet',
                    ['Weight'] = '0',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fur Pelt'] = {
                    ['ID'] = 'FurPeltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A soft, furry pelt.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Currency', 'Animal Skin', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Fuse'] = {
                    ['ID'] = 'FuseItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A small glass fuse easily replacable to safeguard against electric accidents.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Galaxy Vase'] = {
                    ['ID'] = 'GalaxyVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Garbage'] = {
                    ['ID'] = 'GarbageItem',
                    ['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.',
                    ['Weight'] = '30000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Diggable', 'Excavatable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Garden Boots'] = {
                    ['ID'] = 'GardenBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A sturdy pair of rubber footwear designed to provide protection against water, rain, and mud.(Decreases calories consumed when using tools by 10%)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Garden Gravel'] = {
                    ['ID'] = 'GardenGravelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'An unexpected surprise of peace and quiet in the rush for survival..',
                    ['Weight'] = '26000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Constructable', 'Block', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Garden Pond'] = {
                    ['ID'] = 'GardenPondItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple pond filled with water for your decorative outdoor needs.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Gasoline'] = {
                    ['ID'] = 'GasolineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined petroleum useful for fueling machines and generators.',
                    ['Weight'] = '30000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Fuel', 'Liquid Fuel', 'Block', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Gathering Advanced Upgrade'] = {
                    ['ID'] = 'GatheringAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Gathering recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Gathering Basic Upgrade'] = {
                    ['ID'] = 'GatheringBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Gathering recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Gathering Research Paper Basic'] = {
                    ['ID'] = 'GatheringResearchPaperBasicItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Basic Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Gearbox'] = {
                    ['ID'] = 'GearboxItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Provides speed and torque conversions from a rotating power source to another device.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Geology Research Paper Advanced'] = {
                    ['ID'] = 'GeologyResearchPaperAdvancedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Advanced Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Geology Research Paper Basic'] = {
                    ['ID'] = 'GeologyResearchPaperBasicItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Basic Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Geology Research Paper Modern'] = {
                    ['ID'] = 'GeologyResearchPaperModernItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Modern Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Giant Cactus Fruit'] = {
                    ['ID'] = 'GiantCactusFruitItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A bulbous fruit that used to top Saguaro cacti.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Fruit', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '100.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '2.0',
                    ['Vitamins'] = '4',
        },
        ['Gigot Sleeve Shirt'] = {
                    ['ID'] = 'GigotSleeveShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Cool piratey shirt that makes your biceps look bigger than they really are.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Glass'] = {
                    ['ID'] = 'GlassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A transparent, solid material useful for more than just windows.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Constructable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Glass Lens'] = {
                    ['ID'] = 'GlassLensItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A thin shaped piece of glass very useful for devices used to interact with light.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Glassworking Advanced Upgrade'] = {
                    ['ID'] = 'GlassworkingAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Glassworking Modern Upgrade'] = {
                    ['ID'] = 'GlassworkingModernUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Glassworking Skill Book'] = {
                    ['ID'] = 'GlassworkingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Glassworking Skill Scroll'] = {
                    ['ID'] = 'GlassworkingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Glassworks'] = {
                    ['ID'] = 'GlassworksItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A specialized kiln used to transform sand into buildable blocks and decorations.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Global Calorie Buff Item'] = {
                    ['ID'] = 'GlobalCalorieBuffItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Gneiss'] = {
                    ['ID'] = 'GneissItem',
                    ['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.',
                    ['Weight'] = '7000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Rock', 'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Goat Mount'] = {
                    ['ID'] = 'GoatMountItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A hunting trophy for your house.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Gold Bar'] = {
                    ['ID'] = 'GoldBarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined bar of gold.',
                    ['Weight'] = '30000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Currency', 'Metal', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Gold Concentrate'] = {
                    ['ID'] = 'GoldConcentrateItem',
                    ['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.',
                    ['Weight'] = '20000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Concentrated Ore', 'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Gold Flakes'] = {
                    ['ID'] = 'GoldFlakesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A highly efficient conductor for delicate electronics.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Gold Frame Landscape'] = {
                    ['ID'] = 'GoldFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Gold Frame Portrait'] = {
                    ['ID'] = 'GoldFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Gold Frame Square'] = {
                    ['ID'] = 'GoldFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Gold Frame Tall'] = {
                    ['ID'] = 'GoldFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Gold Frame Wide'] = {
                    ['ID'] = 'GoldFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Gold Ore'] = {
                    ['ID'] = 'GoldOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Unrefined ore with traces of gold.',
                    ['Weight'] = '7500',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Ore', 'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Gold Wiring'] = {
                    ['ID'] = 'GoldWiringItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A length of gold conductive wire useful for a variety of purposes.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Government Office'] = {
                    ['ID'] = 'GovernmentOfficeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the creation of Elected Titles, which can be given special privileges.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Granite'] = {
                    ['ID'] = 'GraniteItem',
                    ['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!',
                    ['Weight'] = '6500',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Rock', 'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Granite Spiral Fountain'] = {
                    ['ID'] = 'GraniteSpiralFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large fountain with a spiral motif.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Granite Terrace Fountain'] = {
                    ['ID'] = 'GraniteTerraceFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large fountain with a multi-layered terracing display.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Grass Seed'] = {
                    ['ID'] = 'GrassSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow grass.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Grass Seed Pack'] = {
                    ['ID'] = 'GrassSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow grass.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Grindstone'] = {
                    ['ID'] = 'GrindstoneItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A workstation for repairing tools and crafting new ones.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Hand Plow'] = {
                    ['ID'] = 'HandPlowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool that tills the field for farming.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Plow', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Handheld Camera'] = {
                    ['ID'] = 'HandheldCameraItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern piece of marvel that allows a more detailed way of saving landscape.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Hands'] = {
                    ['ID'] = 'HandsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Tools',
                    ['Description'] = 'When you\'re not using tools for a job, you put these to work.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Planter', 'Construction', 'Harvester', 'Not Allowed In Inventories', 'Tools', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Hanging Electric Wall Lamp'] = {
                    ['ID'] = 'HangingElectricWallLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wall mounted lamp that requires electricity to turn on.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hanging Long Steel Sign'] = {
                    ['ID'] = 'HangingLongSteelSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A long steel plate for when you need to display extra large text.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Hanging Steel Framed Sign'] = {
                    ['ID'] = 'HangingSteelFramedSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large wooden sign framed with steel.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Hanging Steel Mine Sign'] = {
                    ['ID'] = 'HangingSteelMineSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A hanging sign made of steel plates.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Hanging Steel Plain Sign'] = {
                    ['ID'] = 'HangingSteelPlainSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large hanging steel sign attached to a wooden frame.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Hanging Steel Shop Sign'] = {
                    ['ID'] = 'HangingSteelShopSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A decorative wooden sign framed with steel. Great for advertising shops.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Hardwood Board'] = {
                    ['ID'] = 'HardwoodBoardItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A higher quality hardwood board used for long lasting furniture.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel', 'Currency', 'Wood Board', 'Burnable Fuel', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Hardwood Hewn Log'] = {
                    ['ID'] = 'HardwoodHewnLogItem',
                    ['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.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Fuel', 'Hewn Log', 'Burnable Fuel', 'Constructable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Hardwood Lumber'] = {
                    ['ID'] = 'HardwoodLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Can be fashioned into various usable equipment.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Lumber', 'Burnable Fuel', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Hardwood Lumber Bench'] = {
                    ['ID'] = 'HardwoodLumberBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A lumber bench for when you need extra seating space than a traditional chair.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hardwood Lumber Chair'] = {
                    ['ID'] = 'HardwoodLumberChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A sturdy lumber chair. It doesn\'t feel as wobbly as more basic wooden chairs.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hardwood Lumber Door'] = {
                    ['ID'] = 'HardwoodLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from finely cut lumber.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hardwood Lumber Dresser'] = {
                    ['ID'] = 'HardwoodLumberDresserItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Storage Container', 'Wardrobe', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hardwood Lumber Table'] = {
                    ['ID'] = 'HardwoodLumberTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hardy Beard'] = {
                    ['ID'] = 'HardyBeardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hare Carcass'] = {
                    ['ID'] = 'HareCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead hare.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Tiny Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hare Pelt'] = {
                    ['ID'] = 'HarePeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Floor Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Heart Of Palm'] = {
                    ['ID'] = 'HeartOfPalmItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Collected from the inner core and growing bud of a palm tree.',
                    ['Weight'] = '150',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Vegetable', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '100.0',
                    ['Carbs'] = '4.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '2',
        },
        ['Hearty Hometown Pizza'] = {
                    ['ID'] = 'HeartyHometownPizzaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'When you feel nostalgic and miss that cozy hometown feeling.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1200.0',
                    ['Carbs'] = '28.0',
                    ['Protein'] = '7.0',
                    ['Fat'] = '11.0',
                    ['Vitamins'] = '3',
        },
        ['Heat Sink'] = {
                    ['ID'] = 'HeatSinkItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A copper plate to draw and disperse heat.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Heliconia Seed'] = {
                    ['ID'] = 'HeliconiaSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow heliconia.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Heliconia Seed Pack'] = {
                    ['ID'] = 'HeliconiaSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow heliconia.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hemp Mooring Rope'] = {
                    ['ID'] = 'HempMooringRopeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Strong ropes used to hold down and prevent ships from moving around.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Henley'] = {
                    ['ID'] = 'HenleyItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A Henley shirt is a collarless pullover shirt, characterized by a placket beneath the round neckline, about 8 to 13 cm long and usually having 2 to 5 buttons. It essentially resembles a collarless polo shirt.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Bench'] = {
                    ['ID'] = 'HewnBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic wooden bench.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Chair'] = {
                    ['ID'] = 'HewnChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Door'] = {
                    ['ID'] = 'HewnDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Dresser'] = {
                    ['ID'] = 'HewnDresserItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A rough hewn wooden dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Storage Container', 'Wardrobe', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Hardwood Bench'] = {
                    ['ID'] = 'HewnHardwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic wooden bench.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Hardwood Chair'] = {
                    ['ID'] = 'HewnHardwoodChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Hardwood Door'] = {
                    ['ID'] = 'HewnHardwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Hardwood Table'] = {
                    ['ID'] = 'HewnHardwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large table for placing things on.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Log'] = {
                    ['ID'] = 'HewnLogItem',
                    ['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.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Fuel', 'Hewn Log', 'Burnable Fuel', 'Constructable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Hewn Nightstand'] = {
                    ['ID'] = 'HewnNightstandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple hewn wooden nightstand you can pile unread books on.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Softwood Bench'] = {
                    ['ID'] = 'HewnSoftwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic wooden bench.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Softwood Chair'] = {
                    ['ID'] = 'HewnSoftwoodChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Softwood Door'] = {
                    ['ID'] = 'HewnSoftwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Softwood Table'] = {
                    ['ID'] = 'HewnSoftwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large table for placing things on.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hewn Table'] = {
                    ['ID'] = 'HewnTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large table for placing things on.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hide Ash Fertilizer'] = {
                    ['ID'] = 'HideAshFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A fertilizer made from hide ash and fillers.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '50',
                    ['Tags'] = {'Fertilizer', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Homestead Claim Stake'] = {
                    ['ID'] = 'HomesteadClaimStakeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Starts a homestead for a given citizen. Each citizen can have a single homestead, allowing them to claim property in an area.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Placeable On Unowned Land', 'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Homestead Support Claim Paper'] = {
                    ['ID'] = 'HomesteadSupportClaimPaperItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Papers that can support homesteads outside of a settlement. Trade with lone homesteaders for their goods and services.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '500',
                    ['Tags'] = {'Currency'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hosomaki'] = {
                    ['ID'] = 'HosomakiItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A simple sushi roll consisting of rice and fish tightly wrapped with seaweed. ',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '21.0',
                    ['Protein'] = '19.0',
                    ['Fat'] = '5.0',
                    ['Vitamins'] = '8',
        },
        ['Huckleberries'] = {
                    ['ID'] = 'HuckleberriesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A handfull of small wild berries. I\'m your huckleberry.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Fruit', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '150.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '6',
        },
        ['Huckleberry Extract'] = {
                    ['ID'] = 'HuckleberryExtractItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A concentrated blast of huckleberry goodness.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '60.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '15',
        },
        ['Huckleberry Fritter'] = {
                    ['ID'] = 'HuckleberryFritterItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Fried and sweet.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '900.0',
                    ['Carbs'] = '16.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '20.0',
                    ['Vitamins'] = '8',
        },
        ['Huckleberry Pie'] = {
                    ['ID'] = 'HuckleberryPieItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fantastic combination of flaky crust and scrumptious berries.',
                    ['Weight'] = '600',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1300.0',
                    ['Carbs'] = '13.0',
                    ['Protein'] = '5.0',
                    ['Fat'] = '10.0',
                    ['Vitamins'] = '16',
        },
        ['Huckleberry Seed'] = {
                    ['ID'] = 'HuckleberrySeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a huckleberry bush.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Huckleberry Seed Pack'] = {
                    ['ID'] = 'HuckleberrySeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a huckleberry bush.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Huge Banner Sign'] = {
                    ['ID'] = 'HugeBannerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A banner made out of fabric held up by ropes and some pieces of wood.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Huge Iron Banner Sign'] = {
                    ['ID'] = 'HugeIronBannerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A very large iron banner placed between two iron pillars. ',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Huge Iron Sign'] = {
                    ['ID'] = 'HugeIronSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A very large iron sign.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Huge Steel Banner Sign'] = {
                    ['ID'] = 'HugeSteelBannerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large illuminated banner mounted on a steel frame portal.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Huge Steel Sign'] = {
                    ['ID'] = 'HugeSteelSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An illuminated large steel sign.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Huge Wooden Banner Sign'] = {
                    ['ID'] = 'HugeWoodenBannerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A banner made out of fabric held up by ropes held up between wooden pillars.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Human Limbs'] = {
                    ['ID'] = 'HumanLimbsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Limbs',
                    ['Weight'] = '0',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hunting Upgrade'] = {
                    ['ID'] = 'HuntingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Hunting recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Hydrocolloids'] = {
                    ['ID'] = 'HydrocolloidsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Used to make collids for bursts of flavor.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '10.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Hydrometer'] = {
                    ['ID'] = 'HydrometerItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Measures the water content of the environment.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tools', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Icebox'] = {
                    ['ID'] = 'IceboxItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A box of ice. It\'s in the name!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Immigration Desk'] = {
                    ['ID'] = 'ImmigrationDeskItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Immigration requirements and decisions needs to pass an immigration desk before approval.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Industrial'] = {
                    ['ID'] = 'IndustrialItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Industrial room overriding any value.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Industrial Barge'] = {
                    ['ID'] = 'IndustrialBargeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = '30000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Polluter', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Industrial Elevator'] = {
                    ['ID'] = 'IndustrialElevatorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An industrial elevator for transporting extra large loads vertically. It requires a 6x10 vertical shaft to function.',
                    ['Weight'] = '25000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Elevator', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Industrial Generator'] = {
                    ['ID'] = 'IndustrialGeneratorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large modern generator consuming liquid fuel to generate high volumes of electricity.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Polluter', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Industrial Mill'] = {
                    ['ID'] = 'IndustrialMillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Refines food resources and more by crushing them using a more advanced technology than wind and stone.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Industrial Refrigerator'] = {
                    ['ID'] = 'IndustrialRefrigeratorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger food storage solution for when you want to keep it fresh!',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Industry Skill Book'] = {
                    ['ID'] = 'IndustrySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Industry Skill Scroll'] = {
                    ['ID'] = 'IndustrySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Industry Upgrade'] = {
                    ['ID'] = 'IndustryUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Industry recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Infused Oil'] = {
                    ['ID'] = 'InfusedOilItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Oil infused with flavor to enhance it.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '120.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '12.0',
                    ['Vitamins'] = '3',
        },
        ['Injection Mold Machine'] = {
                    ['ID'] = 'InjectionMoldMachineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A machine with the life long purpose of turning raw plastic into usable furniture and devices.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ink'] = {
                    ['ID'] = 'InkItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A vial of ink used in more sophisticated processing of paper into documents.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Anchor'] = {
                    ['ID'] = 'IronAnchorItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A solid iron anchor used to park your vessel.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Axe'] = {
                    ['ID'] = 'IronAxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A sturdy iron axe made for cutting down trees.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Logging', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Axle'] = {
                    ['ID'] = 'IronAxleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A rotating iron rod that can be fixed to wheels for use in vehicles.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Bar'] = {
                    ['ID'] = 'IronBarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined bar of iron.',
                    ['Weight'] = '15000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Currency', 'Metal', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Concentrate'] = {
                    ['ID'] = 'IronConcentrateItem',
                    ['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.',
                    ['Weight'] = '20000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Concentrated Ore', 'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Frame Landscape'] = {
                    ['ID'] = 'IronFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Frame Portrait'] = {
                    ['ID'] = 'IronFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Frame Square'] = {
                    ['ID'] = 'IronFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Frame Tall'] = {
                    ['ID'] = 'IronFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Frame Wide'] = {
                    ['ID'] = 'IronFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Gear'] = {
                    ['ID'] = 'IronGearItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A toothed machine part that interlocks with others.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Gear', 'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Hammer'] = {
                    ['ID'] = 'IronHammerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'An iron hammer allows for more sophisticated building.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Construction', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Hoe'] = {
                    ['ID'] = 'IronHoeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A sturdy iron hoe made for tilling the soil.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Plow', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Hull Sheet'] = {
                    ['ID'] = 'IronHullSheetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Thin iron plates for use in various crafting recipes.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Machete'] = {
                    ['ID'] = 'IronMacheteItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A machete used to quickly clear plants.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Ore'] = {
                    ['ID'] = 'IronOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Unrefined ore with traces of iron.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Ore', 'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Oxide'] = {
                    ['ID'] = 'IronOxideItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Pulverized iron ore left out exposed turning it into what commonly is known as rust.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Pigment', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Paint Sprayer'] = {
                    ['ID'] = 'IronPaintSprayerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A mechanical paint tool with more advanced functionality over its crude wooden predecessor.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Painter', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Pickaxe'] = {
                    ['ID'] = 'IronPickaxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A sturdy iron pickaxe used to break down stone and ore into usable rubble.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Excavation', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Pipe'] = {
                    ['ID'] = 'IronPipeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A pipe for transporting liquids.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Placeable On Walls', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Plate'] = {
                    ['ID'] = 'IronPlateItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A solid iron plate for use in various crafting recipes.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Currency', 'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Road Tool'] = {
                    ['ID'] = 'IronRoadToolItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A tool for tamping dirt into roads.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Tamper', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Rock Drill'] = {
                    ['ID'] = 'IronRockDrillItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A drill used to retreive geological samples and discover what treasures can be found underground.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Saw Blade'] = {
                    ['ID'] = 'IronSawBladeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A disc shaped iron saw that can be attached to rotary machines to shape wood products.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Iron Shovel'] = {
                    ['ID'] = 'IronShovelItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A sturdy shovel that breaks less than its wooden counterpart.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Excavation', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Sickle'] = {
                    ['ID'] = 'IronSickleItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'An iron sickle used to harvest crops or cut grass.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Iron Wheel'] = {
                    ['ID'] = 'IronWheelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A sturdy iron wheel that can support heavier vehicles than early wooden wheels.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Jaguar Carcass'] = {
                    ['ID'] = 'JaguarCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead Jaguar.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Medium Carcass', 'Medium Leather Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Jaw Crusher'] = {
                    ['ID'] = 'JawCrusherItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy duty machine that uses compressive force to crush rocks into a fine gravel.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Jazz Hands'] = {
                    ['ID'] = 'JazzHandsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Hands',
                    ['Weight'] = '0',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Jointfir Seed'] = {
                    ['ID'] = 'JointfirSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a jointfir.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Jointfir Seed Pack'] = {
                    ['ID'] = 'JointfirSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a jointfir.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Joshua Log'] = {
                    ['ID'] = 'JoshuaLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Joshua log is a basic wood, harvested from the Joshua tree. Despite the name, Joshua trees are succulents and the building material they provide is neither hardwood nor softwood.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Wood', 'Burnable Fuel', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Joshua Seed'] = {
                    ['ID'] = 'JoshuaSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a joshua tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Joshua Seed Pack'] = {
                    ['ID'] = 'JoshuaSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a joshua tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Jungle Campfire Salad'] = {
                    ['ID'] = 'JungleCampfireSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Campfire Salad', 'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '900.0',
                    ['Carbs'] = '11.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '10',
        },
        ['Jungle Campfire Stew'] = {
                    ['ID'] = 'JungleCampfireStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1100.0',
                    ['Carbs'] = '8.0',
                    ['Protein'] = '8.0',
                    ['Fat'] = '11.0',
                    ['Vitamins'] = '3',
        },
        ['Kelp'] = {
                    ['ID'] = 'KelpItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Some creepy kelp.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Natural Fiber', 'Crop', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Kelp Seed'] = {
                    ['ID'] = 'KelpSeedItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow kelp.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Kelp Seed Pack'] = {
                    ['ID'] = 'KelpSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow kelp.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Kelpy Crab Roll'] = {
                    ['ID'] = 'KelpyCrabRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Pieces of crab on a bed of rice rolled up and covered in kelp.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1350.0',
                    ['Carbs'] = '22.0',
                    ['Protein'] = '13.0',
                    ['Fat'] = '11.0',
                    ['Vitamins'] = '5',
        },
        ['Kiln'] = {
                    ['ID'] = 'KilnItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Useful for baking bricks and finishing pottery.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['King Fern Spore'] = {
                    ['ID'] = 'KingFernSporeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow king fern.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['King Fern Spore Pack'] = {
                    ['ID'] = 'KingFernSporePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow king fern.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Kitchen'] = {
                    ['ID'] = 'KitchenItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A prep area for food which allows for more complex dishes.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Kitchenroom'] = {
                    ['ID'] = 'KitchenroomItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Kitchen value.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Kite'] = {
                    ['ID'] = 'KiteItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fixed flying kite for your garden.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Koi Pond'] = {
                    ['ID'] = 'KoiPondItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple pond filled with water for your decorative outdoor needs.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Laboratory'] = {
                    ['ID'] = 'LaboratoryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For more advanced research and manufacturing. Science rules!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Bath Mat'] = {
                    ['ID'] = 'LargeBathMatItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large bath mat reduces risks of slipping on wet floors in the bathroom.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Has Floor Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Canoe'] = {
                    ['ID'] = 'LargeCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger canoe for personal transport and medium sized loads.',
                    ['Weight'] = '8000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Corrugated Steel Door'] = {
                    ['ID'] = 'LargeCorrugatedSteelDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large corrugated steel door.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Large Door', 'On Off', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Cotton Bunting Festive'] = {
                    ['ID'] = 'LargeCottonBuntingFestiveItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger celebratory piece of cotton fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Cotton Bunting Red'] = {
                    ['ID'] = 'LargeCottonBuntingRedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger celebratory piece of cotton fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Cotton Bunting Regal'] = {
                    ['ID'] = 'LargeCottonBuntingRegalItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger celebratory piece of cotton fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Cotton Bunting Vibrant'] = {
                    ['ID'] = 'LargeCottonBuntingVibrantItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger celebratory piece of cotton fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Court'] = {
                    ['ID'] = 'LargeCourtItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the creation of multiple Laws, which can perform many types of regulations, restrictions, taxations, incentives, and more.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Festive Paper Lantern'] = {
                    ['ID'] = 'LargeFestivePaperLanternItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large festive paper lantern.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Hanging Ashlar Basalt Sign'] = {
                    ['ID'] = 'LargeHangingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Ashlar Gneiss Sign'] = {
                    ['ID'] = 'LargeHangingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Ashlar Granite Sign'] = {
                    ['ID'] = 'LargeHangingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Ashlar Limestone Sign'] = {
                    ['ID'] = 'LargeHangingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Ashlar Sandstone Sign'] = {
                    ['ID'] = 'LargeHangingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Ashlar Shale Sign'] = {
                    ['ID'] = 'LargeHangingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Ashlar Stone Sign'] = {
                    ['ID'] = 'LargeHangingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Birch Sign'] = {
                    ['ID'] = 'LargeHangingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Cedar Sign'] = {
                    ['ID'] = 'LargeHangingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Ceiba Sign'] = {
                    ['ID'] = 'LargeHangingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Fir Sign'] = {
                    ['ID'] = 'LargeHangingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Hardwood Sign'] = {
                    ['ID'] = 'LargeHangingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Joshua Sign'] = {
                    ['ID'] = 'LargeHangingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Lumber Sign'] = {
                    ['ID'] = 'LargeHangingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Mortared Granite Sign'] = {
                    ['ID'] = 'LargeHangingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Mortared Limestone Sign'] = {
                    ['ID'] = 'LargeHangingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Mortared Sandstone Sign'] = {
                    ['ID'] = 'LargeHangingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Mortared Stone Sign'] = {
                    ['ID'] = 'LargeHangingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Oak Sign'] = {
                    ['ID'] = 'LargeHangingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Palm Sign'] = {
                    ['ID'] = 'LargeHangingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Redwood Sign'] = {
                    ['ID'] = 'LargeHangingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Saguaro Sign'] = {
                    ['ID'] = 'LargeHangingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Softwood Sign'] = {
                    ['ID'] = 'LargeHangingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Spruce Sign'] = {
                    ['ID'] = 'LargeHangingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Stone Sign'] = {
                    ['ID'] = 'LargeHangingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Hanging Wood Sign'] = {
                    ['ID'] = 'LargeHangingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Lumber Door'] = {
                    ['ID'] = 'LargeLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber door allowing moderate sized vehicles through..',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Large Door', 'On Off', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Lumber Stockpile'] = {
                    ['ID'] = 'LargeLumberStockpileItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An extra large lumber platform that has been reinforced to allow mass storage of items. ',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Metal Ship Frame'] = {
                    ['ID'] = 'LargeMetalShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A large metal frame for constructing a larger naval vessel.',
                    ['Weight'] = '25000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Nylon Bunting Green'] = {
                    ['ID'] = 'LargeNylonBuntingGreenItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger celebratory piece of nylon fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Nylon Bunting Purple'] = {
                    ['ID'] = 'LargeNylonBuntingPurpleItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger celebratory piece of nylon fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Nylon Bunting Yellow'] = {
                    ['ID'] = 'LargeNylonBuntingYellowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger celebratory piece of nylon fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Paper Lantern'] = {
                    ['ID'] = 'LargePaperLanternItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large paper lantern.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Standing Ashlar Basalt Sign'] = {
                    ['ID'] = 'LargeStandingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Ashlar Gneiss Sign'] = {
                    ['ID'] = 'LargeStandingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Ashlar Granite Sign'] = {
                    ['ID'] = 'LargeStandingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Ashlar Limestone Sign'] = {
                    ['ID'] = 'LargeStandingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Ashlar Sandstone Sign'] = {
                    ['ID'] = 'LargeStandingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Ashlar Shale Sign'] = {
                    ['ID'] = 'LargeStandingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Ashlar Stone Sign'] = {
                    ['ID'] = 'LargeStandingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Birch Sign'] = {
                    ['ID'] = 'LargeStandingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Cedar Sign'] = {
                    ['ID'] = 'LargeStandingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Ceiba Sign'] = {
                    ['ID'] = 'LargeStandingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Fir Sign'] = {
                    ['ID'] = 'LargeStandingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Hardwood Sign'] = {
                    ['ID'] = 'LargeStandingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Joshua Sign'] = {
                    ['ID'] = 'LargeStandingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Lumber Sign'] = {
                    ['ID'] = 'LargeStandingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Mortared Granite Sign'] = {
                    ['ID'] = 'LargeStandingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Mortared Limestone Sign'] = {
                    ['ID'] = 'LargeStandingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Mortared Sandstone Sign'] = {
                    ['ID'] = 'LargeStandingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Mortared Stone Sign'] = {
                    ['ID'] = 'LargeStandingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Oak Sign'] = {
                    ['ID'] = 'LargeStandingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Palm Sign'] = {
                    ['ID'] = 'LargeStandingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Redwood Sign'] = {
                    ['ID'] = 'LargeStandingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Saguaro Sign'] = {
                    ['ID'] = 'LargeStandingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Softwood Sign'] = {
                    ['ID'] = 'LargeStandingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Spruce Sign'] = {
                    ['ID'] = 'LargeStandingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Stone Sign'] = {
                    ['ID'] = 'LargeStandingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Standing Wood Sign'] = {
                    ['ID'] = 'LargeStandingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Large Windowed Lumber Door'] = {
                    ['ID'] = 'LargeWindowedLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber door with windows allowing moderate sized vehicles through..',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Large Door', 'On Off', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Wooden Bookshelf'] = {
                    ['ID'] = 'LargeWoodenBookshelfItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Large Wooden Ship Frame'] = {
                    ['ID'] = 'LargeWoodenShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A large wooden frame for constructing a larger naval vessel.',
                    ['Weight'] = '20000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Laser'] = {
                    ['ID'] = 'LaserItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'AVOID DIRECT EYE EXPOSURE',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Lathe'] = {
                    ['ID'] = 'LatheItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Modules', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Lattice Mushroom Spores'] = {
                    ['ID'] = 'LatticeMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow lattice mushrooms.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Lattice Mushroom Spores Pack'] = {
                    ['ID'] = 'LatticeMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow lattice mushrooms.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Leather Hide'] = {
                    ['ID'] = 'LeatherHideItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A thick hide.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Currency', 'Animal Skin', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Leavened Dough'] = {
                    ['ID'] = 'LeavenedDoughItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leavened dough with added yeast that rises when baked.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '10.0',
                    ['Carbs'] = '6.0',
                    ['Protein'] = '18.0',
                    ['Fat'] = '13.0',
                    ['Vitamins'] = '5',
        },
        ['Light Backpack'] = {
                    ['ID'] = 'LightBackpackItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['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)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Light Bulb'] = {
                    ['ID'] = 'LightBulbItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An electric light with a wire filament.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Lighthouse Lamp'] = {
                    ['ID'] = 'LighthouseLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A light, but a very large one and it\'s also spinning around and around.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Limestone'] = {
                    ['ID'] = 'LimestoneItem',
                    ['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.',
                    ['Weight'] = '6500',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Currency', 'Rock', 'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Limestone Bison Statue'] = {
                    ['ID'] = 'LimestoneBisonStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A bison statue carved from limestone.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Limestone Otter Statue'] = {
                    ['ID'] = 'LimestoneOtterStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An otter statue carved from limestone.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Limestone Owl Statue'] = {
                    ['ID'] = 'LimestoneOwlStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An owl statue carved from limestone.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Limestone Podium'] = {
                    ['ID'] = 'LimestonePodiumItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Limestone Wolf Statue'] = {
                    ['ID'] = 'LimestoneWolfStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wolf statue carved from limestone.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Linen Fabric'] = {
                    ['ID'] = 'LinenFabricItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A rough linen fabric that covers your basic needs.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Currency', 'Fabric', 'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Linen Yarn'] = {
                    ['ID'] = 'LinenYarnItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Flax fibers spun into a usable string commonly known as linen yarn.',
                    ['Weight'] = '25',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Liquid Converter'] = {
                    ['ID'] = 'LiquidCrafterItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Example crafting table that uses liquids.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Liquid Nitrogen'] = {
                    ['ID'] = 'LiquidNitrogenItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Useful for a quick chilling.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '10.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Livingroom'] = {
                    ['ID'] = 'LivingroomItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Livingroom value.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Loaded Taro Fries'] = {
                    ['ID'] = 'LoadedTaroFriesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Taro Fries with extra everything.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1200.0',
                    ['Carbs'] = '14.0',
                    ['Protein'] = '6.0',
                    ['Fat'] = '18.0',
                    ['Vitamins'] = '0',
        },
        ['Log'] = {
                    ['ID'] = 'LogItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A stack of logs.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Block'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Logging Advanced Upgrade'] = {
                    ['ID'] = 'LoggingAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Logging Basic Upgrade'] = {
                    ['ID'] = 'LoggingBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Logging recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Logic Gate Item'] = {
                    ['ID'] = 'LogicGateItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Loom'] = {
                    ['ID'] = 'LoomItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A device for making fabric by weaving yarn or thread.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Low Top Shoes'] = {
                    ['ID'] = 'LowTopShoesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Basic, ordinary, every day, run of the mill, nondescript, conventional, commonplace, humdrum, standard, middle-of-the-road, garden-variety low-top shoes.(Decreases calories consumed when using tools by 10%)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Lubricant'] = {
                    ['ID'] = 'LubricantItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An extremely useful greasy material that helps machinery to run.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Lumber'] = {
                    ['ID'] = 'LumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Can be fashioned into various usable equipment.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Lumber', 'Burnable Fuel', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Lumber Bench'] = {
                    ['ID'] = 'LumberBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A lumber bench for when you need extra seating space than a traditional chair.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Lumber Chair'] = {
                    ['ID'] = 'LumberChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A sturdy lumber chair. It doesn\'t feel as wobbly as more basic wooden chairs.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Lumber Door'] = {
                    ['ID'] = 'LumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from finely cut lumber.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Lumber Dresser'] = {
                    ['ID'] = 'LumberDresserItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Storage Container', 'Wardrobe', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Lumber Stockpile'] = {
                    ['ID'] = 'LumberStockpileItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy duty lumber platform that has been reinforced to allow extra storage for large items. ',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Lumber Table'] = {
                    ['ID'] = 'LumberTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Lumber Warehouse Shelves'] = {
                    ['ID'] = 'LumberWarehouseShelvesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Lupine Seed'] = {
                    ['ID'] = 'LupineSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow lupine.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Lupine Seed Pack'] = {
                    ['ID'] = 'LupineSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow lupine.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Macarons'] = {
                    ['ID'] = 'MacaronsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A small circular biscuit with a sweet huckleberry filling.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1000.0',
                    ['Carbs'] = '20.0',
                    ['Protein'] = '7.0',
                    ['Fat'] = '14.0',
                    ['Vitamins'] = '16',
        },
        ['Machinist Table'] = {
                    ['ID'] = 'MachinistTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A fancy tool bench that creates equally fancy toys.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Modules', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Magenta Powder'] = {
                    ['ID'] = 'MagentaPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Harvest it, dry it and process into a beautiful purple tone, it is almost like its made for a printer.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Pigment', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mailbox'] = {
                    ['ID'] = 'MailboxItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Maltodextrin'] = {
                    ['ID'] = 'MaltodextrinItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'For powdering high-fat liquids.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '10.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Marmot Carcass'] = {
                    ['ID'] = 'MarmotCarcassItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead marmot.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Masculine Mannequin'] = {
                    ['ID'] = 'MasculineMannequinItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mason Sign'] = {
                    ['ID'] = 'MasonSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Masonry Advanced Upgrade'] = {
                    ['ID'] = 'MasonryAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Masonry Basic Upgrade'] = {
                    ['ID'] = 'MasonryBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Masonry Skill Book'] = {
                    ['ID'] = 'MasonrySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Masonry Skill Scroll'] = {
                    ['ID'] = 'MasonrySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Masonry Table'] = {
                    ['ID'] = 'MasonryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A workstation for hewing and shaping stone into usable objects.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Meat Pie'] = {
                    ['ID'] = 'MeatPieItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Much like a huckleberry pie, but filled to the brim with succulent meat.',
                    ['Weight'] = '600',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1300.0',
                    ['Carbs'] = '18.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '20.0',
                    ['Vitamins'] = '2',
        },
        ['Meat Stock'] = {
                    ['ID'] = 'MeatStockItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A meaty stock made from the flesh of animals.',
                    ['Weight'] = '800',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '600.0',
                    ['Carbs'] = '3.0',
                    ['Protein'] = '8.0',
                    ['Fat'] = '9.0',
                    ['Vitamins'] = '0',
        },
        ['Meaty Stew'] = {
                    ['ID'] = 'MeatyStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick meaty stew. A great source of protein.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1100.0',
                    ['Carbs'] = '6.0',
                    ['Protein'] = '13.0',
                    ['Fat'] = '10.0',
                    ['Vitamins'] = '1',
        },
        ['Mechanical Water Pump'] = {
                    ['ID'] = 'MechanicalWaterPumpItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Pumps water from a source into a pipe network.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mechanics Advanced Upgrade'] = {
                    ['ID'] = 'MechanicsAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Mechanics recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mechanics Modern Upgrade'] = {
                    ['ID'] = 'MechanicsModernUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Mechanics recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mechanics Skill Book'] = {
                    ['ID'] = 'MechanicsSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mechanics Skill Scroll'] = {
                    ['ID'] = 'MechanicsSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Medium Fishing Trawler'] = {
                    ['ID'] = 'MediumFishingTrawlerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = '25000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Polluter', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Medium Metal Ship Frame'] = {
                    ['ID'] = 'MediumMetalShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A medium metal frame for constructing a naval vessel.',
                    ['Weight'] = '15000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Medium Shipyard'] = {
                    ['ID'] = 'MediumShipyardItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A bigger more suitable place to build larger vessels with more extensive functionalities.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Medium Wooden Ship Frame'] = {
                    ['ID'] = 'MediumWoodenShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A medium wooden frame for constructing a larger naval vessel.',
                    ['Weight'] = '15000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Metal Keel'] = {
                    ['ID'] = 'MetalKeelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'The backbone of any metal ship.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Metal Rudder'] = {
                    ['ID'] = 'MetalRudderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'If you dont have one of these, you have no control over your heading.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Metallurgy Research Paper Advanced'] = {
                    ['ID'] = 'MetallurgyResearchPaperAdvancedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Advanced Research', 'Research', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Metallurgy Research Paper Basic'] = {
                    ['ID'] = 'MetallurgyResearchPaperBasicItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Basic Research', 'Research', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Metallurgy Research Paper Modern'] = {
                    ['ID'] = 'MetallurgyResearchPaperModernItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Modern Research', 'Research', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Meteor Shard'] = {
                    ['ID'] = 'MeteorShardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Thanks for supporting ECO!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tools', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Milk'] = {
                    ['ID'] = 'MilkItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Milk, although maybe not from an animal.',
                    ['Weight'] = '10',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '120.0',
                    ['Carbs'] = '3.0',
                    ['Protein'] = '10.0',
                    ['Fat'] = '7.0',
                    ['Vitamins'] = '0',
        },
        ['Mill'] = {
                    ['ID'] = 'MillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Refines food resources by crushing them under a stone millstone.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Mill Stone'] = {
                    ['ID'] = 'MillStoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A simple round stone used for crushing other things.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Milling Skill Book'] = {
                    ['ID'] = 'MillingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Milling Skill Scroll'] = {
                    ['ID'] = 'MillingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Milling Upgrade'] = {
                    ['ID'] = 'MillingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Milling recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Millionaires Salad'] = {
                    ['ID'] = 'MillionairesSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A decadent yet healthy assemblage.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1000.0',
                    ['Carbs'] = '18.0',
                    ['Protein'] = '6.0',
                    ['Fat'] = '6.0',
                    ['Vitamins'] = '26',
        },
        ['Mining Advanced Upgrade'] = {
                    ['ID'] = 'MiningAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mining Basic Upgrade'] = {
                    ['ID'] = 'MiningBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Mining recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mining Charge'] = {
                    ['ID'] = 'MiningChargeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A distinctly different approach to mining, now with the comforts and safety of a remote!(Explosives convert blocks into their crushed variants.)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mining Modern Upgrade'] = {
                    ['ID'] = 'MiningModernUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Mining recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mint'] = {
                    ['ID'] = 'MintItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows for the creation of currency.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Economy', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Mochi'] = {
                    ['ID'] = 'MochiItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Watch your hands!',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '750.0',
                    ['Carbs'] = '25.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '5',
        },
        ['Modern Axe'] = {
                    ['ID'] = 'ModernAxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern axe with a non-slip handle made using fiberglass.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Logging', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Modern Double Street Light'] = {
                    ['ID'] = 'ModernDoubleStreetLightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A towering metal light post that requires electricity to run.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Modern Hammer'] = {
                    ['ID'] = 'ModernHammerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern hammer with a non-slip handle made using fiberglass.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Construction', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Modern Hoe'] = {
                    ['ID'] = 'ModernHoeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern hoe with increased range.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Plow', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Modern Machete'] = {
                    ['ID'] = 'ModernMacheteItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A machete used to quickly clear plants. Has a large AoE with each swing.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Modern Paint Sprayer'] = {
                    ['ID'] = 'ModernPaintSprayerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern painting tool using sophisticated electronic throttling for a continues experience.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Painter', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Modern Pickaxe'] = {
                    ['ID'] = 'ModernPickaxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern pickaxe with a non-slip handle made using fiberglass.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Excavation', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Modern Rock Drill'] = {
                    ['ID'] = 'ModernRockDrillItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A gasoline-powered alternative for faster geological sampling.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Modern Scythe'] = {
                    ['ID'] = 'ModernScytheItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern scythe used to harvest crops or cut grass. Has a large AoE with each swing.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Modern Shovel'] = {
                    ['ID'] = 'ModernShovelItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Terraforming is the first step towards a flourishing civilization and now you can do it with style and less repairs.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Excavation', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Modern Street Light'] = {
                    ['ID'] = 'ModernStreetLightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A towering metal light post that requires electricity to run.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Modern Upgrade 1'] = {
                    ['ID'] = 'ModernUpgradeLvl1Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Modern Upgrade', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Modern Upgrade 2'] = {
                    ['ID'] = 'ModernUpgradeLvl2Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Modern Upgrade', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Modern Upgrade 3'] = {
                    ['ID'] = 'ModernUpgradeLvl3Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Modern Upgrade', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Modern Upgrade 4'] = {
                    ['ID'] = 'ModernUpgradeLvl4Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Modern Upgrade', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Moon Jellyfish'] = {
                    ['ID'] = 'MoonJellyfishItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A moon jellyfish.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fish', 'Small Fish', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortar'] = {
                    ['ID'] = 'MortarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A binding pitch useful as a mortar.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Basalt'] = {
                    ['ID'] = 'MortaredBasaltItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Block'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Gneiss'] = {
                    ['ID'] = 'MortaredGneissItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Block'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Granite'] = {
                    ['ID'] = 'MortaredGraniteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Mortared Stone', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Granite Bench'] = {
                    ['ID'] = 'MortaredGraniteBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone bench for sitting.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Granite Chair'] = {
                    ['ID'] = 'MortaredGraniteChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Granite Door'] = {
                    ['ID'] = 'MortaredGraniteDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy mortared stone door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Granite Fireplace'] = {
                    ['ID'] = 'MortaredGraniteFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Granite Table'] = {
                    ['ID'] = 'MortaredGraniteTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone table. Not much to look at but it does the job.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Limestone'] = {
                    ['ID'] = 'MortaredLimestoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Mortared Stone', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Limestone Bench'] = {
                    ['ID'] = 'MortaredLimestoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone bench for sitting.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Limestone Chair'] = {
                    ['ID'] = 'MortaredLimestoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Limestone Door'] = {
                    ['ID'] = 'MortaredLimestoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy mortared stone door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Limestone Fireplace'] = {
                    ['ID'] = 'MortaredLimestoneFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Limestone Table'] = {
                    ['ID'] = 'MortaredLimestoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone table. Not much to look at but it does the job.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Sandstone'] = {
                    ['ID'] = 'MortaredSandstoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Mortared Stone', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Sandstone Bench'] = {
                    ['ID'] = 'MortaredSandstoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone bench for sitting.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Sandstone Chair'] = {
                    ['ID'] = 'MortaredSandstoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Sandstone Door'] = {
                    ['ID'] = 'MortaredSandstoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy mortared stone door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Sandstone Fireplace'] = {
                    ['ID'] = 'MortaredSandstoneFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Sandstone Table'] = {
                    ['ID'] = 'MortaredSandstoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone table. Not much to look at but it does the job.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Shale'] = {
                    ['ID'] = 'MortaredShaleItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Block'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Stone'] = {
                    ['ID'] = 'MortaredStoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Old stone',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Mortared Stone', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Stone Bench'] = {
                    ['ID'] = 'MortaredStoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone bench for sitting.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Stone Chair'] = {
                    ['ID'] = 'MortaredStoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Stone Door'] = {
                    ['ID'] = 'MortaredStoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy mortared stone door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Stone Fireplace'] = {
                    ['ID'] = 'MortaredStoneFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mortared Stone Table'] = {
                    ['ID'] = 'MortaredStoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone table. Not much to look at but it does the job.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Mountain Goat Carcass'] = {
                    ['ID'] = 'MountainGoatCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead mountain goat.',
                    ['Weight'] = '3000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Medium Carcass', 'Medium Wooly Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Muffin Hat'] = {
                    ['ID'] = 'MuffinHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'I have no idea why it\'s called that but it\'s not edible.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nail'] = {
                    ['ID'] = 'NailItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Nails used for construction.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nitric Acid'] = {
                    ['ID'] = 'NitricAcidItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An acidic compound used in a large number of chemical products . Not suitable for food.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Explosives', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nitrogen Item'] = {
                    ['ID'] = 'NitrogenItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'An inert gas.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Normal Hair'] = {
                    ['ID'] = 'NormalHairItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'The hair with a completely normal amount of flare.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Norse Canoe'] = {
                    ['ID'] = 'NorseCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger canoe for personal transport and medium sized loads.',
                    ['Weight'] = '8000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Nuclear Fuel'] = {
                    ['ID'] = 'NuclearFuelItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Unstable nuclear fuel.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nylon'] = {
                    ['ID'] = 'NylonItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Nylon is a synthetic polymer that can be used as a cheap alternative to more natural textiles. ',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nylon Carpet'] = {
                    ['ID'] = 'NylonCarpetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A woven nylon floor covering attached to a lumber backing.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nylon Chips'] = {
                    ['ID'] = 'NylonChipsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nylon Curtains'] = {
                    ['ID'] = 'NylonCurtainsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Curtains made out of plastic?  (Only cosmetic does not impact room value.)',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Constructable', 'Block', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nylon Fabric'] = {
                    ['ID'] = 'NylonFabricItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A synthetic fabric that is desired for its durability and cheap cost to produce.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fabric', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nylon Futon Bed'] = {
                    ['ID'] = 'NylonFutonBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A classic futon for when regular beds are too soft.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Bed', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nylon Futon Couch'] = {
                    ['ID'] = 'NylonFutonCouchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A modern styled couch with a classic touch.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nylon Mooring Rope'] = {
                    ['ID'] = 'NylonMooringRopeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A strong synthetic rope used to make sure a ship does not drift away.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nylon Thread'] = {
                    ['ID'] = 'NylonThreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Synthetic thread that has more resistance to abrasion than more natural threads.',
                    ['Weight'] = '25',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Nylon Trawler Net'] = {
                    ['ID'] = 'NylonTrawlerNetItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A sturdy basic combination of lines making a mesh used for catching fish on a larger scale.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Oak Log'] = {
                    ['ID'] = 'OakLogItem',
                    ['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.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Wood', 'Hardwood', 'Burnable Fuel', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Occupancy Init Item'] = {
                    ['ID'] = 'OccupancyInitItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ocean Spray Seed'] = {
                    ['ID'] = 'OceanSpraySeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow ocean spray.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Ocean Spray Seed Pack'] = {
                    ['ID'] = 'OceanSpraySeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow ocean spray.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Office Mailbox'] = {
                    ['ID'] = 'OfficeMailboxItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Oil'] = {
                    ['ID'] = 'OilItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A plant fat extracted for use in cooking.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel', 'Fat', 'Oil', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
                    ['Calories'] = '120.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '15.0',
                    ['Vitamins'] = '0',
        },
        ['Oil Drilling Skill Book'] = {
                    ['ID'] = 'OilDrillingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Oil Drilling Skill Scroll'] = {
                    ['ID'] = 'OilDrillingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Oil Drilling Upgrade'] = {
                    ['ID'] = 'OilDrillingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Oil Head Lamp'] = {
                    ['ID'] = 'OilHeadLampItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'An iron hardhat with a light source for the darkest places.(Flashlight)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Oil Paint'] = {
                    ['ID'] = 'OilPaintItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A collection of paint variations used for art supplies.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Oil Refinery'] = {
                    ['ID'] = 'OilRefineryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sets of pipes and tanks which refine crude petroleum into usable products.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Polluter', 'On Off', 'Crafting Table', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Orange Vase'] = {
                    ['ID'] = 'OrangeVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Orchid'] = {
                    ['ID'] = 'OrchidItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Placeholder Description.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Petals', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Orchid Seed'] = {
                    ['ID'] = 'OrchidSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow an orchid.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Orchid Seed Pack'] = {
                    ['ID'] = 'OrchidSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow an orchid.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ornate Cast Iron Plaque'] = {
                    ['ID'] = 'OrnateCastIronPlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Gold Frame Landscape'] = {
                    ['ID'] = 'OrnateGoldFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Gold Frame Portrait'] = {
                    ['ID'] = 'OrnateGoldFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Gold Frame Square'] = {
                    ['ID'] = 'OrnateGoldFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Gold Frame Tall'] = {
                    ['ID'] = 'OrnateGoldFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Gold Frame Wide'] = {
                    ['ID'] = 'OrnateGoldFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Iron Frame Landscape'] = {
                    ['ID'] = 'OrnateIronFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Iron Frame Portrait'] = {
                    ['ID'] = 'OrnateIronFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Iron Frame Square'] = {
                    ['ID'] = 'OrnateIronFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Iron Frame Tall'] = {
                    ['ID'] = 'OrnateIronFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Iron Frame Wide'] = {
                    ['ID'] = 'OrnateIronFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Stone Plaque'] = {
                    ['ID'] = 'OrnateStonePlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Wood Plaque'] = {
                    ['ID'] = 'OrnateWoodPlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Wooden Frame Landscape'] = {
                    ['ID'] = 'OrnateWoodenFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Wooden Frame Portrait'] = {
                    ['ID'] = 'OrnateWoodenFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Wooden Frame Square'] = {
                    ['ID'] = 'OrnateWoodenFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Wooden Frame Tall'] = {
                    ['ID'] = 'OrnateWoodenFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Ornate Wooden Frame Wide'] = {
                    ['ID'] = 'OrnateWoodenFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Otter Carcass'] = {
                    ['ID'] = 'OtterCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead otter.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Tiny Fur Carcass', 'Tiny Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Outpost Claim Stake Item'] = {
                    ['ID'] = 'OutpostClaimStakeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Place this to start a new claim outside of any settlement.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Placeable On Unowned Land', 'World Object', 'Usable', 'Storage Container'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Outpost Netting'] = {
                    ['ID'] = 'OutpostNettingItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A way to store your items when you run out of floor space.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Outpost Table'] = {
                    ['ID'] = 'OutpostTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An explorers best collection of information is stored here.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Oxygen Item'] = {
                    ['ID'] = 'OxygenItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A reactive gas needed for respiration.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Pacific Sardine'] = {
                    ['ID'] = 'PacificSardineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A pacific sardine.',
                    ['Weight'] = '150',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fish', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Padded Chair'] = {
                    ['ID'] = 'PaddedChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A comfy chair to rest in.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Paint Bucket (White)'] = {
                    ['ID'] = 'PaintBucketItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Paint',
                    ['Description'] = 'Mixed and ready to go, just need to apply and let dry.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Paint Mixer'] = {
                    ['ID'] = 'PaintMixerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A mixing station for all manners of colors used in paint.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Storage Container', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Paint Tool Item'] = {
                    ['ID'] = 'PaintToolItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Painter', 'Tools', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Painting Skill Book'] = {
                    ['ID'] = 'PaintingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Painting Skill Scroll'] = {
                    ['ID'] = 'PaintingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Painting Upgrade'] = {
                    ['ID'] = 'PaintingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Painting recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Palm Log'] = {
                    ['ID'] = 'PalmLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Palm log comes from the palm tree, which is unique among trees that it is neither hardwood nor softwood. It still makes an excellent building material.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Wood', 'Burnable Fuel', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Palm Seed'] = {
                    ['ID'] = 'PalmSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a palm tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Palm Seed Pack'] = {
                    ['ID'] = 'PalmSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a palm tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Papaya'] = {
                    ['ID'] = 'PapayaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Nice fresh Papaya.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Fruit', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '200.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '5',
        },
        ['Papaya Seed'] = {
                    ['ID'] = 'PapayaSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a papaya plant.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Papaya Seed Pack'] = {
                    ['ID'] = 'PapayaSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a papaya plant.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Paper'] = {
                    ['ID'] = 'PaperItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'It\'s paper.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel', 'Currency', 'Burnable Fuel', 'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Paper Machine'] = {
                    ['ID'] = 'PaperMachineItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Paper Milling Skill Book'] = {
                    ['ID'] = 'PaperMillingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Paper Milling Skill Scroll'] = {
                    ['ID'] = 'PaperMillingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Paper Milling Upgrade'] = {
                    ['ID'] = 'PaperMillingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Paper Streamers'] = {
                    ['ID'] = 'PaperStreamersItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Pastry Dough'] = {
                    ['ID'] = 'PastryDoughItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'An extra fatty leavened dough for making yummy pastries.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '10.0',
                    ['Carbs'] = '4.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '4',
        },
        ['Peasant Hair'] = {
                    ['ID'] = 'PeasantHairItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'The haircut your mom always made you get before you realized you could make your own decisions.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Peat'] = {
                    ['ID'] = 'PeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A combustible organic material which can be used as fuel.',
                    ['Weight'] = '4000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Fuel', 'Excavatable', 'Burnable Fuel', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Pelt Fertilizer'] = {
                    ['ID'] = 'PeltFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A fertilize made from fur pelts and filler.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '50',
                    ['Tags'] = {'Fertilizer', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Periodic Table Poster'] = {
                    ['ID'] = 'PeriodicTablePosterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A poster for the wall.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Petroleum'] = {
                    ['ID'] = 'PetroleumItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. Its extraction, transport, and burning all have environmental impacts.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Phad Thai'] = {
                    ['ID'] = 'PhadThaiItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'They make you full, and proud.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1200.0',
                    ['Carbs'] = '9.0',
                    ['Protein'] = '11.0',
                    ['Fat'] = '19.0',
                    ['Vitamins'] = '5',
        },
        ['Phosphate Fertilizer'] = {
                    ['ID'] = 'PhosphateFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Phosphate fertilizer is a great source of Phosphorus.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '50',
                    ['Tags'] = {'Fertilizer', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Picture Item'] = {
                    ['ID'] = 'PictureItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A picture displaying a captured moment.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Pineapple'] = {
                    ['ID'] = 'PineappleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Nice fresh Pineapple.',
                    ['Weight'] = '125',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Fruit', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '200.0',
                    ['Carbs'] = '6.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '2',
        },
        ['Pineapple Friend Rice'] = {
                    ['ID'] = 'PineappleFriendRiceItem',
                    ['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.',
                    ['Weight'] = '150',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '720.0',
                    ['Carbs'] = '20.0',
                    ['Protein'] = '9.0',
                    ['Fat'] = '12.0',
                    ['Vitamins'] = '12',
        },
        ['Pineapple Seed'] = {
                    ['ID'] = 'PineappleSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a pineapple plant.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Pineapple Seed Pack'] = {
                    ['ID'] = 'PineappleSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a pineapple plant.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Pirate Hat'] = {
                    ['ID'] = 'PirateHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A tricorne pirates hat.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Pirozhok'] = {
                    ['ID'] = 'PirozhokItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A baked bun filled with tasty meat and mushrooms.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '850.0',
                    ['Carbs'] = '14.0',
                    ['Protein'] = '19.0',
                    ['Fat'] = '10.0',
                    ['Vitamins'] = '4',
        },
        ['Piston'] = {
                    ['ID'] = 'PistonItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A moving component that transfers force. Can also function as a valve occasionally.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Plant Fibers'] = {
                    ['ID'] = 'PlantFibersItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Harvested from a number of plants, these fibers are useful for a surprising number of things.',
                    ['Weight'] = '25',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel', 'Natural Fiber', 'Burnable Fuel', 'Crop', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Plant Vase'] = {
                    ['ID'] = 'PlantVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Plastic'] = {
                    ['ID'] = 'PlasticItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An extremely useful synthetic material derived from petrochemicals.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Currency', 'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Plastic Buoy'] = {
                    ['ID'] = 'PlasticBuoyItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A modern plastic navigational buoy, can also be used as a moorage post.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Plastic Outdoor Bench'] = {
                    ['ID'] = 'PlasticOutdoorBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple molded plastic furniture for outdoor use.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Plastic Outdoor Chair'] = {
                    ['ID'] = 'PlasticOutdoorChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple molded plastic furniture for outdoor use.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Plastic Outdoor Table'] = {
                    ['ID'] = 'PlasticOutdoorTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple molded plastic furniture for outdoor use.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Plastic Window Planter'] = {
                    ['ID'] = 'PlasticWindowPlanterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple planter box mounted on a wall or by a window.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Player Item'] = {
                    ['ID'] = 'PlayerItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Poke Bowl'] = {
                    ['ID'] = 'PokeBowlItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A basic yet filling meal with a bite.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1100.0',
                    ['Carbs'] = '21.0',
                    ['Protein'] = '10.0',
                    ['Fat'] = '11.0',
                    ['Vitamins'] = '7',
        },
        ['Polishing Paste'] = {
                    ['ID'] = 'PolishingPasteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A high quality method of repairing your tools reducing waste.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Ponytail'] = {
                    ['ID'] = 'PonytailItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Portable Steam Engine'] = {
                    ['ID'] = 'PortableSteamEngineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An engine that generates mechanical power through steam.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Pottery Skill Book'] = {
                    ['ID'] = 'PotterySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Pottery Skill Scroll'] = {
                    ['ID'] = 'PotterySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Pottery Table'] = {
                    ['ID'] = 'PotteryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A primitive table for shaping basic clay products.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'Modules', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Pottery Upgrade'] = {
                    ['ID'] = 'PotteryUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Pottery recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Power Hammer'] = {
                    ['ID'] = 'PowerHammerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A solid shaped piece of metal used to hammer ingots into tools and other useful things.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Powered Cart'] = {
                    ['ID'] = 'PoweredCartItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Large cart for hauling sizable loads.',
                    ['Weight'] = '15000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Polluter', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Powered Storage Silo'] = {
                    ['ID'] = 'PoweredStorageSiloItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A powered silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Prairie Dog Carcass'] = {
                    ['ID'] = 'PrairieDogCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead prairie dog.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Tiny Leather Carcass', 'Tiny Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Prepared Meat'] = {
                    ['ID'] = 'PreparedMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Carefully butchered meat, ready to cook.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '600.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '6.0',
                    ['Vitamins'] = '0',
        },
        ['Prickly Pear Fruit'] = {
                    ['ID'] = 'PricklyPearFruitItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A succulent fruit coated in a rather terrifying array of spines.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Fruit', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '190.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '1.0',
                    ['Vitamins'] = '4',
        },
        ['Prickly Pear Seed'] = {
                    ['ID'] = 'PricklyPearSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow prickly pear cacti.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Prickly Pear Seed Pack'] = {
                    ['ID'] = 'PricklyPearSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow prickly pear cacti.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Prime Cut'] = {
                    ['ID'] = 'PrimeCutItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A perfectly marbled piece of meat.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '600.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '9.0',
                    ['Fat'] = '4.0',
                    ['Vitamins'] = '0',
        },
        ['Primitive Canvas Boots'] = {
                    ['ID'] = 'PrimitiveCanvasBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A pair of crude canvas boots for your everyday use.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Primitive Canvas Pants'] = {
                    ['ID'] = 'PrimitiveCanvasPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Roughly stitched canvas pants.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Primitive Canvas Shorts'] = {
                    ['ID'] = 'PrimitiveCanvasShortsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'They\'re like the Primitive Canvas Pants, but shorter.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Primitive Fur Belt'] = {
                    ['ID'] = 'PrimitiveFurBeltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'You should probably still wear pants.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Primitive Leather Boots'] = {
                    ['ID'] = 'PrimitiveLeatherBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A pair of crude leather boots for your everyday use.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Primitive Leather Pants'] = {
                    ['ID'] = 'PrimitiveLeatherPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'You ever tried cutting leather with a rock?',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Primitive Leather Shirt'] = {
                    ['ID'] = 'PrimitiveLeatherShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A Shirt made from roughly cut pieces of leather, should keep your shoulders warm.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Primitive Leather Shorts'] = {
                    ['ID'] = 'PrimitiveLeatherShortsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'You may have enough leather left over to make a nice hat.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Printing Press'] = {
                    ['ID'] = 'PrintingPressItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The world will never be the same.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Printing Supplies'] = {
                    ['ID'] = 'PrintingSuppliesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A package of necessary items for copying art or other more elaborate designs.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Pulp Filler'] = {
                    ['ID'] = 'PulpFillerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Wood pulp and dirt make a great filler for other fertilizers. ',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '50',
                    ['Tags'] = {'Fertilizer', 'Fertilizer Filler', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Pump Jack'] = {
                    ['ID'] = 'PumpJackItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Drill, baby! Drill!',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Pumpkin'] = {
                    ['ID'] = 'PumpkinItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Round and large.',
                    ['Weight'] = '125',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Fruit', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '340.0',
                    ['Carbs'] = '5.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '2',
        },
        ['Pumpkin Seed'] = {
                    ['ID'] = 'PumpkinSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a pumpkin.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Pumpkin Seed Pack'] = {
                    ['ID'] = 'PumpkinSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a pumpkin.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Punch Card Time Clock'] = {
                    ['ID'] = 'PunchCardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Clock in for the late shift',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Pupusas'] = {
                    ['ID'] = 'PupusasItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Comforting, best served hot from the griddle.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '900.0',
                    ['Carbs'] = '6.0',
                    ['Protein'] = '11.0',
                    ['Fat'] = '9.0',
                    ['Vitamins'] = '14',
        },
        ['Purple Vase'] = {
                    ['ID'] = 'PurpleVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Quicklime'] = {
                    ['ID'] = 'QuicklimeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A chemical compound used in steel production.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Radiator'] = {
                    ['ID'] = 'RadiatorItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A heat sink that uses liquid running through copper fins to disperse heat build-up.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Raw Bacon'] = {
                    ['ID'] = 'RawBaconItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fatty cut of meat that happens to be inexplicably tastier than other cuts.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '200.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '3.0',
                    ['Fat'] = '9.0',
                    ['Vitamins'] = '0',
        },
        ['Raw Fish'] = {
                    ['ID'] = 'RawFishItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fatty cut of raw fish.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '200.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '7.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '0',
        },
        ['Raw Meat'] = {
                    ['ID'] = 'RawMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Fresh raw meat from the hunt. It should probably be cooked before being consumed.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '250.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '8.0',
                    ['Vitamins'] = '0',
        },
        ['Raw Roast'] = {
                    ['ID'] = 'RawRoastItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A trussed roast tied and ready to be cooked.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '600.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '6.0',
                    ['Fat'] = '5.0',
                    ['Vitamins'] = '0',
        },
        ['Raw Sausage'] = {
                    ['ID'] = 'RawSausageItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Ground meat stuffed into an intestine casing.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '500.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '8.0',
                    ['Vitamins'] = '0',
        },
        ['Real Estate Desk'] = {
                    ['ID'] = 'RealEstateDeskItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place to manage the sale and transfer of deeds and property.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Rebar'] = {
                    ['ID'] = 'RebarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Ribbed steel bars for reinforcing stuctures.',
                    ['Weight'] = '3000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Recurve Bow'] = {
                    ['ID'] = 'RecurveBowItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A recurve bow that shoots faster and more powerful than a traditional wooden bow. Requires arrows to fire.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Red Vase'] = {
                    ['ID'] = 'RedVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Redwood Log'] = {
                    ['ID'] = 'RedwoodLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Redwood log is a type of softwood that can be easily identified by its distinct red bark.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Wood', 'Softwood', 'Burnable Fuel', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Redwood Seed'] = {
                    ['ID'] = 'RedwoodSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a redwood tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Redwood Seed Pack'] = {
                    ['ID'] = 'RedwoodSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a redwood tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Redwoods Poster'] = {
                    ['ID'] = 'RedwoodsPosterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A poster for the wall.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Refrigerator'] = {
                    ['ID'] = 'RefrigeratorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An icebox from the future with significantly better cooling properties.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Registrar'] = {
                    ['ID'] = 'RegistrarItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the setting management of titles.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Reinforced Concrete'] = {
                    ['ID'] = 'ReinforcedConcreteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A sturdy construction material poured around a latice of rebar.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Concrete', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Remote Detonator'] = {
                    ['ID'] = 'RemoteDetonatorItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A remote that is linked to Mining Charges for detonation in a safe distance.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Research Table'] = {
                    ['ID'] = 'ResearchTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic table for researching new technologies and skills.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Rice'] = {
                    ['ID'] = 'RiceItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow rice.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Grain', 'Raw Food', 'Crop', 'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '150.0',
                    ['Carbs'] = '7.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Rice Flour'] = {
                    ['ID'] = 'RiceFlourItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Rice grounded into flour is as equally versatile as its golden cousin.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '50.0',
                    ['Carbs'] = '15.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Rice Noodles'] = {
                    ['ID'] = 'RiceNoodlesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Noodles made from delicious milled white grains.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '200.0',
                    ['Carbs'] = '10.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Rice Pack'] = {
                    ['ID'] = 'RicePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow rice.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Rivet'] = {
                    ['ID'] = 'RivetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A steel bolt used to hold together inventions.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Roast Pumpkin'] = {
                    ['ID'] = 'RoastPumpkinItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Sweet but a suprising source of vitamins.',
                    ['Weight'] = '900',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1400.0',
                    ['Carbs'] = '23.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '2.0',
                    ['Vitamins'] = '7',
        },
        ['Robotic Assembly Line'] = {
                    ['ID'] = 'RoboticAssemblyLineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A complex set of machinery for creating equally complex things.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Rocker Box'] = {
                    ['ID'] = 'RockerBoxItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool for miners to concentrate ore. The run off produces wet tailings.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Rolling Mill'] = {
                    ['ID'] = 'RollingMillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For rolling steel into more buildable materials.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Root Campfire Salad'] = {
                    ['ID'] = 'RootCampfireSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Campfire Salad', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '950.0',
                    ['Carbs'] = '8.0',
                    ['Protein'] = '5.0',
                    ['Fat'] = '4.0',
                    ['Vitamins'] = '11',
        },
        ['Root Campfire Stew'] = {
                    ['ID'] = 'RootCampfireStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1100.0',
                    ['Carbs'] = '8.0',
                    ['Protein'] = '5.0',
                    ['Fat'] = '12.0',
                    ['Vitamins'] = '5',
        },
        ['Round Pot'] = {
                    ['ID'] = 'PlanterPotRoundItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Rounded Face'] = {
                    ['ID'] = 'RoundedFaceItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Face',
                    ['Weight'] = '0',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Rubber Wheel'] = {
                    ['ID'] = 'RubberWheelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Rubber wheels provide much better traction and allow the construction of more modern vehicles.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Rug Large'] = {
                    ['ID'] = 'RugLargeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large area rug to cover that weird stain.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Has Floor Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Rug Medium'] = {
                    ['ID'] = 'RugMediumItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A medium rug for medium uses.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Has Floor Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Rug Small'] = {
                    ['ID'] = 'RugSmallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small rug for when you just didn\'t have enough materials to make a bigger one.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Has Floor Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Running Shoes'] = {
                    ['ID'] = 'RunningShoesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Light weight shoes designed to make you run faster.(Increases movement speed)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Rustic Window Planter'] = {
                    ['ID'] = 'RusticWindowPlanterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple planter box mounted on a wall or by a window.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Saguaro Rib'] = {
                    ['ID'] = 'SaguaroRibItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Wood', 'Burnable Fuel', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Saguaro Seed'] = {
                    ['ID'] = 'SaguaroSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a saguaro cactus.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Saguaro Seed Pack'] = {
                    ['ID'] = 'SaguaroSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a saguaro cactus.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Salmon'] = {
                    ['ID'] = 'SalmonItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A salmon.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fish', 'Medium Fish', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Salt Basket'] = {
                    ['ID'] = 'SaltBasketItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basket of salt.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Sand'] = {
                    ['ID'] = 'SandItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'High quality sand is a sought after resource used for making glass and concrete. Though desert sand is abundant, it is not suitable for these materials.',
                    ['Weight'] = '20000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Diggable', 'Excavatable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Sandals'] = {
                    ['ID'] = 'SandalsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Basic footwear that helps reduce the strain of walking longer distances.(Decreases calories consumed when using tools by 10%)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Sandstone'] = {
                    ['ID'] = 'SandstoneItem',
                    ['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!',
                    ['Weight'] = '6000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Rock', 'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Sawmill'] = {
                    ['ID'] = 'SawmillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Used to saw wood into lumber.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Saxifrage Seed'] = {
                    ['ID'] = 'SaxifrageSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow saxifrage.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Saxifrage Seed Pack'] = {
                    ['ID'] = 'SaxifrageSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow saxifrage.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Scarecrow'] = {
                    ['ID'] = 'ScarecrowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Keeps animals away. (WIP)',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['School Supply Station Item'] = {
                    ['ID'] = 'SchoolSupplyStationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Scrap Meat'] = {
                    ['ID'] = 'ScrapMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Chunks of extra meat.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '50.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '5.0',
                    ['Fat'] = '5.0',
                    ['Vitamins'] = '0',
        },
        ['Screening Machine'] = {
                    ['ID'] = 'ScreeningMachineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Screw Press'] = {
                    ['ID'] = 'ScrewPressItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Modules', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Screws'] = {
                    ['ID'] = 'ScrewsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A pointed metal fastener used in crafting to attach pieces of material together.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Scruffy Hair'] = {
                    ['ID'] = 'ScruffyHairItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Rockstar cool-person hair. This finely crafted hairpiece says "I don\'t care what you think. I\'m wearing an awesome toupee".',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Seagrass Seed'] = {
                    ['ID'] = 'SeagrassSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow seagrass.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Seagrass Seed Pack'] = {
                    ['ID'] = 'SeagrassSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow seagrass.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Seared Meat'] = {
                    ['ID'] = 'SearedMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A cut of perfectly seared steak.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '600.0',
                    ['Carbs'] = '4.0',
                    ['Protein'] = '19.0',
                    ['Fat'] = '17.0',
                    ['Vitamins'] = '7',
        },
        ['Seeded Camas Roll'] = {
                    ['ID'] = 'SeededCamasRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Seeds sprinkled on a roll made from rice, fiddleheads and camas paste.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1400.0',
                    ['Carbs'] = '20.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '13.0',
                    ['Vitamins'] = '16',
        },
        ['Sensor Based Belt Sorter'] = {
                    ['ID'] = 'SensorBasedBeltSorterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Sensuous Sea Pizza'] = {
                    ['ID'] = 'SensuousSeaPizzaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The chewyness is unreal.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1200.0',
                    ['Carbs'] = '28.0',
                    ['Protein'] = '11.0',
                    ['Fat'] = '7.0',
                    ['Vitamins'] = '4',
        },
        ['Servo'] = {
                    ['ID'] = 'ServoItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A rotary actuator that allows for control over angular position.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Settlement Crafting Table'] = {
                    ['ID'] = 'SettlementCraftingTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic workspace for crafting all manner of settlement related objects.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Sewage'] = {
                    ['ID'] = 'SewageItem',
                    ['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.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Liquid', 'Block'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shale'] = {
                    ['ID'] = 'ShaleItem',
                    ['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.',
                    ['Weight'] = '6000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Rock', 'Excavatable', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shaper'] = {
                    ['ID'] = 'ShaperItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Modules', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Shark Fillet Soup'] = {
                    ['ID'] = 'SharkFilletSoupItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A texture all of its own.',
                    ['Weight'] = '600',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1400.0',
                    ['Carbs'] = '10.0',
                    ['Protein'] = '15.0',
                    ['Fat'] = '11.0',
                    ['Vitamins'] = '4',
        },
        ['Shark Jaws'] = {
                    ['ID'] = 'SharkJawsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A mounted jaw from a mighty catch!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Sharpening Steel'] = {
                    ['ID'] = 'SharpeningSteelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A steel rod with grooves allowing more finer sharpening of tools.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Sheep Mount'] = {
                    ['ID'] = 'SheepMountItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A hunting trophy for your house.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shelf Cabinet'] = {
                    ['ID'] = 'ShelfCabinetItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When a shelf and a cabinet aren\'t enough individually.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shipping Container Blue'] = {
                    ['ID'] = 'ShippingContainerBlueItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shipping Container Green'] = {
                    ['ID'] = 'ShippingContainerGreenItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shipping Container Red'] = {
                    ['ID'] = 'ShippingContainerRedItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shipwright Advanced Upgrade'] = {
                    ['ID'] = 'ShipwrightAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Shipwright recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shipwright Basic Upgrade'] = {
                    ['ID'] = 'ShipwrightBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Shipwright recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shipwright Hat'] = {
                    ['ID'] = 'ShipwrightHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A simple sailor\'s cap, don?t lose it or you might be walking on a plank.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shipwright Overalls'] = {
                    ['ID'] = 'ShipwrightOverallsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Denim overall for extra sturdy wearability.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shipwright Sandals'] = {
                    ['ID'] = 'ShipwrightSandalsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Comfortable sandals with extra traction to avoid slipping.(Decreases calories consumed when using tools by 30%)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shipwright Shirt'] = {
                    ['ID'] = 'ShipwrightShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A striped shirt symbolizing your affinity for traveling across the seas.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shipwright Sign'] = {
                    ['ID'] = 'ShipwrightSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Shipwright Skill Book'] = {
                    ['ID'] = 'ShipwrightSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shipwright Skill Scroll'] = {
                    ['ID'] = 'ShipwrightSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shoji Door'] = {
                    ['ID'] = 'ShojiDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A Far Eastern influenced wooden sliding door.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Large Door', 'On Off', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shorn Wool'] = {
                    ['ID'] = 'ShornWoolItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Wool that has been shorn from an animal.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Short Beard'] = {
                    ['ID'] = 'ShortBeardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Shorts'] = {
                    ['ID'] = 'ShortsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Simmered Meat'] = {
                    ['ID'] = 'SimmeredMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Meat cooked in meat juices keeps the meat juicy.',
                    ['Weight'] = '800',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '900.0',
                    ['Carbs'] = '6.0',
                    ['Protein'] = '18.0',
                    ['Fat'] = '13.0',
                    ['Vitamins'] = '5',
        },
        ['Simple Syrup'] = {
                    ['ID'] = 'SimpleSyrupItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A simple water and suger combination heated until the sugar dissolves.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '400.0',
                    ['Carbs'] = '12.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '3.0',
                    ['Vitamins'] = '0',
        },
        ['Sink'] = {
                    ['ID'] = 'SinkItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An industrial sink.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Skid Steer'] = {
                    ['ID'] = 'SkidSteerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small scale bucket loader. Great for flat to low slope excavation.',
                    ['Weight'] = '25000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Excavation', 'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Polluter', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Slag'] = {
                    ['ID'] = 'SlagItem',
                    ['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.',
                    ['Weight'] = '6000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Excavatable', 'Waste Product', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = 'True',
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Sleek Short Hair'] = {
                    ['ID'] = 'SleekShortHairItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Bath Mat'] = {
                    ['ID'] = 'SmallBathMatItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small bath mat when a normal rug does not cover your bathroom needs.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Has Floor Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Canoe'] = {
                    ['ID'] = 'SmallCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small Canoe for hauling minimal loads.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Cotton Bunting Festive'] = {
                    ['ID'] = 'SmallCottonBuntingFestiveItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small celebratory piece of cotton fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Cotton Bunting Red'] = {
                    ['ID'] = 'SmallCottonBuntingRedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small celebratory piece of cotton fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Cotton Bunting Regal'] = {
                    ['ID'] = 'SmallCottonBuntingRegalItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small celebratory piece of cotton fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Cotton Bunting Vibrant'] = {
                    ['ID'] = 'SmallCottonBuntingVibrantItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small celebratory piece of cotton fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Court'] = {
                    ['ID'] = 'SmallCourtItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the creation of Law, which can perform many types of regulations, restrictions, taxations, incentives, and more.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Festive Paper Lantern'] = {
                    ['ID'] = 'SmallFestivePaperLanternItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Table Top', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Hanging Ashlar Basalt Sign'] = {
                    ['ID'] = 'SmallHangingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Ashlar Gneiss Sign'] = {
                    ['ID'] = 'SmallHangingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Ashlar Granite Sign'] = {
                    ['ID'] = 'SmallHangingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Ashlar Limestone Sign'] = {
                    ['ID'] = 'SmallHangingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Ashlar Sandstone Sign'] = {
                    ['ID'] = 'SmallHangingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Ashlar Shale Sign'] = {
                    ['ID'] = 'SmallHangingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Ashlar Stone Sign'] = {
                    ['ID'] = 'SmallHangingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Birch Sign'] = {
                    ['ID'] = 'SmallHangingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Cedar Sign'] = {
                    ['ID'] = 'SmallHangingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Ceiba Sign'] = {
                    ['ID'] = 'SmallHangingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Fir Sign'] = {
                    ['ID'] = 'SmallHangingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Hardwood Sign'] = {
                    ['ID'] = 'SmallHangingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Joshua Sign'] = {
                    ['ID'] = 'SmallHangingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Lumber Sign'] = {
                    ['ID'] = 'SmallHangingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Mortared Granite Sign'] = {
                    ['ID'] = 'SmallHangingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Mortared Limestone Sign'] = {
                    ['ID'] = 'SmallHangingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Mortared Sandstone Sign'] = {
                    ['ID'] = 'SmallHangingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Mortared Stone Sign'] = {
                    ['ID'] = 'SmallHangingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Oak Sign'] = {
                    ['ID'] = 'SmallHangingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Palm Sign'] = {
                    ['ID'] = 'SmallHangingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Redwood Sign'] = {
                    ['ID'] = 'SmallHangingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Saguaro Sign'] = {
                    ['ID'] = 'SmallHangingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Softwood Sign'] = {
                    ['ID'] = 'SmallHangingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Spruce Sign'] = {
                    ['ID'] = 'SmallHangingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Stone Sign'] = {
                    ['ID'] = 'SmallHangingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Hanging Wood Sign'] = {
                    ['ID'] = 'SmallHangingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Meeting Chair'] = {
                    ['ID'] = 'SmallMeetingChairItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Meeting Table'] = {
                    ['ID'] = 'SmallMeetingTableItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Nylon Bunting Green'] = {
                    ['ID'] = 'SmallNylonBuntingGreenItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small celebratory piece of nylon fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Nylon Bunting Purple'] = {
                    ['ID'] = 'SmallNylonBuntingPurpleItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small celebratory piece of nylon fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Nylon Bunting Yellow'] = {
                    ['ID'] = 'SmallNylonBuntingYellowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small celebratory piece of nylon fabric used to brighten up an event.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Paper Lantern'] = {
                    ['ID'] = 'SmallPaperLanternItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small paper lantern.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Paper Machine'] = {
                    ['ID'] = 'SmallPaperMachineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Laborous way of creating sheets of paper.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Shipyard'] = {
                    ['ID'] = 'SmallShipyardItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A crude workspace for constructing smaller vehicles designed for use in a maritime environment.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Sink'] = {
                    ['ID'] = 'SmallSinkItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small household sink.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Standing Ashlar Basalt Sign'] = {
                    ['ID'] = 'SmallStandingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Ashlar Gneiss Sign'] = {
                    ['ID'] = 'SmallStandingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Ashlar Granite Sign'] = {
                    ['ID'] = 'SmallStandingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Ashlar Limestone Sign'] = {
                    ['ID'] = 'SmallStandingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Ashlar Sandstone Sign'] = {
                    ['ID'] = 'SmallStandingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Ashlar Shale Sign'] = {
                    ['ID'] = 'SmallStandingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Ashlar Stone Sign'] = {
                    ['ID'] = 'SmallStandingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Birch Sign'] = {
                    ['ID'] = 'SmallStandingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Cedar Sign'] = {
                    ['ID'] = 'SmallStandingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Ceiba Sign'] = {
                    ['ID'] = 'SmallStandingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Fir Sign'] = {
                    ['ID'] = 'SmallStandingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Hardwood Sign'] = {
                    ['ID'] = 'SmallStandingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Joshua Sign'] = {
                    ['ID'] = 'SmallStandingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Lumber Sign'] = {
                    ['ID'] = 'SmallStandingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Mortared Granite Sign'] = {
                    ['ID'] = 'SmallStandingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Mortared Limestone Sign'] = {
                    ['ID'] = 'SmallStandingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Mortared Sandstone Sign'] = {
                    ['ID'] = 'SmallStandingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Mortared Stone Sign'] = {
                    ['ID'] = 'SmallStandingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Oak Sign'] = {
                    ['ID'] = 'SmallStandingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Palm Sign'] = {
                    ['ID'] = 'SmallStandingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Redwood Sign'] = {
                    ['ID'] = 'SmallStandingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Saguaro Sign'] = {
                    ['ID'] = 'SmallStandingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Softwood Sign'] = {
                    ['ID'] = 'SmallStandingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Spruce Sign'] = {
                    ['ID'] = 'SmallStandingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Stone Sign'] = {
                    ['ID'] = 'SmallStandingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Standing Wood Sign'] = {
                    ['ID'] = 'SmallStandingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Stockpile'] = {
                    ['ID'] = 'SmallStockpileItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Designates a 3x3x3 area as storage for large items.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Small Wood Cart'] = {
                    ['ID'] = 'SmallWoodCartItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small wood cart for hauling minimal loads.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Wooden Boat'] = {
                    ['ID'] = 'SmallWoodenBoatItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A personal transport vessel capable of holding a suprising amount of goods.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Small Wooden Ship Frame'] = {
                    ['ID'] = 'SmallWoodenShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'The basis for any wooden personal vessel.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smelting Basic Upgrade'] = {
                    ['ID'] = 'SmeltingBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Smelting recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smelting Skill Book'] = {
                    ['ID'] = 'SmeltingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smelting Skill Scroll'] = {
                    ['ID'] = 'SmeltingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smelting Upgrade'] = {
                    ['ID'] = 'SmeltingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Smelting recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smith Apron'] = {
                    ['ID'] = 'SmithApronItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A thick leather apron that provides protection from the ocassional chunk of flying metal when hammering on an anvil.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smith Bandana'] = {
                    ['ID'] = 'SmithBandanaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A cotton bandana that is great for keeping the hair out of your face and acts as a sweat band.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smith Boots'] = {
                    ['ID'] = 'SmithBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Heavy duty steel-toed boots.(Decreases calories consumed when using tools by 30%)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smith Gloves'] = {
                    ['ID'] = 'SmithGlovesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A reinforced wrist guard paired with a lone work glove.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smith Pants'] = {
                    ['ID'] = 'SmithPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Denim pants with knee patches.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smith Shirt'] = {
                    ['ID'] = 'SmithShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A simple cotton shirt helps reduce the strain of heat exposure.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smog'] = {
                    ['ID'] = 'SmogItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A smoke that contains a combination of pollutants.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Smooth Gut Noodle Roll'] = {
                    ['ID'] = 'SmoothGutNoodleRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'These noodle rolls look VERY smooth.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1200.0',
                    ['Carbs'] = '19.0',
                    ['Protein'] = '15.0',
                    ['Fat'] = '9.0',
                    ['Vitamins'] = '1',
        },
        ['Snapping Turtle Carcass'] = {
                    ['ID'] = 'SnappingTurtleCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead snapping turtle.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Tiny Leather Carcass', 'Tiny Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Socialist Shirt'] = {
                    ['ID'] = 'SocialistShirtItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Embrace the power of the people with this bold t-shirt. Crafted for the champions of equality, this shirt is a rallying cry for collective action. Wear it to stand united with your comrades in the fight for a fairer world!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Softwood Board'] = {
                    ['ID'] = 'SoftwoodBoardItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A higher quality softwood board used for long lasting furniture.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel', 'Currency', 'Wood Board', 'Burnable Fuel', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Softwood Hewn Log'] = {
                    ['ID'] = 'SoftwoodHewnLogItem',
                    ['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.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Fuel', 'Hewn Log', 'Burnable Fuel', 'Constructable', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Softwood Lumber'] = {
                    ['ID'] = 'SoftwoodLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Can be fashioned into various usable equipment.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Lumber', 'Burnable Fuel', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Softwood Lumber Bench'] = {
                    ['ID'] = 'SoftwoodLumberBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A lumber bench for when you need extra seating space than a traditional chair.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Softwood Lumber Chair'] = {
                    ['ID'] = 'SoftwoodLumberChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A sturdy lumber chair. It doesn\'t feel as wobbly as more basic wooden chairs.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Softwood Lumber Door'] = {
                    ['ID'] = 'SoftwoodLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from finely cut lumber.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Softwood Lumber Dresser'] = {
                    ['ID'] = 'SoftwoodLumberDresserItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Storage Container', 'Wardrobe', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Softwood Lumber Table'] = {
                    ['ID'] = 'SoftwoodLumberTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Soil Sampler'] = {
                    ['ID'] = 'SoilSamplerItem',
                    ['Category'] = 'Tools',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Beaker and measuring tools for detecting the factors influencing plants in the environment.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Solar Generator'] = {
                    ['ID'] = 'SolarGeneratorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Generates electrical power from the sun! Requires a clear view of the sky above the generator for full output. Internal batteries ensure generation during nighttime.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Sombrero'] = {
                    ['ID'] = 'SombreroItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A traditional Sombrero.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Spiky Roll'] = {
                    ['ID'] = 'SpikyRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Spikes are definitely removed before serving.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1300.0',
                    ['Carbs'] = '20.0',
                    ['Protein'] = '17.0',
                    ['Fat'] = '7.0',
                    ['Vitamins'] = '2',
        },
        ['Spin Melter'] = {
                    ['ID'] = 'SpinMelterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A device with a rotating drum that is used to shape molten synthetic materials into thin ribbons.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Modules', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Spinning Jenny'] = {
                    ['ID'] = 'SpinningJennyItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Making yarn and threads made easy!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Spoiled Food'] = {
                    ['ID'] = 'SpoiledFoodItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Food that has spoiled beyond the point of being suitable for human consumption. It can still be used for compost.',
                    ['Weight'] = '20',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Spruce Log'] = {
                    ['ID'] = 'SpruceLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Spruce log is a type of softwood, sometimes referred to as whitewood.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Fuel', 'Wood', 'Softwood', 'Burnable Fuel', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Spruce Seed'] = {
                    ['ID'] = 'SpruceSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a spruce tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Spruce Seed Pack'] = {
                    ['ID'] = 'SpruceSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a spruce tree.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Square Belt'] = {
                    ['ID'] = 'SquareBeltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Belt with a square buckle.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Square Jaw'] = {
                    ['ID'] = 'SquareJawItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Jaw',
                    ['Weight'] = '0',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Square Pot'] = {
                    ['ID'] = 'PlanterPotSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stamp Mill'] = {
                    ['ID'] = 'StampMillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A crushing machine that uses iron stamps to pound rocks into small pieces.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Standing Glass Sign'] = {
                    ['ID'] = 'StandingGlassSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign framed with a glass plate.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Standing Long Steel Sign'] = {
                    ['ID'] = 'StandingLongSteelSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A long steel plate with a wooden base.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Standing Steel Brick Sign'] = {
                    ['ID'] = 'StandingSteelBrickSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A solid steel plate supported by a brick base.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Starter Camp'] = {
                    ['ID'] = 'StarterCampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A combination of a small tent and a tiny stockpile.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Placeable On Unowned Land', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steam Engine'] = {
                    ['ID'] = 'SteamEngineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large steam engine for generating power.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Polluter', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Steam Tractor'] = {
                    ['ID'] = 'SteamTractorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tractor powered through steam.',
                    ['Weight'] = '25000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Excavation', 'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Polluter', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Steam Tractor Harvester'] = {
                    ['ID'] = 'SteamTractorHarvesterItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick harvesting of plants.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Harvester', 'Tool', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steam Tractor Plow'] = {
                    ['ID'] = 'SteamTractorPlowItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick plowing.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Plow', 'Tool', 'Hoer', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steam Tractor Scoop'] = {
                    ['ID'] = 'SteamTractorScoopItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick terraforming.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steam Tractor Sower'] = {
                    ['ID'] = 'SteamTractorSowerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick planting of seeds.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Planter', 'Tool', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steam Truck'] = {
                    ['ID'] = 'SteamTruckItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A truck that runs on steam.',
                    ['Weight'] = '25000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Polluter', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Steel Abstract Fixture'] = {
                    ['ID'] = 'SteelAbstractFixtureItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Axe'] = {
                    ['ID'] = 'SteelAxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A Steel axe made for cutting down trees.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Logging', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Steel Axle'] = {
                    ['ID'] = 'SteelAxleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A rotating steel rod that can be fixed to wheels for use in vehicles.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Bar'] = {
                    ['ID'] = 'SteelBarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined bar of steel.',
                    ['Weight'] = '20000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Currency', 'Metal', 'Block', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Buoy'] = {
                    ['ID'] = 'SteelBuoyItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A steel navigational buoy, can also be used as a moorage post.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Ceiling Light'] = {
                    ['ID'] = 'SteelCeilingLightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Floor Lamp'] = {
                    ['ID'] = 'SteelFloorLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room. This time from the floor.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Gear'] = {
                    ['ID'] = 'SteelGearItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A toothed machine part that interlocks with others.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Gear', 'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Gearbox'] = {
                    ['ID'] = 'SteelGearboxItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Provides speed and torque conversions from a rotating power source to another device.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Hammer'] = {
                    ['ID'] = 'SteelHammerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A robust steel hammer useful for shaping blocks and deconstruction.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Construction', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Steel Hanging Fixture'] = {
                    ['ID'] = 'SteelHangingFixtureItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Hanging Lamp'] = {
                    ['ID'] = 'SteelHangingLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Hoe'] = {
                    ['ID'] = 'SteelHoeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A steel hoe with improved range to help tilling larger areas.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Plow', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Steel Kitchen Lamp'] = {
                    ['ID'] = 'SteelKitchenLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Liquids Tank'] = {
                    ['ID'] = 'SteelLiquidsTankItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Machete'] = {
                    ['ID'] = 'SteelMacheteItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A machete used to quickly clear plants.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Steel Moorage Post'] = {
                    ['ID'] = 'SteelMooragePostItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An iron moorage post that makes sure that even the largest of vessels stay still.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Pickaxe'] = {
                    ['ID'] = 'SteelPickaxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A steel pickaxe used to break down stone and ore into usable rubble.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Excavation', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Steel Pipe'] = {
                    ['ID'] = 'SteelPipeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A pipe for transporting liquids.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Placeable On Walls', 'Constructable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Plate'] = {
                    ['ID'] = 'SteelPlateItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A sturdy steel plate for use in various crafting recipes.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Currency', 'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = 'True',
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Podium'] = {
                    ['ID'] = 'SteelPodiumItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Row Seating'] = {
                    ['ID'] = 'SteelRowSeatingItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Saw Blade'] = {
                    ['ID'] = 'SteelSawBladeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A disc shaped steel saw that can be attached to rotary machines to shape wood and masonry products.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Searchlight'] = {
                    ['ID'] = 'SteelSearchlightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When your goal is to really light up the heaven!',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Shovel'] = {
                    ['ID'] = 'SteelShovelItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'When an iron shovel is not enough and you need something more durable while terraforming.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Excavation', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Steel Sickle'] = {
                    ['ID'] = 'SteelSickleItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A steel sickle used to harvest crops or cut grass. Has an AoE with each swing.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Steel Spring'] = {
                    ['ID'] = 'SteelSpringItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A steel spring used to create bouncing inventions.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Square Fixture'] = {
                    ['ID'] = 'SteelSquareFixtureItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Table Lamp'] = {
                    ['ID'] = 'SteelTableLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For late night studying. Or working. Or anything, really.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Steel Warehouse Shelves'] = {
                    ['ID'] = 'SteelWarehouseShelvesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large metal rack allowing larger volume storage.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable', 'Storage Container'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stenographers Table'] = {
                    ['ID'] = 'StenographersTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Documenting a court case is of vital importance and a dedicated unique typewriter is required for this purpose and of course its own table to place it on.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Stockpile'] = {
                    ['ID'] = 'StockpileItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Designates a 5x5x5 area as storage for large items.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stone'] = {
                    ['ID'] = 'StoneItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A pile of stones.',
                    ['Weight'] = '7000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Rock', 'Block', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stone Axe'] = {
                    ['ID'] = 'StoneAxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude stone axe made for cutting down trees.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Logging', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Stone Brazier'] = {
                    ['ID'] = 'StoneBrazierItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A stone stand which can hold burning fuel to provide light.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stone Door'] = {
                    ['ID'] = 'StoneDoorItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy stone door.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stone Hammer'] = {
                    ['ID'] = 'StoneHammerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude stone hammer useful for shaping blocks and deconstruction.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Construction', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Stone Machete'] = {
                    ['ID'] = 'StoneMacheteItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A machete used to quickly clear plants.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Stone Pickaxe'] = {
                    ['ID'] = 'StonePickaxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude pickaxe used to break down stone and ore into usable rubble.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Excavation', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Stone Plaque'] = {
                    ['ID'] = 'StonePlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Stone Road'] = {
                    ['ID'] = 'StoneRoadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A rocky surface formed from smoothed rubble. It\'s fairly durable and efficient for any wheeled vehicle.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Road', 'Constructable', 'Road Type', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stone Road Tool'] = {
                    ['ID'] = 'StoneRoadToolItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A tool for tamping dirt into roads.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Tamper', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Stone Sickle'] = {
                    ['ID'] = 'StoneSickleItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A stone sickle used to harvest crops or cut grass.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Stop Sign'] = {
                    ['ID'] = 'StopSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A traffic sign used to notify drivers to come to a complete stop and make sure the interesection is clear before proceeding.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Storage Chest'] = {
                    ['ID'] = 'StorageChestItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A container you can store items in.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Storage Silo'] = {
                    ['ID'] = 'StorageSiloItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden silo capable of storing extra large stacks of crops, seeds, and fertilizer. Silos are not able to store other types of materials.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Store'] = {
                    ['ID'] = 'StoreItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the selling and trading of items.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Economy', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Store Sign'] = {
                    ['ID'] = 'StoreSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Stove'] = {
                    ['ID'] = 'StoveItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy stove for cooking more complex dishes.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Polluter', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Strange Fuel'] = {
                    ['ID'] = 'StrangeFuelItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'CHEEEAAAAATER',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Street Sign'] = {
                    ['ID'] = 'StreetSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A metal sign that is especially useful when placed alongside a road to provide information or give instructions to road users.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Streetlamp'] = {
                    ['ID'] = 'StreetlampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A towering metal light post that requires electricity to run.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Students Desk Item'] = {
                    ['ID'] = 'StudentsDeskItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Students Desk T1'] = {
                    ['ID'] = 'StudentsDeskT1Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Students Desk T2'] = {
                    ['ID'] = 'StudentsDeskT2Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Students Desk T3'] = {
                    ['ID'] = 'StudentsDeskT3Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stuffed Alligator'] = {
                    ['ID'] = 'StuffedAlligatorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stuffed Bison'] = {
                    ['ID'] = 'StuffedBisonItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stuffed Elk'] = {
                    ['ID'] = 'StuffedElkItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stuffed Goat'] = {
                    ['ID'] = 'StuffedGoatItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stuffed Jaguar'] = {
                    ['ID'] = 'StuffedJaguarItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stuffed Turkey'] = {
                    ['ID'] = 'StuffedTurkeyItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'To give thanks for the fact that this food gives two extra nutrients than other food items of the same tier.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1600.0',
                    ['Carbs'] = '17.0',
                    ['Protein'] = '24.0',
                    ['Fat'] = '16.0',
                    ['Vitamins'] = '7',
        },
        ['Stuffed Wolf'] = {
                    ['ID'] = 'StuffedWolfItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stump Bed'] = {
                    ['ID'] = 'StumpBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple collection of straw to rest on, don\'t mind the fleas.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Bed', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stump Chair'] = {
                    ['ID'] = 'StumpChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A crude carved seating, uncomfortable and rough. Your back will thank you once you replace it with a chair made by more skilled hands.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stump Latrine'] = {
                    ['ID'] = 'StumpLatrineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple yet functional.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Stump Table'] = {
                    ['ID'] = 'StumpTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large log cut in half for placing things on.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Substrate'] = {
                    ['ID'] = 'SubstrateItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'The foundation material for complex electronics.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Sugar'] = {
                    ['ID'] = 'SugarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Even sweet lovers don\'t eat sugar plain.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '50.0',
                    ['Carbs'] = '15.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Sugarcane'] = {
                    ['ID'] = 'SugarcaneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'How did you even get this?',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '1.0',
                    ['Vitamins'] = '0',
        },
        ['Sugarcane Pack'] = {
                    ['ID'] = 'SugarcanePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'How did you even get this?',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Sulfur'] = {
                    ['ID'] = 'SulfurItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'While it may not look like much it is fundamentally essential to sustain life.',
                    ['Weight'] = '6500',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Excavatable', 'Block', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Sun Butter'] = {
                    ['ID'] = 'SunButterItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'A revolutionary method to acquire butter.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Sun Cheese'] = {
                    ['ID'] = 'SunCheeseItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Cheesy yet not made in a traditional way.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '250.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '12.0',
                    ['Vitamins'] = '0',
        },
        ['Sunflower'] = {
                    ['ID'] = 'SunflowerItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A plant whose seeds are quite versitile in their use further processed.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '50.0',
                    ['Carbs'] = '2.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '4.0',
                    ['Vitamins'] = '0',
        },
        ['Sunflower Seed'] = {
                    ['ID'] = 'SunflowerSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow sunflowers.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Sunflower Seed Pack'] = {
                    ['ID'] = 'SunflowerSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow sunflowers.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Sweet Deer Jerky'] = {
                    ['ID'] = 'SweetDeerJerkyItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Marinated in a mix of oil, herbs and some sweetener really increased the potential.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '600.0',
                    ['Carbs'] = '4.0',
                    ['Protein'] = '22.0',
                    ['Fat'] = '6.0',
                    ['Vitamins'] = '3',
        },
        ['Sweet Salad'] = {
                    ['ID'] = 'SweetSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The sweetness of the fruits happens to work well with the salad.',
                    ['Weight'] = '400',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1200.0',
                    ['Carbs'] = '18.0',
                    ['Protein'] = '9.0',
                    ['Fat'] = '7.0',
                    ['Vitamins'] = '22',
        },
        ['Swirl Vase'] = {
                    ['ID'] = 'SwirlVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
                    ['Weight'] = '250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Switch'] = {
                    ['ID'] = 'SwitchItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Toggle on any touching wires and electronic objects.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Tech'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Synthetic Rubber'] = {
                    ['ID'] = 'SyntheticRubberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An extremely useful synthetic material derived from petrochemicals.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tailings'] = {
                    ['ID'] = 'TailingsItem',
                    ['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.',
                    ['Weight'] = '18000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Diggable', 'Excavatable', 'Waste Product', 'Block', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = 'True',
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tailor Bowler Hat'] = {
                    ['ID'] = 'TailorBowlerHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A stylish bowler hat made of tighly spun fur felt.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tailor Pants'] = {
                    ['ID'] = 'TailorPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Tailored slacks that fit just right.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tailor Shirt'] = {
                    ['ID'] = 'TailorShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A form-fitting vest and tie ensemble which includes measuring tape.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tailor Shoes'] = {
                    ['ID'] = 'TailorShoesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Two-toned suede shoes.(Decreases calories consumed when using tools by 30%)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tailor Sign'] = {
                    ['ID'] = 'TailorSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Tailoring Basic Upgrade'] = {
                    ['ID'] = 'TailoringUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Tailoring recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tailoring Modern Upgrade'] = {
                    ['ID'] = 'TailoringModernUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Tailoring recipes.',
                    ['Weight'] = '1',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Upgrade', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tailoring Skill Book'] = {
                    ['ID'] = 'TailoringSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Skill Books', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tailoring Skill Scroll'] = {
                    ['ID'] = 'TailoringSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Skill Scrolls'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tailoring Table'] = {
                    ['ID'] = 'TailoringTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Spearhead the fashion movement with the finest clothes and hair!',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Tall Boots'] = {
                    ['ID'] = 'TallBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['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.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tallow'] = {
                    ['ID'] = 'TallowItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Rendered animal fat useful for more than just cooking.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel', 'Fat', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
                    ['Calories'] = '200.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '8.0',
                    ['Vitamins'] = '0',
        },
        ['Tallow Candle'] = {
                    ['ID'] = 'TallowCandleItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A candle which can burn tallow to produce a small amount of light.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tallow Lamp'] = {
                    ['ID'] = 'TallowLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A pottery lamp. Fuel with tallow.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tallow Wall Lamp'] = {
                    ['ID'] = 'TallowWallLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A candle mounted on a wall bracket which can burn tallow to produce a small amount of light.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tapestry'] = {
                    ['ID'] = 'TapestryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple neutral tapestry.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tapestry Fish'] = {
                    ['ID'] = 'TapestryFishItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tapestry with a beautiful fish display.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tapestry Sunset'] = {
                    ['ID'] = 'TapestrySunsetItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tapestry with a beautiful sunset display.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Taro Fries'] = {
                    ['ID'] = 'TaroFriesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Crispy strips of taro that have been deep fried in oil.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '600.0',
                    ['Carbs'] = '10.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '20.0',
                    ['Vitamins'] = '0',
        },
        ['Taro Root'] = {
                    ['ID'] = 'TaroRootItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Colocasia esculenta.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Vegetable', 'Root', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '250.0',
                    ['Carbs'] = '6.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '1',
        },
        ['Taro Seed'] = {
                    ['ID'] = 'TaroSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow taro.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Taro Seed Pack'] = {
                    ['ID'] = 'TaroSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow taro.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tasty Tropical Pizza'] = {
                    ['ID'] = 'TastyTropicalPizzaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'To some it is tasty. To others, unforgivable.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1200.0',
                    ['Carbs'] = '21.0',
                    ['Protein'] = '6.0',
                    ['Fat'] = '12.0',
                    ['Vitamins'] = '11',
        },
        ['Teachers Desk Item'] = {
                    ['ID'] = 'TeachersDeskItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Education', 'Housing Objects'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Teachers Desk T1'] = {
                    ['ID'] = 'TeachersDeskT1Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Teachers Desk T2'] = {
                    ['ID'] = 'TeachersDeskT2Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Teachers Desk T3'] = {
                    ['ID'] = 'TeachersDeskT3Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['The Bob'] = {
                    ['ID'] = 'TheBobItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tiki Torch'] = {
                    ['ID'] = 'TikiTorchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Great for outdoor l',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tiny Stockpile'] = {
                    ['ID'] = 'TinyStockpileItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Designates a 2x3x2 area as storage for large items.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Toilet'] = {
                    ['ID'] = 'ToiletItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When you gotta go, you gotta go.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Toll'] = {
                    ['ID'] = 'TollItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Toggle on any touching wires and electronic objects.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Economy', 'Tech'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tomato'] = {
                    ['ID'] = 'TomatoItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Intelligence is knowing this is a fruit; wisdom is not putting it in a fruit salad.',
                    ['Weight'] = '75',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Vegetable', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '240.0',
                    ['Carbs'] = '5.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '2',
        },
        ['Tomato Seed'] = {
                    ['ID'] = 'TomatoSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow tomato plants.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Tomato Seed Pack'] = {
                    ['ID'] = 'TomatoSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow tomato plants.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tool Bench'] = {
                    ['ID'] = 'ToolBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place to craft and fix up tools.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Topped Porridge'] = {
                    ['ID'] = 'ToppedPorridgeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick gruel of boiled grains with a dash of fruity flavor.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '10.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '10',
        },
        ['Torch'] = {
                    ['ID'] = 'TorchItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A little bit of light to help beat back the night.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Fuel', 'Torch', 'Tools', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = nil,
        },
        ['Torch Stand'] = {
                    ['ID'] = 'TorchStandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A stand for a torch.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tortilla'] = {
                    ['ID'] = 'TortillaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thin, unleavened flatbread.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '20.0',
                    ['Protein'] = '10.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Towel Rack'] = {
                    ['ID'] = 'TowelRackItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden hanging rack designed for towels.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Town Bell'] = {
                    ['ID'] = 'TownBellItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large bell used to alert nearby citizens of dangers, meetings and other assorted activities.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Town Claim Stake'] = {
                    ['ID'] = 'TownClaimStakeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Placeable On Unowned Land', 'World Object', 'Usable', 'Storage Container'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Town Foundation'] = {
                    ['ID'] = 'TownFoundationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The founding stone for civilization.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'Settlement', 'Placeable On Unowned Land', 'World Object', 'Usable', 'Housing Objects', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Trailer Truck'] = {
                    ['ID'] = 'TrailerTruckItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Modern truck for hauling sizable loads.',
                    ['Weight'] = '25000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Polluter', 'Vehicles', 'Mountable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Transglutaminase'] = {
                    ['ID'] = 'TransglutaminaseItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Any enzyme that can be used to bond proteins together.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '10.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Transmission Pole'] = {
                    ['ID'] = 'TransmissionPoleItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Can link electrical energy.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Trapper Fur Hat'] = {
                    ['ID'] = 'TrapperFurHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'It sure is warm.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Trapper Leather Hat'] = {
                    ['ID'] = 'TrapperLeatherHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Helps keep the sun off your face... and neck... and also ears.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Trash Item'] = {
                    ['ID'] = 'TrashItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Treasure Backpack'] = {
                    ['ID'] = 'TreasureBackpackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A backpack full of odds and ends, bits and bobs, that sort of thing.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Treasury'] = {
                    ['ID'] = 'TreasuryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the setting of taxes.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Economy', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Tree Debris'] = {
                    ['ID'] = 'TreeDebrisItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Clear cut debris that needs to be broken down to be more usable.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Block'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Trillium Flower'] = {
                    ['ID'] = 'TrilliumFlowerItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Placeholder Description.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Petals', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Trillium Seed'] = {
                    ['ID'] = 'TrilliumSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow trillium.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Trillium Seed Pack'] = {
                    ['ID'] = 'TrilliumSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow trillium.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tripod Camera'] = {
                    ['ID'] = 'TripodCameraItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When you want to save the world but in a frame.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Trousers'] = {
                    ['ID'] = 'TrousersItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['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).',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Trout'] = {
                    ['ID'] = 'TroutItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A trout.',
                    ['Weight'] = '800',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fish', 'Medium Fish', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Truck'] = {
                    ['ID'] = 'TruckItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Modern truck for hauling sizable loads.',
                    ['Weight'] = '25000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Polluter', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Tuna'] = {
                    ['ID'] = 'TunaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A tuna.',
                    ['Weight'] = '1250',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fish', 'Large Fish', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Tunic'] = {
                    ['ID'] = 'TunicItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A simply made canvas shirt. Does not have a pocket to put your pen in.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Turkey Carcass'] = {
                    ['ID'] = 'TurkeyCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead turkey.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Tiny Leather Carcass', 'Tiny Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Upholstered Chair'] = {
                    ['ID'] = 'UpholsteredChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Like a chair, but upholstered.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Upholstered Couch'] = {
                    ['ID'] = 'UpholsteredCouchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Like a couch, but upholstered.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Urchin'] = {
                    ['ID'] = 'UrchinItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An urchin.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Marine Life', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Valve'] = {
                    ['ID'] = 'ValveItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A device that regulates, directs, or controls the flow of fluid.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Vegetable Medley'] = {
                    ['ID'] = 'VegetableMedleyItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'An eclectic arrangement of vegetables.',
                    ['Weight'] = '300',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '900.0',
                    ['Carbs'] = '8.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '7.0',
                    ['Vitamins'] = '17',
        },
        ['Vegetable Soup'] = {
                    ['ID'] = 'VegetableSoupItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Who knew plants in plant broth could be so tasty?',
                    ['Weight'] = '700',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1200.0',
                    ['Carbs'] = '12.0',
                    ['Protein'] = '4.0',
                    ['Fat'] = '7.0',
                    ['Vitamins'] = '19',
        },
        ['Vegetable Stock'] = {
                    ['ID'] = 'VegetableStockItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A hearty stock full of assorted vegetables.',
                    ['Weight'] = '600',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '700.0',
                    ['Carbs'] = '11.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '2.0',
                    ['Vitamins'] = '11',
        },
        ['Vehicle Tool Toggle'] = {
                    ['ID'] = 'VehicleToggleItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Press to toggle digging/driving mode.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Villagers Cowl Lowered'] = {
                    ['ID'] = 'VillagersCowlLoweredItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A rough linen cowl lowered, showing your face.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Villagers Cowl Raised'] = {
                    ['ID'] = 'VillagersCowlRaisedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A rough linen cowl raised, hiding your face partially.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wainwright Table'] = {
                    ['ID'] = 'WainwrightTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'Has Table Surface', 'On Off', 'Crafting Table', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wall Candle'] = {
                    ['ID'] = 'WallCandleItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wall mounted candle.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wall Mounted Chest'] = {
                    ['ID'] = 'WallMountedChestItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A chest but for the wall.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wall Mounted Trunk'] = {
                    ['ID'] = 'WallMountedTrunkItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A chest but for the wall.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Storage Container', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wanderers Hood Lowered'] = {
                    ['ID'] = 'WanderersHoodLoweredItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A quality linen cowl lowered, showing your face.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wanderers Hood Raised'] = {
                    ['ID'] = 'WanderersHoodRaisedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A quality linen cowl raised, hiding your face partially.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Washboard'] = {
                    ['ID'] = 'WashboardItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sometimes it can be nice to have clean clothes.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Washing Machine'] = {
                    ['ID'] = 'WashingMachineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Why hand scrub your clothes on a washboard when you could throw them into this magical cleaning machine?',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Waste Filter'] = {
                    ['ID'] = 'WasteFilterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Treats raw sewage.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Water'] = {
                    ['ID'] = 'WaterItem',
                    ['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.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Liquid', 'Block'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Waterweed Seed'] = {
                    ['ID'] = 'WaterweedSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow waterweed.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Waterweed Seed Pack'] = {
                    ['ID'] = 'WaterweedSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow waterweed.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Waterwheel'] = {
                    ['ID'] = 'WaterwheelItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Uses the power of flowing water to produce mechanical power. Must be placed in fresh water and produces double power when placed in both a river and waterfall.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Housing Objects', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wet Brick'] = {
                    ['ID'] = 'WetBrickItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A simple wet brick ready to be processed into a construction block.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wet Tailings'] = {
                    ['ID'] = 'WetTailingsItem',
                    ['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.',
                    ['Weight'] = '28000',
                    ['MaxStackSize'] = '10',
                    ['Tags'] = {'Diggable', 'Waste Product', 'Block', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = 'True',
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wheat'] = {
                    ['ID'] = 'WheatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A common grain that is significantly more useful processed.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop', 'Harvestable', 'Grain', 'Raw Food', 'Food', 'Can Be On Table Top', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '150.0',
                    ['Carbs'] = '6.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Wheat Seed'] = {
                    ['ID'] = 'WheatSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow wheat.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Crop Seed', 'Seeds', 'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['Wheat Seed Pack'] = {
                    ['ID'] = 'WheatSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow wheat.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wheelbarrow'] = {
                    ['ID'] = 'WheelbarrowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small wheelbarrow for hauling minimal loads.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Whetstone'] = {
                    ['ID'] = 'WhetstoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A polished piece of stone specifically cut to reduce damage of tools.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['White Bursage Seed'] = {
                    ['ID'] = 'WhiteBursageSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a white bursage.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Seeds', 'Food', 'Can Be On Table Top'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '0.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '0.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '0',
        },
        ['White Bursage Seed Pack'] = {
                    ['ID'] = 'WhiteBursageSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a white bursage.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['White Powder'] = {
                    ['ID'] = 'WhitePowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Petals taken through a drying and grinding stage leaving this fine powder.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Pigment', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wide Hips'] = {
                    ['ID'] = 'WideHipsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Hips',
                    ['Weight'] = '0',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Not In Browser'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wild Mix'] = {
                    ['ID'] = 'WildMixItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A dressed salad that, with the added sweetness, it\'s pretty tasty.',
                    ['Weight'] = '600',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '800.0',
                    ['Carbs'] = '15.0',
                    ['Protein'] = '6.0',
                    ['Fat'] = '4.0',
                    ['Vitamins'] = '21',
        },
        ['Wild Stew'] = {
                    ['ID'] = 'WildStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew made with a variety of vegetables.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '1100.0',
                    ['Carbs'] = '10.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '6.0',
                    ['Vitamins'] = '12',
        },
        ['Wilted Fiddleheads'] = {
                    ['ID'] = 'WiltedFiddleheadsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'While a bunch of wilted fiddleheads may seem a bit sad, at least they\'re nutritious.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Charred Green', 'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '350.0',
                    ['Carbs'] = '4.0',
                    ['Protein'] = '1.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '7',
        },
        ['Wind Turbine'] = {
                    ['ID'] = 'WindTurbineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Uses wind to produce electrical power. Requires clear space for 10 blocks in front of the blades for full power generation. Gains a small output boost when placed at higher elevations.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Windmill'] = {
                    ['ID'] = 'WindmillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Uses wind to produce mechanical power. Requires clear space for 10 blocks in front of the blades for full power generation. Gains a small output boost when placed at higher elevations.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Housing Objects', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Window Shutters Center'] = {
                    ['ID'] = 'WindowShuttersCenterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple window shutter helps to keep things in or out.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Window Shutters Left'] = {
                    ['ID'] = 'WindowShuttersLeftItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple window shutter helps to keep things in or out.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Window Shutters Right'] = {
                    ['ID'] = 'WindowShuttersRightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple window shutter helps to keep things in or out.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wire'] = {
                    ['ID'] = 'WireItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Connects electronic components.',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Block'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wolf Carcass'] = {
                    ['ID'] = 'WolfCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead wolf.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Small Carcass', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wolf Pelt'] = {
                    ['ID'] = 'WolfPeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Has Floor Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wolf Whisperer Hat'] = {
                    ['ID'] = 'WolfWhispererHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Thanks for supporting ECO!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wolf Whisperer Mask'] = {
                    ['ID'] = 'WolfWhispererMaskItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'AWOOOOOOOOO',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wolf Whisperer Shirt'] = {
                    ['ID'] = 'WolfWhispererShirtItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Thanks for supporting ECO!',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wood Cart'] = {
                    ['ID'] = 'WoodCartItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small cart for hauling small loads.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Vehicles', 'Mountable', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wood Plaque'] = {
                    ['ID'] = 'WoodPlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wood Pulp'] = {
                    ['ID'] = 'WoodPulpItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A byproduct of processing lumber, wood pulp can be burned for Mortar or pressed into paper.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fuel', 'Natural Fiber', 'Burnable Fuel', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = 'True',
                    ['IsStackable'] = 'True',
        },
        ['Wood Shop Cart'] = {
                    ['ID'] = 'WoodShopCartItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A store in a wooden cart, very useful when your customers are far away.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Economy', 'Storage Container', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wood Window Planter'] = {
                    ['ID'] = 'WoodWindowPlanterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple planter box mounted on a wall or by a window.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Barge'] = {
                    ['ID'] = 'WoodenBargeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = '20000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Bow'] = {
                    ['ID'] = 'WoodenBowItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A primitive ranged weapon for hunting. Requires arrows to fire.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Ceiling Light'] = {
                    ['ID'] = 'WoodenCeilingLightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Elevator'] = {
                    ['ID'] = 'WoodenElevatorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An elevator for transporting loads vertically.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Elevator', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Fabric Bed'] = {
                    ['ID'] = 'WoodenFabricBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A much more comfortable bed made with fabric.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Bed', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Floor Lamp'] = {
                    ['ID'] = 'WoodenFloorLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room. This time from the floor.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Frame Landscape'] = {
                    ['ID'] = 'WoodenFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Frame Portrait'] = {
                    ['ID'] = 'WoodenFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Frame Square'] = {
                    ['ID'] = 'WoodenFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Frame Tall'] = {
                    ['ID'] = 'WoodenFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Frame Wide'] = {
                    ['ID'] = 'WoodenFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden frame useful for simple picture and art displays.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Gear'] = {
                    ['ID'] = 'WoodenGearItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A basic gear for use in early wooden machinery.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Hoe'] = {
                    ['ID'] = 'WoodenHoeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude wooden hoe made for tilling soil.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Plow', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Hull Planks'] = {
                    ['ID'] = 'WoodenHullPlanksItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Basic wooden boards specially made for ships.',
                    ['Weight'] = '1500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Keel'] = {
                    ['ID'] = 'WoodenKeelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'The backbone of any wooden ships.',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Kitchen Lamp'] = {
                    ['ID'] = 'WoodenKitchenLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Latrine'] = {
                    ['ID'] = 'LatrineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden potty.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'World Object', 'Usable', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Liquids Tank'] = {
                    ['ID'] = 'WoodenLiquidsTankItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Mold'] = {
                    ['ID'] = 'WoodenMoldItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A useful material for hardening, curing, and other various uses.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Moorage Post'] = {
                    ['ID'] = 'WoodenMooragePostItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic moorage post made from wood to anchor smaller vessels in place.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Oar'] = {
                    ['ID'] = 'WoodenOarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An important piece of equipment used to give smaller wooden ships momentum.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Paint Sprayer'] = {
                    ['ID'] = 'WoodenPaintSprayerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude painting tool using a primitive pumping method allowing someone to paint single blocks.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Painter', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Podium'] = {
                    ['ID'] = 'WoodenPodiumItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = nil,
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Not In Browser', 'Can Be On Rug', 'World Object', 'Usable'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Rudder'] = {
                    ['ID'] = 'WoodenRudderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'If you dont have one of these, you have no control over your heading.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Shovel'] = {
                    ['ID'] = 'WoodenShovelItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A simple wooden shovel made for moving dirt.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Tool', 'Excavation', 'Harvester', 'Tools', 'Can Be On Table Top', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = 'True',
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Sliding Door'] = {
                    ['ID'] = 'WoodenSlidingDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple sliding door made out of wood.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'World Object', 'Usable', 'Large Door', 'On Off', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Straw Bed'] = {
                    ['ID'] = 'WoodenStrawBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A nice, scratchy and horrible uncomfortable bed. But at least it keeps you off the ground.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'Can Be On Rug', 'World Object', 'Usable', 'Housing Objects', 'Bed', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Table Lamp'] = {
                    ['ID'] = 'WoodenTableLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For late night studying. Or working. Or anything, really.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Can Be On Table Top', 'World Object', 'Usable', 'On Off', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Transport Ship'] = {
                    ['ID'] = 'WoodenTransportShipItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
                    ['Weight'] = '20000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Placeable On Unowned Land', 'Usable', 'Storage Container', 'Vehicles', 'Mountable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Wooden Wall Torch Stand'] = {
                    ['ID'] = 'WoodenWallTorchStandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wall mounted stand for a torch.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'World Object', 'Usable', 'On Off', 'Storage Container', 'Housing Objects', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wooden Wheel'] = {
                    ['ID'] = 'WoodenWheelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A basic wheel for use in early wooden vehicles.',
                    ['Weight'] = '500',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Parts', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wool Carpet'] = {
                    ['ID'] = 'WoolCarpetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A woven wool floor covering attached to a lumber backing.',
                    ['Weight'] = '10000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Constructable', 'Block', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wool Curtains'] = {
                    ['ID'] = 'WoolCurtainsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Curtains woven using the finest wool.  (Only cosmetic does not impact room value.)',
                    ['Weight'] = '5000',
                    ['MaxStackSize'] = '20',
                    ['Tags'] = {'Constructable', 'Block', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wool Fabric'] = {
                    ['ID'] = 'WoolFabricItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Wool fabric is warm and durable, but it can be slightly itchy.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Fabric', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Wool Yarn'] = {
                    ['ID'] = 'WoolYarnItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Spun wool that can be used for knitting, weaving, or sewing.',
                    ['Weight'] = '20',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Work Backpack'] = {
                    ['ID'] = 'WorkBackpackItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Lighter pack that causes lower calorie consumption.(Decreases calories consumed when using tools by 10% and increases max carry weight by 5 kg)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Work Boots'] = {
                    ['ID'] = 'WorkBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Boots designed to be rugged and reduce muscle strain while working.(Decreases calories consumed when using tools by 10%)(Increases movement speed)',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Clothes', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Workbench'] = {
                    ['ID'] = 'WorkbenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A bench for the basics and making even more benches.',
                    ['Weight'] = '1000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'Can Be On Rug', 'World Object', 'Usable', 'On Off', 'Crafting Table', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
        ['Worldly Donut'] = {
                    ['ID'] = 'WorldlyDonutItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Understand this, and you will understand a lot.',
                    ['Weight'] = '200',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '750.0',
                    ['Carbs'] = '15.0',
                    ['Protein'] = '2.0',
                    ['Fat'] = '17.0',
                    ['Vitamins'] = '2',
        },
        ['Yeast'] = {
                    ['ID'] = 'YeastItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fungus that acts as an amazing leavening agent.',
                    ['Weight'] = '100',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Food', 'Can Be On Table Top', 'Ingredient', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = 'True',
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
                    ['Calories'] = '60.0',
                    ['Carbs'] = '0.0',
                    ['Protein'] = '8.0',
                    ['Fat'] = '0.0',
                    ['Vitamins'] = '7',
        },
        ['Yellow Powder'] = {
                    ['ID'] = 'YellowPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Petals taken through a drying and grinding stage leaving this fine powder.',
                    ['Weight'] = '50',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Pigment', 'Product', 'Ingredient'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Zataku Table'] = {
                    ['ID'] = 'ZatakuTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large table for eating meals or getting some work done.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '100',
                    ['Tags'] = {'Housing', 'Mountable', 'World Object', 'Usable', 'Has Table Surface', 'Housing Objects', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Zen Garden'] = {
                    ['ID'] = 'ZenGardenItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'The serenity and beauty of nature just outside in your own hands..',
                    ['Weight'] = '26000',
                    ['MaxStackSize'] = '15',
                    ['Tags'] = {'Constructable', 'Block', 'Product'},
                    ['PaidItem'] = 'True',
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = 'True',
        },
        ['Zoning Office'] = {
                    ['ID'] = 'ZoningOfficeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the creation of District Maps, which define a set of districts.  Districts can then be specified in laws and other civic actions.',
                    ['Weight'] = '2000',
                    ['MaxStackSize'] = '1',
                    ['Tags'] = {'World Object', 'Usable', 'Product'},
                    ['PaidItem'] = nil,
                    ['IsTool'] = nil,
                    ['CanBeCurrency'] = nil,
                    ['Compostable'] = nil,
                    ['IsWasteProduct'] = nil,
                    ['IsFuel'] = nil,
                    ['IsStackable'] = nil,
        },
    },
}