Module:ItemData: Difference between revisions

From Eco - English Wiki
[unchecked revision][checked revision]
Update 9.0.5 Beta Release-100
No edit summary
(48 intermediate revisions by 5 users not shown)
Line 1: Line 1:
-- Eco Version : 0.9.0.5 beta release-100
-- Eco Version : 0.11.1.4
-- Export Language: English


return {
return {
     skills = {
     items = {
        ['Acorn'] = {
                    ['ID'] = 'AcornItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow an oak tree.',
        },
        ['Acorn Pack'] = {
                    ['ID'] = 'AcornPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow an oak tree.',
        },
        ['Acorn Powder'] = {
                    ['ID'] = 'AcornPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Powdered acorn.',
        },
        ['Adobe'] = {
                    ['ID'] = 'AdobeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Adobe, your basic primitive housing material.  Adobe will grant no experience.',
        },
        ['Adobe Door'] = {
                    ['ID'] = 'AdobeDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from crude wood pieces.',
        },
        ['Adorned Ashlar Basalt Bench'] = {
                    ['ID'] = 'AdornedAshlarBasaltBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Basalt Table'] = {
                    ['ID'] = 'AdornedAshlarBasaltTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Gneiss Bench'] = {
                    ['ID'] = 'AdornedAshlarGneissBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Gneiss Table'] = {
                    ['ID'] = 'AdornedAshlarGneissTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Granite Bench'] = {
                    ['ID'] = 'AdornedAshlarGraniteBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Granite Table'] = {
                    ['ID'] = 'AdornedAshlarGraniteTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Limestone Bench'] = {
                    ['ID'] = 'AdornedAshlarLimestoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Limestone Table'] = {
                    ['ID'] = 'AdornedAshlarLimestoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Sandstone Bench'] = {
                    ['ID'] = 'AdornedAshlarSandstoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Sandstone Table'] = {
                    ['ID'] = 'AdornedAshlarSandstoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Shale Bench'] = {
                    ['ID'] = 'AdornedAshlarShaleBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Shale Table'] = {
                    ['ID'] = 'AdornedAshlarShaleTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Stone Bench'] = {
                    ['ID'] = 'AdornedAshlarStoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Stone Table'] = {
                    ['ID'] = 'AdornedAshlarStoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
         ['Advanced Baking'] = {
         ['Advanced Baking'] = {
                     ['untranslated'] = 'Advanced Baking',
                     ['ID'] = 'AdvancedBakingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Advanced baking mostly improves recipes that involve a leavening agent. Level by crafting advanced baking recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'AdvancedBakingSkill',
                     ['Description'] = 'Advanced baking mostly improves recipes that involve a leavening agent. Levels up by crafting advanced baking recipes.',
                    ['skillIDNum'] = '765',
        },
                     ['maxLevel'] = '7',
        ['Advanced Baking Skill Book'] = {
                    ['root'] = false,
                     ['ID'] = 'AdvancedBakingSkillBook',
                     ['rootSkill'] = '[[Chef]]',
                     ['Category'] = 'Hidden/Research',
                     ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                    ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Advanced Baking Skill Scroll'] = {
                    ['specialtySkillBook'] = '[[Advanced Baking Skill Book]]',
                     ['ID'] = 'AdvancedBakingSkillScroll',
                    ['specialtySkillScroll'] = '[[Advanced Baking Skill Scroll]]',
                    ['Category'] = 'Hidden/Research',
                    ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                    ['Description'] = '',
                            ['level3'] = {'[[Advanced Baking Focused Speed Talent]]', '[[Advanced Baking Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Advanced Baking Frugal Req Talent]]'},
        ['Advanced Baking Upgrade'] = {
                            },
                    ['ID'] = 'AdvancedBakingUpgradeItem',
                     ['benefits'] = {
                    ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                    ['Group'] = 'Upgrade',
                                    {'[[Bearclaw]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Baking recipes.',
                                    {'[[Bread]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Camas Bread]]', 'Decreases', 'calories of labor', '10'},
        ['Advanced Carpentry Table'] = {
                                    {'[[Elk Wellington]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'AdvancedCarpentryTableItem',
                                    {'[[Fruit Tart]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = 'WorldObject',
                                    {'[[Leavened Dough]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'World Object',
                                    {'[[Macaroons]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'A modern carpentry table with an electric motor and heavy duty steel sawblades.',
                                    {'[[Pastry Dough]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Pirozhok]]', 'Decreases', 'calories of labor', '10'},
        ['Advanced Circuit'] = {
                                    {'[[Stuffed Turkey]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'AdvancedCircuitItem',
                                    {'[[Advanced Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                    ['Category'] = '_None',
                                    },
                    ['Group'] = 'Items',
                            ['level2'] = {
                     ['Description'] = 'A complex electrical component used in advanced electronics.',
                                    {'[[Bearclaw]]', 'Decreases', 'calories of labor', '9'},
        },
                                    {'[[Bread]]', 'Decreases', 'calories of labor', '9'},
        ['Advanced Combustion Engine'] = {
                                    {'[[Camas Bread]]', 'Decreases', 'calories of labor', '9'},
                    ['ID'] = 'AdvancedCombustionEngineItem',
                                    {'[[Elk Wellington]]', 'Decreases', 'calories of labor', '9'},
                    ['Category'] = '_None',
                                    {'[[Fruit Tart]]', 'Decreases', 'calories of labor', '9'},
                    ['Group'] = 'Items',
                                    {'[[Leavened Dough]]', 'Decreases', 'calories of labor', '9'},
                    ['Description'] = 'A more advanced version of the normal combustion engine that produces a greater output.',
                                    {'[[Macaroons]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Pastry Dough]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Pirozhok]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Stuffed Turkey]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Advanced Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                                    },
                            ['level3'] = {
                                    {'[[Bearclaw]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Bread]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Camas Bread]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Elk Wellington]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Fruit Tart]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Leavened Dough]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Macaroons]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Pastry Dough]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Pirozhok]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Stuffed Turkey]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Advanced Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                                    },
                            ['level4'] = {
                                    {'[[Bearclaw]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Bread]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Camas Bread]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Elk Wellington]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Fruit Tart]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Leavened Dough]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Macaroons]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Pastry Dough]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Pirozhok]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Stuffed Turkey]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Advanced Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                                    },
                            ['level5'] = {
                                    {'[[Bearclaw]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Bread]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Camas Bread]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Elk Wellington]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Fruit Tart]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Leavened Dough]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Macaroons]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Pastry Dough]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Pirozhok]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Stuffed Turkey]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Advanced Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                                    },
                            ['level6'] = {
                                    {'[[Bearclaw]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Bread]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Camas Bread]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Elk Wellington]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Fruit Tart]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Leavened Dough]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Macaroons]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Pastry Dough]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Pirozhok]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Stuffed Turkey]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Advanced Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                                    },
                            ['level7'] = {
                                    {'[[Bearclaw]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Bread]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Camas Bread]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Elk Wellington]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Fruit Tart]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Leavened Dough]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Macaroons]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Pastry Dough]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Pirozhok]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Stuffed Turkey]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Advanced Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    },
                            },
                     ['recipes'] = {
                            ['level0'] = {},
                            ['level1'] = {'[[Bread]]', '[[Camas Bread]]', '[[Leavened Dough]]', '[[Pastry Dough]]'},
                            ['level2'] = {'[[Bearclaw]]', '[[Fruit Tart]]', '[[Macaroons]]', '[[Pirozhok]]'},
                            ['level3'] = {'[[Elk Wellington]]'},
                            ['level4'] = {'[[Stuffed Turkey]]'},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {'[[Advanced Baking Advanced Upgrade]]'},
                            },
         },
         },
         ['Advanced Cooking'] = {
         ['Advanced Cooking'] = {
                     ['untranslated'] = 'Advanced Cooking',
                     ['ID'] = 'AdvancedCookingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Advanced cooking techniques for producing more complex foods. Level by crafting advanced cooking recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'AdvancedCookingSkill',
                     ['Description'] = 'Advanced cooking techniques for producing more complex foods. Levels up by crafting advanced cooking recipes.',
                    ['skillIDNum'] = '768',
        },
                     ['maxLevel'] = '7',
        ['Advanced Cooking Skill Book'] = {
                    ['root'] = false,
                     ['ID'] = 'AdvancedCookingSkillBook',
                     ['rootSkill'] = '[[Chef]]',
                     ['Category'] = 'Hidden/Research',
                     ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                    ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Advanced Cooking Skill Scroll'] = {
                    ['specialtySkillBook'] = '[[Advanced Cooking Skill Book]]',
                     ['ID'] = 'AdvancedCookingSkillScroll',
                    ['specialtySkillScroll'] = '[[Advanced Cooking Skill Scroll]]',
                    ['Category'] = 'Hidden/Research',
                    ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] =  {
                    ['Description'] = '',
                            ['level3'] = {'[[Advanced Cooking Focused Speed Talent]]', '[[Advanced Cooking Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Advanced Cooking Frugal Req Talent]]'},
        ['Advanced Cooking Upgrade'] = {
                            },
                    ['ID'] = 'AdvancedCookingUpgradeItem',
                     ['benefits'] = {
                    ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                    ['Group'] = 'Upgrade',
                                    {'[[Bear SUPREME]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Cooking recipes.',
                                    {'[[Boiled Rice]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Boiled Sausage]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Corn Fritters]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Crimson Salad]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Elk Taco]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Fried Hare Haunches]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Huckleberry Extract]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Infused Oil]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Pineapple Friend Rice]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Seared Meat]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Simple Syrup]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Sweet Salad]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Tortilla]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Wild Mix]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Culinary Research Paper Modern]]', 'Decreases', 'calories of labor', '500'},
                                    {'[[Advanced Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                                    {'[[Refine Tallow]]', 'Decreases', 'calories of labor', '15'},
                                    },
                            ['level2'] = {
                                    {'[[Bear SUPREME]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Boiled Rice]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Boiled Sausage]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Corn Fritters]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Crimson Salad]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Elk Taco]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Fried Hare Haunches]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Huckleberry Extract]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Infused Oil]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Pineapple Friend Rice]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Seared Meat]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Simple Syrup]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Sweet Salad]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Tortilla]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Wild Mix]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Culinary Research Paper Modern]]', 'Decreases', 'calories of labor', '450'},
                                    {'[[Advanced Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                                    {'[[Refine Tallow]]', 'Decreases', 'calories of labor', '13.5'},
                                    },
                            ['level3'] = {
                                    {'[[Bear SUPREME]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Boiled Rice]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Boiled Sausage]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Corn Fritters]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Crimson Salad]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Elk Taco]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Fried Hare Haunches]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Huckleberry Extract]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Infused Oil]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Pineapple Friend Rice]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Seared Meat]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Simple Syrup]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Sweet Salad]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Tortilla]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Wild Mix]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Culinary Research Paper Modern]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Advanced Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                                    {'[[Refine Tallow]]', 'Decreases', 'calories of labor', '12'},
                                    },
                            ['level4'] = {
                                    {'[[Bear SUPREME]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Boiled Rice]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Boiled Sausage]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Corn Fritters]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Crimson Salad]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Elk Taco]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Fried Hare Haunches]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Huckleberry Extract]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Infused Oil]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Pineapple Friend Rice]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Seared Meat]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Simple Syrup]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Sweet Salad]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Tortilla]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Wild Mix]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Culinary Research Paper Modern]]', 'Decreases', 'calories of labor', '350'},
                                    {'[[Advanced Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                                    {'[[Refine Tallow]]', 'Decreases', 'calories of labor', '10.5'},
                                    },
                            ['level5'] = {
                                    {'[[Bear SUPREME]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Boiled Rice]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Boiled Sausage]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Corn Fritters]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Crimson Salad]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Elk Taco]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Fried Hare Haunches]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Huckleberry Extract]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Infused Oil]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Pineapple Friend Rice]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Seared Meat]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Simple Syrup]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Sweet Salad]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Tortilla]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Wild Mix]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Culinary Research Paper Modern]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Advanced Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                                    {'[[Refine Tallow]]', 'Decreases', 'calories of labor', '9'},
                                    },
                            ['level6'] = {
                                    {'[[Bear SUPREME]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Boiled Rice]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Boiled Sausage]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Corn Fritters]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Crimson Salad]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Elk Taco]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Fried Hare Haunches]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Huckleberry Extract]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Infused Oil]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Pineapple Friend Rice]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Seared Meat]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Simple Syrup]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Sweet Salad]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Tortilla]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Wild Mix]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Culinary Research Paper Modern]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Advanced Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                                    {'[[Refine Tallow]]', 'Decreases', 'calories of labor', '7.5'},
                                    },
                            ['level7'] = {
                                    {'[[Bear SUPREME]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Boiled Rice]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Boiled Sausage]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Corn Fritters]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Crimson Salad]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Elk Taco]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Fried Hare Haunches]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Huckleberry Extract]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Infused Oil]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Pineapple Friend Rice]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Seared Meat]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Simple Syrup]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Sweet Salad]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Tortilla]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Wild Mix]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Culinary Research Paper Modern]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Advanced Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Refine Tallow]]', 'Decreases', 'calories of labor', '6'},
                                    },
                            },
                    ['recipes'] =  {
                            ['level0'] = {},
                            ['level1'] = {'[[Boiled Rice]]', '[[Corn Fritters]]', '[[Cutting Edge Cooking Skill Book]]', '[[Huckleberry Extract]]', '[[Infused Oil]]', '[[Pineapple Friend Rice]]', '[[Refine Tallow]]', '[[Seared Meat]]', '[[Simple Syrup]]', '[[Tortilla]]', '[[Wild Mix]]'},
                            ['level2'] = {'[[Boiled Sausage]]', '[[Culinary Research Paper Modern]]', '[[Elk Taco]]', '[[Fried Hare Haunches]]'},
                            ['level3'] = {'[[Bear S U P R E M E]]', '[[Crimson Salad]]', '[[Sweet Salad]]'},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {'[[Advanced Cooking Advanced Upgrade]]'},
                            },
         },
         },
         ['Advanced Masonry'] = {
         ['Advanced Masonry'] = {
                     ['untranslated'] = 'Advanced Masonry',
                     ['ID'] = 'AdvancedMasonrySkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Advanced masonry allows the production of high-quality stone furniture and material for houses. Level by crafting related recipes. ',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'AdvancedMasonrySkill',
                     ['Description'] = 'Advanced masonry allows the production of high-quality stone furniture and material for houses. Levels up by crafting related recipes. ',
                    ['skillIDNum'] = '771',
        },
                     ['maxLevel'] = '7',
        ['Advanced Masonry Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'AdvancedMasonrySkillBook',
                    ['rootSkill'] = '[[Mason]]',
                     ['Category'] = 'Hidden/Research',
                     ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                    ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Advanced Masonry Skill Scroll'] = {
                    ['specialtySkillBook'] = '[[Advanced Masonry Skill Book]]',
                     ['ID'] = 'AdvancedMasonrySkillScroll',
                    ['specialtySkillScroll'] = '[[Advanced Masonry Skill Scroll]]',
                    ['Category'] = 'Hidden/Research',
                    ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                    ['Description'] = '',
                            ['level3'] = {'[[Advanced Masonry Focused Speed Talent]]', '[[Advanced Masonry Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Advanced Masonry Frugal Req Talent]]'},
        ['Advanced Masonry Table'] = {
                            },
                    ['ID'] = 'AdvancedMasonryTableItem',
                     ['benefits'] =  {
                    ['Category'] = 'WorldObject',
                            ['level1'] = {
                    ['Group'] = 'World Object',
                                    {'[[Ashlar Basalt]]', 'Decreases', 'calories of labor', '150'},
                    ['Description'] = 'A workbench for the advanced shaping of rocks into beautiful stone.',
                                    {'[[Ashlar Gneiss]]', 'Decreases', 'calories of labor', '150'},
        },
                                    {'[[Ashlar Granite]]', 'Decreases', 'calories of labor', '150'},
        ['Advanced Masonry Upgrade'] = {
                                    {'[[Ashlar Limestone]]', 'Decreases', 'calories of labor', '150'},
                     ['ID'] = 'AdvancedMasonryUpgradeItem',
                                    {'[[Ashlar Sandstone]]', 'Decreases', 'calories of labor', '150'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Ashlar Shale]]', 'Decreases', 'calories of labor', '150'},
                    ['Group'] = 'Upgrade',
                                    {'[[Advanced Masonry Modern Upgrade]]', 'Decreases', 'calories of labor', '7500'},
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Advanced Masonry recipes.',
                                    {'[[Adorned Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Adorned Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Adorned Ashlar Stone Table]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Ashlar Large Stone Fountain]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Ashlar Small Stone Fountain]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Ashlar Stone Door]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Ashlar Stone Fireplace]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Ashlar Stone Table]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Large Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Large Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Small Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Small Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '50'},
                                    },
                            ['level2'] = {
                                    {'[[Ashlar Basalt]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Ashlar Gneiss]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Ashlar Granite]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Ashlar Limestone]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Ashlar Sandstone]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Ashlar Shale]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Advanced Masonry Modern Upgrade]]', 'Decreases', 'calories of labor', '6750'},
                                    {'[[Adorned Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '180'},
                                    {'[[Adorned Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '180'},
                                    {'[[Adorned Ashlar Stone Table]]', 'Decreases', 'calories of labor', '180'},
                                    {'[[Ashlar Large Stone Fountain]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Ashlar Small Stone Fountain]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Ashlar Stone Door]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Ashlar Stone Fireplace]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Ashlar Stone Table]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Large Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Large Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Small Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Small Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '45'},
                                    },
                            ['level3'] = {
                                    {'[[Ashlar Basalt]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Gneiss]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Granite]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Limestone]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Sandstone]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Shale]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Advanced Masonry Modern Upgrade]]', 'Decreases', 'calories of labor', '6000'},
                                    {'[[Adorned Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '160'},
                                    {'[[Adorned Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '160'},
                                    {'[[Adorned Ashlar Stone Table]]', 'Decreases', 'calories of labor', '160'},
                                    {'[[Ashlar Large Stone Fountain]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Small Stone Fountain]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Stone Door]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Stone Fireplace]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Stone Table]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Large Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Large Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Small Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Small Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '40'},
                                    },
                            ['level4'] = {
                                    {'[[Ashlar Basalt]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Ashlar Gneiss]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Ashlar Granite]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Ashlar Limestone]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Ashlar Sandstone]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Ashlar Shale]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Advanced Masonry Modern Upgrade]]', 'Decreases', 'calories of labor', '5250'},
                                    {'[[Adorned Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '140'},
                                    {'[[Adorned Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '140'},
                                    {'[[Adorned Ashlar Stone Table]]', 'Decreases', 'calories of labor', '140'},
                                    {'[[Ashlar Large Stone Fountain]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Ashlar Small Stone Fountain]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Ashlar Stone Door]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Ashlar Stone Fireplace]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Ashlar Stone Table]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Large Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Large Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Small Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Small Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '35'},
                                    },
                            ['level5'] = {
                                    {'[[Ashlar Basalt]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Ashlar Gneiss]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Ashlar Granite]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Ashlar Limestone]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Ashlar Sandstone]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Ashlar Shale]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Advanced Masonry Modern Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                                    {'[[Adorned Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Adorned Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Adorned Ashlar Stone Table]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Ashlar Large Stone Fountain]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Ashlar Small Stone Fountain]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Ashlar Stone Door]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Ashlar Stone Fireplace]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Ashlar Stone Table]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Large Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Large Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Small Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Small Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '30'},
                                    },
                            ['level6'] = {
                                    {'[[Ashlar Basalt]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Ashlar Gneiss]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Ashlar Granite]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Ashlar Limestone]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Ashlar Sandstone]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Ashlar Shale]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Advanced Masonry Modern Upgrade]]', 'Decreases', 'calories of labor', '3750'},
                                    {'[[Adorned Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Adorned Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Adorned Ashlar Stone Table]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Ashlar Large Stone Fountain]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Ashlar Small Stone Fountain]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Ashlar Stone Door]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Ashlar Stone Fireplace]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Ashlar Stone Table]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Large Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Large Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Small Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Small Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '25'},
                                    },
                            ['level7'] = {
                                    {'[[Ashlar Basalt]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Ashlar Gneiss]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Ashlar Granite]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Ashlar Limestone]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Ashlar Sandstone]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Ashlar Shale]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Advanced Masonry Modern Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                                    {'[[Adorned Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Adorned Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Adorned Ashlar Stone Table]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Ashlar Large Stone Fountain]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Ashlar Small Stone Fountain]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Ashlar Stone Bench]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Ashlar Stone Chair]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Ashlar Stone Door]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Ashlar Stone Fireplace]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Ashlar Stone Table]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Large Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Large Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Small Hanging Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Small Standing Ashlar Stone Sign]]', 'Decreases', 'calories of labor', '20'},
                                    },
                            },
                     ['recipes'] = {
                            ['level0'] = {},
                            ['level1'] = {'[[Ashlar Basalt]]', '[[Ashlar Gneiss]]', '[[Ashlar Granite]]', '[[Ashlar Limestone]]', '[[Ashlar Sandstone]]', '[[Ashlar Shale]]', '[[Ashlar Stone Chair]]', '[[Ashlar Stone Door]]', '[[Small Hanging Ashlar Stone Sign]]', '[[Small Standing Ashlar Stone Sign]]'},
                            ['level2'] = {'[[Ashlar Stone Table]]', '[[Large Hanging Ashlar Stone Sign]]', '[[Large Standing Ashlar Stone Sign]]'},
                            ['level3'] = {},
                            ['level4'] = {'[[Ashlar Large Stone Fountain]]', '[[Ashlar Small Stone Fountain]]', '[[Ashlar Stone Bench]]'},
                            ['level5'] = {'[[Adorned Ashlar Stone Chair]]'},
                            ['level6'] = {'[[Adorned Ashlar Stone Table]]', '[[Ashlar Stone Fireplace]]'},
                            ['level7'] = {'[[Adorned Ashlar Stone Bench]]', '[[Advanced Masonry Modern Upgrade]]'},
                            },
         },
         },
         ['Advanced Smelting'] = {
         ['Advanced Smelting'] = {
                     ['untranslated'] = 'Advanced Smelting',
                     ['ID'] = 'AdvancedSmeltingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Advanced smelting aids in the production of steel - a key ingredient in the progress of any group. Level by crafting advanced smelting recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'AdvancedSmeltingSkill',
                     ['Description'] = 'Advanced smelting aids in the production of steel - a key ingredient in the progress of any group. Levels up by crafting advanced smelting recipes.',
                     ['skillIDNum'] = '774',
        },
                     ['maxLevel'] = '7',
        ['Advanced Smelting Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'AdvancedSmeltingSkillBook',
                     ['rootSkill'] = '[[Smith]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Advanced Smelting Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Advanced Smelting Skill Book]]',
                     ['ID'] = 'AdvancedSmeltingSkillScroll',
                     ['specialtySkillScroll'] = '[[Advanced Smelting Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Advanced Smelting Focused Speed Talent]]', '[[Advanced Smelting Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Advanced Smelting Frugal Req Talent]]'},
        ['Advanced Smelting Upgrade'] = {
                            },
                     ['ID'] = 'AdvancedSmeltingUpgradeItem',
                     ['benefits'] = {
                     ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                     ['Group'] = 'Upgrade',
                                    {'[[Corrugated Steel]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Smelting recipes.',
                                    {'[[Flat Steel]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Steel Bar]]', 'Decreases', 'calories of labor', '50'},
        ['Advanced Tailoring Table'] = {
                                    {'[[Steel Pipe]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'AdvancedTailoringTableItem',
                                    {'[[Metallurgy Research Paper Modern]]', 'Decreases', 'calories of labor', '500'},
                     ['Category'] = 'WorldObject',
                                    {'[[Quicklime]]', 'Decreases', 'calories of labor', '40'},
                    ['Group'] = 'World Object',
                                    {'[[Rebar]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'An advanced tailoring table.',
                                    {'[[Rivet]]', 'Decreases', 'calories of labor', '70'},
        },
                                    {'[[Steel Saw Blade]]', 'Decreases', 'calories of labor', '150'},
        ['Advanced Upgrade 1'] = {
                                    {'[[Advanced Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                    ['ID'] = 'AdvancedUpgradeLvl1Item',
                                    {'[[Modern Upgrade 1]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Chainsaw]]', 'Decreases', 'calories of labor', '125'},
                    ['Group'] = 'Upgrade',
                                    {'[[Composite Bow]]', 'Decreases', 'calories of labor', '125'},
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
                                    {'[[Modern Axe]]', 'Decreases', 'calories of labor', '125'},
        },
                                    {'[[Modern Hammer]]', 'Decreases', 'calories of labor', '125'},
        ['Advanced Upgrade 2'] = {
                                    {'[[Modern Hoe]]', 'Decreases', 'calories of labor', '125'},
                    ['ID'] = 'AdvancedUpgradeLvl2Item',
                                    {'[[Modern Machete]]', 'Decreases', 'calories of labor', '125'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calories of labor', '125'},
                    ['Group'] = 'Upgrade',
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calories of labor', '125'},
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
                                    {'[[Modern Scythe]]', 'Decreases', 'calories of labor', '125'},
        },
                                    {'[[Modern Shovel]]', 'Decreases', 'calories of labor', '125'},
        ['Advanced Upgrade 3'] = {
                                    {'[[Recurve Bow]]', 'Decreases', 'calories of labor', '125'},
                    ['ID'] = 'AdvancedUpgradeLvl3Item',
                                    {'[[Steel Axe]]', 'Decreases', 'calories of labor', '125'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Steel Hammer]]', 'Decreases', 'calories of labor', '125'},
                    ['Group'] = 'Upgrade',
                                    {'[[Steel Hoe]]', 'Decreases', 'calories of labor', '125'},
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
                                    {'[[Steel Machete]]', 'Decreases', 'calories of labor', '125'},
        },
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calories of labor', '125'},
        ['Advanced Upgrade 4'] = {
                                    {'[[Steel Shovel]]', 'Decreases', 'calories of labor', '125'},
                    ['ID'] = 'AdvancedUpgradeLvl4Item',
                                    {'[[Steel Sickle]]', 'Decreases', 'calories of labor', '125'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Large Corrugated Steel Door]]', 'Decreases', 'calories of labor', '400'},
                    ['Group'] = 'Upgrade',
                                    {'[[Stove]]', 'Decreases', 'calories of labor', '750'},
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
                                    },
        },
                            ['level2'] = {
        ['Agave Leaves'] = {
                                    {'[[Corrugated Steel]]', 'Decreases', 'calories of labor', '18'},
                    ['ID'] = 'AgaveLeavesItem',
                                    {'[[Flat Steel]]', 'Decreases', 'calories of labor', '90'},
                    ['Category'] = '_None',
                                    {'[[Steel Bar]]', 'Decreases', 'calories of labor', '45'},
                    ['Group'] = 'Food',
                                    {'[[Steel Pipe]]', 'Decreases', 'calories of labor', '45'},
                    ['Description'] = 'The succulent leaves of the agave plant can be cooked to make a nice meal.',
                                    {'[[Metallurgy Research Paper Modern]]', 'Decreases', 'calories of labor', '450'},
        },
                                    {'[[Quicklime]]', 'Decreases', 'calories of labor', '36'},
        ['Agave Seed'] = {
                                    {'[[Rebar]]', 'Decreases', 'calories of labor', '36'},
                    ['ID'] = 'AgaveSeedItem',
                                    {'[[Rivet]]', 'Decreases', 'calories of labor', '63'},
                    ['Category'] = '_None',
                                    {'[[Steel Saw Blade]]', 'Decreases', 'calories of labor', '135'},
                    ['Group'] = 'Food',
                                    {'[[Advanced Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                    ['Description'] = 'Plant to grow an agave plant.',
                                    {'[[Modern Upgrade 1]]', 'Decreases', 'calories of labor', '90'},
        },
                                    {'[[Chainsaw]]', 'Decreases', 'calories of labor', '112.5'},
        ['Agave Seed Pack'] = {
                                    {'[[Composite Bow]]', 'Decreases', 'calories of labor', '112.5'},
                    ['ID'] = 'AgaveSeedPackItem',
                                    {'[[Modern Axe]]', 'Decreases', 'calories of labor', '112.5'},
                    ['Category'] = 'Hidden',
                                    {'[[Modern Hammer]]', 'Decreases', 'calories of labor', '112.5'},
                    ['Group'] = 'Items',
                                    {'[[Modern Hoe]]', 'Decreases', 'calories of labor', '112.5'},
                    ['Description'] = 'Plant to grow an agave plant.',
                                    {'[[Modern Machete]]', 'Decreases', 'calories of labor', '112.5'},
        },
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calories of labor', '112.5'},
        ['Agouti Carcass'] = {
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calories of labor', '112.5'},
                    ['ID'] = 'AgoutiCarcassItem',
                                    {'[[Modern Scythe]]', 'Decreases', 'calories of labor', '112.5'},
                    ['Category'] = '_None',
                                    {'[[Modern Shovel]]', 'Decreases', 'calories of labor', '112.5'},
                    ['Group'] = 'Items',
                                    {'[[Recurve Bow]]', 'Decreases', 'calories of labor', '112.5'},
                    ['Description'] = 'A dead agouti.',
                                    {'[[Steel Axe]]', 'Decreases', 'calories of labor', '112.5'},
        },
                                    {'[[Steel Hammer]]', 'Decreases', 'calories of labor', '112.5'},
        ['Agouti Enchiladas'] = {
                                    {'[[Steel Hoe]]', 'Decreases', 'calories of labor', '112.5'},
                    ['ID'] = 'AgoutiEnchiladasItem',
                                    {'[[Steel Machete]]', 'Decreases', 'calories of labor', '112.5'},
                    ['Category'] = '_None',
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calories of labor', '112.5'},
                    ['Group'] = 'Food',
                                    {'[[Steel Shovel]]', 'Decreases', 'calories of labor', '112.5'},
                    ['Description'] = 'Sweet and savory...it doesn\'t have to be an Agouti.',
                                    {'[[Steel Sickle]]', 'Decreases', 'calories of labor', '112.5'},
        },
                                    {'[[Large Corrugated Steel Door]]', 'Decreases', 'calories of labor', '360'},
        ['Agriculture Research Paper Advanced'] = {
                                    {'[[Stove]]', 'Decreases', 'calories of labor', '675'},
                    ['ID'] = 'AgricultureResearchPaperAdvancedItem',
                                    },
                    ['Category'] = '_None',
                            ['level3'] = {
                    ['Group'] = 'Items',
                                    {'[[Corrugated Steel]]', 'Decreases', 'calories of labor', '16'},
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                                    {'[[Flat Steel]]', 'Decreases', 'calories of labor', '80'},
        },
                                    {'[[Steel Bar]]', 'Decreases', 'calories of labor', '40'},
        ['Agriculture Research Paper Modern'] = {
                                    {'[[Steel Pipe]]', 'Decreases', 'calories of labor', '40'},
                    ['ID'] = 'AgricultureResearchPaperModernItem',
                                    {'[[Metallurgy Research Paper Modern]]', 'Decreases', 'calories of labor', '400'},
                    ['Category'] = '_None',
                                    {'[[Quicklime]]', 'Decreases', 'calories of labor', '32'},
                    ['Group'] = 'Items',
                                    {'[[Rebar]]', 'Decreases', 'calories of labor', '32'},
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                                    {'[[Rivet]]', 'Decreases', 'calories of labor', '56'},
        },
                                    {'[[Steel Saw Blade]]', 'Decreases', 'calories of labor', '120'},
        ['Air Pollution Generator'] = {
                                    {'[[Advanced Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                    ['ID'] = 'AirPollutionGeneratorItem',
                                    {'[[Modern Upgrade 1]]', 'Decreases', 'calories of labor', '80'},
                    ['Category'] = 'Hidden',
                                    {'[[Chainsaw]]', 'Decreases', 'calories of labor', '100'},
                    ['Group'] = 'World Object',
                                    {'[[Composite Bow]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'Dev object for testing air pollution.',
                                    {'[[Modern Axe]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Modern Hammer]]', 'Decreases', 'calories of labor', '100'},
        ['Alligator Carcass'] = {
                                    {'[[Modern Hoe]]', 'Decreases', 'calories of labor', '100'},
                    ['ID'] = 'AlligatorCarcassItem',
                                    {'[[Modern Machete]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = '_None',
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calories of labor', '100'},
                    ['Group'] = 'Items',
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'A dead alligator.',
                                    {'[[Modern Scythe]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Modern Shovel]]', 'Decreases', 'calories of labor', '100'},
        ['Alpha Cloak'] = {
                                    {'[[Recurve Bow]]', 'Decreases', 'calories of labor', '100'},
                    ['ID'] = 'AlphaCloakItem',
                                    {'[[Steel Axe]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = 'Hidden',
                                    {'[[Steel Hammer]]', 'Decreases', 'calories of labor', '100'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Steel Hoe]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'Thanks for supporting ECO!',
                                    {'[[Steel Machete]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calories of labor', '100'},
        ['Alpha Goggles'] = {
                                    {'[[Steel Shovel]]', 'Decreases', 'calories of labor', '100'},
                    ['ID'] = 'AlphaGogglesItem',
                                    {'[[Steel Sickle]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = 'Hidden',
                                    {'[[Large Corrugated Steel Door]]', 'Decreases', 'calories of labor', '320'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Stove]]', 'Decreases', 'calories of labor', '600'},
                    ['Description'] = 'Thanks for supporting ECO!',
                                    },
        },
                            ['level4'] = {
        ['Alpha Hat'] = {
                                    {'[[Corrugated Steel]]', 'Decreases', 'calories of labor', '14'},
                    ['ID'] = 'AlphaHatItem',
                                    {'[[Flat Steel]]', 'Decreases', 'calories of labor', '70'},
                    ['Category'] = 'Hidden',
                                    {'[[Steel Bar]]', 'Decreases', 'calories of labor', '35'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Steel Pipe]]', 'Decreases', 'calories of labor', '35'},
                    ['Description'] = 'Thanks for supporting ECO!',
                                    {'[[Metallurgy Research Paper Modern]]', 'Decreases', 'calories of labor', '350'},
        },
                                    {'[[Quicklime]]', 'Decreases', 'calories of labor', '28'},
        ['Amanita Mushroom Spores'] = {
                                    {'[[Rebar]]', 'Decreases', 'calories of labor', '28'},
                    ['ID'] = 'AmanitaMushroomSporesItem',
                                    {'[[Rivet]]', 'Decreases', 'calories of labor', '49'},
                    ['Category'] = '_None',
                                    {'[[Steel Saw Blade]]', 'Decreases', 'calories of labor', '105'},
                    ['Group'] = 'Food',
                                    {'[[Advanced Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                    ['Description'] = 'Plant to grow amanita mushrooms. Not sure why you\'d want these poisonous mushrooms, though.',
                                    {'[[Modern Upgrade 1]]', 'Decreases', 'calories of labor', '70'},
        },
                                    {'[[Chainsaw]]', 'Decreases', 'calories of labor', '87.5'},
        ['Amanita Mushroom Spores Pack'] = {
                                    {'[[Composite Bow]]', 'Decreases', 'calories of labor', '87.5'},
                    ['ID'] = 'AmanitaMushroomSporesPackItem',
                                    {'[[Modern Axe]]', 'Decreases', 'calories of labor', '87.5'},
                    ['Category'] = 'Hidden',
                                    {'[[Modern Hammer]]', 'Decreases', 'calories of labor', '87.5'},
                    ['Group'] = 'Items',
                                    {'[[Modern Hoe]]', 'Decreases', 'calories of labor', '87.5'},
                    ['Description'] = 'Plant to grow amanita mushrooms. Not sure why you\'d want these poisonous mushrooms, though.',
                                    {'[[Modern Machete]]', 'Decreases', 'calories of labor', '87.5'},
        },
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calories of labor', '87.5'},
        ['Amanita Mushrooms'] = {
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calories of labor', '87.5'},
                    ['ID'] = 'AmanitaMushroomsItem',
                                    {'[[Modern Scythe]]', 'Decreases', 'calories of labor', '87.5'},
                    ['Category'] = '_None',
                                    {'[[Modern Shovel]]', 'Decreases', 'calories of labor', '87.5'},
                    ['Group'] = 'Food',
                                    {'[[Recurve Bow]]', 'Decreases', 'calories of labor', '87.5'},
                    ['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!',
                                    {'[[Steel Axe]]', 'Decreases', 'calories of labor', '87.5'},
        },
                                    {'[[Steel Hammer]]', 'Decreases', 'calories of labor', '87.5'},
        ['Amendments'] = {
                                    {'[[Steel Hoe]]', 'Decreases', 'calories of labor', '87.5'},
                    ['ID'] = 'AmendmentsItem',
                                    {'[[Steel Machete]]', 'Decreases', 'calories of labor', '87.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calories of labor', '87.5'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Shovel]]', 'Decreases', 'calories of labor', '87.5'},
                    ['Description'] = 'Allows the modification of the constitution.',
                                    {'[[Steel Sickle]]', 'Decreases', 'calories of labor', '87.5'},
        },
                                    {'[[Large Corrugated Steel Door]]', 'Decreases', 'calories of labor', '280'},
        ['Anvil'] = {
                                    {'[[Stove]]', 'Decreases', 'calories of labor', '525'},
                    ['ID'] = 'AnvilItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level5'] = {
                    ['Group'] = 'Modules',
                                    {'[[Corrugated Steel]]', 'Decreases', 'calories of labor', '12'},
                    ['Description'] = 'A solid shaped piece of metal used to hammer ingots into tools and other useful things.',
                                    {'[[Flat Steel]]', 'Decreases', 'calories of labor', '60'},
        },
                                    {'[[Steel Bar]]', 'Decreases', 'calories of labor', '30'},
        ['Arctic Willow Seed'] = {
                                    {'[[Steel Pipe]]', 'Decreases', 'calories of labor', '30'},
                    ['ID'] = 'ArcticWillowSeedItem',
                                    {'[[Metallurgy Research Paper Modern]]', 'Decreases', 'calories of labor', '300'},
                    ['Category'] = '_None',
                                    {'[[Quicklime]]', 'Decreases', 'calories of labor', '24'},
                    ['Group'] = 'Food',
                                    {'[[Rebar]]', 'Decreases', 'calories of labor', '24'},
                    ['Description'] = 'Plant to grow arctic willow.',
                                    {'[[Rivet]]', 'Decreases', 'calories of labor', '42'},
        },
                                    {'[[Steel Saw Blade]]', 'Decreases', 'calories of labor', '90'},
        ['Arctic Willow Seed Pack'] = {
                                    {'[[Advanced Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                    ['ID'] = 'ArcticWillowSeedPackItem',
                                    {'[[Modern Upgrade 1]]', 'Decreases', 'calories of labor', '60'},
                    ['Category'] = 'Hidden',
                                    {'[[Chainsaw]]', 'Decreases', 'calories of labor', '75'},
                    ['Group'] = 'Items',
                                    {'[[Composite Bow]]', 'Decreases', 'calories of labor', '75'},
                    ['Description'] = 'Plant to grow arctic willow.',
                                    {'[[Modern Axe]]', 'Decreases', 'calories of labor', '75'},
        },
                                    {'[[Modern Hammer]]', 'Decreases', 'calories of labor', '75'},
        ['Arrastra'] = {
                                    {'[[Modern Hoe]]', 'Decreases', 'calories of labor', '75'},
                    ['ID'] = 'ArrastraItem',
                                    {'[[Modern Machete]]', 'Decreases', 'calories of labor', '75'},
                    ['Category'] = 'WorldObject',
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calories of labor', '75'},
                    ['Group'] = 'World Object',
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calories of labor', '75'},
                    ['Description'] = 'A primitive rock mill of dragged boulders.',
                                    {'[[Modern Scythe]]', 'Decreases', 'calories of labor', '75'},
        },
                                    {'[[Modern Shovel]]', 'Decreases', 'calories of labor', '75'},
        ['Arrow'] = {
                                    {'[[Recurve Bow]]', 'Decreases', 'calories of labor', '75'},
                    ['ID'] = 'ArrowItem',
                                    {'[[Steel Axe]]', 'Decreases', 'calories of labor', '75'},
                    ['Category'] = '_None',
                                    {'[[Steel Hammer]]', 'Decreases', 'calories of labor', '75'},
                    ['Group'] = 'Items',
                                    {'[[Steel Hoe]]', 'Decreases', 'calories of labor', '75'},
                    ['Description'] = 'Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).',
                                    {'[[Steel Machete]]', 'Decreases', 'calories of labor', '75'},
        },
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calories of labor', '75'},
        ['Arrow Recovery: Hunting'] = {
                                    {'[[Steel Shovel]]', 'Decreases', 'calories of labor', '75'},
                    ['ID'] = 'HuntingArrowRecoveryTalentGroup',
                                    {'[[Steel Sickle]]', 'Decreases', 'calories of labor', '75'},
                    ['Category'] = 'Hidden',
                                    {'[[Large Corrugated Steel Door]]', 'Decreases', 'calories of labor', '240'},
                    ['Group'] = 'Talents',
                                    {'[[Stove]]', 'Decreases', 'calories of labor', '450'},
                    ['Description'] = 'Allows you to recover arrows shot into animals when harvesting them with a 50 percent chance.',
                                    },
        },
                            ['level6'] = {
        ['Art Supplies'] = {
                                    {'[[Corrugated Steel]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'ArtSuppliesItem',
                                    {'[[Flat Steel]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = '_None',
                                    {'[[Steel Bar]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'Items',
                                    {'[[Steel Pipe]]', 'Decreases', 'calories of labor', '25'},
                    ['Description'] = 'A set of art supplies that allows one to capture the world.',
                                    {'[[Metallurgy Research Paper Modern]]', 'Decreases', 'calories of labor', '250'},
        },
                                    {'[[Quicklime]]', 'Decreases', 'calories of labor', '20'},
        ['Ashlar Basalt'] = {
                                    {'[[Rebar]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'AshlarBasaltItem',
                                    {'[[Rivet]]', 'Decreases', 'calories of labor', '35'},
                    ['Category'] = '_None',
                                    {'[[Steel Saw Blade]]', 'Decreases', 'calories of labor', '75'},
                    ['Group'] = 'Block Items',
                                    {'[[Advanced Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['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.',
                                    {'[[Modern Upgrade 1]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Chainsaw]]', 'Decreases', 'calories of labor', '62.5'},
        ['Ashlar Basalt Bench'] = {
                                    {'[[Composite Bow]]', 'Decreases', 'calories of labor', '62.5'},
                    ['ID'] = 'AshlarBasaltBenchItem',
                                    {'[[Modern Axe]]', 'Decreases', 'calories of labor', '62.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Modern Hammer]]', 'Decreases', 'calories of labor', '62.5'},
                    ['Group'] = 'World Object',
                                    {'[[Modern Hoe]]', 'Decreases', 'calories of labor', '62.5'},
                    ['Description'] = 'An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.',
                                    {'[[Modern Machete]]', 'Decreases', 'calories of labor', '62.5'},
        },
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calories of labor', '62.5'},
        ['Ashlar Basalt Chair'] = {
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calories of labor', '62.5'},
                    ['ID'] = 'AshlarBasaltChairItem',
                                    {'[[Modern Scythe]]', 'Decreases', 'calories of labor', '62.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Modern Shovel]]', 'Decreases', 'calories of labor', '62.5'},
                    ['Group'] = 'World Object',
                                    {'[[Recurve Bow]]', 'Decreases', 'calories of labor', '62.5'},
                    ['Description'] = 'An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.',
                                    {'[[Steel Axe]]', 'Decreases', 'calories of labor', '62.5'},
        },
                                    {'[[Steel Hammer]]', 'Decreases', 'calories of labor', '62.5'},
        ['Ashlar Basalt Door'] = {
                                    {'[[Steel Hoe]]', 'Decreases', 'calories of labor', '62.5'},
                    ['ID'] = 'AshlarBasaltDoorItem',
                                    {'[[Steel Machete]]', 'Decreases', 'calories of labor', '62.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calories of labor', '62.5'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Shovel]]', 'Decreases', 'calories of labor', '62.5'},
                    ['Description'] = 'A heavy ashlar stone door.',
                                    {'[[Steel Sickle]]', 'Decreases', 'calories of labor', '62.5'},
        },
                                    {'[[Large Corrugated Steel Door]]', 'Decreases', 'calories of labor', '200'},
        ['Ashlar Basalt Fireplace'] = {
                                    {'[[Stove]]', 'Decreases', 'calories of labor', '375'},
                    ['ID'] = 'AshlarBasaltFireplaceItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level7'] = {
                    ['Group'] = 'World Object',
                                    {'[[Corrugated Steel]]', 'Decreases', 'calories of labor', '8'},
                    ['Description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                                    {'[[Flat Steel]]', 'Decreases', 'calories of labor', '40'},
        },
                                    {'[[Steel Bar]]', 'Decreases', 'calories of labor', '20'},
        ['Ashlar Basalt Table'] = {
                                    {'[[Steel Pipe]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'AshlarBasaltTableItem',
                                    {'[[Metallurgy Research Paper Modern]]', 'Decreases', 'calories of labor', '200'},
                    ['Category'] = 'WorldObject',
                                    {'[[Quicklime]]', 'Decreases', 'calories of labor', '16'},
                    ['Group'] = 'World Object',
                                    {'[[Rebar]]', 'Decreases', 'calories of labor', '16'},
                    ['Description'] = 'A large stone table crafted by an expert mason.',
                                    {'[[Rivet]]', 'Decreases', 'calories of labor', '28'},
        },
                                    {'[[Steel Saw Blade]]', 'Decreases', 'calories of labor', '60'},
        ['Ashlar Gneiss'] = {
                                    {'[[Advanced Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['ID'] = 'AshlarGneissItem',
                                    {'[[Modern Upgrade 1]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = '_None',
                                    {'[[Chainsaw]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'Block Items',
                                    {'[[Composite Bow]]', 'Decreases', 'calories of labor', '50'},
                    ['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.',
                                    {'[[Modern Axe]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Modern Hammer]]', 'Decreases', 'calories of labor', '50'},
        ['Ashlar Gneiss Bench'] = {
                                    {'[[Modern Hoe]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'AshlarGneissBenchItem',
                                    {'[[Modern Machete]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'WorldObject',
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'World Object',
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'An ashlar stone bench. Great for display though maybe not as comfy as a padded couch.',
                                    {'[[Modern Scythe]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Modern Shovel]]', 'Decreases', 'calories of labor', '50'},
        ['Ashlar Gneiss Chair'] = {
                                    {'[[Recurve Bow]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'AshlarGneissChairItem',
                                    {'[[Steel Axe]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'WorldObject',
                                    {'[[Steel Hammer]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Hoe]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'An ashlar stone chair. Great for display though maybe not as comfy as a padded chair.',
                                    {'[[Steel Machete]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calories of labor', '50'},
        ['Ashlar Gneiss Door'] = {
                                    {'[[Steel Shovel]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'AshlarGneissDoorItem',
                                    {'[[Steel Sickle]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'WorldObject',
                                    {'[[Large Corrugated Steel Door]]', 'Decreases', 'calories of labor', '160'},
                    ['Group'] = 'World Object',
                                    {'[[Stove]]', 'Decreases', 'calories of labor', '300'},
                    ['Description'] = 'A heavy ashlar stone door.',
                                    },
        },
                            },
        ['Ashlar Gneiss Fireplace'] = {
                    ['recipes'] =  {
                    ['ID'] = 'AshlarGneissFireplaceItem',
                            ['level0'] = {},
                    ['Category'] = 'WorldObject',
                            ['level1'] = {'[[Corrugated Steel]]', '[[Flat Steel]]', '[[Metallurgy Research Paper Modern]]', '[[Quicklime]]', '[[Rebar]]', '[[Recurve Bow]]', '[[Rivet]]', '[[Steel Axe]]', '[[Steel Bar]]', '[[Steel Hammer]]', '[[Steel Hoe]]', '[[Steel Machete]]', '[[Steel Pickaxe]]', '[[Steel Pipe]]', '[[Steel Saw Blade]]', '[[Steel Shovel]]', '[[Steel Sickle]]', '[[Stove]]'},
                    ['Group'] = 'World Object',
                            ['level2'] = {'[[Composite Bow]]', '[[Large Corrugated Steel Door]]', '[[Modern Axe]]', '[[Modern Hammer]]', '[[Modern Hoe]]', '[[Modern Machete]]', '[[Modern Pickaxe]]', '[[Modern Rock Drill]]', '[[Modern Scythe]]', '[[Modern Shovel]]', '[[Modern Upgrade 1]]'},
                    ['Description'] = 'A fancy ashlar stone fireplace. Nothing beats sitting around the fire on a cold day.',
                            ['level3'] = {'[[Chainsaw]]'},
        },
                            ['level4'] = {},
        ['Ashlar Gneiss Table'] = {
                            ['level5'] = {},
                    ['ID'] = 'AshlarGneissTableItem',
                            ['level6'] = {},
                    ['Category'] = 'WorldObject',
                            ['level7'] = {'[[Advanced Smelting Advanced Upgrade]]'},
                    ['Group'] = 'World Object',
                            },
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Granite Door'] = {
                    ['ID'] = 'AshlarGraniteDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Granite Table'] = {
                    ['ID'] = 'AshlarGraniteTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Limestone Door'] = {
                    ['ID'] = 'AshlarLimestoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Limestone Table'] = {
                    ['ID'] = 'AshlarLimestoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Sandstone Door'] = {
                    ['ID'] = 'AshlarSandstoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Sandstone Table'] = {
                    ['ID'] = 'AshlarSandstoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Shale Door'] = {
                    ['ID'] = 'AshlarShaleDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Shale Table'] = {
                    ['ID'] = 'AshlarShaleTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Stone Door'] = {
                    ['ID'] = 'AshlarStoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Stone Table'] = {
                    ['ID'] = 'AshlarStoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['Assembly Line'] = {
                    ['ID'] = 'AssemblyLineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The assembly line allows for mass production of mechanical products.',
        },
        ['Automatic Loom'] = {
                    ['ID'] = 'AutomaticLoomItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An automated device for making fabric by weaving yarn or thread.',
        },
        ['Autumn Stew'] = {
                    ['ID'] = 'AutumnStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A healthy and cozy meal for those cold days.',
        },
        ['Axe Calorie Buff Item'] = {
                    ['ID'] = 'AxeCalorieBuffItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Backpack'] = {
                    ['ID'] = 'BackpackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Actionbar Items',
                    ['Description'] = 'Your currently carried items.',
        },
        ['Baked Agave'] = {
                    ['ID'] = 'BakedAgaveItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Charred agave leaves are too fiberous to eat entirely, but you can certainly chew them.',
        },
        ['Baked Beet'] = {
                    ['ID'] = 'BakedBeetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked beets that retain more nutrients than more simple methods of cooking.',
        },
        ['Baked Corn'] = {
                    ['ID'] = 'BakedCornItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked corn that retains more nutrients than more simple methods of cooking.',
        },
        ['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.',
        },
        ['Baked Meat'] = {
                    ['ID'] = 'BakedMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked meat is less fatty than other methods of cooking.',
        },
        ['Baked Roast'] = {
                    ['ID'] = 'BakedRoastItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A trussed roast baked to perfection.',
        },
        ['Baked Taro'] = {
                    ['ID'] = 'BakedTaroItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked taro root.',
        },
        ['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.',
        },
        ['Baker Sign'] = {
                    ['ID'] = 'BakerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Bakery Oven'] = {
                    ['ID'] = 'BakeryOvenItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A solidly built brick oven useful for baking all manner of treats.',
         },
         },
         ['Baking'] = {
         ['Baking'] = {
                     ['untranslated'] = 'Baking',
                     ['ID'] = 'BakingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'An introduction to cooking with an oven. Level by crafting related unleavened recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'BakingSkill',
                     ['Description'] = 'An introduction to cooking with an oven. Levels up by crafting related unleavened recipes.',
                     ['skillIDNum'] = '777',
        },
                     ['maxLevel'] = '7',
        ['Baking Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'BakingSkillBook',
                     ['rootSkill'] = '[[Chef]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Baking Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Baking Skill Book]]',
                     ['ID'] = 'BakingSkillScroll',
                     ['specialtySkillScroll'] = '[[Baking Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Baking Focused Speed Talent]]', '[[Baking Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Baking Frugal Req Talent]]'},
        ['Baking Upgrade'] = {
                            },
                    ['ID'] = 'BakingUpgradeItem',
                     ['benefits'] = {
                     ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                     ['Group'] = 'Upgrade',
                                    {'[[Baked Agave]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.',
                                    {'[[Baked Beet]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Baked Corn]]', 'Decreases', 'calories of labor', '10'},
        ['Ballot Box'] = {
                                    {'[[Baked Heart Of Palm]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'BallotBoxItem',
                                    {'[[Baked Meat]]', 'Decreases', 'calories of labor', '10'},
                     ['Category'] = 'WorldObject',
                                    {'[[Baked Roast]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'World Object',
                                    {'[[Baked Taro]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'A tamper proof box where votes are cast. Citizens can run for elected office here.',
                                    {'[[Baked Tomato]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Camas Bulb Bake]]', 'Decreases', 'calories of labor', '10'},
        ['Bandana'] = {
                                    {'[[Flatbread]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'BandanaItem',
                                    {'[[Fruit Muffin]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = '_None',
                                    {'[[Huckleberry Pie]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Meat Pie]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'It just looks cool.',
                                    {'[[Culinary Research Paper Advanced]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
        ['Banh Xeo'] = {
                                    {'[[Culinary Research Paper Advanced Meat]]', 'Decreases', 'calories of labor', '100'},
                    ['ID'] = 'BanhXeoItem',
                                    },
                    ['Category'] = '_None',
                            ['level2'] = {
                    ['Group'] = 'Food',
                                    {'[[Baked Agave]]', 'Decreases', 'calories of labor', '9'},
                    ['Description'] = 'Wrap the pancakes in the greens, then dip.',
                                    {'[[Baked Beet]]', 'Decreases', 'calories of labor', '9'},
        },
                                    {'[[Baked Corn]]', 'Decreases', 'calories of labor', '9'},
        ['Bank'] = {
                                    {'[[Baked Heart Of Palm]]', 'Decreases', 'calories of labor', '9'},
                    ['ID'] = 'BankItem',
                                    {'[[Baked Meat]]', 'Decreases', 'calories of labor', '9'},
                    ['Category'] = 'WorldObject',
                                    {'[[Baked Roast]]', 'Decreases', 'calories of labor', '9'},
                    ['Group'] = 'World Object',
                                    {'[[Baked Taro]]', 'Decreases', 'calories of labor', '9'},
                    ['Description'] = 'Allows players to create and use bank accounts.',
                                    {'[[Baked Tomato]]', 'Decreases', 'calories of labor', '9'},
        },
                                    {'[[Camas Bulb Bake]]', 'Decreases', 'calories of labor', '9'},
        ['Bannock'] = {
                                    {'[[Flatbread]]', 'Decreases', 'calories of labor', '9'},
                    ['ID'] = 'BannockItem',
                                    {'[[Fruit Muffin]]', 'Decreases', 'calories of labor', '9'},
                    ['Category'] = '_None',
                                    {'[[Huckleberry Pie]]', 'Decreases', 'calories of labor', '9'},
                    ['Group'] = 'Food',
                                    {'[[Meat Pie]]', 'Decreases', 'calories of labor', '9'},
                    ['Description'] = 'A dense whole wheat unleavened bread.',
                                    {'[[Culinary Research Paper Advanced]]', 'Decreases', 'calories of labor', '90'},
        },
                                    {'[[Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
        ['Barrel'] = {
                                    {'[[Culinary Research Paper Advanced Meat]]', 'Decreases', 'calories of labor', '90'},
                    ['ID'] = 'BarrelItem',
                                    },
                    ['Category'] = '_None',
                            ['level3'] = {
                    ['Group'] = 'Block Items',
                                    {'[[Baked Agave]]', 'Decreases', 'calories of labor', '8'},
                    ['Description'] = 'A metal barrel for carrying liquids.',
                                    {'[[Baked Beet]]', 'Decreases', 'calories of labor', '8'},
        },
                                    {'[[Baked Corn]]', 'Decreases', 'calories of labor', '8'},
        ['Barrel Cactus Seed'] = {
                                    {'[[Baked Heart Of Palm]]', 'Decreases', 'calories of labor', '8'},
                    ['ID'] = 'BarrelCactusSeedItem',
                                    {'[[Baked Meat]]', 'Decreases', 'calories of labor', '8'},
                    ['Category'] = '_None',
                                    {'[[Baked Roast]]', 'Decreases', 'calories of labor', '8'},
                    ['Group'] = 'Food',
                                    {'[[Baked Taro]]', 'Decreases', 'calories of labor', '8'},
                    ['Description'] = 'Plant to grow barrel cactus.',
                                    {'[[Baked Tomato]]', 'Decreases', 'calories of labor', '8'},
        },
                                    {'[[Camas Bulb Bake]]', 'Decreases', 'calories of labor', '8'},
        ['Barrel Cactus Seed Pack'] = {
                                    {'[[Flatbread]]', 'Decreases', 'calories of labor', '8'},
                    ['ID'] = 'BarrelCactusSeedPackItem',
                                    {'[[Fruit Muffin]]', 'Decreases', 'calories of labor', '8'},
                    ['Category'] = 'Hidden',
                                    {'[[Huckleberry Pie]]', 'Decreases', 'calories of labor', '8'},
                    ['Group'] = 'Items',
                                    {'[[Meat Pie]]', 'Decreases', 'calories of labor', '8'},
                    ['Description'] = 'Plant to grow barrel cactus.',
                                    {'[[Culinary Research Paper Advanced]]', 'Decreases', 'calories of labor', '80'},
        },
                                    {'[[Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
        ['Basalt'] = {
                                    {'[[Culinary Research Paper Advanced Meat]]', 'Decreases', 'calories of labor', '80'},
                    ['ID'] = 'BasaltItem',
                                    },
                    ['Category'] = '_None',
                            ['level4'] = {
                    ['Group'] = 'Block Items',
                                    {'[[Baked Agave]]', 'Decreases', 'calories of labor', '7'},
                    ['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.',
                                    {'[[Baked Beet]]', 'Decreases', 'calories of labor', '7'},
        },
                                    {'[[Baked Corn]]', 'Decreases', 'calories of labor', '7'},
        ['Base Paint'] = {
                                    {'[[Baked Heart Of Palm]]', 'Decreases', 'calories of labor', '7'},
                    ['ID'] = 'BasePaintItem',
                                    {'[[Baked Meat]]', 'Decreases', 'calories of labor', '7'},
                    ['Category'] = '_None',
                                    {'[[Baked Roast]]', 'Decreases', 'calories of labor', '7'},
                    ['Group'] = 'Items',
                                    {'[[Baked Taro]]', 'Decreases', 'calories of labor', '7'},
                    ['Description'] = 'A necessary base for adding pigments and liquids together creating paint mixtures for all your creative needs.',
                                    {'[[Baked Tomato]]', 'Decreases', 'calories of labor', '7'},
        },
                                    {'[[Camas Bulb Bake]]', 'Decreases', 'calories of labor', '7'},
        ['Basic Backpack'] = {
                                    {'[[Flatbread]]', 'Decreases', 'calories of labor', '7'},
                    ['ID'] = 'BasicBackpackItem',
                                    {'[[Fruit Muffin]]', 'Decreases', 'calories of labor', '7'},
                    ['Category'] = '_None',
                                    {'[[Huckleberry Pie]]', 'Decreases', 'calories of labor', '7'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Meat Pie]]', 'Decreases', 'calories of labor', '7'},
                    ['Description'] = 'A basic backpack to carry supplies.(Increases max carry weight by 5 kg)',
                                    {'[[Culinary Research Paper Advanced]]', 'Decreases', 'calories of labor', '70'},
        },
                                    {'[[Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
        ['Basic Circuit'] = {
                                    {'[[Culinary Research Paper Advanced Meat]]', 'Decreases', 'calories of labor', '70'},
                    ['ID'] = 'BasicCircuitItem',
                                    },
                    ['Category'] = '_None',
                            ['level5'] = {
                    ['Group'] = 'Items',
                                    {'[[Baked Agave]]', 'Decreases', 'calories of labor', '6'},
                    ['Description'] = 'A complex electrical component used in advanced electronics.',
                                    {'[[Baked Beet]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Baked Corn]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Baked Heart Of Palm]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Baked Meat]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Baked Roast]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Baked Taro]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Baked Tomato]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Camas Bulb Bake]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Flatbread]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Fruit Muffin]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Huckleberry Pie]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Meat Pie]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Culinary Research Paper Advanced]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                                    {'[[Culinary Research Paper Advanced Meat]]', 'Decreases', 'calories of labor', '60'},
                                    },
                            ['level6'] = {
                                    {'[[Baked Agave]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Baked Beet]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Baked Corn]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Baked Heart Of Palm]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Baked Meat]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Baked Roast]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Baked Taro]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Baked Tomato]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Camas Bulb Bake]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Flatbread]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Fruit Muffin]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Huckleberry Pie]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Meat Pie]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Culinary Research Paper Advanced]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                                    {'[[Culinary Research Paper Advanced Meat]]', 'Decreases', 'calories of labor', '50'},
                                    },
                            ['level7'] = {
                                    {'[[Baked Agave]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Baked Beet]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Baked Corn]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Baked Heart Of Palm]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Baked Meat]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Baked Roast]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Baked Taro]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Baked Tomato]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Camas Bulb Bake]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Flatbread]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Fruit Muffin]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Huckleberry Pie]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Meat Pie]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Culinary Research Paper Advanced]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Baking Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Culinary Research Paper Advanced Meat]]', 'Decreases', 'calories of labor', '40'},
                                    },
                            },
                    ['recipes'] =  {
                            ['level0'] = {},
                            ['level1'] = {'[[Advanced Baking Skill Book]]', '[[Baked Agave]]', '[[Baked Beet]]', '[[Baked Corn]]', '[[Baked Heart Of Palm]]', '[[Baked Meat]]', '[[Baked Taro]]', '[[Baked Tomato]]', '[[Camas Bulb Bake]]', '[[Culinary Research Paper Advanced Meat]]', '[[Culinary Research Paper Advanced]]', '[[Flatbread]]', '[[Fruit Muffin]]'},
                            ['level2'] = {'[[Baked Roast]]'},
                            ['level3'] = {'[[Huckleberry Pie]]', '[[Meat Pie]]'},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {'[[Baking Advanced Upgrade]]'},
                            },
         },
         },
         ['Basic Engineering'] = {
         ['Basic Engineering'] = {
                     ['untranslated'] = 'Basic Engineering',
                     ['ID'] = 'BasicEngineeringSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Basic Engineering allows for the easier construction of roads and early forms of mechanical power. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'BasicEngineeringSkill',
                     ['Description'] = 'Basic Engineering allows easier construction of roads and gives access to early forms of mechanical power. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '780',
        },
                     ['maxLevel'] = '7',
        ['Basic Engineering Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'BasicEngineeringSkillBook',
                     ['rootSkill'] = '[[Engineer]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Basic Engineering Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Basic Engineering Skill Book]]',
                     ['ID'] = 'BasicEngineeringSkillScroll',
                     ['specialtySkillScroll'] = '[[Basic Engineering Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Basic Engineering Focused Speed Talent]]', '[[Basic Engineering Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Basic Engineering Frugal Req Talent]]'},
        ['Basic Engineering Upgrade'] = {
                            },
                     ['ID'] = 'BasicEngineeringUpgradeItem',
                     ['benefits'] = {
                     ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                     ['Group'] = 'Upgrade',
                                    {'[[Steel Road Tool]]', 'Decreases', 'calorie consumption', '12'},
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Basic Engineering recipes.',
                                    {'[[Stone Road Tool]]', 'Decreases', 'calorie consumption', '16'},
        },
                                    {'[[Asphalt Concrete]]', 'Decreases', 'calories of labor', '150'},
        ['Basic Salad'] = {
                                    {'[[Stone Ramp]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'BasicSaladItem',
                                    {'[[Stone Road]]', 'Decreases', 'calories of labor', '50'},
                     ['Category'] = '_None',
                                    {'[[Engineering Research Paper Advanced]]', 'Decreases', 'calories of labor', '100'},
                    ['Group'] = 'Food',
                                    {'[[Iron Wheel]]', 'Decreases', 'calories of labor', '80'},
                    ['Description'] = 'A seemingly random assortment of wild plants that form a sort of salad.',
                                    {'[[Wooden Wheel]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[Basic Engineering Basic Upgrade]]', 'Decreases', 'calories of labor', '2500'},
        ['Basic Upgrade 1'] = {
                                    {'[[Basic Upgrade 4]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'BasicUpgradeLvl1Item',
                                    {'[[Steel Road Tool]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Stone Road Tool]]', 'Decreases', 'calories of labor', '5'},
                    ['Group'] = 'Upgrade',
                                    {'[[Hand Plow]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
                                    {'[[Powered Cart]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Wood Cart]]', 'Decreases', 'calories of labor', '37.5'},
        ['Basic Upgrade 2'] = {
                                    {'[[Arrastra]]', 'Decreases', 'calories of labor', '150'},
                    ['ID'] = 'BasicUpgradeLvl2Item',
                                    {'[[Rocker Box]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Stop Sign]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'Upgrade',
                                    {'[[Street Sign]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
                                    {'[[Waterwheel]]', 'Decreases', 'calories of labor', '150'},
        },
                                    {'[[Windmill]]', 'Decreases', 'calories of labor', '150'},
        ['Basic Upgrade 3'] = {
                                    },
                    ['ID'] = 'BasicUpgradeLvl3Item',
                            ['level2'] = {
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Steel Road Tool]]', 'Decreases', 'calorie consumption', '11.25'},
                    ['Group'] = 'Upgrade',
                                    {'[[Stone Road Tool]]', 'Decreases', 'calorie consumption', '15'},
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
                                    {'[[Asphalt Concrete]]', 'Decreases', 'calories of labor', '135'},
        },
                                    {'[[Stone Ramp]]', 'Decreases', 'calories of labor', '45'},
        ['Basic Upgrade 4'] = {
                                    {'[[Stone Road]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'BasicUpgradeLvl4Item',
                                    {'[[Engineering Research Paper Advanced]]', 'Decreases', 'calories of labor', '90'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Iron Wheel]]', 'Decreases', 'calories of labor', '72'},
                    ['Group'] = 'Upgrade',
                                    {'[[Wooden Wheel]]', 'Decreases', 'calories of labor', '27'},
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
                                    {'[[Basic Engineering Basic Upgrade]]', 'Decreases', 'calories of labor', '2250'},
        },
                                    {'[[Basic Upgrade 4]]', 'Decreases', 'calories of labor', '45'},
        ['Bass'] = {
                                    {'[[Steel Road Tool]]', 'Decreases', 'calories of labor', '11.25'},
                    ['ID'] = 'BassItem',
                                    {'[[Stone Road Tool]]', 'Decreases', 'calories of labor', '4.5'},
                    ['Category'] = '_None',
                                    {'[[Hand Plow]]', 'Decreases', 'calories of labor', '45'},
                    ['Group'] = 'Items',
                                    {'[[Powered Cart]]', 'Decreases', 'calories of labor', '90'},
                    ['Description'] = 'A bass. ',
                                    {'[[Wood Cart]]', 'Decreases', 'calories of labor', '33.75'},
        },
                                    {'[[Arrastra]]', 'Decreases', 'calories of labor', '135'},
        ['Bathroom'] = {
                                    {'[[Rocker Box]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'BathroomItem',
                                    {'[[Stop Sign]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = 'Hidden',
                                    {'[[Street Sign]]', 'Decreases', 'calories of labor', '45'},
                    ['Group'] = 'World Object',
                                    {'[[Waterwheel]]', 'Decreases', 'calories of labor', '135'},
                    ['Description'] = 'QA Test Object adding Bathroom value.',
                                    {'[[Windmill]]', 'Decreases', 'calories of labor', '135'},
        },
                                    },
        ['Bathtub'] = {
                            ['level3'] = {
                    ['ID'] = 'BathtubItem',
                                    {'[[Steel Road Tool]]', 'Decreases', 'calorie consumption', '10.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Stone Road Tool]]', 'Decreases', 'calorie consumption', '14'},
                    ['Group'] = 'World Object',
                                    {'[[Asphalt Concrete]]', 'Decreases', 'calories of labor', '120'},
                    ['Description'] = 'A porcelain bathtub for when you need to get clean or just relax.',
                                    {'[[Stone Ramp]]', 'Decreases', 'calories of labor', '40'},
        },
                                    {'[[Stone Road]]', 'Decreases', 'calories of labor', '40'},
        ['Bean Paste'] = {
                                    {'[[Engineering Research Paper Advanced]]', 'Decreases', 'calories of labor', '80'},
                    ['ID'] = 'BeanPasteItem',
                                    {'[[Iron Wheel]]', 'Decreases', 'calories of labor', '64'},
                    ['Category'] = '_None',
                                    {'[[Wooden Wheel]]', 'Decreases', 'calories of labor', '24'},
                    ['Group'] = 'Food',
                                    {'[[Basic Engineering Basic Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['Description'] = 'Smashed beans can work as a thickener or flavour enhancer.',
                                    {'[[Basic Upgrade 4]]', 'Decreases', 'calories of labor', '40'},
        },
                                    {'[[Steel Road Tool]]', 'Decreases', 'calories of labor', '10'},
        ['Bean Sprout'] = {
                                    {'[[Stone Road Tool]]', 'Decreases', 'calories of labor', '4'},
                    ['ID'] = 'BeanSproutItem',
                                    {'[[Hand Plow]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = '_None',
                                    {'[[Powered Cart]]', 'Decreases', 'calories of labor', '80'},
                    ['Group'] = 'Food',
                                    {'[[Wood Cart]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'The small sprouts from a grown bean plant.',
                                    {'[[Arrastra]]', 'Decreases', 'calories of labor', '120'},
        },
                                    {'[[Rocker Box]]', 'Decreases', 'calories of labor', '40'},
        ['Beans'] = {
                                    {'[[Stop Sign]]', 'Decreases', 'calories of labor', '40'},
                    ['ID'] = 'BeansItem',
                                    {'[[Street Sign]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = '_None',
                                    {'[[Waterwheel]]', 'Decreases', 'calories of labor', '120'},
                    ['Group'] = 'Food',
                                    {'[[Windmill]]', 'Decreases', 'calories of labor', '120'},
                    ['Description'] = 'A good source of protein.',
                                    },
        },
                            ['level4'] = {
        ['Beans Pack'] = {
                                    {'[[Steel Road Tool]]', 'Decreases', 'calorie consumption', '9.75'},
                    ['ID'] = 'BeansPackItem',
                                    {'[[Stone Road Tool]]', 'Decreases', 'calorie consumption', '13'},
                    ['Category'] = 'Hidden',
                                    {'[[Asphalt Concrete]]', 'Decreases', 'calories of labor', '105'},
                    ['Group'] = 'Items',
                                    {'[[Stone Ramp]]', 'Decreases', 'calories of labor', '35'},
                    ['Description'] = 'A good source of protein.',
                                    {'[[Stone Road]]', 'Decreases', 'calories of labor', '35'},
        },
                                    {'[[Engineering Research Paper Advanced]]', 'Decreases', 'calories of labor', '70'},
        ['Bear S U P R E M E'] = {
                                    {'[[Iron Wheel]]', 'Decreases', 'calories of labor', '56'},
                    ['ID'] = 'BearSUPREMEItem',
                                    {'[[Wooden Wheel]]', 'Decreases', 'calories of labor', '21'},
                    ['Category'] = '_None',
                                    {'[[Basic Engineering Basic Upgrade]]', 'Decreases', 'calories of labor', '1750'},
                    ['Group'] = 'Food',
                                    {'[[Basic Upgrade 4]]', 'Decreases', 'calories of labor', '35'},
                    ['Description'] = 'Just because the name has \'bear\' in it doesn\'t mean it actually contains bear.',
                                    {'[[Steel Road Tool]]', 'Decreases', 'calories of labor', '8.75'},
        },
                                    {'[[Stone Road Tool]]', 'Decreases', 'calories of labor', '3.5'},
        ['Bearclaw'] = {
                                    {'[[Hand Plow]]', 'Decreases', 'calories of labor', '35'},
                    ['ID'] = 'BearclawItem',
                                    {'[[Powered Cart]]', 'Decreases', 'calories of labor', '70'},
                    ['Category'] = '_None',
                                    {'[[Wood Cart]]', 'Decreases', 'calories of labor', '26.25'},
                    ['Group'] = 'Food',
                                    {'[[Arrastra]]', 'Decreases', 'calories of labor', '105'},
                    ['Description'] = 'A sweet pastry with seperated sections that look a bit like a claw.',
                                    {'[[Rocker Box]]', 'Decreases', 'calories of labor', '35'},
        },
                                    {'[[Stop Sign]]', 'Decreases', 'calories of labor', '35'},
        ['Bearpack'] = {
                                    {'[[Street Sign]]', 'Decreases', 'calories of labor', '35'},
                    ['ID'] = 'BearpackItem',
                                    {'[[Waterwheel]]', 'Decreases', 'calories of labor', '105'},
                    ['Category'] = '_None',
                                    {'[[Windmill]]', 'Decreases', 'calories of labor', '105'},
                    ['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)',
                            ['level5'] = {
        },
                                    {'[[Steel Road Tool]]', 'Decreases', 'calorie consumption', '9'},
        ['Beaver Carcass'] = {
                                    {'[[Stone Road Tool]]', 'Decreases', 'calorie consumption', '12'},
                    ['ID'] = 'BeaverCarcassItem',
                                    {'[[Asphalt Concrete]]', 'Decreases', 'calories of labor', '90'},
                    ['Category'] = 'Hidden',
                                    {'[[Stone Ramp]]', 'Decreases', 'calories of labor', '30'},
                    ['Group'] = 'Items',
                                    {'[[Stone Road]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'A dead beaver.',
                                    {'[[Engineering Research Paper Advanced]]', 'Decreases', 'calories of labor', '60'},
        },
                                    {'[[Iron Wheel]]', 'Decreases', 'calories of labor', '48'},
        ['Bedroom'] = {
                                    {'[[Wooden Wheel]]', 'Decreases', 'calories of labor', '18'},
                    ['ID'] = 'BedroomItem',
                                    {'[[Basic Engineering Basic Upgrade]]', 'Decreases', 'calories of labor', '1500'},
                    ['Category'] = 'Hidden',
                                    {'[[Basic Upgrade 4]]', 'Decreases', 'calories of labor', '30'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Road Tool]]', 'Decreases', 'calories of labor', '7.5'},
                    ['Description'] = 'QA Test Object adding Bedroom value.',
                                    {'[[Stone Road Tool]]', 'Decreases', 'calories of labor', '3'},
        },
                                    {'[[Hand Plow]]', 'Decreases', 'calories of labor', '30'},
        ['Beet'] = {
                                    {'[[Powered Cart]]', 'Decreases', 'calories of labor', '60'},
                    ['ID'] = 'BeetItem',
                                    {'[[Wood Cart]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Category'] = '_None',
                                    {'[[Arrastra]]', 'Decreases', 'calories of labor', '90'},
                    ['Group'] = 'Food',
                                    {'[[Rocker Box]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'A brilliantly colored bulb with an earthy sweetness.',
                                    {'[[Stop Sign]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[Street Sign]]', 'Decreases', 'calories of labor', '30'},
        ['Beet Campfire Salad'] = {
                                    {'[[Waterwheel]]', 'Decreases', 'calories of labor', '90'},
                    ['ID'] = 'BeetCampfireSaladItem',
                                    {'[[Windmill]]', 'Decreases', 'calories of labor', '90'},
                    ['Category'] = '_None',
                                    },
                    ['Group'] = 'Food',
                            ['level6'] = {
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
                                    {'[[Steel Road Tool]]', 'Decreases', 'calorie consumption', '8.25'},
        },
                                    {'[[Stone Road Tool]]', 'Decreases', 'calorie consumption', '11'},
        ['Beet Greens'] = {
                                    {'[[Asphalt Concrete]]', 'Decreases', 'calories of labor', '75'},
                    ['ID'] = 'BeetGreensItem',
                                    {'[[Stone Ramp]]', 'Decreases', 'calories of labor', '25'},
                    ['Category'] = '_None',
                                    {'[[Stone Road]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'Food',
                                    {'[[Engineering Research Paper Advanced]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'The leafy greens from a beet with a distinctive red stem.',
                                    {'[[Iron Wheel]]', 'Decreases', 'calories of labor', '40'},
        },
                                    {'[[Wooden Wheel]]', 'Decreases', 'calories of labor', '15'},
        ['Beet Seed'] = {
                                    {'[[Basic Engineering Basic Upgrade]]', 'Decreases', 'calories of labor', '1250'},
                    ['ID'] = 'BeetSeedItem',
                                    {'[[Basic Upgrade 4]]', 'Decreases', 'calories of labor', '25'},
                    ['Category'] = '_None',
                                    {'[[Steel Road Tool]]', 'Decreases', 'calories of labor', '6.25'},
                    ['Group'] = 'Food',
                                    {'[[Stone Road Tool]]', 'Decreases', 'calories of labor', '2.5'},
                    ['Description'] = 'Plant to grow beets.',
                                    {'[[Hand Plow]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Powered Cart]]', 'Decreases', 'calories of labor', '50'},
        ['Beet Seed Pack'] = {
                                    {'[[Wood Cart]]', 'Decreases', 'calories of labor', '18.75'},
                    ['ID'] = 'BeetSeedPackItem',
                                    {'[[Arrastra]]', 'Decreases', 'calories of labor', '75'},
                    ['Category'] = 'Hidden',
                                    {'[[Rocker Box]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'Items',
                                    {'[[Stop Sign]]', 'Decreases', 'calories of labor', '25'},
                    ['Description'] = 'Plant to grow beets.',
                                    {'[[Street Sign]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Waterwheel]]', 'Decreases', 'calories of labor', '75'},
        ['Berry Extract Fertilizer'] = {
                                    {'[[Windmill]]', 'Decreases', 'calories of labor', '75'},
                    ['ID'] = 'BerryExtractFertilizerItem',
                                    },
                    ['Category'] = 'Tool',
                            ['level7'] = {
                    ['Group'] = 'Items',
                                    {'[[Steel Road Tool]]', 'Decreases', 'calorie consumption', '7.5'},
                    ['Description'] = 'An excellent fertilizer that provides a mix of nutrients, but especially potassium.',
                                    {'[[Stone Road Tool]]', 'Decreases', 'calorie consumption', '10'},
        },
                                    {'[[Asphalt Concrete]]', 'Decreases', 'calories of labor', '60'},
        ['Big Backpack'] = {
                                    {'[[Stone Ramp]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'BigBackpackItem',
                                    {'[[Stone Road]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = '_None',
                                    {'[[Engineering Research Paper Advanced]]', 'Decreases', 'calories of labor', '40'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Iron Wheel]]', 'Decreases', 'calories of labor', '32'},
                    ['Description'] = 'A survival backpack that offers more support than the basic backpack.(Increases max carry weight by 10 kg)',
                                    {'[[Wooden Wheel]]', 'Decreases', 'calories of labor', '12'},
        },
                                    {'[[Basic Engineering Basic Upgrade]]', 'Decreases', 'calories of labor', '1000'},
        ['Big Bluestem Seed'] = {
                                    {'[[Basic Upgrade 4]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'BigBluestemSeedItem',
                                    {'[[Steel Road Tool]]', 'Decreases', 'calories of labor', '5'},
                    ['Category'] = '_None',
                                    {'[[Stone Road Tool]]', 'Decreases', 'calories of labor', '2'},
                    ['Group'] = 'Food',
                                    {'[[Hand Plow]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'Plant to grow a big bluestem plant.',
                                    {'[[Powered Cart]]', 'Decreases', 'calories of labor', '40'},
        },
                                    {'[[Wood Cart]]', 'Decreases', 'calories of labor', '15'},
        ['Big Bluestem Seed Pack'] = {
                                    {'[[Arrastra]]', 'Decreases', 'calories of labor', '60'},
                    ['ID'] = 'BigBluestemSeedPackItem',
                                    {'[[Rocker Box]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = 'Hidden',
                                    {'[[Stop Sign]]', 'Decreases', 'calories of labor', '20'},
                    ['Group'] = 'Items',
                                    {'[[Street Sign]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'Plant to grow a big bluestem plant.',
                                    {'[[Waterwheel]]', 'Decreases', 'calories of labor', '60'},
        },
                                    {'[[Windmill]]', 'Decreases', 'calories of labor', '60'},
        ['Bighorn Carcass'] = {
                                    },
                    ['ID'] = 'BighornCarcassItem',
                            },
                    ['Category'] = '_None',
                     ['recipes'] = {
                    ['Group'] = 'Items',
                            ['level0'] = {},
                    ['Description'] = 'A dead bighorn.',
                            ['level1'] = {'[[Arrastra]]', '[[Asphalt Concrete]]', '[[Engineering Research Paper Advanced]]', '[[Iron Wheel]]', '[[Mechanics Skill Book]]', '[[Rocker Box]]', '[[Stone Ramp]]', '[[Stone Road]]', '[[Stone Road Tool]]', '[[Stop Sign]]', '[[Street Sign]]', '[[Waterwheel]]', '[[Windmill]]', '[[Wood Cart]]', '[[Wooden Wheel]]'},
        },
                            ['level2'] = {'[[Hand Plow]]', '[[Steel Road Tool]]'},
        ['Biodiesel'] = {
                            ['level3'] = {},
                    ['ID'] = 'BiodieselItem',
                            ['level4'] = {},
                    ['Category'] = '_None',
                            ['level5'] = {'[[Powered Cart]]'},
                    ['Group'] = 'Block Items',
                            ['level6'] = {'[[Basic Upgrade 4]]'},
                    ['Description'] = 'A vegetable or animal fat-based diesel fuel.',
                            ['level7'] = {'[[Basic Engineering Basic Upgrade]]'},
        },
                            },
        ['Birch Log'] = {
                    ['ID'] = 'BirchLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Birch log is a type of hardwood, notable for its white and papery bark.',
        },
        ['Birch Seed'] = {
                    ['ID'] = 'BirchSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow into a birch sapling.',
        },
        ['Birch Seed Pack'] = {
                    ['ID'] = 'BirchSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow into a birch sapling.',
        },
        ['Bison Carcass'] = {
                    ['ID'] = 'BisonCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead bison.',
        },
        ['Bison Chow Fun'] = {
                    ['ID'] = 'BisonChowFunItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Who says food can\'t be fun?',
        },
        ['Bison Mount'] = {
                    ['ID'] = 'BisonMountItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fluffy, but very dead, bison head on a mount.',
        },
        ['Bison Pelt'] = {
                    ['ID'] = 'BisonPeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
        },
        ['Black Powder'] = {
                    ['ID'] = 'BlackPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A highly combustable mixture.',
        },
        ['Blackboard'] = {
                    ['ID'] = 'BlackboardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Blacksmith'] = {
                    ['ID'] = 'BlacksmithSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Knowledge of how to use a refined metal and turn it into a usable tool is of utmost importance in order to improve the everyday life.',
        },
        ['Blacksmith Advanced Upgrade'] = {
                    ['ID'] = 'BlacksmithAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Blacksmith recipes.',
        },
        ['Blacksmith Skill Book'] = {
                    ['ID'] = 'BlacksmithSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Blacksmith Skill Scroll'] = {
                    ['ID'] = 'BlacksmithSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Blacksmith Table'] = {
                    ['ID'] = 'BlacksmithTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A simple workplace with assorted tools for creating both decorative pieces and necessary items.',
        },
        ['Blacksmith Upgrade'] = {
                    ['ID'] = 'BlacksmithUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Blacksmith recipes.',
        },
        ['Blast Furnace'] = {
                    ['ID'] = 'BlastFurnaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A superior replacement for the bloomery that can produce steel.',
        },
        ['Blasting Cap'] = {
                    ['ID'] = 'BlastingCapItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A necessary ingredient in making safe mining charges.',
        },
        ['Blasting Charge'] = {
                    ['ID'] = 'BlastingChargeItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Blasts appart rock.',
        },
        ['Blinky Eyelids'] = {
                    ['ID'] = 'BlinkyEyelidsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Eyes',
        },
        ['Blood Meal Fertilizer'] = {
                    ['ID'] = 'BloodMealFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Blood meal is a great source of nitrogen.',
        },
        ['Bloomery'] = {
                    ['ID'] = 'BloomeryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A chimney-shaped furnace for smelting ores.',
        },
        ['Blue Powder'] = {
                    ['ID'] = 'BluePowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Is it really blue?',
        },
        ['Blue Shark'] = {
                    ['ID'] = 'BlueSharkItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A blue shark.',
        },
        ['Blueprint Item'] = {
                    ['ID'] = 'BlueprintItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Board'] = {
                    ['ID'] = 'BoardItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A higher quality board used for long lasting furniture.',
        },
        ['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).',
        },
        ['Boat Captain Flip Flops'] = {
                    ['ID'] = 'BoatCaptainFlipFlopsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Appropriate for all occasions.',
        },
        ['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.',
        },
        ['Boat Captain Hat'] = {
                    ['ID'] = 'BoatCaptainHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A captains hat to commemorate the launch of the boat update.',
        },
        ['Boat Captain Shirt'] = {
                    ['ID'] = 'BoatCaptainShirtItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A comfy yet stylish shirt to commemorate the launch of the boat update.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Boiled Rice'] = {
                    ['ID'] = 'BoiledRiceItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Soft and fluffy.',
        },
        ['Boiled Sausage'] = {
                    ['ID'] = 'BoiledSausageItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Boiled sausages might not be as pretty as grilled ones, but they\'re still tasty.',
        },
        ['Boiler'] = {
                    ['ID'] = 'BoilerItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A vessel used for heating fluids.',
        },
        ['Bolete Mushroom Spores'] = {
                    ['ID'] = 'BoleteMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow bolete mushrooms.',
        },
        ['Bolete Mushroom Spores Pack'] = {
                    ['ID'] = 'BoleteMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow bolete mushrooms.',
        },
        ['Bolete Mushrooms'] = {
                    ['ID'] = 'BoleteMushroomsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Boletus edulis.',
        },
        ['Bonsai'] = {
                    ['ID'] = 'BonsaiItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A decorative bonsai tree cut with artistical skill.',
        },
        ['Bookshelf'] = {
                    ['ID'] = 'BookshelfItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place to store knowledge and information; leads to the town hall.',
        },
        ['Brazier'] = {
                    ['ID'] = 'BrazierItem',
                    ['Category'] = 'WorldObject',
                     ['Group'] = 'World Object',
                    ['Description'] = 'A metal stand which can hold burning fuel to provide light.',
        },
        ['Bread'] = {
                    ['ID'] = 'BreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A delicious, crispy crust hides the soft interior.',
        },
        ['Brick'] = {
                    ['ID'] = 'BrickItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Durable building material made from fired blocks and mortar.',
        },
        ['Brick Fireplace'] = {
                    ['ID'] = 'BrickFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.',
        },
        ['Builder Boots'] = {
                    ['ID'] = 'BuilderBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Snug work boots with side zippers.(Decreases calories consumed when using tools by 30%)',
        },
        ['Builder Gloves'] = {
                    ['ID'] = 'BuilderGlovesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Leather construction gloves with durable palms and fabric backs for breathability.',
        },
        ['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.',
        },
        ['Builder Overalls'] = {
                    ['ID'] = 'BuilderOverallsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Durable overalls with cargo pockets and hammer loops.',
        },
        ['Builder Shirt'] = {
                    ['ID'] = 'BuilderShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A short sleeved work shirt made from a blend of cotton and synthetic materials. ',
        },
        ['Bullrush Seed'] = {
                    ['ID'] = 'BullrushSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow bullrush.',
        },
        ['Bullrush Seed Pack'] = {
                    ['ID'] = 'BullrushSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow bullrush.',
        },
        ['Bunchgrass Seed'] = {
                    ['ID'] = 'BunchgrassSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow bunchgrass.',
        },
        ['Bunchgrass Seed Pack'] = {
                    ['ID'] = 'BunchgrassSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow bunchgrass.',
         },
         },
         ['Butchery'] = {
         ['Butchery'] = {
                     ['untranslated'] = 'Butchery',
                     ['ID'] = 'ButcherySkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Butchery allows for more usable products to be harvested from hunted animals and fish. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'ButcherySkill',
                     ['Description'] = 'Butchery allows for more usable products to be harvested from hunted animals and fish. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '783',
        },
                     ['maxLevel'] = '7',
        ['Butchery Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'ButcherySkillBook',
                     ['rootSkill'] = '[[Hunter]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Butchery Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Butchery Skill Book]]',
                     ['ID'] = 'ButcherySkillScroll',
                     ['specialtySkillScroll'] = '[[Butchery Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                    ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                    ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Butchery Focused Speed Talent]]', '[[Butchery Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Butchery Frugal Req Talent]]'},
        ['Butchery Table'] = {
                            },
                    ['ID'] = 'ButcheryTableItem',
                     ['benefits'] = {
                    ['Category'] = 'WorldObject',
                            ['level1'] = {
                     ['Group'] = 'World Object',
                                    {'[[Prepared Meat]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'A block and cleaver to process raw meat into fancier dishes.',
                                    {'[[Prime Cut]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Raw Bacon]]', 'Decreases', 'calories of labor', '10'},
        ['Butchery Upgrade'] = {
                                    {'[[Raw Roast]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'ButcheryUpgradeItem',
                                    {'[[Raw Sausage]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Scrap Meat]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Upgrade',
                                    {'[[Butchery Basic Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.',
                                    {'[[Butcher Bison]]', 'Decreases', 'calories of labor', '80'},
        },
                                    {'[[Butcher Medium Animal]]', 'Decreases', 'calories of labor', '50'},
        ['Button'] = {
                                    {'[[Butcher Small Animal]]', 'Decreases', 'calories of labor', '40'},
                    ['ID'] = 'ButtonItem',
                                    {'[[Butcher Tiny Fur Animal]]', 'Decreases', 'calories of labor', '30'},
                    ['Category'] = 'Hidden',
                                    {'[[Butcher Tiny Leather Animal]]', 'Decreases', 'calories of labor', '30'},
                    ['Group'] = 'World Object',
                                    },
                    ['Description'] = 'Sends a signal to surrounding objects.',
                            ['level2'] = {
        },
                                    {'[[Prepared Meat]]', 'Decreases', 'calories of labor', '9'},
        ['Bycocket'] = {
                                    {'[[Prime Cut]]', 'Decreases', 'calories of labor', '9'},
                    ['ID'] = 'BycocketItem',
                                    {'[[Raw Bacon]]', 'Decreases', 'calories of labor', '9'},
                    ['Category'] = '_None',
                                    {'[[Raw Roast]]', 'Decreases', 'calories of labor', '9'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Raw Sausage]]', 'Decreases', 'calories of labor', '9'},
                    ['Description'] = 'Also called chapeau a bec, or Billed Hat in france due to it\'s bird-beak like appearance.',
                                    {'[[Scrap Meat]]', 'Decreases', 'calories of labor', '9'},
        },
                                    {'[[Butchery Basic Upgrade]]', 'Decreases', 'calories of labor', '2250'},
        ['Camas Ash Fertilizer'] = {
                                    {'[[Butcher Bison]]', 'Decreases', 'calories of labor', '72'},
                    ['ID'] = 'CamasAshFertilizerItem',
                                    {'[[Butcher Medium Animal]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = 'Tool',
                                    {'[[Butcher Small Animal]]', 'Decreases', 'calories of labor', '36'},
                    ['Group'] = 'Items',
                                    {'[[Butcher Tiny Fur Animal]]', 'Decreases', 'calories of labor', '27'},
                    ['Description'] = 'Camas ash fertilizer, though not very potent, is a great source of potassium.',
                                    {'[[Butcher Tiny Leather Animal]]', 'Decreases', 'calories of labor', '27'},
        },
                                    },
        ['Camas Bread'] = {
                            ['level3'] = {
                    ['ID'] = 'CamasBreadItem',
                                    {'[[Prepared Meat]]', 'Decreases', 'calories of labor', '8'},
                    ['Category'] = '_None',
                                    {'[[Prime Cut]]', 'Decreases', 'calories of labor', '8'},
                    ['Group'] = 'Food',
                                    {'[[Raw Bacon]]', 'Decreases', 'calories of labor', '8'},
                    ['Description'] = 'A bread with a camas twist for a bit of flavor and fun. ',
                                    {'[[Raw Roast]]', 'Decreases', 'calories of labor', '8'},
        },
                                    {'[[Raw Sausage]]', 'Decreases', 'calories of labor', '8'},
        ['Camas Bulb'] = {
                                    {'[[Scrap Meat]]', 'Decreases', 'calories of labor', '8'},
                    ['ID'] = 'CamasBulbItem',
                                    {'[[Butchery Basic Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['Category'] = '_None',
                                    {'[[Butcher Bison]]', 'Decreases', 'calories of labor', '64'},
                    ['Group'] = 'Food',
                                    {'[[Butcher Medium Animal]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'Plant to grow a camas plant.',
                                    {'[[Butcher Small Animal]]', 'Decreases', 'calories of labor', '32'},
        },
                                    {'[[Butcher Tiny Fur Animal]]', 'Decreases', 'calories of labor', '24'},
        ['Camas Bulb Bake'] = {
                                    {'[[Butcher Tiny Leather Animal]]', 'Decreases', 'calories of labor', '24'},
                    ['ID'] = 'CamasBulbBakeItem',
                                    },
                    ['Category'] = '_None',
                            ['level4'] = {
                    ['Group'] = 'Food',
                                    {'[[Prepared Meat]]', 'Decreases', 'calories of labor', '7'},
                    ['Description'] = 'A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.',
                                    {'[[Prime Cut]]', 'Decreases', 'calories of labor', '7'},
        },
                                    {'[[Raw Bacon]]', 'Decreases', 'calories of labor', '7'},
        ['Camas Bulb Pack'] = {
                                    {'[[Raw Roast]]', 'Decreases', 'calories of labor', '7'},
                    ['ID'] = 'CamasBulbPackItem',
                                    {'[[Raw Sausage]]', 'Decreases', 'calories of labor', '7'},
                    ['Category'] = 'Hidden',
                                    {'[[Scrap Meat]]', 'Decreases', 'calories of labor', '7'},
                    ['Group'] = 'Items',
                                    {'[[Butchery Basic Upgrade]]', 'Decreases', 'calories of labor', '1750'},
                    ['Description'] = 'Plant to grow a camas plant.',
                                    {'[[Butcher Bison]]', 'Decreases', 'calories of labor', '56'},
        },
                                    {'[[Butcher Medium Animal]]', 'Decreases', 'calories of labor', '35'},
        ['Camas Paste'] = {
                                    {'[[Butcher Small Animal]]', 'Decreases', 'calories of labor', '28'},
                    ['ID'] = 'CamasPasteItem',
                                    {'[[Butcher Tiny Fur Animal]]', 'Decreases', 'calories of labor', '21'},
                    ['Category'] = '_None',
                                    {'[[Butcher Tiny Leather Animal]]', 'Decreases', 'calories of labor', '21'},
                    ['Group'] = 'Food',
                                    },
                    ['Description'] = 'Pulverized camas works as an excellent thickener or flavour enhancer.',
                            ['level5'] = {
        },
                                    {'[[Prepared Meat]]', 'Decreases', 'calories of labor', '6'},
        ['Camera Film'] = {
                                    {'[[Prime Cut]]', 'Decreases', 'calories of labor', '6'},
                    ['ID'] = 'CameraFilmItem',
                                    {'[[Raw Bacon]]', 'Decreases', 'calories of labor', '6'},
                    ['Category'] = '_None',
                                    {'[[Raw Roast]]', 'Decreases', 'calories of labor', '6'},
                    ['Group'] = 'Items',
                                    {'[[Raw Sausage]]', 'Decreases', 'calories of labor', '6'},
                    ['Description'] = 'A film used inside a camera.',
                                    {'[[Scrap Meat]]', 'Decreases', 'calories of labor', '6'},
        },
                                    {'[[Butchery Basic Upgrade]]', 'Decreases', 'calories of labor', '1500'},
        ['Camo Pants'] = {
                                    {'[[Butcher Bison]]', 'Decreases', 'calories of labor', '48'},
                    ['ID'] = 'CamoPantsItem',
                                    {'[[Butcher Medium Animal]]', 'Decreases', 'calories of labor', '30'},
                    ['Category'] = '_None',
                                    {'[[Butcher Small Animal]]', 'Decreases', 'calories of labor', '24'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Butcher Tiny Fur Animal]]', 'Decreases', 'calories of labor', '18'},
                    ['Description'] = 'Hide from the animals!(Reduces the detection range of animals)',
                                    {'[[Butcher Tiny Leather Animal]]', 'Decreases', 'calories of labor', '18'},
        },
                                    },
        ['Camo Shirt'] = {
                            ['level6'] = {
                    ['ID'] = 'CamoShirtItem',
                                    {'[[Prepared Meat]]', 'Decreases', 'calories of labor', '5'},
                     ['Category'] = '_None',
                                    {'[[Prime Cut]]', 'Decreases', 'calories of labor', '5'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Raw Bacon]]', 'Decreases', 'calories of labor', '5'},
                    ['Description'] = 'Hide from the animals!(Reduces the detection range of animals)',
                                    {'[[Raw Roast]]', 'Decreases', 'calories of labor', '5'},
        },
                                    {'[[Raw Sausage]]', 'Decreases', 'calories of labor', '5'},
        ['Campfire'] = {
                                    {'[[Scrap Meat]]', 'Decreases', 'calories of labor', '5'},
                    ['ID'] = 'CampfireItem',
                                    {'[[Butchery Basic Upgrade]]', 'Decreases', 'calories of labor', '1250'},
                    ['Category'] = 'WorldObject',
                                    {'[[Butcher Bison]]', 'Decreases', 'calories of labor', '40'},
                    ['Group'] = 'World Object',
                                    {'[[Butcher Medium Animal]]', 'Decreases', 'calories of labor', '25'},
                    ['Description'] = 'Cook like a caveman on an uneven fire.',
                                    {'[[Butcher Small Animal]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Butcher Tiny Fur Animal]]', 'Decreases', 'calories of labor', '15'},
                                    {'[[Butcher Tiny Leather Animal]]', 'Decreases', 'calories of labor', '15'},
                                    },
                            ['level7'] = {
                                    {'[[Prepared Meat]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Prime Cut]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Raw Bacon]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Raw Roast]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Raw Sausage]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Scrap Meat]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Butchery Basic Upgrade]]', 'Decreases', 'calories of labor', '1000'},
                                    {'[[Butcher Bison]]', 'Decreases', 'calories of labor', '32'},
                                    {'[[Butcher Medium Animal]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Butcher Small Animal]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Butcher Tiny Fur Animal]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Butcher Tiny Leather Animal]]', 'Decreases', 'calories of labor', '12'},
                                    },
                            },
                     ['recipes'] = {
                            ['level0'] = {},
                            ['level1'] = {'[[Butcher Small Animal]]', '[[Butcher Tiny Fur Animal]]', '[[Butcher Tiny Leather Animal]]', '[[Raw Roast]]', '[[Raw Sausage]]', '[[Scrap Meat]]'},
                            ['level2'] = {'[[Butcher Medium Animal]]', '[[Prepared Meat]]', '[[Raw Bacon]]'},
                            ['level3'] = {'[[Butcher Bison]]', '[[Prime Cut]]'},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {'[[Butchery Basic Upgrade]]'},
                            },
         },
         },
         ['Campfire Cooking'] = {
         ['Campfire Cooking'] = {
                     ['untranslated'] = 'Campfire Cooking',
                     ['ID'] = 'CampfireCookingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Advanced techniques for producing food over a campfire with a little less burned and a little more golden brown. Level by crafting campfire recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'CampfireCookingSkill',
                     ['Description'] = 'Advanced techniques for producing food over a campfire with a little less burned and a little more golden brown. Levels up by crafting campfire recipes.',
                     ['skillIDNum'] = '786',
        },
                     ['maxLevel'] = '7',
        ['Campfire Cooking Upgrade'] = {
                     ['root'] = false,
                     ['ID'] = 'CampfireCookingUpgradeItem',
                     ['rootSkill'] = '[[Chef]]',
                     ['Category'] = 'Efficiency Modules',
                    ['specialty'] = true,
                     ['Group'] = 'Upgrade',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Campfire Roast'] = {
                     ['specialtySkillBook'] = nil,
                     ['ID'] = 'CampfireRoastItem',
                     ['specialtySkillScroll'] = nil,
                     ['Category'] = '_None',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Food',
                     ['talents'] = {
                     ['Description'] = 'The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.',
                            ['level3'] = {'[[Campfire Cooking Focused Speed Talent]]', '[[Campfire Cooking Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Campfire Cooking Frugal Req Talent]]'},
        ['Campfire Salad'] = {
                            },
                     ['ID'] = 'CampfireSaladItem',
                     ['benefits'] = {
                     ['Category'] = 'Hidden',
                            ['level1'] = {
                     ['Group'] = 'Food',
                                    {'[[Bannock]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = '',
                                    {'[[Beet Campfire Salad]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Boiled Grains]]', 'Decreases', 'calories of labor', '10'},
        ['Campfire Stew'] = {
                                    {'[[Campfire Roast]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'CampfireStewItem',
                                    {'[[Charred Agave]]', 'Decreases', 'calories of labor', '10'},
                     ['Category'] = 'Hidden',
                                    {'[[Charred Beans]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Food',
                                    {'[[Charred Beet]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'A thick stew chock-full of meat, camas, and corn. A surprisingly good combination.',
                                    {'[[Charred Cactus Fruit]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Charred Camas Bulb]]', 'Decreases', 'calories of labor', '10'},
        ['Campsite'] = {
                                    {'[[Charred Corn]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'CampsiteItem',
                                    {'[[Charred Fireweed Shoots]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = 'WorldObject',
                                    {'[[Charred Fish]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'World Object',
                                    {'[[Charred Heart Of Palm]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'A campsite.',
                                    {'[[Charred Meat]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Charred Mushrooms]]', 'Decreases', 'calories of labor', '10'},
        ['Candle Stand'] = {
                                    {'[[Charred Papaya]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'CandleStandItem',
                                    {'[[Charred Pineapple]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = 'WorldObject',
                                    {'[[Charred Sausage]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'World Object',
                                    {'[[Charred Taro]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'A fancy candelabra for providing small amounts of light.',
                                    {'[[Charred Tomato]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Fern Campfire Salad]]', 'Decreases', 'calories of labor', '10'},
        ['Canning Assembly'] = {
                                    {'[[Field Campfire Stew]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'CanningAssemblyItem',
                                    {'[[Fried Camas]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = 'Hidden',
                                    {'[[Fried Fiddleheads]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'World Object',
                                    {'[[Fried Hearts Of Palm]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = '',
                                    {'[[Fried Taro]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Fried Tomatoes]]', 'Decreases', 'calories of labor', '10'},
        ['Canvas'] = {
                                    {'[[Jungle Campfire Salad]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'CanvasItem',
                                    {'[[Jungle Campfire Stew]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = '_None',
                                    {'[[Meaty Stew]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Items',
                                    {'[[Root Campfire Salad]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'A canvas used for painting on, made by either cotton or linen.',
                                    {'[[Root Campfire Stew]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Topped Porridge]]', 'Decreases', 'calories of labor', '10'},
        ['Capitalist Top Hat'] = {
                                    {'[[Wild Stew]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'CapitalistTopHatItem',
                                    {'[[Wilted Fiddleheads]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = 'Hidden',
                                    {'[[Culinary Research Paper Basic]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Campfire Cooking Basic Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['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!',
                                    {'[[Campfire Animal Medium]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Campfire Animal Small]]', 'Decreases', 'calories of labor', '20'},
        ['Capitol'] = {
                                    {'[[Campfire Animal Tiny]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'CapitolItem',
                                    {'[[Campfire Bass]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = 'WorldObject',
                                    {'[[Campfire Bison]]', 'Decreases', 'calories of labor', '20'},
                    ['Group'] = 'World Object',
                                    {'[[Campfire Blue Shark]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'Allows the creation of the government, allowing all other civic objects to be created.',
                                    {'[[Campfire Cod]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Campfire Crab]]', 'Decreases', 'calories of labor', '20'},
        ['Capris'] = {
                                    {'[[Campfire Moon Jellyfish]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'CaprisItem',
                                    {'[[Campfire Pacific Sardine]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = '_None',
                                    {'[[Campfire Salmon]]', 'Decreases', 'calories of labor', '20'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Campfire Trout]]', 'Decreases', 'calories of labor', '20'},
                    ['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.',
                                    {'[[Campfire Tuna]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Culinary Research Paper Basic Meat]]', 'Decreases', 'calories of labor', '25'},
        ['Carbide Helmet Lamp'] = {
                                    {'[[Render Fat]]', 'Decreases', 'calories of labor', '15'},
                    ['ID'] = 'CarbideHelmetLampItem',
                                    },
                    ['Category'] = '_None',
                            ['level2'] = {
                    ['Group'] = 'Avatar Part',
                                    {'[[Bannock]]', 'Decreases', 'calories of labor', '9'},
                    ['Description'] = 'A steel hardhat with a light source for the darkest places.(Flashlight)',
                                    {'[[Beet Campfire Salad]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Boiled Grains]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Campfire Roast]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Agave]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Beans]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Beet]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Cactus Fruit]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Camas Bulb]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Corn]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Fireweed Shoots]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Fish]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Heart Of Palm]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Meat]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Mushrooms]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Papaya]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Pineapple]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Sausage]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Taro]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Charred Tomato]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Fern Campfire Salad]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Field Campfire Stew]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Fried Camas]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Fried Fiddleheads]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Fried Hearts Of Palm]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Fried Taro]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Fried Tomatoes]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Jungle Campfire Salad]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Jungle Campfire Stew]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Meaty Stew]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Root Campfire Salad]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Root Campfire Stew]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Topped Porridge]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Wild Stew]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Wilted Fiddleheads]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Culinary Research Paper Basic]]', 'Decreases', 'calories of labor', '22.5'},
                                    {'[[Campfire Cooking Basic Upgrade]]', 'Decreases', 'calories of labor', '2250'},
                                    {'[[Campfire Animal Medium]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Animal Small]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Animal Tiny]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Bass]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Bison]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Blue Shark]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Cod]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Crab]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Moon Jellyfish]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Pacific Sardine]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Salmon]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Trout]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Campfire Tuna]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Culinary Research Paper Basic Meat]]', 'Decreases', 'calories of labor', '22.5'},
                                    {'[[Render Fat]]', 'Decreases', 'calories of labor', '13.5'},
                                    },
                            ['level3'] = {
                                    {'[[Bannock]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Beet Campfire Salad]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Boiled Grains]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Roast]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Agave]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Beans]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Beet]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Cactus Fruit]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Camas Bulb]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Corn]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Fireweed Shoots]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Fish]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Heart Of Palm]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Meat]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Mushrooms]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Papaya]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Pineapple]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Sausage]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Taro]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Charred Tomato]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Fern Campfire Salad]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Field Campfire Stew]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Fried Camas]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Fried Fiddleheads]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Fried Hearts Of Palm]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Fried Taro]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Fried Tomatoes]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Jungle Campfire Salad]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Jungle Campfire Stew]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Meaty Stew]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Root Campfire Salad]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Root Campfire Stew]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Topped Porridge]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Wild Stew]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Wilted Fiddleheads]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Culinary Research Paper Basic]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Campfire Cooking Basic Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Campfire Animal Medium]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Animal Small]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Animal Tiny]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Bass]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Bison]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Blue Shark]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Cod]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Crab]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Moon Jellyfish]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Pacific Sardine]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Salmon]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Trout]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Campfire Tuna]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Culinary Research Paper Basic Meat]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Render Fat]]', 'Decreases', 'calories of labor', '12'},
                                    },
                            ['level4'] = {
                                    {'[[Bannock]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Beet Campfire Salad]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Boiled Grains]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Campfire Roast]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Agave]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Beans]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Beet]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Cactus Fruit]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Camas Bulb]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Corn]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Fireweed Shoots]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Fish]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Heart Of Palm]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Meat]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Mushrooms]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Papaya]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Pineapple]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Sausage]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Taro]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Charred Tomato]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Fern Campfire Salad]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Field Campfire Stew]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Fried Camas]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Fried Fiddleheads]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Fried Hearts Of Palm]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Fried Taro]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Fried Tomatoes]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Jungle Campfire Salad]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Jungle Campfire Stew]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Meaty Stew]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Root Campfire Salad]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Root Campfire Stew]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Topped Porridge]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Wild Stew]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Wilted Fiddleheads]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Culinary Research Paper Basic]]', 'Decreases', 'calories of labor', '17.5'},
                                    {'[[Campfire Cooking Basic Upgrade]]', 'Decreases', 'calories of labor', '1750'},
                                    {'[[Campfire Animal Medium]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Animal Small]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Animal Tiny]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Bass]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Bison]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Blue Shark]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Cod]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Crab]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Moon Jellyfish]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Pacific Sardine]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Salmon]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Trout]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Campfire Tuna]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Culinary Research Paper Basic Meat]]', 'Decreases', 'calories of labor', '17.5'},
                                    {'[[Render Fat]]', 'Decreases', 'calories of labor', '10.5'},
                                    },
                            ['level5'] = {
                                    {'[[Bannock]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Beet Campfire Salad]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Boiled Grains]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Campfire Roast]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Agave]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Beans]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Beet]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Cactus Fruit]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Camas Bulb]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Corn]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Fireweed Shoots]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Fish]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Heart Of Palm]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Meat]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Mushrooms]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Papaya]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Pineapple]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Sausage]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Taro]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Charred Tomato]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Fern Campfire Salad]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Field Campfire Stew]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Fried Camas]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Fried Fiddleheads]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Fried Hearts Of Palm]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Fried Taro]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Fried Tomatoes]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Jungle Campfire Salad]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Jungle Campfire Stew]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Meaty Stew]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Root Campfire Salad]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Root Campfire Stew]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Topped Porridge]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Wild Stew]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Wilted Fiddleheads]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Culinary Research Paper Basic]]', 'Decreases', 'calories of labor', '15'},
                                    {'[[Campfire Cooking Basic Upgrade]]', 'Decreases', 'calories of labor', '1500'},
                                    {'[[Campfire Animal Medium]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Animal Small]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Animal Tiny]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Bass]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Bison]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Blue Shark]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Cod]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Crab]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Moon Jellyfish]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Pacific Sardine]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Salmon]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Trout]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Campfire Tuna]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Culinary Research Paper Basic Meat]]', 'Decreases', 'calories of labor', '15'},
                                    {'[[Render Fat]]', 'Decreases', 'calories of labor', '9'},
                                    },
                            ['level6'] = {
                                    {'[[Bannock]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Beet Campfire Salad]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Boiled Grains]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Campfire Roast]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Agave]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Beans]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Beet]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Cactus Fruit]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Camas Bulb]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Corn]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Fireweed Shoots]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Fish]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Heart Of Palm]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Meat]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Mushrooms]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Papaya]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Pineapple]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Sausage]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Taro]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Charred Tomato]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Fern Campfire Salad]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Field Campfire Stew]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Fried Camas]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Fried Fiddleheads]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Fried Hearts Of Palm]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Fried Taro]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Fried Tomatoes]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Jungle Campfire Salad]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Jungle Campfire Stew]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Meaty Stew]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Root Campfire Salad]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Root Campfire Stew]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Topped Porridge]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Wild Stew]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Wilted Fiddleheads]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Culinary Research Paper Basic]]', 'Decreases', 'calories of labor', '12.5'},
                                    {'[[Campfire Cooking Basic Upgrade]]', 'Decreases', 'calories of labor', '1250'},
                                    {'[[Campfire Animal Medium]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Animal Small]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Animal Tiny]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Bass]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Bison]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Blue Shark]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Cod]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Crab]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Moon Jellyfish]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Pacific Sardine]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Salmon]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Trout]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Tuna]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Culinary Research Paper Basic Meat]]', 'Decreases', 'calories of labor', '12.5'},
                                    {'[[Render Fat]]', 'Decreases', 'calories of labor', '7.5'},
                                    },
                            ['level7'] = {
                                    {'[[Bannock]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Beet Campfire Salad]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Boiled Grains]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Campfire Roast]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Agave]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Beans]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Beet]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Cactus Fruit]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Camas Bulb]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Corn]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Fireweed Shoots]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Fish]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Heart Of Palm]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Meat]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Mushrooms]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Papaya]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Pineapple]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Sausage]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Taro]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Charred Tomato]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Fern Campfire Salad]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Field Campfire Stew]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Fried Camas]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Fried Fiddleheads]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Fried Hearts Of Palm]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Fried Taro]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Fried Tomatoes]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Jungle Campfire Salad]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Jungle Campfire Stew]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Meaty Stew]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Root Campfire Salad]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Root Campfire Stew]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Topped Porridge]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Wild Stew]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Wilted Fiddleheads]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Culinary Research Paper Basic]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Campfire Cooking Basic Upgrade]]', 'Decreases', 'calories of labor', '1000'},
                                    {'[[Campfire Animal Medium]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Animal Small]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Animal Tiny]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Bass]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Bison]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Blue Shark]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Cod]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Crab]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Moon Jellyfish]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Pacific Sardine]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Salmon]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Trout]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Campfire Tuna]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Culinary Research Paper Basic Meat]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Render Fat]]', 'Decreases', 'calories of labor', '6'},
                                    },
                            },
                    ['recipes'] =  {
                            ['level0'] = {'[[Boiled Grains]]', '[[Campfire Animal Medium]]', '[[Campfire Animal Small]]', '[[Campfire Animal Tiny]]', '[[Campfire Bass]]', '[[Campfire Bison]]', '[[Campfire Blue Shark]]', '[[Campfire Cod]]', '[[Campfire Crab]]', '[[Campfire Moon Jellyfish]]', '[[Campfire Pacific Sardine]]', '[[Campfire Salmon]]', '[[Campfire Trout]]', '[[Campfire Tuna]]', '[[Charred Agave]]', '[[Charred Beans]]', '[[Charred Beet]]', '[[Charred Cactus Fruit]]', '[[Charred Camas Bulb]]', '[[Charred Corn]]', '[[Charred Fireweed Shoots]]', '[[Charred Fish]]', '[[Charred Heart Of Palm]]', '[[Charred Meat]]', '[[Charred Mushrooms]]', '[[Charred Papaya]]', '[[Charred Pineapple]]', '[[Charred Taro]]', '[[Charred Tomato]]', '[[Wilted Fiddleheads]]'},
                            ['level1'] = {'[[Baking Skill Book]]', '[[Bannock]]', '[[Beet Campfire Salad]]', '[[Charred Sausage]]', '[[Cooking Skill Book]]', '[[Culinary Research Paper Basic Meat]]', '[[Culinary Research Paper Basic]]', '[[Fern Campfire Salad]]', '[[Fried Camas]]', '[[Fried Fiddleheads]]', '[[Fried Hearts Of Palm]]', '[[Fried Taro]]', '[[Fried Tomatoes]]', '[[Jungle Campfire Salad]]', '[[Render Fat]]', '[[Root Campfire Salad]]', '[[Topped Porridge]]'},
                            ['level2'] = {'[[Campfire Roast]]'},
                            ['level3'] = {'[[Field Campfire Stew]]', '[[Jungle Campfire Stew]]', '[[Meaty Stew]]', '[[Root Campfire Stew]]', '[[Wild Stew]]'},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {'[[Campfire Cooking Basic Upgrade]]'},
                            },
         },
         },
         ['Carpenter'] = {
         ['Carpenter'] = {
                     ['untranslated'] = 'Carpenter',
                     ['ID'] = 'CarpenterSkill',
                     ['title'] = 'Carpenter',
                    ['Category'] = '_None',
                     ['description'] = 'Carpenters use harvested logs to craft a variety of useful products. Wood is an excellent source of building materials and furniture for homes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'CarpenterSkill',
                     ['Description'] = 'Carpenters use harvested logs to craft a variety of useful products. Wood is an excellent source of building materials and furniture for homes.',
                    ['skillIDNum'] = '787',
        },
                     ['maxLevel'] = '7',
        ['Carpenter Sign'] = {
                     ['root'] = true,
                     ['ID'] = 'CarpenterSignItem',
                    ['rootSkill'] = nil,
                     ['Category'] = 'WorldObject',
                     ['specialty'] = true,
                     ['Group'] = 'World Object',
                    ['specialtySkill'] = nil,
                     ['Description'] = 'A helpful sign for advertisements along the road.',
                     ['prerequisites'] = nil,
                    ['childSkills'] = {'[[Carpentry]]','[[Composites]]','[[Logging]]','[[Paper Milling]]'},
                    ['specialtySkillBook'] = nil,
                    ['specialtySkillScroll'] = nil,
                    ['itemsGiven'] = nil,
                    ['talents'] = nil,
                    ['benefits'] =  {
                            ['level1'] = {},
                            ['level2'] = {},
                            ['level3'] = {},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {},
                            },
                    ['recipes'] = nil,
         },
         },
         ['Carpentry'] = {
         ['Carpentry'] = {
                     ['untranslated'] = 'Carpentry',
                     ['ID'] = 'CarpentrySkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Cutting logs into usable crafting and building materials is an important skill for budding communities. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'CarpentrySkill',
                     ['Description'] = 'Cutting logs into usable crafting and building materials is an important skill for budding communities. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '788',
        },
                     ['maxLevel'] = '7',
        ['Carpentry Advanced Upgrade'] = {
                     ['root'] = false,
                     ['ID'] = 'CarpentryAdvancedUpgradeItem',
                     ['rootSkill'] = '[[Carpenter]]',
                     ['Category'] = 'Efficiency Modules',
                    ['specialty'] = true,
                     ['Group'] = 'Upgrade',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Carpentry Basic Upgrade'] = {
                     ['specialtySkillBook'] = '[[Carpentry Skill Book]]',
                     ['ID'] = 'CarpentryBasicUpgradeItem',
                     ['specialtySkillScroll'] = '[[Carpentry Skill Scroll]]',
                     ['Category'] = 'Efficiency Modules',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Upgrade',
                     ['talents'] = {
                     ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.',
                            ['level3'] = {'[[Carpentry Focused Speed Talent]]', '[[Carpentry Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Carpentry Frugal Req Talent]]'},
        ['Carpentry Skill Book'] = {
                            },
                     ['ID'] = 'CarpentrySkillBook',
                     ['benefits'] = {
                     ['Category'] = 'Hidden/Research',
                            ['level1'] = {
                     ['Group'] = 'Skill Books',
                                    {'[[Hardwood Lumber]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = '',
                                    {'[[Lumber]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[Softwood Lumber]]', 'Decreases', 'calories of labor', '30'},
        ['Carpentry Skill Scroll'] = {
                                    {'[[Board]]', 'Decreases', 'calories of labor', '30'},
                    ['ID'] = 'CarpentrySkillScroll',
                                    {'[[Dendrology Research Paper Advanced]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = 'Hidden/Research',
                                    {'[[Dendrology Research Paper Modern]]', 'Decreases', 'calories of labor', '500'},
                     ['Group'] = 'Skill Scrolls',
                                    {'[[Basic Upgrade 3]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = '',
                                    {'[[Carpentry Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
        },
                                    {'[[Carpentry Basic Upgrade]]', 'Decreases', 'calories of labor', '2500'},
        ['Carpentry Table'] = {
                                    {'[[Saw Boards]]', 'Decreases', 'calories of labor', '15'},
                    ['ID'] = 'CarpentryTableItem',
                                    {'[[Small Wood Cart]]', 'Decreases', 'calories of labor', '25'},
                    ['Category'] = 'WorldObject',
                                    {'[[Wheelbarrow]]', 'Decreases', 'calories of labor', '37.5'},
                    ['Group'] = 'World Object',
                                    {'[[Bookshelf]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'A table for basic wooden crafts for home improvement and progress.',
                                    {'[[Butchery Table]]', 'Decreases', 'calories of labor', '250'},
        },
                                    {'[[Contract Board]]', 'Decreases', 'calories of labor', '50'},
        ['Cart Blueprint Poster'] = {
                                    {'[[Distribution Station]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'CartBlueprintPosterItem',
                                    {'[[Hewn Bench]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'WorldObject',
                                    {'[[Hewn Chair]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'World Object',
                                    {'[[Hewn Door]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'A poster for the wall.',
                                    {'[[Hewn Table]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Icebox]]', 'Decreases', 'calories of labor', '50'},
        ['Carved Pumpkin'] = {
                                    {'[[Kitchen]]', 'Decreases', 'calories of labor', '250'},
                    ['ID'] = 'CarvedPumpkinItem',
                                    {'[[Large Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = 'WorldObject',
                                    {'[[Large Lumber Door]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'World Object',
                                    {'[[Large Lumber Stockpile]]', 'Decreases', 'calories of labor', '1000'},
                    ['Description'] = 'Spooky pumpkin that emits a mystical light.',
                                    {'[[Large Standing Lumber Sign]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Large Windowed Lumber Door]]', 'Decreases', 'calories of labor', '200'},
        ['Cast Iron Bed'] = {
                                    {'[[Wooden Latrine]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'CastIronBedItem',
                                    {'[[Lumber Bench]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'WorldObject',
                                    {'[[Lumber Chair]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'World Object',
                                    {'[[Lumber Door]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'A solid bed made slightly more comfortable by adding cotton.',
                                    {'[[Lumber Stockpile]]', 'Decreases', 'calories of labor', '500'},
        },
                                    {'[[Lumber Table]]', 'Decreases', 'calories of labor', '50'},
        ['Cast Iron Bench'] = {
                                    {'[[Machinist Table]]', 'Decreases', 'calories of labor', '250'},
                    ['ID'] = 'CastIronBenchItem',
                                    {'[[Real Estate Desk]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'WorldObject',
                                    {'[[Registrar]]', 'Decreases', 'calories of labor', '125'},
                    ['Group'] = 'World Object',
                                    {'[[Shelf Cabinet]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'Does not look very comfortable.',
                                    {'[[Small Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Small Standing Lumber Sign]]', 'Decreases', 'calories of labor', '50'},
        ['Cast Iron Chair'] = {
                                    {'[[Tailoring Table]]', 'Decreases', 'calories of labor', '300'},
                    ['ID'] = 'CastIronChairItem',
                                    {'[[Wainwright Table]]', 'Decreases', 'calories of labor', '150'},
                    ['Category'] = 'WorldObject',
                                    {'[[Wooden Ceiling Light]]', 'Decreases', 'calories of labor', '100'},
                    ['Group'] = 'World Object',
                                    {'[[Wooden Elevator Call Post]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'It is very stable.',
                                    {'[[Wooden Fabric Bed]]', 'Decreases', 'calories of labor', '150'},
        },
                                    {'[[Wooden Floor Lamp]]', 'Decreases', 'calories of labor', '100'},
        ['Cast Iron Plaque'] = {
                                    {'[[Wooden Straw Bed]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'CastIronPlaqueItem',
                                    {'[[Wooden Table Lamp]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = 'WorldObject',
                                    },
                    ['Group'] = 'World Object',
                            ['level2'] = {
                    ['Description'] = 'A plaque used for rating a property.',
                                    {'[[Hardwood Lumber]]', 'Decreases', 'calories of labor', '27'},
        },
                                    {'[[Lumber]]', 'Decreases', 'calories of labor', '27'},
        ['Cast Iron Royal Bed'] = {
                                    {'[[Softwood Lumber]]', 'Decreases', 'calories of labor', '27'},
                    ['ID'] = 'CastIronRoyalBedItem',
                                    {'[[Board]]', 'Decreases', 'calories of labor', '27'},
                    ['Category'] = 'WorldObject',
                                    {'[[Dendrology Research Paper Advanced]]', 'Decreases', 'calories of labor', '90'},
                    ['Group'] = 'World Object',
                                    {'[[Dendrology Research Paper Modern]]', 'Decreases', 'calories of labor', '450'},
                    ['Description'] = 'A luxurious bed made from the finest cotton strands with added gold filling for the royal experience.',
                                    {'[[Basic Upgrade 3]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Carpentry Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
        ['Cast Iron Stove'] = {
                                    {'[[Carpentry Basic Upgrade]]', 'Decreases', 'calories of labor', '2250'},
                    ['ID'] = 'CastIronStoveItem',
                                    {'[[Saw Boards]]', 'Decreases', 'calories of labor', '13.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Small Wood Cart]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Group'] = 'World Object',
                                    {'[[Wheelbarrow]]', 'Decreases', 'calories of labor', '33.75'},
                    ['Description'] = 'The perfect stove for the fledgling chef.',
                                    {'[[Bookshelf]]', 'Decreases', 'calories of labor', '90'},
        },
                                    {'[[Butchery Table]]', 'Decreases', 'calories of labor', '225'},
        ['Cast Iron Table'] = {
                                    {'[[Contract Board]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'CastIronTableItem',
                                    {'[[Distribution Station]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = 'WorldObject',
                                    {'[[Hewn Bench]]', 'Decreases', 'calories of labor', '45'},
                    ['Group'] = 'World Object',
                                    {'[[Hewn Chair]]', 'Decreases', 'calories of labor', '45'},
                    ['Description'] = 'A simple yet ornate table made from cast iron.',
                                    {'[[Hewn Door]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Hewn Table]]', 'Decreases', 'calories of labor', '45'},
        ['Cedar Log'] = {
                                    {'[[Icebox]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'CedarLogItem',
                                    {'[[Kitchen]]', 'Decreases', 'calories of labor', '225'},
                    ['Category'] = '_None',
                                    {'[[Large Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '90'},
                    ['Group'] = 'Block Items',
                                    {'[[Large Lumber Door]]', 'Decreases', 'calories of labor', '45'},
                    ['Description'] = 'Cedar log is a type of softwood. Cedar wood is a natural repellent to moths.',
                                    {'[[Large Lumber Stockpile]]', 'Decreases', 'calories of labor', '900'},
        },
                                    {'[[Large Standing Lumber Sign]]', 'Decreases', 'calories of labor', '90'},
        ['Cedar Seed'] = {
                                    {'[[Large Windowed Lumber Door]]', 'Decreases', 'calories of labor', '180'},
                    ['ID'] = 'CedarSeedItem',
                                    {'[[Wooden Latrine]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = '_None',
                                    {'[[Lumber Bench]]', 'Decreases', 'calories of labor', '45'},
                    ['Group'] = 'Food',
                                    {'[[Lumber Chair]]', 'Decreases', 'calories of labor', '45'},
                    ['Description'] = 'Plant to grow a cedar sapling.',
                                    {'[[Lumber Door]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Lumber Stockpile]]', 'Decreases', 'calories of labor', '450'},
        ['Cedar Seed Pack'] = {
                                    {'[[Lumber Table]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'CedarSeedPackItem',
                                    {'[[Machinist Table]]', 'Decreases', 'calories of labor', '225'},
                    ['Category'] = 'Hidden',
                                    {'[[Real Estate Desk]]', 'Decreases', 'calories of labor', '45'},
                    ['Group'] = 'Items',
                                    {'[[Registrar]]', 'Decreases', 'calories of labor', '112.5'},
                    ['Description'] = 'Plant to grow a cedar sapling.',
                                    {'[[Shelf Cabinet]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Small Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '45'},
        ['Ceiba Log'] = {
                                    {'[[Small Standing Lumber Sign]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'CeibaLogItem',
                                    {'[[Tailoring Table]]', 'Decreases', 'calories of labor', '270'},
                    ['Category'] = '_None',
                                    {'[[Wainwright Table]]', 'Decreases', 'calories of labor', '135'},
                    ['Group'] = 'Block Items',
                                    {'[[Wooden Ceiling Light]]', 'Decreases', 'calories of labor', '90'},
                    ['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.',
                                    {'[[Wooden Elevator Call Post]]', 'Decreases', 'calories of labor', '90'},
        },
                                    {'[[Wooden Fabric Bed]]', 'Decreases', 'calories of labor', '135'},
        ['Ceiba Seed'] = {
                                    {'[[Wooden Floor Lamp]]', 'Decreases', 'calories of labor', '90'},
                    ['ID'] = 'CeibaSeedItem',
                                    {'[[Wooden Straw Bed]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = '_None',
                                    {'[[Wooden Table Lamp]]', 'Decreases', 'calories of labor', '90'},
                    ['Group'] = 'Food',
                                    },
                    ['Description'] = 'Plant to grow a ceiba sapling.',
                            ['level3'] = {
        },
                                    {'[[Hardwood Lumber]]', 'Decreases', 'calories of labor', '24'},
        ['Ceiba Seed Pack'] = {
                                    {'[[Lumber]]', 'Decreases', 'calories of labor', '24'},
                    ['ID'] = 'CeibaSeedPackItem',
                                    {'[[Softwood Lumber]]', 'Decreases', 'calories of labor', '24'},
                    ['Category'] = 'Hidden',
                                    {'[[Board]]', 'Decreases', 'calories of labor', '24'},
                    ['Group'] = 'Items',
                                    {'[[Dendrology Research Paper Advanced]]', 'Decreases', 'calories of labor', '80'},
                    ['Description'] = 'Plant to grow a ceiba sapling.',
                                    {'[[Dendrology Research Paper Modern]]', 'Decreases', 'calories of labor', '400'},
        },
                                    {'[[Basic Upgrade 3]]', 'Decreases', 'calories of labor', '40'},
        ['Ceiling Candle'] = {
                                    {'[[Carpentry Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                    ['ID'] = 'CeilingCandleItem',
                                    {'[[Carpentry Basic Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['Category'] = 'WorldObject',
                                    {'[[Saw Boards]]', 'Decreases', 'calories of labor', '12'},
                    ['Group'] = 'World Object',
                                    {'[[Small Wood Cart]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'A fancy hanging candelabra.',
                                    {'[[Wheelbarrow]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[Bookshelf]]', 'Decreases', 'calories of labor', '80'},
        ['Cellulose Fiber'] = {
                                    {'[[Butchery Table]]', 'Decreases', 'calories of labor', '200'},
                    ['ID'] = 'CelluloseFiberItem',
                                    {'[[Contract Board]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = '_None',
                                    {'[[Distribution Station]]', 'Decreases', 'calories of labor', '40'},
                    ['Group'] = 'Items',
                                    {'[[Hewn Bench]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'Created by taking pulped plants and extruding them similarly to synthetic fibers.',
                                    {'[[Hewn Chair]]', 'Decreases', 'calories of labor', '40'},
        },
                                    {'[[Hewn Door]]', 'Decreases', 'calories of labor', '40'},
        ['Cement'] = {
                                    {'[[Hewn Table]]', 'Decreases', 'calories of labor', '40'},
                    ['ID'] = 'CementItem',
                                    {'[[Icebox]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = '_None',
                                    {'[[Kitchen]]', 'Decreases', 'calories of labor', '200'},
                    ['Group'] = 'Items',
                                    {'[[Large Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '80'},
                    ['Description'] = 'In order to be usable it needs to be reinforced.',
                                    {'[[Large Lumber Door]]', 'Decreases', 'calories of labor', '40'},
        },
                                    {'[[Large Lumber Stockpile]]', 'Decreases', 'calories of labor', '800'},
        ['Cement Kiln'] = {
                                    {'[[Large Standing Lumber Sign]]', 'Decreases', 'calories of labor', '80'},
                    ['ID'] = 'CementKilnItem',
                                    {'[[Large Windowed Lumber Door]]', 'Decreases', 'calories of labor', '160'},
                    ['Category'] = 'WorldObject',
                                    {'[[Wooden Latrine]]', 'Decreases', 'calories of labor', '40'},
                    ['Group'] = 'World Object',
                                    {'[[Lumber Bench]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'A rotary kiln that produces cement and concrete products.',
                                    {'[[Lumber Chair]]', 'Decreases', 'calories of labor', '40'},
        },
                                    {'[[Lumber Door]]', 'Decreases', 'calories of labor', '40'},
        ['Census Bureau'] = {
                                    {'[[Lumber Stockpile]]', 'Decreases', 'calories of labor', '400'},
                    ['ID'] = 'CensusBureauItem',
                                    {'[[Lumber Table]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = 'WorldObject',
                                    {'[[Machinist Table]]', 'Decreases', 'calories of labor', '200'},
                    ['Group'] = 'World Object',
                                    {'[[Real Estate Desk]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'Allows the creation of Demographics, which specify groups of citizens automatically based on criteria you define.',
                                    {'[[Registrar]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Shelf Cabinet]]', 'Decreases', 'calories of labor', '40'},
        ['Ceramic Mold'] = {
                                    {'[[Small Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '40'},
                    ['ID'] = 'CeramicMoldItem',
                                    {'[[Small Standing Lumber Sign]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = '_None',
                                    {'[[Tailoring Table]]', 'Decreases', 'calories of labor', '240'},
                    ['Group'] = 'Items',
                                    {'[[Wainwright Table]]', 'Decreases', 'calories of labor', '120'},
                    ['Description'] = 'A container required to shape liquid metal into useful shapes more suitable to make tools and other parts with.',
                                    {'[[Wooden Ceiling Light]]', 'Decreases', 'calories of labor', '80'},
        },
                                    {'[[Wooden Elevator Call Post]]', 'Decreases', 'calories of labor', '80'},
        ['Cereal Germ'] = {
                                    {'[[Wooden Fabric Bed]]', 'Decreases', 'calories of labor', '120'},
                    ['ID'] = 'CerealGermItem',
                                    {'[[Wooden Floor Lamp]]', 'Decreases', 'calories of labor', '80'},
                    ['Category'] = '_None',
                                    {'[[Wooden Straw Bed]]', 'Decreases', 'calories of labor', '40'},
                    ['Group'] = 'Food',
                                    {'[[Wooden Table Lamp]]', 'Decreases', 'calories of labor', '80'},
                    ['Description'] = 'A by-product of milling, the germ is the reproductive part of the cereal that germinates.',
                                    },
        },
                            ['level4'] = {
        ['Chainsaw'] = {
                                    {'[[Hardwood Lumber]]', 'Decreases', 'calories of labor', '21'},
                    ['ID'] = 'ChainsawItem',
                                    {'[[Lumber]]', 'Decreases', 'calories of labor', '21'},
                    ['Category'] = 'Tool',
                                    {'[[Softwood Lumber]]', 'Decreases', 'calories of labor', '21'},
                    ['Group'] = 'Tools',
                                    {'[[Board]]', 'Decreases', 'calories of labor', '21'},
                    ['Description'] = 'A gasoline-powered alternative to cutting trees.',
                                    {'[[Dendrology Research Paper Advanced]]', 'Decreases', 'calories of labor', '70'},
        },
                                    {'[[Dendrology Research Paper Modern]]', 'Decreases', 'calories of labor', '350'},
        ['Chandelier'] = {
                                    {'[[Basic Upgrade 3]]', 'Decreases', 'calories of labor', '35'},
                    ['ID'] = 'ChandelierItem',
                                    {'[[Carpentry Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                    ['Category'] = 'WorldObject',
                                    {'[[Carpentry Basic Upgrade]]', 'Decreases', 'calories of labor', '1750'},
                    ['Group'] = 'World Object',
                                    {'[[Saw Boards]]', 'Decreases', 'calories of labor', '10.5'},
                    ['Description'] = 'A more modern way to light up a room.',
                                    {'[[Small Wood Cart]]', 'Decreases', 'calories of labor', '17.5'},
        },
                                    {'[[Wheelbarrow]]', 'Decreases', 'calories of labor', '26.25'},
        ['Charcoal'] = {
                                    {'[[Bookshelf]]', 'Decreases', 'calories of labor', '70'},
                    ['ID'] = 'CharcoalItem',
                                    {'[[Butchery Table]]', 'Decreases', 'calories of labor', '175'},
                    ['Category'] = '_None',
                                    {'[[Contract Board]]', 'Decreases', 'calories of labor', '35'},
                    ['Group'] = 'Items',
                                    {'[[Distribution Station]]', 'Decreases', 'calories of labor', '35'},
                    ['Description'] = 'A black residue, consisting of carbon and any remaining ash.',
                                    {'[[Hewn Bench]]', 'Decreases', 'calories of labor', '35'},
        },
                                    {'[[Hewn Chair]]', 'Decreases', 'calories of labor', '35'},
        ['Charcoal Powder'] = {
                                    {'[[Hewn Door]]', 'Decreases', 'calories of labor', '35'},
                    ['ID'] = 'CharcoalPowderItem',
                                    {'[[Hewn Table]]', 'Decreases', 'calories of labor', '35'},
                    ['Category'] = '_None',
                                    {'[[Icebox]]', 'Decreases', 'calories of labor', '35'},
                    ['Group'] = 'Items',
                                    {'[[Kitchen]]', 'Decreases', 'calories of labor', '175'},
                    ['Description'] = 'A black powder made by taking bits of charcoal and turning it into a fine powder through a mill.',
                                    {'[[Large Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '70'},
        },
                                    {'[[Large Lumber Door]]', 'Decreases', 'calories of labor', '35'},
        ['Charred Agave'] = {
                                    {'[[Large Lumber Stockpile]]', 'Decreases', 'calories of labor', '700'},
                    ['ID'] = 'CharredAgaveItem',
                                    {'[[Large Standing Lumber Sign]]', 'Decreases', 'calories of labor', '70'},
                    ['Category'] = '_None',
                                    {'[[Large Windowed Lumber Door]]', 'Decreases', 'calories of labor', '140'},
                    ['Group'] = 'Food',
                                    {'[[Wooden Latrine]]', 'Decreases', 'calories of labor', '35'},
                    ['Description'] = 'Agave leaves that have been charred over a campfire.',
                                    {'[[Lumber Bench]]', 'Decreases', 'calories of labor', '35'},
        },
                                    {'[[Lumber Chair]]', 'Decreases', 'calories of labor', '35'},
        ['Charred Beans'] = {
                                    {'[[Lumber Door]]', 'Decreases', 'calories of labor', '35'},
                    ['ID'] = 'CharredBeansItem',
                                    {'[[Lumber Stockpile]]', 'Decreases', 'calories of labor', '350'},
                    ['Category'] = '_None',
                                    {'[[Lumber Table]]', 'Decreases', 'calories of labor', '35'},
                    ['Group'] = 'Food',
                                    {'[[Machinist Table]]', 'Decreases', 'calories of labor', '175'},
                    ['Description'] = 'A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.',
                                    {'[[Real Estate Desk]]', 'Decreases', 'calories of labor', '35'},
        },
                                    {'[[Registrar]]', 'Decreases', 'calories of labor', '87.5'},
        ['Charred Beet'] = {
                                    {'[[Shelf Cabinet]]', 'Decreases', 'calories of labor', '35'},
                    ['ID'] = 'CharredBeetItem',
                                    {'[[Small Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '35'},
                    ['Category'] = '_None',
                                    {'[[Small Standing Lumber Sign]]', 'Decreases', 'calories of labor', '35'},
                    ['Group'] = 'Food',
                                    {'[[Tailoring Table]]', 'Decreases', 'calories of labor', '210'},
                    ['Description'] = 'Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.',
                                    {'[[Wainwright Table]]', 'Decreases', 'calories of labor', '105'},
        },
                                    {'[[Wooden Ceiling Light]]', 'Decreases', 'calories of labor', '70'},
        ['Charred Cactus Fruit'] = {
                                    {'[[Wooden Elevator Call Post]]', 'Decreases', 'calories of labor', '70'},
                    ['ID'] = 'CharredCactusFruitItem',
                                    {'[[Wooden Fabric Bed]]', 'Decreases', 'calories of labor', '105'},
                    ['Category'] = '_None',
                                    {'[[Wooden Floor Lamp]]', 'Decreases', 'calories of labor', '70'},
                    ['Group'] = 'Food',
                                    {'[[Wooden Straw Bed]]', 'Decreases', 'calories of labor', '35'},
                    ['Description'] = 'Blackened cactus fruit. A favorite of early desert settlers.',
                                    {'[[Wooden Table Lamp]]', 'Decreases', 'calories of labor', '70'},
        },
                                    },
        ['Charred Camas Bulb'] = {
                            ['level5'] = {
                    ['ID'] = 'CharredCamasBulbItem',
                                    {'[[Hardwood Lumber]]', 'Decreases', 'calories of labor', '18'},
                    ['Category'] = '_None',
                                    {'[[Lumber]]', 'Decreases', 'calories of labor', '18'},
                    ['Group'] = 'Food',
                                    {'[[Softwood Lumber]]', 'Decreases', 'calories of labor', '18'},
                    ['Description'] = 'A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.',
                                    {'[[Board]]', 'Decreases', 'calories of labor', '18'},
        },
                                    {'[[Dendrology Research Paper Advanced]]', 'Decreases', 'calories of labor', '60'},
        ['Charred Corn'] = {
                                    {'[[Dendrology Research Paper Modern]]', 'Decreases', 'calories of labor', '300'},
                    ['ID'] = 'CharredCornItem',
                                    {'[[Basic Upgrade 3]]', 'Decreases', 'calories of labor', '30'},
                    ['Category'] = '_None',
                                    {'[[Carpentry Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                    ['Group'] = 'Food',
                                    {'[[Carpentry Basic Upgrade]]', 'Decreases', 'calories of labor', '1500'},
                    ['Description'] = 'This piece of corn needs a good slathering of butter to curb that burnt taste.',
                                    {'[[Saw Boards]]', 'Decreases', 'calories of labor', '9'},
        },
                                    {'[[Small Wood Cart]]', 'Decreases', 'calories of labor', '15'},
        ['Charred Fireweed Shoots'] = {
                                    {'[[Wheelbarrow]]', 'Decreases', 'calories of labor', '22.5'},
                    ['ID'] = 'CharredFireweedShootsItem',
                                    {'[[Bookshelf]]', 'Decreases', 'calories of labor', '60'},
                    ['Category'] = '_None',
                                    {'[[Butchery Table]]', 'Decreases', 'calories of labor', '150'},
                    ['Group'] = 'Food',
                                    {'[[Contract Board]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'It tastes somewhat burnt but at least the fire has removed the bitter taste.',
                                    {'[[Distribution Station]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[Hewn Bench]]', 'Decreases', 'calories of labor', '30'},
        ['Charred Fish'] = {
                                    {'[[Hewn Chair]]', 'Decreases', 'calories of labor', '30'},
                    ['ID'] = 'CharredFishItem',
                                    {'[[Hewn Door]]', 'Decreases', 'calories of labor', '30'},
                    ['Category'] = '_None',
                                    {'[[Hewn Table]]', 'Decreases', 'calories of labor', '30'},
                    ['Group'] = 'Food',
                                    {'[[Icebox]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'At least it doesn\'t have any scales any more.',
                                    {'[[Kitchen]]', 'Decreases', 'calories of labor', '150'},
        },
                                    {'[[Large Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '60'},
        ['Charred Heart Of Palm'] = {
                                    {'[[Large Lumber Door]]', 'Decreases', 'calories of labor', '30'},
                    ['ID'] = 'CharredHeartOfPalmItem',
                                    {'[[Large Lumber Stockpile]]', 'Decreases', 'calories of labor', '600'},
                    ['Category'] = '_None',
                                    {'[[Large Standing Lumber Sign]]', 'Decreases', 'calories of labor', '60'},
                    ['Group'] = 'Food',
                                    {'[[Large Windowed Lumber Door]]', 'Decreases', 'calories of labor', '120'},
                    ['Description'] = 'Heart of palm collected fom fallen pineapple trees that have been charred over a campfire.',
                                    {'[[Wooden Latrine]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[Lumber Bench]]', 'Decreases', 'calories of labor', '30'},
        ['Charred Meat'] = {
                                    {'[[Lumber Chair]]', 'Decreases', 'calories of labor', '30'},
                    ['ID'] = 'CharredMeatItem',
                                    {'[[Lumber Door]]', 'Decreases', 'calories of labor', '30'},
                    ['Category'] = '_None',
                                    {'[[Lumber Stockpile]]', 'Decreases', 'calories of labor', '300'},
                    ['Group'] = 'Food',
                                    {'[[Lumber Table]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'The blackened surface of this unrecognizable meat is \'golden brown\'.',
                                    {'[[Machinist Table]]', 'Decreases', 'calories of labor', '150'},
        },
                                    {'[[Real Estate Desk]]', 'Decreases', 'calories of labor', '30'},
        ['Charred Mushrooms'] = {
                                    {'[[Registrar]]', 'Decreases', 'calories of labor', '75'},
                    ['ID'] = 'CharredMushroomsItem',
                                    {'[[Shelf Cabinet]]', 'Decreases', 'calories of labor', '30'},
                    ['Category'] = '_None',
                                    {'[[Small Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '30'},
                    ['Group'] = 'Food',
                                    {'[[Small Standing Lumber Sign]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.',
                                    {'[[Tailoring Table]]', 'Decreases', 'calories of labor', '180'},
        },
                                    {'[[Wainwright Table]]', 'Decreases', 'calories of labor', '90'},
        ['Charred Papaya'] = {
                                    {'[[Wooden Ceiling Light]]', 'Decreases', 'calories of labor', '60'},
                    ['ID'] = 'CharredPapayaItem',
                                    {'[[Wooden Elevator Call Post]]', 'Decreases', 'calories of labor', '60'},
                    ['Category'] = '_None',
                                    {'[[Wooden Fabric Bed]]', 'Decreases', 'calories of labor', '90'},
                    ['Group'] = 'Food',
                                    {'[[Wooden Floor Lamp]]', 'Decreases', 'calories of labor', '60'},
                    ['Description'] = 'Papaya fruit that has been charred over a basic campfire.',
                                    {'[[Wooden Straw Bed]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[Wooden Table Lamp]]', 'Decreases', 'calories of labor', '60'},
        ['Charred Pineapple'] = {
                                    },
                    ['ID'] = 'CharredPineappleItem',
                            ['level6'] = {
                    ['Category'] = '_None',
                                    {'[[Hardwood Lumber]]', 'Decreases', 'calories of labor', '15'},
                    ['Group'] = 'Food',
                                    {'[[Lumber]]', 'Decreases', 'calories of labor', '15'},
                    ['Description'] = 'Pineapple that has been charred over a basic campfire.',
                                    {'[[Softwood Lumber]]', 'Decreases', 'calories of labor', '15'},
        },
                                    {'[[Board]]', 'Decreases', 'calories of labor', '15'},
        ['Charred Sausage'] = {
                                    {'[[Dendrology Research Paper Advanced]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'CharredSausageItem',
                                    {'[[Dendrology Research Paper Modern]]', 'Decreases', 'calories of labor', '250'},
                    ['Category'] = '_None',
                                    {'[[Basic Upgrade 3]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'Food',
                                    {'[[Carpentry Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['Description'] = 'The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.',
                                    {'[[Carpentry Basic Upgrade]]', 'Decreases', 'calories of labor', '1250'},
        },
                                    {'[[Saw Boards]]', 'Decreases', 'calories of labor', '7.5'},
        ['Charred Taro'] = {
                                    {'[[Small Wood Cart]]', 'Decreases', 'calories of labor', '12.5'},
                    ['ID'] = 'CharredTaroItem',
                                    {'[[Wheelbarrow]]', 'Decreases', 'calories of labor', '18.75'},
                    ['Category'] = '_None',
                                    {'[[Bookshelf]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'Food',
                                    {'[[Butchery Table]]', 'Decreases', 'calories of labor', '125'},
                    ['Description'] = 'Blackened taro root. Not the tastiest meal, but a great source of energy for early rainforest settlers.',
                                    {'[[Contract Board]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Distribution Station]]', 'Decreases', 'calories of labor', '25'},
        ['Charred Tomato'] = {
                                    {'[[Hewn Bench]]', 'Decreases', 'calories of labor', '25'},
                    ['ID'] = 'CharredTomatoItem',
                                    {'[[Hewn Chair]]', 'Decreases', 'calories of labor', '25'},
                    ['Category'] = '_None',
                                    {'[[Hewn Door]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'Food',
                                    {'[[Hewn Table]]', 'Decreases', 'calories of labor', '25'},
                    ['Description'] = 'The blackened char on this tomato would contrast well with the red skin if there was any unburt surface left.',
                                    {'[[Icebox]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Kitchen]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Large Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Large Lumber Door]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Large Lumber Stockpile]]', 'Decreases', 'calories of labor', '500'},
                                    {'[[Large Standing Lumber Sign]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Large Windowed Lumber Door]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Wooden Latrine]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Lumber Bench]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Lumber Chair]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Lumber Door]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Lumber Stockpile]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Lumber Table]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Machinist Table]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Real Estate Desk]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Registrar]]', 'Decreases', 'calories of labor', '62.5'},
                                    {'[[Shelf Cabinet]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Small Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Small Standing Lumber Sign]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Tailoring Table]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Wainwright Table]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Wooden Ceiling Light]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Wooden Elevator Call Post]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Wooden Fabric Bed]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Wooden Floor Lamp]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Wooden Straw Bed]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Wooden Table Lamp]]', 'Decreases', 'calories of labor', '50'},
                                    },
                            ['level7'] = {
                                    {'[[Hardwood Lumber]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Lumber]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Softwood Lumber]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Board]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Dendrology Research Paper Advanced]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Dendrology Research Paper Modern]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Basic Upgrade 3]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Carpentry Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Carpentry Basic Upgrade]]', 'Decreases', 'calories of labor', '1000'},
                                    {'[[Saw Boards]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Small Wood Cart]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Wheelbarrow]]', 'Decreases', 'calories of labor', '15'},
                                    {'[[Bookshelf]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Butchery Table]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Contract Board]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Distribution Station]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Hewn Bench]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Hewn Chair]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Hewn Door]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Hewn Table]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Icebox]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Kitchen]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Large Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Large Lumber Door]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Large Lumber Stockpile]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Large Standing Lumber Sign]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Large Windowed Lumber Door]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Wooden Latrine]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Lumber Bench]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Lumber Chair]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Lumber Door]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Lumber Stockpile]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Lumber Table]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Machinist Table]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Real Estate Desk]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Registrar]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Shelf Cabinet]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Small Hanging Lumber Sign]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Small Standing Lumber Sign]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Tailoring Table]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Wainwright Table]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Wooden Ceiling Light]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Wooden Elevator Call Post]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Wooden Fabric Bed]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Wooden Floor Lamp]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Wooden Straw Bed]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Wooden Table Lamp]]', 'Decreases', 'calories of labor', '40'},
                                    },
                            },
                    ['recipes'] =  {
                            ['level0'] = {'[[Basic Engineering Skill Book]]', '[[Contract Board]]', '[[Dendrology Research Paper Advanced]]', '[[Dendrology Research Paper Modern]]'},
                            ['level1'] = {'[[Board]]', '[[Butchery Table]]', '[[Composites Skill Book]]', '[[Distribution Station]]', '[[Hewn Chair]]', '[[Hewn Door]]', '[[Large Lumber Door]]', '[[Lumber]]', '[[Machinist Table]]', '[[Paper Milling Skill Book]]', '[[Saw Boards]]', '[[Small Hanging Wood Sign]]', '[[Small Standing Wood Sign]]', '[[Small Wood Cart]]', '[[Tailoring Table]]', '[[Wainwright Table]]', '[[Wheelbarrow]]', '[[Wooden Straw Bed]]'},
                            ['level2'] = {'[[Hewn Bench]]', '[[Hewn Table]]', '[[Wooden Latrine]]', '[[Softwood Lumber]]'},
                            ['level3'] = {'[[Hardwood Lumber]]', '[[Large Hanging Wood Sign]]', '[[Large Standing Wood Sign]]'},
                            ['level4'] = {'[[Bookshelf]]', '[[Lumber Stockpile]]', '[[Real Estate Desk]]', '[[Registrar]]'},
                            ['level5'] = {'[[Basic Upgrade 3]]', '[[Icebox]]', '[[Large Lumber Stockpile]]', '[[Lumber Door]]', '[[Shelf Cabinet]]', '[[Small Hanging Lumber Sign]]', '[[Small Standing Lumber Sign]]', '[[Wooden Ceiling Light]]', '[[Wooden Elevator Call Post]]', '[[Wooden Floor Lamp]]'},
                            ['level6'] = {'[[Kitchen]]', '[[Large Hanging Lumber Sign]]', '[[Large Standing Lumber Sign]]', '[[Large Windowed Lumber Door]]', '[[Lumber Chair]]', '[[Lumber Table]]', '[[Wooden Fabric Bed]]', '[[Wooden Table Lamp]]'},
                            ['level7'] = {'[[Carpentry Advanced Upgrade]]', '[[Carpentry Basic Upgrade]]', '[[Lumber Bench]]'},
                            },
         },
         },
         ['Chef'] = {
         ['Chef'] = {
                     ['untranslated'] = 'Chef',
                     ['ID'] = 'ChefSkill',
                     ['title'] = 'Chef',
                    ['Category'] = '_None',
                     ['description'] = 'Chefs create highly nutritious food using the raw food provided by hunters and farmers.',
                     ['Group'] = 'Skills',
                     ['skillID'] = 'ChefSkill',
                     ['Description'] = 'Chefs create highly nutritious food using the raw food provided by hunters and farmers.',
                     ['skillIDNum'] = '791',
        },
                     ['maxLevel'] = '7',
        ['Chef Hat'] = {
                     ['root'] = true,
                    ['ID'] = 'ChefHatItem',
                     ['rootSkill'] = nil,
                    ['Category'] = '_None',
                     ['specialty'] = true,
                     ['Group'] = 'Avatar Part',
                     ['specialtySkill'] = nil,
                    ['Description'] = 'To keep your hair in one place while stirring the pots.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = {'[[Advanced Baking]]','[[Advanced Cooking]]','[[Baking]]','[[Campfire Cooking]]','[[Cooking]]','[[Cutting Edge Cooking]]'},
        ['Chef Pants'] = {
                     ['specialtySkillBook'] = nil,
                    ['ID'] = 'ChefPantsItem',
                     ['specialtySkillScroll'] = nil,
                    ['Category'] = '_None',
                     ['itemsGiven'] = nil,
                    ['Group'] = 'Avatar Part',
                     ['talents'] = nil,
                    ['Description'] = 'Checkered style pants for hiding the truths of working in a kitchen.',
                     ['benefits'] = {
        },
                            ['level1'] = {},
        ['Chef Shirt'] = {
                            ['level2'] = {},
                    ['ID'] = 'ChefShirtItem',
                            ['level3'] = {},
                    ['Category'] = '_None',
                            ['level4'] = {},
                    ['Group'] = 'Avatar Part',
                            ['level5'] = {},
                    ['Description'] = 'A clean Chef\'s shirt to spot all the spots.',
                            ['level6'] = {},
        },
                            ['level7'] = {},
        ['Chef Shoes'] = {
                            },
                    ['ID'] = 'ChefShoesItem',
                     ['recipes'] = nil,
                    ['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%)',
        },
        ['Chiseled Legs'] = {
                    ['ID'] = 'ChiseledLegsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Legs',
        },
        ['ChocoTaco Cap'] = {
                    ['ID'] = 'ChocoTacoCapItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Stylish headwear from that Twitch guy',
        },
        ['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.',
        },
        ['Claim Tool'] = {
                    ['ID'] = 'ClaimToolItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Used to claim, unclaim and examine property.',
        },
        ['Clam'] = {
                    ['ID'] = 'ClamItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A clam.',
        },
        ['Clam Chowder'] = {
                    ['ID'] = 'ClamChowderItem',
                     ['Category'] = '_None',
                     ['Group'] = 'Food',
                     ['Description'] = 'A thick stew loaded with clams and taro root.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Cleanup Crew: Logging'] = {
                    ['ID'] = 'LoggingCleanupCrewTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = '[WIP - No functionality yet] Allows to pick up debris by hand that costs no calories.',
        },
        ['Cloth'] = {
                    ['ID'] = 'ClothItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A piece of rough cloth made by weaving fibers together.',
        },
        ['Cloth Belt'] = {
                    ['ID'] = 'ClothBeltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A fashionable cloth belt that drapes across the waist.',
        },
        ['Cloth Cape'] = {
                    ['ID'] = 'ClothCapeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'It just looks cool.',
        },
        ['CO2 Canister'] = {
                    ['ID'] = 'CO2CanisterItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'For creating fancy foams!',
        },
        ['CO2 Item'] = {
                    ['ID'] = 'CO2Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A byproduct gas of respiration.',
        },
        ['Coal'] = {
                     ['ID'] = 'CoalItem',
                     ['Category'] = '_None',
                     ['Group'] = 'Block Items',
                     ['Description'] = 'A combustible mineral which needs to be crushed into usable fuel.',
        },
        ['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.',
        },
        ['Cod'] = {
                    ['ID'] = 'CodItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A cod.',
        },
        ['Colored Powder'] = {
                    ['ID'] = 'ColoredPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A bag of crushed flower petals.',
        },
        ['Combustion Engine'] = {
                    ['ID'] = 'CombustionEngineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An engine that generates power by combustion of fuel.',
        },
        ['Combustion Generator'] = {
                    ['ID'] = 'CombustionGeneratorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Consumes most fuels to produce energy.',
        },
        ['Composite Birch Bench'] = {
                    ['ID'] = 'CompositeBirchBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Birch Chair'] = {
                    ['ID'] = 'CompositeBirchChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Birch Door'] = {
                    ['ID'] = 'CompositeBirchDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Birch Lumber'] = {
                    ['ID'] = 'CompositeBirchLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Birch Table'] = {
                    ['ID'] = 'CompositeBirchTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['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.',
        },
        ['Composite Cedar Bench'] = {
                    ['ID'] = 'CompositeCedarBenchItem',
                    ['Category'] = 'WorldObject',
                     ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Cedar Chair'] = {
                    ['ID'] = 'CompositeCedarChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Cedar Door'] = {
                    ['ID'] = 'CompositeCedarDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Cedar Lumber'] = {
                    ['ID'] = 'CompositeCedarLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Cedar Table'] = {
                    ['ID'] = 'CompositeCedarTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Ceiba Bench'] = {
                    ['ID'] = 'CompositeCeibaBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Ceiba Chair'] = {
                    ['ID'] = 'CompositeCeibaChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Ceiba Door'] = {
                    ['ID'] = 'CompositeCeibaDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Ceiba Lumber'] = {
                    ['ID'] = 'CompositeCeibaLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Ceiba Table'] = {
                    ['ID'] = 'CompositeCeibaTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Filler'] = {
                    ['ID'] = 'CompositeFillerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A multipurpose filler that is made from what you have available.',
        },
        ['Composite Fir Bench'] = {
                    ['ID'] = 'CompositeFirBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Fir Chair'] = {
                    ['ID'] = 'CompositeFirChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Fir Door'] = {
                    ['ID'] = 'CompositeFirDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Fir Lumber'] = {
                    ['ID'] = 'CompositeFirLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Fir Table'] = {
                    ['ID'] = 'CompositeFirTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Hardwood Bench'] = {
                    ['ID'] = 'CompositeHardwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Hardwood Chair'] = {
                    ['ID'] = 'CompositeHardwoodChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Hardwood Door'] = {
                    ['ID'] = 'CompositeHardwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Hardwood Table'] = {
                    ['ID'] = 'CompositeHardwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A nice composite table for eating meals or getting some work done.',
        },
        ['Composite Joshua Bench'] = {
                    ['ID'] = 'CompositeJoshuaBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Joshua Chair'] = {
                    ['ID'] = 'CompositeJoshuaChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Joshua Door'] = {
                    ['ID'] = 'CompositeJoshuaDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Joshua Lumber'] = {
                    ['ID'] = 'CompositeJoshuaLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Joshua Table'] = {
                    ['ID'] = 'CompositeJoshuaTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Lumber'] = {
                    ['ID'] = 'CompositeLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Lumber Bench'] = {
                    ['ID'] = 'CompositeLumberBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Lumber Chair'] = {
                    ['ID'] = 'CompositeLumberChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Lumber Door'] = {
                    ['ID'] = 'CompositeLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['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.',
        },
        ['Composite Lumber Table'] = {
                    ['ID'] = 'CompositeLumberTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Oak Bench'] = {
                    ['ID'] = 'CompositeOakBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Oak Chair'] = {
                    ['ID'] = 'CompositeOakChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Oak Door'] = {
                    ['ID'] = 'CompositeOakDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Oak Lumber'] = {
                    ['ID'] = 'CompositeOakLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Oak Table'] = {
                    ['ID'] = 'CompositeOakTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Palm Bench'] = {
                    ['ID'] = 'CompositePalmBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Palm Chair'] = {
                    ['ID'] = 'CompositePalmChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Palm Door'] = {
                    ['ID'] = 'CompositePalmDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Palm Lumber'] = {
                    ['ID'] = 'CompositePalmLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Palm Table'] = {
                    ['ID'] = 'CompositePalmTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Redwood Bench'] = {
                    ['ID'] = 'CompositeRedwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Redwood Chair'] = {
                    ['ID'] = 'CompositeRedwoodChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Redwood Door'] = {
                    ['ID'] = 'CompositeRedwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Redwood Lumber'] = {
                    ['ID'] = 'CompositeRedwoodLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Redwood Table'] = {
                    ['ID'] = 'CompositeRedwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Saguaro Bench'] = {
                    ['ID'] = 'CompositeSaguaroBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Saguaro Chair'] = {
                    ['ID'] = 'CompositeSaguaroChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Saguaro Door'] = {
                    ['ID'] = 'CompositeSaguaroDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Saguaro Lumber'] = {
                    ['ID'] = 'CompositeSaguaroLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Saguaro Table'] = {
                    ['ID'] = 'CompositeSaguaroTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Softwood Bench'] = {
                    ['ID'] = 'CompositeSoftwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Softwood Chair'] = {
                    ['ID'] = 'CompositeSoftwoodChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Softwood Door'] = {
                    ['ID'] = 'CompositeSoftwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Softwood Table'] = {
                    ['ID'] = 'CompositeSoftwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A nice composite table for eating meals or getting some work done.',
        },
        ['Composite Spruce Bench'] = {
                    ['ID'] = 'CompositeSpruceBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Spruce Chair'] = {
                    ['ID'] = 'CompositeSpruceChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Spruce Door'] = {
                    ['ID'] = 'CompositeSpruceDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Spruce Lumber'] = {
                    ['ID'] = 'CompositeSpruceLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Spruce Table'] = {
                    ['ID'] = 'CompositeSpruceTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
         },
         },
         ['Composites'] = {
         ['Composites'] = {
                     ['untranslated'] = 'Composites',
                     ['ID'] = 'CompositesSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Allows the construction of advanced wood products for furniture and houses. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'CompositesSkill',
                     ['Description'] = 'Allows the construction of advanced wood products for furniture and houses. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '792',
        },
                     ['maxLevel'] = '7',
        ['Composites Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'CompositesSkillBook',
                     ['rootSkill'] = '[[Carpenter]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Composites Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Composites Skill Book]]',
                     ['ID'] = 'CompositesSkillScroll',
                     ['specialtySkillScroll'] = '[[Composites Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                    ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Composites Focused Speed Talent]]', '[[Composites Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Composites Frugal Req Talent]]'},
        ['Composites Upgrade'] = {
                            },
                     ['ID'] = 'CompositesUpgradeItem',
                    ['benefits'] = {
                    ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                    ['Group'] = 'Upgrade',
                                    {'[[Composite Lumber]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Composites recipes.',
                                    {'[[Composites Modern Upgrade]]', 'Decreases', 'calories of labor', '7500'},
        },
                                    {'[[Modern Upgrade 4]]', 'Decreases', 'calories of labor', '1000'},
        ['Compost'] = {
                                    {'[[Composite Lumber Bench]]', 'Decreases', 'calories of labor', '150'},
                    ['ID'] = 'CompostItem',
                                    {'[[Composite Lumber Chair]]', 'Decreases', 'calories of labor', '150'},
                    ['Category'] = '_None',
                                    {'[[Composite Lumber Door]]', 'Decreases', 'calories of labor', '150'},
                    ['Group'] = 'Block Items',
                                    {'[[Composite Lumber Table]]', 'Decreases', 'calories of labor', '150'},
                    ['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.',
                                    },
        },
                            ['level2'] = {
        ['Compost Fertilizer'] = {
                                    {'[[Composite Lumber]]', 'Decreases', 'calories of labor', '90'},
                    ['ID'] = 'CompostFertilizerItem',
                                    {'[[Composites Modern Upgrade]]', 'Decreases', 'calories of labor', '6750'},
                    ['Category'] = 'Tool',
                                    {'[[Modern Upgrade 4]]', 'Decreases', 'calories of labor', '900'},
                    ['Group'] = 'Items',
                                    {'[[Composite Lumber Bench]]', 'Decreases', 'calories of labor', '135'},
                    ['Description'] = 'Compost fertilizer is a classic, low effort fertilizer.',
                                    {'[[Composite Lumber Chair]]', 'Decreases', 'calories of labor', '135'},
        },
                                    {'[[Composite Lumber Door]]', 'Decreases', 'calories of labor', '135'},
        ['Compostables Item'] = {
                                    {'[[Composite Lumber Table]]', 'Decreases', 'calories of labor', '135'},
                    ['ID'] = 'CompostablesItem',
                                    },
                    ['Category'] = 'Hidden',
                            ['level3'] = {
                    ['Group'] = 'Items',
                                    {'[[Composite Lumber]]', 'Decreases', 'calories of labor', '80'},
                    ['Description'] = '',
                                    {'[[Composites Modern Upgrade]]', 'Decreases', 'calories of labor', '6000'},
        },
                                    {'[[Modern Upgrade 4]]', 'Decreases', 'calories of labor', '800'},
        ['Computer Lab'] = {
                                    {'[[Composite Lumber Bench]]', 'Decreases', 'calories of labor', '120'},
                    ['ID'] = 'ComputerLabItem',
                                    {'[[Composite Lumber Chair]]', 'Decreases', 'calories of labor', '120'},
                    ['Category'] = 'WorldObject',
                                    {'[[Composite Lumber Door]]', 'Decreases', 'calories of labor', '120'},
                    ['Group'] = 'World Object',
                                    {'[[Composite Lumber Table]]', 'Decreases', 'calories of labor', '120'},
                    ['Description'] = 'A place where you can sit all day and play video games! Or work on expert-level research.',
                                    },
        },
                            ['level4'] = {
        ['Construction Post'] = {
                                    {'[[Composite Lumber]]', 'Decreases', 'calories of labor', '70'},
                    ['ID'] = 'ConstructionPostItem',
                                    {'[[Composites Modern Upgrade]]', 'Decreases', 'calories of labor', '5250'},
                    ['Category'] = 'WorldObject',
                                    {'[[Modern Upgrade 4]]', 'Decreases', 'calories of labor', '700'},
                    ['Group'] = 'World Object',
                                    {'[[Composite Lumber Bench]]', 'Decreases', 'calories of labor', '105'},
                    ['Description'] = 'For construction contracts.',
                                    {'[[Composite Lumber Chair]]', 'Decreases', 'calories of labor', '105'},
        },
                                    {'[[Composite Lumber Door]]', 'Decreases', 'calories of labor', '105'},
        ['Contract Board'] = {
                                    {'[[Composite Lumber Table]]', 'Decreases', 'calories of labor', '105'},
                    ['ID'] = 'ContractBoardItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level5'] = {
                    ['Group'] = 'World Object',
                                    {'[[Composite Lumber]]', 'Decreases', 'calories of labor', '60'},
                    ['Description'] = 'A board to post contracts.',
                                    {'[[Composites Modern Upgrade]]', 'Decreases', 'calories of labor', '4500'},
        },
                                    {'[[Modern Upgrade 4]]', 'Decreases', 'calories of labor', '600'},
        ['Cookeina Mushroom Spores'] = {
                                    {'[[Composite Lumber Bench]]', 'Decreases', 'calories of labor', '90'},
                    ['ID'] = 'CookeinaMushroomSporesItem',
                                    {'[[Composite Lumber Chair]]', 'Decreases', 'calories of labor', '90'},
                    ['Category'] = '_None',
                                    {'[[Composite Lumber Door]]', 'Decreases', 'calories of labor', '90'},
                    ['Group'] = 'Food',
                                    {'[[Composite Lumber Table]]', 'Decreases', 'calories of labor', '90'},
                    ['Description'] = 'Plant to grow cookeina mushrooms.',
                                    },
        },
                            ['level6'] = {
        ['Cookeina Mushroom Spores Pack'] = {
                                    {'[[Composite Lumber]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'CookeinaMushroomSporesPackItem',
                                    {'[[Composites Modern Upgrade]]', 'Decreases', 'calories of labor', '3750'},
                    ['Category'] = 'Hidden',
                                    {'[[Modern Upgrade 4]]', 'Decreases', 'calories of labor', '500'},
                     ['Group'] = 'Items',
                                    {'[[Composite Lumber Bench]]', 'Decreases', 'calories of labor', '75'},
                    ['Description'] = 'Plant to grow cookeina mushrooms.',
                                    {'[[Composite Lumber Chair]]', 'Decreases', 'calories of labor', '75'},
        },
                                    {'[[Composite Lumber Door]]', 'Decreases', 'calories of labor', '75'},
        ['Cookeina Mushrooms'] = {
                                    {'[[Composite Lumber Table]]', 'Decreases', 'calories of labor', '75'},
                    ['ID'] = 'CookeinaMushroomsItem',
                                    },
                    ['Category'] = '_None',
                            ['level7'] = {
                    ['Group'] = 'Food',
                                    {'[[Composite Lumber]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'Tiny Cup Mushrooms.',
                                    {'[[Composites Modern Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                                    {'[[Modern Upgrade 4]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Composite Lumber Bench]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Composite Lumber Chair]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Composite Lumber Door]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Composite Lumber Table]]', 'Decreases', 'calories of labor', '60'},
                                    },
                            },
                     ['recipes'] = {
                            ['level0'] = {},
                            ['level1'] = {'[[Composite Lumber Chair]]', '[[Composite Lumber Door]]', '[[Composite Lumber]]'},
                            ['level2'] = {},
                            ['level3'] = {'[[Composite Lumber Bench]]', '[[Composite Lumber Table]]'},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {'[[Modern Upgrade 4]]'},
                            ['level7'] = {'[[Composites Modern Upgrade]]'},
                            },
         },
         },
         ['Cooking'] = {
         ['Cooking'] = {
                     ['untranslated'] = 'Cooking',
                     ['ID'] = 'CookingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'The basics of cooking in a more civilized environment give bonuses to a variety of food recipes. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'CookingSkill',
                     ['Description'] = 'The basics of cooking in a more civilized environment give bonuses to a variety of food recipes. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '795',
        },
                     ['maxLevel'] = '7',
        ['Cooking Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'CookingSkillBook',
                     ['rootSkill'] = '[[Chef]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Cooking Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Cooking Skill Book]]',
                     ['ID'] = 'CookingSkillScroll',
                     ['specialtySkillScroll'] = '[[Cooking Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Cooking Focused Speed Talent]]', '[[Cooking Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Cooking Frugal Req Talent]]'},
        ['Cooking Upgrade'] = {
                            },
                    ['ID'] = 'CookingUpgradeItem',
                     ['benefits'] = {
                     ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                     ['Group'] = 'Upgrade',
                                    {'[[Crispy Bacon]]', 'Decreases', 'calories of labor', '10'},
                     ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.',
                                    {'[[Meat Stock]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Simmered Meat]]', 'Decreases', 'calories of labor', '10'},
        ['Cooking Utensils'] = {
                                    {'[[Vegetable Soup]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'CookingUtensilsItem',
                                    {'[[Vegetable Stock]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = '_None',
                                    {'[[Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                    ['Group'] = 'Items',
                                    {'[[Exotic Fruit Salad]]', 'Decreases', 'calories of labor', '20'},
                     ['Description'] = 'Assorted utensils for your everyday kitchen use.',
                                    {'[[Exotic Salad]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Exotic Vegetable Medley]]', 'Decreases', 'calories of labor', '20'},
        ['Copper Bar'] = {
                                    {'[[Forest Salad]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'CopperBarItem',
                                    {'[[Grassland Salad]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = '_None',
                                    {'[[Mixed Fruit Salad]]', 'Decreases', 'calories of labor', '20'},
                    ['Group'] = 'Block Items',
                                    {'[[Mixed Salad]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'Refined bar of copper.',
                                    {'[[Mixed Vegetable Medley]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Mushroom Medley]]', 'Decreases', 'calories of labor', '20'},
        ['Copper Concentrate'] = {
                                    {'[[Rainforest Fruit Salad]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'CopperConcentrateItem',
                                    {'[[Rainforest Salad]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = '_None',
                                    },
                    ['Group'] = 'Block Items',
                            ['level2'] = {
                    ['Description'] = 'Copper ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.',
                                    {'[[Crispy Bacon]]', 'Decreases', 'calories of labor', '9'},
        },
                                    {'[[Meat Stock]]', 'Decreases', 'calories of labor', '9'},
        ['Copper Frame Landscape'] = {
                                    {'[[Simmered Meat]]', 'Decreases', 'calories of labor', '9'},
                    ['ID'] = 'CopperFrameLandscapeItem',
                                    {'[[Vegetable Soup]]', 'Decreases', 'calories of labor', '9'},
                    ['Category'] = 'WorldObject',
                                    {'[[Vegetable Stock]]', 'Decreases', 'calories of labor', '9'},
                    ['Group'] = 'World Object',
                                    {'[[Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
                                    {'[[Exotic Fruit Salad]]', 'Decreases', 'calories of labor', '18'},
        },
                                    {'[[Exotic Salad]]', 'Decreases', 'calories of labor', '18'},
        ['Copper Frame Portrait'] = {
                                    {'[[Exotic Vegetable Medley]]', 'Decreases', 'calories of labor', '18'},
                    ['ID'] = 'CopperFramePortraitItem',
                                    {'[[Forest Salad]]', 'Decreases', 'calories of labor', '18'},
                    ['Category'] = 'WorldObject',
                                    {'[[Grassland Salad]]', 'Decreases', 'calories of labor', '18'},
                    ['Group'] = 'World Object',
                                    {'[[Mixed Fruit Salad]]', 'Decreases', 'calories of labor', '18'},
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
                                    {'[[Mixed Salad]]', 'Decreases', 'calories of labor', '18'},
        },
                                    {'[[Mixed Vegetable Medley]]', 'Decreases', 'calories of labor', '18'},
        ['Copper Frame Square'] = {
                                    {'[[Mushroom Medley]]', 'Decreases', 'calories of labor', '18'},
                    ['ID'] = 'CopperFrameSquareItem',
                                    {'[[Rainforest Fruit Salad]]', 'Decreases', 'calories of labor', '18'},
                    ['Category'] = 'WorldObject',
                                    {'[[Rainforest Salad]]', 'Decreases', 'calories of labor', '18'},
                    ['Group'] = 'World Object',
                                    },
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
                            ['level3'] = {
        },
                                    {'[[Crispy Bacon]]', 'Decreases', 'calories of labor', '8'},
        ['Copper Frame Tall'] = {
                                    {'[[Meat Stock]]', 'Decreases', 'calories of labor', '8'},
                    ['ID'] = 'CopperFrameTallItem',
                                    {'[[Simmered Meat]]', 'Decreases', 'calories of labor', '8'},
                    ['Category'] = 'WorldObject',
                                    {'[[Vegetable Soup]]', 'Decreases', 'calories of labor', '8'},
                    ['Group'] = 'World Object',
                                    {'[[Vegetable Stock]]', 'Decreases', 'calories of labor', '8'},
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
                                    {'[[Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
        },
                                    {'[[Exotic Fruit Salad]]', 'Decreases', 'calories of labor', '16'},
        ['Copper Frame Wide'] = {
                                    {'[[Exotic Salad]]', 'Decreases', 'calories of labor', '16'},
                    ['ID'] = 'CopperFrameWideItem',
                                    {'[[Exotic Vegetable Medley]]', 'Decreases', 'calories of labor', '16'},
                    ['Category'] = 'WorldObject',
                                    {'[[Forest Salad]]', 'Decreases', 'calories of labor', '16'},
                    ['Group'] = 'World Object',
                                    {'[[Grassland Salad]]', 'Decreases', 'calories of labor', '16'},
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
                                    {'[[Mixed Fruit Salad]]', 'Decreases', 'calories of labor', '16'},
        },
                                    {'[[Mixed Salad]]', 'Decreases', 'calories of labor', '16'},
        ['Copper Hydroxide'] = {
                                    {'[[Mixed Vegetable Medley]]', 'Decreases', 'calories of labor', '16'},
                    ['ID'] = 'CopperHydroxideItem',
                                    {'[[Mushroom Medley]]', 'Decreases', 'calories of labor', '16'},
                    ['Category'] = '_None',
                                    {'[[Rainforest Fruit Salad]]', 'Decreases', 'calories of labor', '16'},
                    ['Group'] = 'Items',
                                    {'[[Rainforest Salad]]', 'Decreases', 'calories of labor', '16'},
                    ['Description'] = 'Pulverized copper ore left exposed to oxygen giving it a green patina.',
                                    },
        },
                            ['level4'] = {
        ['Copper Ore'] = {
                                    {'[[Crispy Bacon]]', 'Decreases', 'calories of labor', '7'},
                    ['ID'] = 'CopperOreItem',
                                    {'[[Meat Stock]]', 'Decreases', 'calories of labor', '7'},
                    ['Category'] = '_None',
                                    {'[[Simmered Meat]]', 'Decreases', 'calories of labor', '7'},
                    ['Group'] = 'Block Items',
                                    {'[[Vegetable Soup]]', 'Decreases', 'calories of labor', '7'},
                    ['Description'] = 'Unrefined ore with traces of copper.',
                                    {'[[Vegetable Stock]]', 'Decreases', 'calories of labor', '7'},
        },
                                    {'[[Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
        ['Copper Pipe'] = {
                                    {'[[Exotic Fruit Salad]]', 'Decreases', 'calories of labor', '14'},
                    ['ID'] = 'CopperPipeItem',
                                    {'[[Exotic Salad]]', 'Decreases', 'calories of labor', '14'},
                    ['Category'] = '_None',
                                    {'[[Exotic Vegetable Medley]]', 'Decreases', 'calories of labor', '14'},
                    ['Group'] = 'Block Items',
                                    {'[[Forest Salad]]', 'Decreases', 'calories of labor', '14'},
                    ['Description'] = 'A pipe for transporting liquids.',
                                    {'[[Grassland Salad]]', 'Decreases', 'calories of labor', '14'},
        },
                                    {'[[Mixed Fruit Salad]]', 'Decreases', 'calories of labor', '14'},
        ['Copper Plate'] = {
                                    {'[[Mixed Salad]]', 'Decreases', 'calories of labor', '14'},
                    ['ID'] = 'CopperPlateItem',
                                    {'[[Mixed Vegetable Medley]]', 'Decreases', 'calories of labor', '14'},
                    ['Category'] = '_None',
                                    {'[[Mushroom Medley]]', 'Decreases', 'calories of labor', '14'},
                    ['Group'] = 'Items',
                                    {'[[Rainforest Fruit Salad]]', 'Decreases', 'calories of labor', '14'},
                    ['Description'] = 'A solid copper plate giving higher grades of protection against erosion and improves conductivity.',
                                    {'[[Rainforest Salad]]', 'Decreases', 'calories of labor', '14'},
        },
                                    },
        ['Copper Wiring'] = {
                            ['level5'] = {
                    ['ID'] = 'CopperWiringItem',
                                    {'[[Crispy Bacon]]', 'Decreases', 'calories of labor', '6'},
                    ['Category'] = '_None',
                                    {'[[Meat Stock]]', 'Decreases', 'calories of labor', '6'},
                    ['Group'] = 'Items',
                                    {'[[Simmered Meat]]', 'Decreases', 'calories of labor', '6'},
                    ['Description'] = 'A length of copper conductive wire useful for a variety of purposes.',
                                    {'[[Vegetable Soup]]', 'Decreases', 'calories of labor', '6'},
        },
                                    {'[[Vegetable Stock]]', 'Decreases', 'calories of labor', '6'},
        ['Corn'] = {
                                    {'[[Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                    ['ID'] = 'CornItem',
                                    {'[[Exotic Fruit Salad]]', 'Decreases', 'calories of labor', '12'},
                    ['Category'] = '_None',
                                    {'[[Exotic Salad]]', 'Decreases', 'calories of labor', '12'},
                    ['Group'] = 'Food',
                                    {'[[Exotic Vegetable Medley]]', 'Decreases', 'calories of labor', '12'},
                    ['Description'] = 'A warmly colored kernel studded vegetable.',
                                    {'[[Forest Salad]]', 'Decreases', 'calories of labor', '12'},
        },
                                    {'[[Grassland Salad]]', 'Decreases', 'calories of labor', '12'},
        ['Corn Fritters'] = {
                                    {'[[Mixed Fruit Salad]]', 'Decreases', 'calories of labor', '12'},
                    ['ID'] = 'CornFrittersItem',
                                    {'[[Mixed Salad]]', 'Decreases', 'calories of labor', '12'},
                    ['Category'] = '_None',
                                    {'[[Mixed Vegetable Medley]]', 'Decreases', 'calories of labor', '12'},
                    ['Group'] = 'Food',
                                    {'[[Mushroom Medley]]', 'Decreases', 'calories of labor', '12'},
                    ['Description'] = 'These deep fried corn treats are both crispy and delicious.',
                                    {'[[Rainforest Fruit Salad]]', 'Decreases', 'calories of labor', '12'},
        },
                                    {'[[Rainforest Salad]]', 'Decreases', 'calories of labor', '12'},
        ['Corn Seed'] = {
                                    },
                    ['ID'] = 'CornSeedItem',
                            ['level6'] = {
                    ['Category'] = '_None',
                                    {'[[Crispy Bacon]]', 'Decreases', 'calories of labor', '5'},
                    ['Group'] = 'Food',
                                    {'[[Meat Stock]]', 'Decreases', 'calories of labor', '5'},
                    ['Description'] = 'Plant to grow corn.',
                                    {'[[Simmered Meat]]', 'Decreases', 'calories of labor', '5'},
        },
                                    {'[[Vegetable Soup]]', 'Decreases', 'calories of labor', '5'},
        ['Corn Seed Pack'] = {
                                    {'[[Vegetable Stock]]', 'Decreases', 'calories of labor', '5'},
                    ['ID'] = 'CornSeedPackItem',
                                    {'[[Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['Category'] = 'Hidden',
                                    {'[[Exotic Fruit Salad]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Items',
                                    {'[[Exotic Salad]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'Plant to grow corn.',
                                    {'[[Exotic Vegetable Medley]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Forest Salad]]', 'Decreases', 'calories of labor', '10'},
        ['Corn Starch'] = {
                                    {'[[Grassland Salad]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'CornStarchItem',
                                    {'[[Mixed Fruit Salad]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = 'Hidden',
                                    {'[[Mixed Salad]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Food',
                                    {'[[Mixed Vegetable Medley]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'Obtained from the endosperm of the kernal, cornstarch can be used as a thickening agent for sauces.',
                                    {'[[Mushroom Medley]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Rainforest Fruit Salad]]', 'Decreases', 'calories of labor', '10'},
        ['Cornmeal'] = {
                                    {'[[Rainforest Salad]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'CornmealItem',
                                    },
                    ['Category'] = '_None',
                            ['level7'] = {
                    ['Group'] = 'Food',
                                    {'[[Crispy Bacon]]', 'Decreases', 'calories of labor', '4'},
                    ['Description'] = 'Dried and ground corn; it\'s like a courser flour.',
                                    {'[[Meat Stock]]', 'Decreases', 'calories of labor', '4'},
        },
                                    {'[[Simmered Meat]]', 'Decreases', 'calories of labor', '4'},
        ['Cornrows'] = {
                                    {'[[Vegetable Soup]]', 'Decreases', 'calories of labor', '4'},
                    ['ID'] = 'CornrowsItem',
                                    {'[[Vegetable Stock]]', 'Decreases', 'calories of labor', '4'},
                    ['Category'] = 'Hidden',
                                    {'[[Cooking Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Exotic Fruit Salad]]', 'Decreases', 'calories of labor', '8'},
                    ['Description'] = '',
                                    {'[[Exotic Salad]]', 'Decreases', 'calories of labor', '8'},
        },
                                    {'[[Exotic Vegetable Medley]]', 'Decreases', 'calories of labor', '8'},
        ['Corrugated Steel'] = {
                                    {'[[Forest Salad]]', 'Decreases', 'calories of labor', '8'},
                    ['ID'] = 'CorrugatedSteelItem',
                                    {'[[Grassland Salad]]', 'Decreases', 'calories of labor', '8'},
                    ['Category'] = '_None',
                                    {'[[Mixed Fruit Salad]]', 'Decreases', 'calories of labor', '8'},
                    ['Group'] = 'Block Items',
                                    {'[[Mixed Salad]]', 'Decreases', 'calories of labor', '8'},
                    ['Description'] = 'Especially useful for industrial buildings.',
                                    {'[[Mixed Vegetable Medley]]', 'Decreases', 'calories of labor', '8'},
        },
                                    {'[[Mushroom Medley]]', 'Decreases', 'calories of labor', '8'},
        ['Corrugated Steel Door'] = {
                                    {'[[Rainforest Fruit Salad]]', 'Decreases', 'calories of labor', '8'},
                    ['ID'] = 'CorrugatedSteelDoorItem',
                                    {'[[Rainforest Salad]]', 'Decreases', 'calories of labor', '8'},
                    ['Category'] = 'WorldObject',
                                    },
                    ['Group'] = 'World Object',
                            },
                    ['Description'] = 'A secure door made of hard corrugated steel.',
                     ['recipes'] = {
        },
                            ['level0'] = {},
        ['Corrugated Steel Fence Door'] = {
                            ['level1'] = {'[[Advanced Cooking Skill Book]]', '[[Exotic Fruit Salad]]', '[[Exotic Salad]]', '[[Exotic Vegetable Medley]]', '[[Forest Salad]]', '[[Grassland Salad]]', '[[Meat Stock]]', '[[Mixed Fruit Salad]]', '[[Mixed Salad]]', '[[Mixed Vegetable Medley]]', '[[Mushroom Medley]]', '[[Rainforest Fruit Salad]]', '[[Rainforest Salad]]', '[[Vegetable Stock]]'},
                    ['ID'] = 'CorrugatedSteelFenceDoorItem',
                            ['level2'] = {'[[Simmered Meat]]', '[[Vegetable Soup]]'},
                    ['Category'] = 'WorldObject',
                            ['level3'] = {'[[Crispy Bacon]]'},
                    ['Group'] = 'World Object',
                            ['level4'] = {},
                    ['Description'] = 'A corrugated steel door with fence-like viewing slots. ',
                            ['level5'] = {},
        },
                            ['level6'] = {},
        ['Cotton Boll'] = {
                            ['level7'] = {'[[Cooking Advanced Upgrade]]'},
                    ['ID'] = 'CottonBollItem',
                            },
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A fluffy round boll harvested from a cotton plant.',
        },
        ['Cotton Carpet'] = {
                    ['ID'] = 'CottonCarpetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A woven cotton floor covering attached to a lumber backing.',
        },
        ['Cotton Curtains'] = {
                    ['ID'] = 'CottonCurtainsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Curtains woven using the finest cotton.  (Only cosmetic does not impact room value.)',
        },
        ['Cotton Fabric'] = {
                    ['ID'] = 'CottonFabricItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Cotton fabric is valued for its light weight, breathability, and softness.',
        },
        ['Cotton Lint'] = {
                    ['ID'] = 'CottonLintItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A bundle of cotton used as stuffing or further tailoring processing.',
        },
        ['Cotton Seed'] = {
                    ['ID'] = 'CottonSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow cotton.',
        },
        ['Cotton Seed Pack'] = {
                    ['ID'] = 'CottonSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow cotton.',
        },
        ['Cotton Streamer Stars'] = {
                    ['ID'] = 'CottonStreamerStarsItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple cotton streamers with stars.',
        },
        ['Cotton Streamer Stripes'] = {
                    ['ID'] = 'CottonStreamerStripesItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple cotton streamers with stripes.',
        },
        ['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.',
        },
        ['Couch'] = {
                    ['ID'] = 'CouchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A sweet couch to lounge on. Now with room for your friends!',
        },
        ['Country Claim Stake'] = {
                    ['ID'] = 'CountryClaimStakeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Country Foundation'] = {
                    ['ID'] = 'CountryFoundationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When a town simply cannot contain your ambition.',
        },
        ['Court Chair'] = {
                    ['ID'] = 'CourtChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A chair for legal sittings.',
        },
        ['Court Table'] = {
                    ['ID'] = 'CourtTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A vital part of the courtroom.',
        },
        ['Cowboy Hat'] = {
                    ['ID'] = 'CowboyHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A fine leather hat.',
        },
        ['Coyote Carcass'] = {
                    ['ID'] = 'CoyoteCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead coyote.',
        },
        ['Crab Carcass'] = {
                    ['ID'] = 'CrabCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A crustacean that loves the ocean, just don\'t get caught in its pinch!',
        },
        ['Crab Pot'] = {
                    ['ID'] = 'CrabPotItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A contraption to catch unsuspecting crabs in search of prey.',
        },
        ['Crane'] = {
                    ['ID'] = 'CraneItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the placement and transport of materials in an area.',
        },
        ['Creosote Bush Seed'] = {
                    ['ID'] = 'CreosoteBushSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow creosote bushes.',
        },
        ['Creosote Bush Seed Pack'] = {
                    ['ID'] = 'CreosoteBushSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow creosote bushes.',
        },
        ['Creosote Flower'] = {
                    ['ID'] = 'CreosoteFlowerItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Placeholder Description.',
        },
        ['Crimini Mushroom Spores'] = {
                    ['ID'] = 'CriminiMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow crimini mushrooms.',
        },
        ['Crimini Mushroom Spores Pack'] = {
                    ['ID'] = 'CriminiMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow crimini mushrooms.',
        },
        ['Crimini Mushrooms'] = {
                    ['ID'] = 'CriminiMushroomsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Edible mushrooms that are quite tasty.',
        },
        ['Crimson Salad'] = {
                    ['ID'] = 'CrimsonSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Just in case you want to eat red things without eating meat.',
        },
        ['Crispy Bacon'] = {
                    ['ID'] = 'CrispyBaconItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Give me all the bacon and eggs you have.',
        },
        ['Crushed Basalt'] = {
                    ['ID'] = 'CrushedBasaltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Basalt rocks that have been crushed into a fine gravel.',
        },
        ['Crushed Coal'] = {
                    ['ID'] = 'CrushedCoalItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Coal that have been crushed into a usable size.',
        },
        ['Crushed Copper Ore'] = {
                    ['ID'] = 'CrushedCopperOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Crushed copper ore that is ready to be concentrated.',
        },
        ['Crushed Gneiss'] = {
                    ['ID'] = 'CrushedGneissItem',
                     ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Gneiss rocks that have been crushed into a fine gravel.',
        },
        ['Crushed Gold Ore'] = {
                    ['ID'] = 'CrushedGoldOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Crushed gold ore that is ready to be concentrated.',
        },
        ['Crushed Granite'] = {
                    ['ID'] = 'CrushedGraniteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Granite rocks that have been crushed into a fine gravel.',
        },
        ['Crushed Iron Ore'] = {
                    ['ID'] = 'CrushedIronOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Crushed iron ore that is ready to be concentrated.',
        },
        ['Crushed Limestone'] = {
                    ['ID'] = 'CrushedLimestoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Limestone rocks that have been crushed into a fine gravel.',
        },
        ['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.',
        },
        ['Crushed Oil Shale'] = {
                    ['ID'] = 'CrushedOilShaleItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = '',
        },
        ['Crushed Sandstone'] = {
                    ['ID'] = 'CrushedSandstoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Sandstone rocks that have been crushed into a fine gravel.',
        },
        ['Crushed Shale'] = {
                    ['ID'] = 'CrushedShaleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Shale rocks that have been crushed into a fine gravel.',
        },
        ['Crushed Slag'] = {
                    ['ID'] = 'CrushedSlagItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Slag that has been crushed into a fine gravel.',
        },
        ['Crushed Sulfur'] = {
                    ['ID'] = 'CrushedSulfurItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Sulfur rocks that have been crushed into a fine gravel.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Culture'] = {
                    ['ID'] = 'CultureItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Culture value.',
        },
        ['Curly'] = {
                    ['ID'] = 'CurlyItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['Currency Exchange'] = {
                    ['ID'] = 'CurrencyExchangeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows players to exchange currency.',
         },
         },
         ['Cutting Edge Cooking'] = {
         ['Cutting Edge Cooking'] = {
                     ['untranslated'] = 'Cutting Edge Cooking',
                     ['ID'] = 'CuttingEdgeCookingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Cutting edge cooking works with ingredients that don\'t quite sound like food but can potentially provide high calorie and nutrition. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'CuttingEdgeCookingSkill',
                     ['Description'] = 'Cutting edge cooking works with ingredients that don\'t quite sound like food but can potentially provide high calorie and nutrition. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '798',
        },
                     ['maxLevel'] = '7',
        ['Cutting Edge Cooking Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'CuttingEdgeCookingSkillBook',
                     ['rootSkill'] = '[[Chef]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Cutting Edge Cooking Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Cutting Edge Cooking Skill Book]]',
                     ['ID'] = 'CuttingEdgeCookingSkillScroll',
                     ['specialtySkillScroll'] = '[[Cutting Edge Cooking Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Cutting Edge Cooking Focused Speed Talent]]', '[[Cutting Edge Cooking Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Cutting Edge Cooking Frugal Req Talent]]'},
        ['Cutting Edge Cooking Upgrade'] = {
                            },
                    ['ID'] = 'CuttingEdgeCookingUpgradeItem',
                     ['benefits'] = {
                     ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                     ['Group'] = 'Upgrade',
                                    {'[[CO 2 Canister]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.',
                                    {'[[Corn Starch]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Hydrocolloids]]', 'Decreases', 'calories of labor', '10'},
        ['Cyan Powder'] = {
                                    {'[[Liquid Nitrogen]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'CyanPowderItem',
                                    {'[[Maltodextrin]]', 'Decreases', 'calories of labor', '10'},
                     ['Category'] = '_None',
                                    {'[[Transglutaminase]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Items',
                                    {'[[Cutting Edge Cooking Modern Upgrade]]', 'Decreases', 'calories of labor', '7500'},
                    ['Description'] = 'A mixture of powders in set ranges to make an artifical base cyan color.',
                                    {'[[Refine Fish]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Refine Kelp]]', 'Decreases', 'calories of labor', '20'},
        ['Deadeye: Hunting'] = {
                                    {'[[Refine Meat]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'HuntingDeadeyeTalentGroup',
                                    },
                    ['Category'] = 'Hidden',
                            ['level2'] = {
                    ['Group'] = 'Talents',
                                    {'[[CO 2 Canister]]', 'Decreases', 'calories of labor', '9'},
                    ['Description'] = 'Increases the headshot damage by 50 percent.',
                                    {'[[Corn Starch]]', 'Decreases', 'calories of labor', '9'},
        },
                                    {'[[Hydrocolloids]]', 'Decreases', 'calories of labor', '9'},
        ['Decorative Anchor'] = {
                                    {'[[Liquid Nitrogen]]', 'Decreases', 'calories of labor', '9'},
                    ['ID'] = 'DecorativeAnchorItem',
                                    {'[[Maltodextrin]]', 'Decreases', 'calories of labor', '9'},
                    ['Category'] = 'WorldObject',
                                    {'[[Transglutaminase]]', 'Decreases', 'calories of labor', '9'},
                    ['Group'] = 'World Object',
                                    {'[[Cutting Edge Cooking Modern Upgrade]]', 'Decreases', 'calories of labor', '6750'},
                    ['Description'] = 'The ship this anchor belonged to no longer needed it.',
                                    {'[[Refine Fish]]', 'Decreases', 'calories of labor', '18'},
        },
                                    {'[[Refine Kelp]]', 'Decreases', 'calories of labor', '18'},
        ['Decorative Bowl'] = {
                                    {'[[Refine Meat]]', 'Decreases', 'calories of labor', '18'},
                    ['ID'] = 'DecorativeBowlItem',
                                    },
                    ['Category'] = 'Hidden',
                            ['level3'] = {
                    ['Group'] = 'World Object',
                                    {'[[CO 2 Canister]]', 'Decreases', 'calories of labor', '8'},
                    ['Description'] = 'A decorative bonsai tree cut with artistical skill.',
                                    {'[[Corn Starch]]', 'Decreases', 'calories of labor', '8'},
        },
                                    {'[[Hydrocolloids]]', 'Decreases', 'calories of labor', '8'},
        ['Decorative Glass Buoy Blue'] = {
                                    {'[[Liquid Nitrogen]]', 'Decreases', 'calories of labor', '8'},
                    ['ID'] = 'DecorativeGlassBuoyBlueItem',
                                    {'[[Maltodextrin]]', 'Decreases', 'calories of labor', '8'},
                    ['Category'] = 'WorldObject',
                                    {'[[Transglutaminase]]', 'Decreases', 'calories of labor', '8'},
                    ['Group'] = 'World Object',
                                    {'[[Cutting Edge Cooking Modern Upgrade]]', 'Decreases', 'calories of labor', '6000'},
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                                    {'[[Refine Fish]]', 'Decreases', 'calories of labor', '16'},
        },
                                    {'[[Refine Kelp]]', 'Decreases', 'calories of labor', '16'},
        ['Decorative Glass Buoy Green'] = {
                                    {'[[Refine Meat]]', 'Decreases', 'calories of labor', '16'},
                    ['ID'] = 'DecorativeGlassBuoyGreenItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level4'] = {
                    ['Group'] = 'World Object',
                                    {'[[CO 2 Canister]]', 'Decreases', 'calories of labor', '7'},
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                                    {'[[Corn Starch]]', 'Decreases', 'calories of labor', '7'},
        },
                                    {'[[Hydrocolloids]]', 'Decreases', 'calories of labor', '7'},
        ['Decorative Glass Buoy Red'] = {
                                    {'[[Liquid Nitrogen]]', 'Decreases', 'calories of labor', '7'},
                    ['ID'] = 'DecorativeGlassBuoyRedItem',
                                    {'[[Maltodextrin]]', 'Decreases', 'calories of labor', '7'},
                    ['Category'] = 'WorldObject',
                                    {'[[Transglutaminase]]', 'Decreases', 'calories of labor', '7'},
                    ['Group'] = 'World Object',
                                    {'[[Cutting Edge Cooking Modern Upgrade]]', 'Decreases', 'calories of labor', '5250'},
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                                    {'[[Refine Fish]]', 'Decreases', 'calories of labor', '14'},
        },
                                    {'[[Refine Kelp]]', 'Decreases', 'calories of labor', '14'},
        ['Decorative Glass Buoy Violet'] = {
                                    {'[[Refine Meat]]', 'Decreases', 'calories of labor', '14'},
                    ['ID'] = 'DecorativeGlassBuoyVioletItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level5'] = {
                    ['Group'] = 'World Object',
                                    {'[[CO 2 Canister]]', 'Decreases', 'calories of labor', '6'},
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                                    {'[[Corn Starch]]', 'Decreases', 'calories of labor', '6'},
        },
                                    {'[[Hydrocolloids]]', 'Decreases', 'calories of labor', '6'},
        ['Decorative Glass Buoy Yellow'] = {
                                    {'[[Liquid Nitrogen]]', 'Decreases', 'calories of labor', '6'},
                    ['ID'] = 'DecorativeGlassBuoyYellowItem',
                                    {'[[Maltodextrin]]', 'Decreases', 'calories of labor', '6'},
                    ['Category'] = 'WorldObject',
                                    {'[[Transglutaminase]]', 'Decreases', 'calories of labor', '6'},
                    ['Group'] = 'World Object',
                                    {'[[Cutting Edge Cooking Modern Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                                    {'[[Refine Fish]]', 'Decreases', 'calories of labor', '12'},
        },
                                    {'[[Refine Kelp]]', 'Decreases', 'calories of labor', '12'},
        ['Decorative Hanging Buoy'] = {
                                    {'[[Refine Meat]]', 'Decreases', 'calories of labor', '12'},
                    ['ID'] = 'DecorativeHangingBuoyItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level6'] = {
                    ['Group'] = 'World Object',
                                    {'[[CO 2 Canister]]', 'Decreases', 'calories of labor', '5'},
                    ['Description'] = 'Previously a critical part of a fisher\'s life, now a simple decorative piece of glass encased in a net.',
                                    {'[[Corn Starch]]', 'Decreases', 'calories of labor', '5'},
        },
                                    {'[[Hydrocolloids]]', 'Decreases', 'calories of labor', '5'},
        ['Decorative Life Preserver'] = {
                                    {'[[Liquid Nitrogen]]', 'Decreases', 'calories of labor', '5'},
                    ['ID'] = 'DecorativeLifePreserverItem',
                                    {'[[Maltodextrin]]', 'Decreases', 'calories of labor', '5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Transglutaminase]]', 'Decreases', 'calories of labor', '5'},
                    ['Group'] = 'World Object',
                                    {'[[Cutting Edge Cooking Modern Upgrade]]', 'Decreases', 'calories of labor', '3750'},
                    ['Description'] = 'It has retired from its previously life-critical role, but great for nautical decor.',
                                    {'[[Refine Fish]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Refine Kelp]]', 'Decreases', 'calories of labor', '10'},
        ['Decorative Ship Wheel'] = {
                                    {'[[Refine Meat]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'DecorativeShipWheelItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level7'] = {
                    ['Group'] = 'World Object',
                                    {'[[CO 2 Canister]]', 'Decreases', 'calories of labor', '4'},
                    ['Description'] = 'Somewhere a ship is no longer going straight.',
                                    {'[[Corn Starch]]', 'Decreases', 'calories of labor', '4'},
        },
                                    {'[[Hydrocolloids]]', 'Decreases', 'calories of labor', '4'},
        ['Deeper Pockets: SelfImprovement'] = {
                                    {'[[Liquid Nitrogen]]', 'Decreases', 'calories of labor', '4'},
                    ['ID'] = 'SelfImprovementDeeperPocketsTalentGroup',
                                    {'[[Maltodextrin]]', 'Decreases', 'calories of labor', '4'},
                    ['Category'] = 'Hidden',
                                    {'[[Transglutaminase]]', 'Decreases', 'calories of labor', '4'},
                    ['Group'] = 'Talents',
                                    {'[[Cutting Edge Cooking Modern Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                    ['Description'] = 'Increase your inventory size by 5kg.',
                                    {'[[Refine Fish]]', 'Decreases', 'calories of labor', '8'},
        },
                                    {'[[Refine Kelp]]', 'Decreases', 'calories of labor', '8'},
        ['Deer Carcass'] = {
                                    {'[[Refine Meat]]', 'Decreases', 'calories of labor', '8'},
                    ['ID'] = 'DeerCarcassItem',
                                    },
                    ['Category'] = '_None',
                            },
                    ['Group'] = 'Items',
                    ['recipes'] = {
                    ['Description'] = 'A dead deer.',
                            ['level0'] = {},
        },
                            ['level1'] = {'[[C O2 Canister]]', '[[Corn Starch]]', '[[Hydrocolloids]]', '[[Liquid Nitrogen]]', '[[Maltodextrin]]', '[[Refine Fish]]', '[[Refine Kelp]]', '[[Refine Meat]]', '[[Transglutaminase]]'},
        ['Deer Pelt'] = {
                            ['level2'] = {},
                    ['ID'] = 'DeerPeltItem',
                            ['level3'] = {},
                    ['Category'] = 'WorldObject',
                            ['level4'] = {},
                    ['Group'] = 'World Object',
                            ['level5'] = {},
                    ['Description'] = 'A simple animal skin processed for indoor use.',
                            ['level6'] = {},
        },
                            ['level7'] = {'[[Cutting Edge Cooking Modern Upgrade]]'},
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Derpy Hat'] = {
                    ['ID'] = 'DerpyHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Dorky sombrero that doesn\'t fit anyone. You feel embarrassed to wear it.',
        },
        ['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.',
        },
        ['Dev Paint Tool'] = {
                    ['ID'] = 'DevPaintToolItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Paint tool! It paints with some developer features.',
        },
        ['Dev Tool'] = {
                    ['ID'] = 'DevtoolItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'DOES CHEATER THINGS THROUGH CHEATING POWERS!',
        },
        ['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.',
        },
        ['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.',
        },
        ['Dirt Ramp'] = {
                    ['ID'] = 'DirtRampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Road Items',
                    ['Description'] = '4 x 1 Dirt Ramp.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Dowel'] = {
                    ['ID'] = 'DowelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Dowels used for construction.',
        },
        ['Dried Fish'] = {
                    ['ID'] = 'DriedFishItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leaving it outdoors somehow made it more digestible.',
        },
        ['Dried Meat'] = {
                    ['ID'] = 'DriedMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leaving it outdoors somehow made it more digestible.',
        },
        ['Dumpster Compost'] = {
                    ['ID'] = 'DumpsterCompostItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Dumpster Garbage'] = {
                    ['ID'] = 'DumpsterGarbageItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Dumpster Recycle'] = {
                    ['ID'] = 'DumpsterRecycleItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Dwarf Willow Seed'] = {
                    ['ID'] = 'DwarfWillowSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow dwarf willow.',
        },
        ['Dwarf Willow Seed Pack'] = {
                    ['ID'] = 'DwarfWillowSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow dwarf willow.',
        },
        ['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.)',
        },
        ['Easel'] = {
                    ['ID'] = 'EaselItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An interactive stand allowing paintings to be created using art supplies.',
        },
        ['Ecko Statue'] = {
                    ['ID'] = 'EckoStatueItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A statue of a dolphin. What could it mean?',
        },
        ['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.',
        },
        ['Economy Viewer'] = {
                    ['ID'] = 'EconomyViewerItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Actionbar Items',
                    ['Description'] = 'Displays the citizen-run economy across the world.',
        },
        ['Ecoylent'] = {
                    ['ID'] = 'EcoylentItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'A complete meal replacement solution.',
        },
        ['Egyptian Canoe'] = {
                    ['ID'] = 'EgyptianCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small Canoe for hauling minimal loads.',
        },
        ['Election Poster'] = {
                    ['ID'] = 'ElectionPosterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A poster for the wall.',
        },
        ['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.',
        },
        ['Electric Machinist Table'] = {
                    ['ID'] = 'ElectricMachinistTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy toolbench that creates equally fancy toys.',
        },
        ['Electric Motor'] = {
                    ['ID'] = 'ElectricMotorItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A motor.',
        },
        ['Electric Planer'] = {
                    ['ID'] = 'ElectricPlanerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A sander and a jointer rolled into one.',
        },
        ['Electric Stamping Press'] = {
                    ['ID'] = 'ElectricStampingPressItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool for shaping or cutting metal by deforming it with a die.',
        },
        ['Electric Wall Lamp'] = {
                    ['ID'] = 'ElectricWallLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wall mounted lamp that requires electricity to turn on.',
        },
        ['Electric Water Pump'] = {
                    ['ID'] = 'ElectricWaterPumpItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Pumps water from a source into a pipe network.',
         },
         },
         ['Electronics'] = {
         ['Electronics'] = {
                     ['untranslated'] = 'Electronics',
                     ['ID'] = 'ElectronicsSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Electronics improve the recipes for many advanced materials needed for advanced technology. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'ElectronicsSkill',
                     ['Description'] = 'Electronics improves the recipes for many advanced materials needed for advanced technology. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '801',
        },
                     ['maxLevel'] = '7',
        ['Electronics Assembly'] = {
                     ['root'] = false,
                     ['ID'] = 'ElectronicsAssemblyItem',
                     ['rootSkill'] = '[[Engineer]]',
                     ['Category'] = 'WorldObject',
                    ['specialty'] = true,
                     ['Group'] = 'World Object',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'A set of machinery to create electronics.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Electronics Skill Book'] = {
                     ['specialtySkillBook'] = '[[Electronics Skill Book]]',
                     ['ID'] = 'ElectronicsSkillBook',
                     ['specialtySkillScroll'] = '[[Electronics Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Books',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Electronics Focused Speed Talent]]', '[[Electronics Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Electronics Frugal Req Talent]]'},
        ['Electronics Skill Scroll'] = {
                            },
                     ['ID'] = 'ElectronicsSkillScroll',
                     ['benefits'] = {
                     ['Category'] = 'Hidden/Research',
                            ['level1'] = {
                     ['Group'] = 'Skill Scrolls',
                                    {'[[Advanced Circuit]]', 'Decreases', 'calories of labor', '70'},
                    ['Description'] = '',
                                    {'[[Basic Circuit]]', 'Decreases', 'calories of labor', '35'},
        },
                                    {'[[Electric Motor]]', 'Decreases', 'calories of labor', '300'},
        ['Electronics Upgrade'] = {
                                    {'[[Gold Flakes]]', 'Decreases', 'calories of labor', '60'},
                    ['ID'] = 'ElectronicsUpgradeItem',
                                    {'[[Light Bulb]]', 'Decreases', 'calories of labor', '50'},
                     ['Category'] = 'Efficiency Modules',
                                    {'[[Substrate]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'Upgrade',
                                    {'[[Electronics Modern Upgrade]]', 'Decreases', 'calories of labor', '7500'},
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.',
                                    {'[[Modern Upgrade 3]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Computer Lab]]', 'Decreases', 'calories of labor', '2500'},
        ['Elevator Call Post'] = {
                                    {'[[Electric Wall Lamp]]', 'Decreases', 'calories of labor', '100'},
                    ['ID'] = 'ElevatorCallPostItem',
                                    {'[[Electronics Assembly]]', 'Decreases', 'calories of labor', '250'},
                    ['Category'] = 'WorldObject',
                                    {'[[Froth Floatation Cell]]', 'Decreases', 'calories of labor', '100'},
                    ['Group'] = 'World Object',
                                    {'[[Jaw Crusher]]', 'Decreases', 'calories of labor', '1000'},
                    ['Description'] = 'Used to call a nearby elevator.',
                                    {'[[Laboratory]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Laser]]', 'Decreases', 'calories of labor', '750'},
        ['Elk Carcass'] = {
                                    {'[[Modern Double Street Light]]', 'Decreases', 'calories of labor', '115'},
                    ['ID'] = 'ElkCarcassItem',
                                    {'[[Modern Street Light]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = '_None',
                                    {'[[Robotic Assembly Line]]', 'Decreases', 'calories of labor', '1000'},
                    ['Group'] = 'Items',
                                    {'[[Solar Generator]]', 'Decreases', 'calories of labor', '500'},
                    ['Description'] = 'A dead elk.',
                                    {'[[Steel Ceiling Light]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Steel Floor Lamp]]', 'Decreases', 'calories of labor', '100'},
        ['Elk Mount'] = {
                                    {'[[Steel Table Lamp]]', 'Decreases', 'calories of labor', '100'},
                    ['ID'] = 'ElkMountItem',
                                    {'[[Streetlamp]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'WorldObject',
                                    {'[[Transmission Pole]]', 'Decreases', 'calories of labor', '400'},
                    ['Group'] = 'World Object',
                                    {'[[Wind Turbine]]', 'Decreases', 'calories of labor', '1000'},
                    ['Description'] = 'A hunting trophy for your house.',
                                    },
        },
                            ['level2'] = {
        ['Elk Skypiercer'] = {
                                    {'[[Advanced Circuit]]', 'Decreases', 'calories of labor', '63'},
                    ['ID'] = 'ElkSkypiercerItem',
                                    {'[[Basic Circuit]]', 'Decreases', 'calories of labor', '31.5'},
                    ['Category'] = 'Hidden',
                                    {'[[Electric Motor]]', 'Decreases', 'calories of labor', '270'},
                    ['Group'] = 'World Object',
                                    {'[[Gold Flakes]]', 'Decreases', 'calories of labor', '54'},
                    ['Description'] = 'You can hear the faint cries of Ecko when this mythical elk antler is held aloft.',
                                    {'[[Light Bulb]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Substrate]]', 'Decreases', 'calories of labor', '45'},
        ['Elk Taco'] = {
                                    {'[[Electronics Modern Upgrade]]', 'Decreases', 'calories of labor', '6750'},
                    ['ID'] = 'ElkTacoItem',
                                    {'[[Modern Upgrade 3]]', 'Decreases', 'calories of labor', '90'},
                    ['Category'] = '_None',
                                    {'[[Computer Lab]]', 'Decreases', 'calories of labor', '2250'},
                    ['Group'] = 'Food',
                                    {'[[Electric Wall Lamp]]', 'Decreases', 'calories of labor', '90'},
                    ['Description'] = 'A tasty treat made from corn tortillas and meat.',
                                    {'[[Electronics Assembly]]', 'Decreases', 'calories of labor', '225'},
        },
                                    {'[[Froth Floatation Cell]]', 'Decreases', 'calories of labor', '90'},
        ['Elk Wellington'] = {
                                    {'[[Jaw Crusher]]', 'Decreases', 'calories of labor', '900'},
                    ['ID'] = 'ElkWellingtonItem',
                                    {'[[Laboratory]]', 'Decreases', 'calories of labor', '90'},
                    ['Category'] = '_None',
                                    {'[[Laser]]', 'Decreases', 'calories of labor', '675'},
                    ['Group'] = 'Food',
                                    {'[[Modern Double Street Light]]', 'Decreases', 'calories of labor', '103.5'},
                    ['Description'] = 'A prime cut of meat surrounded by pastry.',
                                    {'[[Modern Street Light]]', 'Decreases', 'calories of labor', '90'},
        },
                                    {'[[Robotic Assembly Line]]', 'Decreases', 'calories of labor', '900'},
        ['Embassy Desk'] = {
                                    {'[[Solar Generator]]', 'Decreases', 'calories of labor', '450'},
                    ['ID'] = 'EmbassyDeskItem',
                                    {'[[Steel Ceiling Light]]', 'Decreases', 'calories of labor', '90'},
                    ['Category'] = 'WorldObject',
                                    {'[[Steel Floor Lamp]]', 'Decreases', 'calories of labor', '90'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Table Lamp]]', 'Decreases', 'calories of labor', '90'},
                    ['Description'] = 'Where papers are signed and foreign affairs are settled.(Allows the settlement to enable hostile takeovers)',
                                    {'[[Streetlamp]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Transmission Pole]]', 'Decreases', 'calories of labor', '360'},
                                    {'[[Wind Turbine]]', 'Decreases', 'calories of labor', '900'},
                                    },
                            ['level3'] = {
                                    {'[[Advanced Circuit]]', 'Decreases', 'calories of labor', '56'},
                                    {'[[Basic Circuit]]', 'Decreases', 'calories of labor', '28'},
                                    {'[[Electric Motor]]', 'Decreases', 'calories of labor', '240'},
                                    {'[[Gold Flakes]]', 'Decreases', 'calories of labor', '48'},
                                    {'[[Light Bulb]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Substrate]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Electronics Modern Upgrade]]', 'Decreases', 'calories of labor', '6000'},
                                    {'[[Modern Upgrade 3]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Computer Lab]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Electric Wall Lamp]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Electronics Assembly]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Froth Floatation Cell]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Jaw Crusher]]', 'Decreases', 'calories of labor', '800'},
                                    {'[[Laboratory]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Laser]]', 'Decreases', 'calories of labor', '600'},
                                    {'[[Modern Double Street Light]]', 'Decreases', 'calories of labor', '92'},
                                    {'[[Modern Street Light]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Robotic Assembly Line]]', 'Decreases', 'calories of labor', '800'},
                                    {'[[Solar Generator]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Steel Ceiling Light]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Steel Floor Lamp]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Steel Table Lamp]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Streetlamp]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Transmission Pole]]', 'Decreases', 'calories of labor', '320'},
                                    {'[[Wind Turbine]]', 'Decreases', 'calories of labor', '800'},
                                    },
                            ['level4'] = {
                                    {'[[Advanced Circuit]]', 'Decreases', 'calories of labor', '49'},
                                    {'[[Basic Circuit]]', 'Decreases', 'calories of labor', '24.5'},
                                    {'[[Electric Motor]]', 'Decreases', 'calories of labor', '210'},
                                    {'[[Gold Flakes]]', 'Decreases', 'calories of labor', '42'},
                                    {'[[Light Bulb]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Substrate]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Electronics Modern Upgrade]]', 'Decreases', 'calories of labor', '5250'},
                                    {'[[Modern Upgrade 3]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Computer Lab]]', 'Decreases', 'calories of labor', '1750'},
                                    {'[[Electric Wall Lamp]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Electronics Assembly]]', 'Decreases', 'calories of labor', '175'},
                                    {'[[Froth Floatation Cell]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Jaw Crusher]]', 'Decreases', 'calories of labor', '700'},
                                    {'[[Laboratory]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Laser]]', 'Decreases', 'calories of labor', '525'},
                                    {'[[Modern Double Street Light]]', 'Decreases', 'calories of labor', '80.5'},
                                    {'[[Modern Street Light]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Robotic Assembly Line]]', 'Decreases', 'calories of labor', '700'},
                                    {'[[Solar Generator]]', 'Decreases', 'calories of labor', '350'},
                                    {'[[Steel Ceiling Light]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Steel Floor Lamp]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Steel Table Lamp]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Streetlamp]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Transmission Pole]]', 'Decreases', 'calories of labor', '280'},
                                    {'[[Wind Turbine]]', 'Decreases', 'calories of labor', '700'},
                                    },
                            ['level5'] = {
                                    {'[[Advanced Circuit]]', 'Decreases', 'calories of labor', '42'},
                                    {'[[Basic Circuit]]', 'Decreases', 'calories of labor', '21'},
                                    {'[[Electric Motor]]', 'Decreases', 'calories of labor', '180'},
                                    {'[[Gold Flakes]]', 'Decreases', 'calories of labor', '36'},
                                    {'[[Light Bulb]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Substrate]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Electronics Modern Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                                    {'[[Modern Upgrade 3]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Computer Lab]]', 'Decreases', 'calories of labor', '1500'},
                                    {'[[Electric Wall Lamp]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Electronics Assembly]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Froth Floatation Cell]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Jaw Crusher]]', 'Decreases', 'calories of labor', '600'},
                                    {'[[Laboratory]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Laser]]', 'Decreases', 'calories of labor', '450'},
                                    {'[[Modern Double Street Light]]', 'Decreases', 'calories of labor', '69'},
                                    {'[[Modern Street Light]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Robotic Assembly Line]]', 'Decreases', 'calories of labor', '600'},
                                    {'[[Solar Generator]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Steel Ceiling Light]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Steel Floor Lamp]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Steel Table Lamp]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Streetlamp]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Transmission Pole]]', 'Decreases', 'calories of labor', '240'},
                                    {'[[Wind Turbine]]', 'Decreases', 'calories of labor', '600'},
                                    },
                            ['level6'] = {
                                    {'[[Advanced Circuit]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Basic Circuit]]', 'Decreases', 'calories of labor', '17.5'},
                                    {'[[Electric Motor]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Gold Flakes]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Light Bulb]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Substrate]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Electronics Modern Upgrade]]', 'Decreases', 'calories of labor', '3750'},
                                    {'[[Modern Upgrade 3]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Computer Lab]]', 'Decreases', 'calories of labor', '1250'},
                                    {'[[Electric Wall Lamp]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Electronics Assembly]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Froth Floatation Cell]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Jaw Crusher]]', 'Decreases', 'calories of labor', '500'},
                                    {'[[Laboratory]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Laser]]', 'Decreases', 'calories of labor', '375'},
                                    {'[[Modern Double Street Light]]', 'Decreases', 'calories of labor', '57.5'},
                                    {'[[Modern Street Light]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Robotic Assembly Line]]', 'Decreases', 'calories of labor', '500'},
                                    {'[[Solar Generator]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Steel Ceiling Light]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Steel Floor Lamp]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Steel Table Lamp]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Streetlamp]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Transmission Pole]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Wind Turbine]]', 'Decreases', 'calories of labor', '500'},
                                    },
                            ['level7'] = {
                                    {'[[Advanced Circuit]]', 'Decreases', 'calories of labor', '28'},
                                    {'[[Basic Circuit]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Electric Motor]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Gold Flakes]]', 'Decreases', 'calories of labor', '24'},
                                    {'[[Light Bulb]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Substrate]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Electronics Modern Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                                    {'[[Modern Upgrade 3]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Computer Lab]]', 'Decreases', 'calories of labor', '1000'},
                                    {'[[Electric Wall Lamp]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Electronics Assembly]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Froth Floatation Cell]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Jaw Crusher]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Laboratory]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Laser]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Modern Double Street Light]]', 'Decreases', 'calories of labor', '46'},
                                    {'[[Modern Street Light]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Robotic Assembly Line]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Solar Generator]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Steel Ceiling Light]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Steel Floor Lamp]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Steel Table Lamp]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Streetlamp]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Transmission Pole]]', 'Decreases', 'calories of labor', '160'},
                                    {'[[Wind Turbine]]', 'Decreases', 'calories of labor', '400'},
                                    },
                            },
                    ['recipes'] =  {
                            ['level0'] = {},
                            ['level1'] = {'[[Basic Circuit]]', '[[Computer Lab]]', '[[Electric Motor]]', '[[Electric Wall Lamp]]', '[[Electronics Assembly]]', '[[Froth Floatation Cell]]', '[[Gold Flakes]]', '[[Jaw Crusher]]', '[[Laboratory]]', '[[Laser]]', '[[Light Bulb]]', '[[Robotic Assembly Line]]', '[[Solar Generator]]', '[[Steel Ceiling Light]]', '[[Substrate]]', '[[Wind Turbine]]'},
                            ['level2'] = {'[[Advanced Circuit]]', '[[Steel Floor Lamp]]', '[[Steel Table Lamp]]'},
                            ['level3'] = {},
                            ['level4'] = {'[[Transmission Pole]]'},
                            ['level5'] = {'[[Modern Double Street Light]]', '[[Modern Street Light]]', '[[Modern Upgrade 3]]', '[[Streetlamp]]'},
                            ['level6'] = {},
                            ['level7'] = {'[[Electronics Modern Upgrade]]'},
                            },
         },
         },
         ['Engineer'] = {
         ['Engineer'] = {
                     ['untranslated'] = 'Engineer',
                     ['ID'] = 'EngineerSkill',
                     ['title'] = 'Engineer',
                    ['Category'] = '_None',
                     ['description'] = 'Engineers use the materials created by other professions to create cutting edge technology that paves the way for technological advancement.',
                     ['Group'] = 'Skills',
                     ['skillID'] = 'EngineerSkill',
                     ['Description'] = 'Engineers use the materials created by other professions to create cutting edge technology that paves the way for technological advancement.',
                     ['skillIDNum'] = '804',
        },
                     ['maxLevel'] = '7',
        ['Engineer Sign'] = {
                     ['root'] = true,
                    ['ID'] = 'EngineerSignItem',
                     ['rootSkill'] = nil,
                    ['Category'] = 'WorldObject',
                     ['specialty'] = true,
                     ['Group'] = 'World Object',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'A helpful sign for advertisements along the road.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = {'[[Basic Engineering]]','[[Electronics]]','[[Industry]]','[[Mechanics]]','[[Oil Drilling]]'},
        ['Engineering Research Paper Advanced'] = {
                     ['specialtySkillBook'] = nil,
                     ['ID'] = 'EngineeringResearchPaperAdvancedItem',
                     ['specialtySkillScroll'] = nil,
                     ['Category'] = '_None',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Items',
                     ['talents'] = nil,
                     ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                     ['benefits'] = {
        },
                            ['level1'] = {},
        ['Engineering Research Paper Modern'] = {
                            ['level2'] = {},
                    ['ID'] = 'EngineeringResearchPaperModernItem',
                            ['level3'] = {},
                     ['Category'] = '_None',
                            ['level4'] = {},
                     ['Group'] = 'Items',
                            ['level5'] = {},
                     ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                            ['level6'] = {},
        },
                            ['level7'] = {},
        ['Epoxy'] = {
                            },
                    ['ID'] = 'EpoxyItem',
                     ['recipes'] = nil,
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A useful material for hardening, curing, and other various uses.',
        },
        ['Ethanol'] = {
                    ['ID'] = 'EthanolItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A material used to make biodiesel. Not suitable for food.',
        },
        ['Excavator'] = {
                    ['ID'] = 'ExcavatorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Like a Skid Steer but more versatile. Great for high slope excavation.',
        },
        ['Executive Office'] = {
                    ['ID'] = 'ExecutiveOfficeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Elected officials can perform one-time executive actions here.',
        },
        ['Experienced Farmhand: Gathering'] = {
                    ['ID'] = 'GatheringExperiencedFarmhandTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the yield of farmed plants by 20 percent.',
        },
        ['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%)',
        },
        ['Explorer Gloves'] = {
                    ['ID'] = 'ExplorerGlovesItem',
                     ['Category'] = '_None',
                     ['Group'] = 'Avatar Part',
                     ['Description'] = 'Sturdy gloves comfortably lined with cotton for extra insulation against the elements.',
        },
        ['Explorer Hat'] = {
                    ['ID'] = 'ExplorerHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A classic adventuring hat protecting you from the unknown.',
        },
        ['Explorer Pants'] = {
                    ['ID'] = 'ExplorerPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Reinforced pants for exploring but still be fashionable.',
        },
        ['Explorer Shirt'] = {
                    ['ID'] = 'ExplorerShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A simple white shirt with a tie and a colorable vest.',
        },
        ['Extruder'] = {
                    ['ID'] = 'ExtruderItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Fancy Hewn Door'] = {
                    ['ID'] = 'FancyHewnDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
        },
        ['Fantastic Forest Pizza'] = {
                    ['ID'] = 'FantasticForestPizzaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leaves you full and lively.',
        },
        ['Far East Lumber'] = {
                    ['ID'] = 'FarEastLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                     ['Description'] = 'Can be fashioned into various usable equipment.',
         },
         },
         ['Farmer'] = {
         ['Farmer'] = {
                     ['untranslated'] = 'Farmer',
                     ['ID'] = 'FarmerSkill',
                     ['title'] = 'Farmer',
                    ['Category'] = '_None',
                     ['description'] = 'Farmers specialize in all aspects of agriculture. The crops they produce are a primary source of the calories needed to perform work.',
                     ['Group'] = 'Skills',
                     ['skillID'] = 'FarmerSkill',
                     ['Description'] = 'Farmers specialize in all aspects of agriculture. The crops they produce are a primary source of the calories needed to perform work.',
                     ['skillIDNum'] = '805',
        },
                     ['maxLevel'] = '7',
        ['Farmer Boots'] = {
                     ['root'] = true,
                     ['ID'] = 'FarmerBootsItem',
                     ['rootSkill'] = nil,
                     ['Category'] = '_None',
                     ['specialty'] = true,
                     ['Group'] = 'Avatar Part',
                     ['specialtySkill'] = nil,
                     ['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%)',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = {'[[Farming]]','[[Fertilizers]]','[[Gathering]]','[[Milling]]'},
        ['Farmer Gloves'] = {
                     ['specialtySkillBook'] = nil,
                     ['ID'] = 'FarmerGlovesItem',
                     ['specialtySkillScroll'] = nil,
                     ['Category'] = '_None',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Avatar Part',
                     ['talents'] = nil,
                     ['Description'] = 'Water-resistant nylon gloves with textured palms for increased grip.',
                    ['benefits'] = {
        },
                            ['level1'] = {},
        ['Farmer Hat'] = {
                            ['level2'] = {},
                     ['ID'] = 'FarmerHatItem',
                            ['level3'] = {},
                    ['Category'] = '_None',
                            ['level4'] = {},
                    ['Group'] = 'Avatar Part',
                            ['level5'] = {},
                    ['Description'] = ' A wide-brimmed straw hat designed to provide protection from the sun.',
                            ['level6'] = {},
        },
                            ['level7'] = {},
        ['Farmer Overalls'] = {
                            },
                    ['ID'] = 'FarmerOverallsItem',
                     ['recipes'] = nil,
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Comfortable denim overalls to help with the frequent bending over that comes with farm work.',
        },
        ['Farmer Shirt'] = {
                     ['ID'] = 'FarmerShirtItem',
                     ['Category'] = '_None',
                     ['Group'] = 'Avatar Part',
                     ['Description'] = ' A long-sleeved flannel shirt that is often worn when working outdoors.',
        },
        ['Farmer Sign'] = {
                    ['ID'] = 'FarmerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Farmers Table'] = {
                    ['ID'] = 'FarmersTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                     ['Description'] = 'A basic workspace for crafting fertilizer and extracting seeds from crops.',
         },
         },
         ['Farming'] = {
         ['Farming'] = {
                     ['untranslated'] = 'Farming',
                     ['ID'] = 'FarmingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'The art of planting and cultivating flora. Level by crafting related recipes and using the hoe.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'FarmingSkill',
                     ['Description'] = 'The art of planting and cultivating flora. Levels up by crafting related recipes and using the hoe.',
                     ['skillIDNum'] = '806',
        },
                     ['maxLevel'] = '7',
        ['Farming Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'FarmingSkillBook',
                     ['rootSkill'] = '[[Farmer]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Farming Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Farming Skill Book]]',
                     ['ID'] = 'FarmingSkillScroll',
                     ['specialtySkillScroll'] = '[[Farming Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Farming Focused Speed Talent]]', '[[Farming Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Farming Frugal Req Talent]]'},
        ['Farming Upgrade'] = {
                            },
                     ['ID'] = 'FarmingUpgradeItem',
                     ['benefits'] = {
                     ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                     ['Group'] = 'Upgrade',
                                    {'[[Iron Hoe]]', 'Decreases', 'calorie consumption', '13.6'},
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Farming recipes.',
                                    {'[[Modern Hoe]]', 'Decreases', 'calorie consumption', '8'},
        },
                                    {'[[Steel Hoe]]', 'Decreases', 'calorie consumption', '12'},
        ['Federation Claim Stake'] = {
                                    {'[[Wooden Hoe]]', 'Decreases', 'calorie consumption', '16'},
                    ['ID'] = 'FederationClaimStakeItem',
                                    {'[[Agriculture Research Paper Advanced]]', 'Decreases', 'calories of labor', '200'},
                     ['Category'] = 'WorldObject',
                                    {'[[Agriculture Research Paper Modern]]', 'Decreases', 'calories of labor', '500'},
                    ['Group'] = 'World Object',
                                    {'[[Farming Basic Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['Description'] = '',
                                    {'[[Agave Seed]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Amanita Mushroom Spores]]', 'Decreases', 'calories of labor', '10'},
        ['Federation Foundation'] = {
                                    {'[[Beet Seed]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'FederationFoundationItem',
                                    {'[[Bolete Mushroom Spores]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = 'WorldObject',
                                    {'[[Cookeina Mushroom Spores]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'World Object',
                                    {'[[Corn Seed]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'A leap into globalization and a united federation.',
                                    {'[[Crimini Mushroom Spores]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Fern Spore]]', 'Decreases', 'calories of labor', '10'},
        ['Feminine Mannequin'] = {
                                    {'[[Fireweed Seed]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'FeminineMannequinItem',
                                    {'[[Huckleberry Seed]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = 'Hidden',
                                    {'[[Papaya Seed]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'World Object',
                                    {'[[Pineapple Seed]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = '',
                                    {'[[Prickly Pear Seed]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Pumpkin Seed]]', 'Decreases', 'calories of labor', '10'},
        ['Fern Campfire Salad'] = {
                                    {'[[Taro Seed]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'FernCampfireSaladItem',
                                    {'[[Tomato Seed]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = '_None',
                                    {'[[Wheat Seed]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Food',
                                    {'[[Farmers Table]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
                                    {'[[Salt Basket]]', 'Decreases', 'calories of labor', '80'},
        },
                                    },
        ['Fern Spore'] = {
                            ['level2'] = {
                    ['ID'] = 'FernSporeItem',
                                    {'[[Iron Hoe]]', 'Decreases', 'calorie consumption', '12.75'},
                    ['Category'] = '_None',
                                    {'[[Modern Hoe]]', 'Decreases', 'calorie consumption', '7.5'},
                    ['Group'] = 'Food',
                                    {'[[Steel Hoe]]', 'Decreases', 'calorie consumption', '11.25'},
                    ['Description'] = 'Plant to grow ferns.',
                                    {'[[Wooden Hoe]]', 'Decreases', 'calorie consumption', '15'},
        },
                                    {'[[Agriculture Research Paper Advanced]]', 'Decreases', 'calories of labor', '180'},
        ['Fern Spore Pack'] = {
                                    {'[[Agriculture Research Paper Modern]]', 'Decreases', 'calories of labor', '450'},
                    ['ID'] = 'FernSporePackItem',
                                    {'[[Farming Basic Upgrade]]', 'Decreases', 'calories of labor', '2250'},
                    ['Category'] = 'Hidden',
                                    {'[[Agave Seed]]', 'Decreases', 'calories of labor', '9'},
                    ['Group'] = 'Items',
                                    {'[[Amanita Mushroom Spores]]', 'Decreases', 'calories of labor', '9'},
                    ['Description'] = 'Plant to grow ferns.',
                                    {'[[Beet Seed]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Bolete Mushroom Spores]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Cookeina Mushroom Spores]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Corn Seed]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Crimini Mushroom Spores]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Fern Spore]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Fireweed Seed]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Huckleberry Seed]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Papaya Seed]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Pineapple Seed]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Prickly Pear Seed]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Pumpkin Seed]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Taro Seed]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Tomato Seed]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Wheat Seed]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Farmers Table]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Salt Basket]]', 'Decreases', 'calories of labor', '72'},
                                    },
                            ['level3'] = {
                                    {'[[Iron Hoe]]', 'Decreases', 'calorie consumption', '11.9'},
                                    {'[[Modern Hoe]]', 'Decreases', 'calorie consumption', '7'},
                                    {'[[Steel Hoe]]', 'Decreases', 'calorie consumption', '10.5'},
                                    {'[[Wooden Hoe]]', 'Decreases', 'calorie consumption', '14'},
                                    {'[[Agriculture Research Paper Advanced]]', 'Decreases', 'calories of labor', '160'},
                                    {'[[Agriculture Research Paper Modern]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Farming Basic Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Agave Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Amanita Mushroom Spores]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Beet Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Bolete Mushroom Spores]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Cookeina Mushroom Spores]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Corn Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Crimini Mushroom Spores]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Fern Spore]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Fireweed Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Huckleberry Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Papaya Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Pineapple Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Prickly Pear Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Pumpkin Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Taro Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Tomato Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Wheat Seed]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Farmers Table]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Salt Basket]]', 'Decreases', 'calories of labor', '64'},
                                    },
                            ['level4'] = {
                                    {'[[Iron Hoe]]', 'Decreases', 'calorie consumption', '11.05'},
                                    {'[[Modern Hoe]]', 'Decreases', 'calorie consumption', '6.5'},
                                    {'[[Steel Hoe]]', 'Decreases', 'calorie consumption', '9.75'},
                                    {'[[Wooden Hoe]]', 'Decreases', 'calorie consumption', '13'},
                                    {'[[Agriculture Research Paper Advanced]]', 'Decreases', 'calories of labor', '140'},
                                    {'[[Agriculture Research Paper Modern]]', 'Decreases', 'calories of labor', '350'},
                                    {'[[Farming Basic Upgrade]]', 'Decreases', 'calories of labor', '1750'},
                                    {'[[Agave Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Amanita Mushroom Spores]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Beet Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Bolete Mushroom Spores]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Cookeina Mushroom Spores]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Corn Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Crimini Mushroom Spores]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Fern Spore]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Fireweed Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Huckleberry Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Papaya Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Pineapple Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Prickly Pear Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Pumpkin Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Taro Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Tomato Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Wheat Seed]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Farmers Table]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Salt Basket]]', 'Decreases', 'calories of labor', '56'},
                                    },
                            ['level5'] = {
                                    {'[[Iron Hoe]]', 'Decreases', 'calorie consumption', '10.2'},
                                    {'[[Modern Hoe]]', 'Decreases', 'calorie consumption', '6'},
                                    {'[[Steel Hoe]]', 'Decreases', 'calorie consumption', '9'},
                                    {'[[Wooden Hoe]]', 'Decreases', 'calorie consumption', '12'},
                                    {'[[Agriculture Research Paper Advanced]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Agriculture Research Paper Modern]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Farming Basic Upgrade]]', 'Decreases', 'calories of labor', '1500'},
                                    {'[[Agave Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Amanita Mushroom Spores]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Beet Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Bolete Mushroom Spores]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Cookeina Mushroom Spores]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Corn Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Crimini Mushroom Spores]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Fern Spore]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Fireweed Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Huckleberry Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Papaya Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Pineapple Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Prickly Pear Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Pumpkin Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Taro Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Tomato Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Wheat Seed]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Farmers Table]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Salt Basket]]', 'Decreases', 'calories of labor', '48'},
                                    },
                            ['level6'] = {
                                    {'[[Iron Hoe]]', 'Decreases', 'calorie consumption', '9.35'},
                                    {'[[Modern Hoe]]', 'Decreases', 'calorie consumption', '5.5'},
                                    {'[[Steel Hoe]]', 'Decreases', 'calorie consumption', '8.25'},
                                    {'[[Wooden Hoe]]', 'Decreases', 'calorie consumption', '11'},
                                    {'[[Agriculture Research Paper Advanced]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Agriculture Research Paper Modern]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Farming Basic Upgrade]]', 'Decreases', 'calories of labor', '1250'},
                                    {'[[Agave Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Amanita Mushroom Spores]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Beet Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Bolete Mushroom Spores]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Cookeina Mushroom Spores]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Corn Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Crimini Mushroom Spores]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Fern Spore]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Fireweed Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Huckleberry Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Papaya Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Pineapple Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Prickly Pear Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Pumpkin Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Taro Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Tomato Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Wheat Seed]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Farmers Table]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Salt Basket]]', 'Decreases', 'calories of labor', '40'},
                                    },
                            ['level7'] = {
                                    {'[[Iron Hoe]]', 'Decreases', 'calorie consumption', '8.5'},
                                    {'[[Modern Hoe]]', 'Decreases', 'calorie consumption', '5'},
                                    {'[[Steel Hoe]]', 'Decreases', 'calorie consumption', '7.5'},
                                    {'[[Wooden Hoe]]', 'Decreases', 'calorie consumption', '10'},
                                    {'[[Agriculture Research Paper Advanced]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Agriculture Research Paper Modern]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Farming Basic Upgrade]]', 'Decreases', 'calories of labor', '1000'},
                                    {'[[Agave Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Amanita Mushroom Spores]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Beet Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Bolete Mushroom Spores]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Cookeina Mushroom Spores]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Corn Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Crimini Mushroom Spores]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Fern Spore]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Fireweed Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Huckleberry Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Papaya Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Pineapple Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Prickly Pear Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Pumpkin Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Taro Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Tomato Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Wheat Seed]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Farmers Table]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Salt Basket]]', 'Decreases', 'calories of labor', '32'},
                                    },
                            },
                    ['recipes'] =  {
                            ['level0'] = {'[[Agriculture Research Paper Advanced]]', '[[Agriculture Research Paper Modern]]'},
                            ['level1'] = {'[[Agave Seed]]', '[[Amanita Mushroom Spores]]', '[[Beet Seed]]', '[[Bolete Mushroom Spores]]', '[[Cookeina Mushroom Spores]]', '[[Corn Seed]]', '[[Crimini Mushroom Spores]]', '[[Farmers Table]]', '[[Fern Spore]]', '[[Fertilizers Skill Book]]', '[[Fireweed Seed]]', '[[Huckleberry Seed]]', '[[Milling Skill Book]]', '[[Papaya Seed]]', '[[Pineapple Seed]]', '[[Prickly Pear Seed]]', '[[Pumpkin Seed]]', '[[Taro Seed]]', '[[Tomato Seed]]', '[[Wheat Seed]]'},
                            ['level2'] = {},
                            ['level3'] = {'[[Salt Basket]]'},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {'[[Farming Basic Upgrade]]'},
                            },
         },
         },
         ['Fertilizers'] = {
         ['Fertilizers'] = {
                     ['untranslated'] = 'Fertilizers',
                     ['ID'] = 'FertilizersSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Adding additional nutrients to the soil can improve farming yield or, if overdone, ruin it. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'FertilizersSkill',
                     ['Description'] = 'Adding additional nutrients to the soil can improve farming yield or, if overdone, ruin it. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '809',
        },
                     ['maxLevel'] = '7',
        ['Fertilizers Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'FertilizersSkillBook',
                     ['rootSkill'] = '[[Farmer]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Fertilizers Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Fertilizers Skill Book]]',
                     ['ID'] = 'FertilizersSkillScroll',
                     ['specialtySkillScroll'] = '[[Fertilizers Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Fertilizers Focused Speed Talent]]', '[[Fertilizers Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Fertilizers Frugal Req Talent]]'},
        ['Fertilizers Upgrade'] = {
                            },
                     ['ID'] = 'FertilizersUpgradeItem',
                     ['benefits'] = {
                     ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                     ['Group'] = 'Upgrade',
                                    {'[[Berry Extract Fertilizer]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.',
                                    {'[[Blood Meal Fertilizer]]', 'Decreases', 'calories of labor', '12.5'},
        },
                                    {'[[Camas Ash Fertilizer]]', 'Decreases', 'calories of labor', '12.5'},
        ['Fiber Filler'] = {
                                    {'[[Composite Filler]]', 'Decreases', 'calories of labor', '12.5'},
                    ['ID'] = 'FiberFillerItem',
                                    {'[[Compost Fertilizer]]', 'Decreases', 'calories of labor', '12.5'},
                     ['Category'] = 'Tool',
                                    {'[[Fiber Filler]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Group'] = 'Items',
                                    {'[[Hide Ash Fertilizer]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Description'] = 'A filler ingredient used in a variety of fertilizers.',
                                    {'[[Pelt Fertilizer]]', 'Decreases', 'calories of labor', '12.5'},
        },
                                    {'[[Phosphate Fertilizer]]', 'Decreases', 'calories of labor', '12.5'},
        ['Fiber Scutching Station'] = {
                                    {'[[Pulp Filler]]', 'Decreases', 'calories of labor', '12.5'},
                    ['ID'] = 'FiberScutchingStationItem',
                                    {'[[Soil Sampler]]', 'Decreases', 'calories of labor', '25'},
                    ['Category'] = 'WorldObject',
                                    {'[[Fertilizers Basic Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                    ['Group'] = 'World Object',
                                    },
                    ['Description'] = 'A group of different tools used in the processing of plant based cloth products. Excellent for a renaissance fair display.',
                            ['level2'] = {
        },
                                    {'[[Berry Extract Fertilizer]]', 'Decreases', 'calories of labor', '11.25'},
        ['Fiberglass'] = {
                                    {'[[Blood Meal Fertilizer]]', 'Decreases', 'calories of labor', '11.25'},
                    ['ID'] = 'FiberglassItem',
                                    {'[[Camas Ash Fertilizer]]', 'Decreases', 'calories of labor', '11.25'},
                    ['Category'] = '_None',
                                    {'[[Composite Filler]]', 'Decreases', 'calories of labor', '11.25'},
                    ['Group'] = 'Items',
                                    {'[[Compost Fertilizer]]', 'Decreases', 'calories of labor', '11.25'},
                    ['Description'] = 'Plastic reinforced with glass fiber strands.',
                                    {'[[Fiber Filler]]', 'Decreases', 'calories of labor', '11.25'},
        },
                                    {'[[Hide Ash Fertilizer]]', 'Decreases', 'calories of labor', '11.25'},
        ['Fiddleheads'] = {
                                    {'[[Pelt Fertilizer]]', 'Decreases', 'calories of labor', '11.25'},
                    ['ID'] = 'FiddleheadsItem',
                                    {'[[Phosphate Fertilizer]]', 'Decreases', 'calories of labor', '11.25'},
                    ['Category'] = '_None',
                                    {'[[Pulp Filler]]', 'Decreases', 'calories of labor', '11.25'},
                    ['Group'] = 'Food',
                                    {'[[Soil Sampler]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Description'] = 'A collection of the furled fronds of young ferns; a unique addition to a meal.',
                                    {'[[Fertilizers Basic Upgrade]]', 'Decreases', 'calories of labor', '4500'},
        },
                                    },
        ['Field Campfire Stew'] = {
                            ['level3'] = {
                    ['ID'] = 'FieldCampfireStewItem',
                                    {'[[Berry Extract Fertilizer]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = '_None',
                                    {'[[Blood Meal Fertilizer]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Food',
                                    {'[[Camas Ash Fertilizer]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.',
                                    {'[[Composite Filler]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Compost Fertilizer]]', 'Decreases', 'calories of labor', '10'},
        ['Filmy Fern Spore'] = {
                                    {'[[Fiber Filler]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'FilmyFernSporeItem',
                                    {'[[Hide Ash Fertilizer]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = '_None',
                                    {'[[Pelt Fertilizer]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Food',
                                    {'[[Phosphate Fertilizer]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'Plant to grow a filmy fern.',
                                    {'[[Pulp Filler]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Soil Sampler]]', 'Decreases', 'calories of labor', '20'},
        ['Filmy Fern Spore Pack'] = {
                                    {'[[Fertilizers Basic Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                    ['ID'] = 'FilmyFernSporePackItem',
                                    },
                    ['Category'] = 'Hidden',
                            ['level4'] = {
                    ['Group'] = 'Items',
                                    {'[[Berry Extract Fertilizer]]', 'Decreases', 'calories of labor', '8.75'},
                    ['Description'] = 'Plant to grow a filmy fern.',
                                    {'[[Blood Meal Fertilizer]]', 'Decreases', 'calories of labor', '8.75'},
        },
                                    {'[[Camas Ash Fertilizer]]', 'Decreases', 'calories of labor', '8.75'},
        ['Fir Log'] = {
                                    {'[[Composite Filler]]', 'Decreases', 'calories of labor', '8.75'},
                    ['ID'] = 'FirLogItem',
                                    {'[[Compost Fertilizer]]', 'Decreases', 'calories of labor', '8.75'},
                    ['Category'] = '_None',
                                    {'[[Fiber Filler]]', 'Decreases', 'calories of labor', '8.75'},
                    ['Group'] = 'Block Items',
                                    {'[[Hide Ash Fertilizer]]', 'Decreases', 'calories of labor', '8.75'},
                    ['Description'] = 'Fir log is a type of softwood with a nice piney smell.',
                                    {'[[Pelt Fertilizer]]', 'Decreases', 'calories of labor', '8.75'},
        },
                                    {'[[Phosphate Fertilizer]]', 'Decreases', 'calories of labor', '8.75'},
        ['Fir Seed'] = {
                                    {'[[Pulp Filler]]', 'Decreases', 'calories of labor', '8.75'},
                    ['ID'] = 'FirSeedItem',
                                    {'[[Soil Sampler]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Category'] = '_None',
                                    {'[[Fertilizers Basic Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                    ['Group'] = 'Food',
                                    },
                    ['Description'] = 'Plant to grow a fir tree.',
                            ['level5'] = {
        },
                                    {'[[Berry Extract Fertilizer]]', 'Decreases', 'calories of labor', '7.5'},
        ['Fir Seed Pack'] = {
                                    {'[[Blood Meal Fertilizer]]', 'Decreases', 'calories of labor', '7.5'},
                    ['ID'] = 'FirSeedPackItem',
                                    {'[[Camas Ash Fertilizer]]', 'Decreases', 'calories of labor', '7.5'},
                    ['Category'] = 'Hidden',
                                    {'[[Composite Filler]]', 'Decreases', 'calories of labor', '7.5'},
                    ['Group'] = 'Items',
                                    {'[[Compost Fertilizer]]', 'Decreases', 'calories of labor', '7.5'},
                    ['Description'] = 'Plant to grow a fir tree.',
                                    {'[[Fiber Filler]]', 'Decreases', 'calories of labor', '7.5'},
        },
                                    {'[[Hide Ash Fertilizer]]', 'Decreases', 'calories of labor', '7.5'},
        ['Fireweed Seed'] = {
                                    {'[[Pelt Fertilizer]]', 'Decreases', 'calories of labor', '7.5'},
                    ['ID'] = 'FireweedSeedItem',
                                    {'[[Phosphate Fertilizer]]', 'Decreases', 'calories of labor', '7.5'},
                    ['Category'] = '_None',
                                    {'[[Pulp Filler]]', 'Decreases', 'calories of labor', '7.5'},
                    ['Group'] = 'Food',
                                    {'[[Soil Sampler]]', 'Decreases', 'calories of labor', '15'},
                    ['Description'] = 'Plant to grow fireweed.',
                                    {'[[Fertilizers Basic Upgrade]]', 'Decreases', 'calories of labor', '3000'},
        },
                                    },
        ['Fireweed Seed Pack'] = {
                            ['level6'] = {
                    ['ID'] = 'FireweedSeedPackItem',
                                    {'[[Berry Extract Fertilizer]]', 'Decreases', 'calories of labor', '6.25'},
                    ['Category'] = 'Hidden',
                                    {'[[Blood Meal Fertilizer]]', 'Decreases', 'calories of labor', '6.25'},
                    ['Group'] = 'Items',
                                    {'[[Camas Ash Fertilizer]]', 'Decreases', 'calories of labor', '6.25'},
                    ['Description'] = 'Plant to grow fireweed.',
                                    {'[[Composite Filler]]', 'Decreases', 'calories of labor', '6.25'},
        },
                                    {'[[Compost Fertilizer]]', 'Decreases', 'calories of labor', '6.25'},
        ['Fireweed Shoots'] = {
                                    {'[[Fiber Filler]]', 'Decreases', 'calories of labor', '6.25'},
                    ['ID'] = 'FireweedShootsItem',
                                    {'[[Hide Ash Fertilizer]]', 'Decreases', 'calories of labor', '6.25'},
                    ['Category'] = '_None',
                                    {'[[Pelt Fertilizer]]', 'Decreases', 'calories of labor', '6.25'},
                    ['Group'] = 'Food',
                                    {'[[Phosphate Fertilizer]]', 'Decreases', 'calories of labor', '6.25'},
                    ['Description'] = 'A bitter, brightly colored shoot similar to asparagus.',
                                    {'[[Pulp Filler]]', 'Decreases', 'calories of labor', '6.25'},
        },
                                    {'[[Soil Sampler]]', 'Decreases', 'calories of labor', '12.5'},
        ['Fish Kites'] = {
                                    {'[[Fertilizers Basic Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['ID'] = 'FishKitesItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level7'] = {
                    ['Group'] = 'World Object',
                                    {'[[Berry Extract Fertilizer]]', 'Decreases', 'calories of labor', '5'},
                    ['Description'] = 'A fixed flying kite for your garden.',
                                    {'[[Blood Meal Fertilizer]]', 'Decreases', 'calories of labor', '5'},
        },
                                    {'[[Camas Ash Fertilizer]]', 'Decreases', 'calories of labor', '5'},
        ['Fish N Chips'] = {
                                    {'[[Composite Filler]]', 'Decreases', 'calories of labor', '5'},
                    ['ID'] = 'FishNChipsItem',
                                    {'[[Compost Fertilizer]]', 'Decreases', 'calories of labor', '5'},
                    ['Category'] = '_None',
                                    {'[[Fiber Filler]]', 'Decreases', 'calories of labor', '5'},
                    ['Group'] = 'Food',
                                    {'[[Hide Ash Fertilizer]]', 'Decreases', 'calories of labor', '5'},
                    ['Description'] = 'Deep-fried fish served with a side of taro chips.',
                                    {'[[Pelt Fertilizer]]', 'Decreases', 'calories of labor', '5'},
        },
                                    {'[[Phosphate Fertilizer]]', 'Decreases', 'calories of labor', '5'},
        ['Fish Rack'] = {
                                    {'[[Pulp Filler]]', 'Decreases', 'calories of labor', '5'},
                    ['ID'] = 'FishRackItem',
                                    {'[[Soil Sampler]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = 'WorldObject',
                                    {'[[Fertilizers Basic Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['Group'] = 'World Object',
                                    },
                    ['Description'] = 'A simple display of today\'s catch.',
                            },
        },
                     ['recipes'] = {
        ['Fish Trap'] = {
                            ['level0'] = {'[[Soil Sampler]]'},
                    ['ID'] = 'FishTrapItem',
                            ['level1'] = {'[[Blood Meal Fertilizer]]', '[[Hide Ash Fertilizer]]', '[[Pulp Filler]]'},
                    ['Category'] = 'WorldObject',
                            ['level2'] = {'[[Camas Ash Fertilizer]]', '[[Fiber Filler]]', '[[Pelt Fertilizer]]'},
                    ['Group'] = 'World Object',
                            ['level3'] = {'[[Berry Extract Fertilizer]]', '[[Composite Filler]]', '[[Phosphate Fertilizer]]'},
                    ['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. ',
                            ['level4'] = {},
        },
                            ['level5'] = {'[[Compost Fertilizer]]'},
        ['Fishery'] = {
                            ['level6'] = {},
                    ['ID'] = 'FisheryItem',
                            ['level7'] = {'[[Fertilizers Basic Upgrade]]'},
                    ['Category'] = 'WorldObject',
                            },
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place to create traps and prepare seafood.',
        },
        ['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.',
        },
        ['Fit Torso'] = {
                    ['ID'] = 'FitTorsoItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Torso',
        },
        ['Flat Steel'] = {
                    ['ID'] = 'FlatSteelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Coated with a layer of epoxy, this steel refuses to rust.',
        },
        ['Flat Steel Door'] = {
                    ['ID'] = 'FlatSteelDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful modern flat steel door with a large viewing window.',
        },
        ['Flatbread'] = {
                    ['ID'] = 'FlatbreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Without any leavening the flatbread isn\'t very puffy. But it\'s still tasty.',
        },
        ['Flax Fiber'] = {
                    ['ID'] = 'FlaxFiberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Processed fibers of flax ready to be spun into yarn.',
        },
        ['Flax Seed'] = {
                    ['ID'] = 'FlaxSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow flax. ',
        },
        ['Flax Seed Pack'] = {
                    ['ID'] = 'FlaxSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow flax. ',
        },
        ['Flax Stem'] = {
                    ['ID'] = 'FlaxStemItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A bundle of harvested flax that can be processed into fabric.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Fletching Table'] = {
                    ['ID'] = 'FletchingTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A table for the capable hunter to improve their tools.',
        },
        ['Flour'] = {
                    ['ID'] = 'FlourItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fine, milled wheat product that\'s useful for all baking.',
        },
        ['Focused Workflow: AdvancedBaking'] = {
                    ['ID'] = 'AdvancedBakingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: AdvancedCooking'] = {
                    ['ID'] = 'AdvancedCookingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: AdvancedMasonry'] = {
                    ['ID'] = 'AdvancedMasonryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: AdvancedSmelting'] = {
                    ['ID'] = 'AdvancedSmeltingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Baking'] = {
                    ['ID'] = 'BakingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: BasicEngineering'] = {
                    ['ID'] = 'BasicEngineeringFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Blacksmith'] = {
                    ['ID'] = 'BlacksmithFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Butchery'] = {
                    ['ID'] = 'ButcheryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: CampfireCooking'] = {
                    ['ID'] = 'CampfireCookingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Carpentry'] = {
                    ['ID'] = 'CarpentryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                     ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Composites'] = {
                    ['ID'] = 'CompositesFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Cooking'] = {
                    ['ID'] = 'CookingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: CuttingEdgeCooking'] = {
                    ['ID'] = 'CuttingEdgeCookingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Electronics'] = {
                    ['ID'] = 'ElectronicsFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Farming'] = {
                    ['ID'] = 'FarmingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Fertilizers'] = {
                    ['ID'] = 'FertilizersFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Glassworking'] = {
                    ['ID'] = 'GlassworkingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Industry'] = {
                    ['ID'] = 'IndustryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Masonry'] = {
                    ['ID'] = 'MasonryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Mechanics'] = {
                    ['ID'] = 'MechanicsFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Milling'] = {
                    ['ID'] = 'MillingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: OilDrilling'] = {
                    ['ID'] = 'OilDrillingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Painting'] = {
                    ['ID'] = 'PaintingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: PaperMilling'] = {
                    ['ID'] = 'PaperMillingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Pottery'] = {
                    ['ID'] = 'PotteryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Shipwright'] = {
                    ['ID'] = 'ShipwrightFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Smelting'] = {
                    ['ID'] = 'SmeltingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Tailoring'] = {
                    ['ID'] = 'TailoringFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Food Sign'] = {
                    ['ID'] = 'FoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Fox Carcass'] = {
                    ['ID'] = 'FoxCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead fox.',
        },
        ['Fox Pelt'] = {
                    ['ID'] = 'FoxPeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
        },
        ['Framed Glass'] = {
                    ['ID'] = 'FramedGlassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Glass which was reinforced by a steel frame.',
        },
        ['Framed Glass Door'] = {
                    ['ID'] = 'FramedGlassDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful glass door made of steel and glass.',
        },
        ['Fried Camas'] = {
                    ['ID'] = 'FriedCamasItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Deep fried Camas. Bit greasy.',
        },
        ['Fried Fiddleheads'] = {
                    ['ID'] = 'FriedFiddleheadsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
        },
        ['Fried Hare Haunches'] = {
                    ['ID'] = 'FriedHareHaunchesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Everything is better deep fried.',
        },
        ['Fried Hearts Of Palm'] = {
                    ['ID'] = 'FriedHeartsOfPalmItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
        },
        ['Fried Taro'] = {
                    ['ID'] = 'FriedTaroItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
        },
        ['Fried Tomatoes'] = {
                    ['ID'] = 'FriedTomatoesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
        },
        ['Fried Vegetables'] = {
                    ['ID'] = 'FriedVegetablesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = '',
        },
        ['Friendly Scarecrow'] = {
                    ['ID'] = 'FriendlyScarecrowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Keeps animals away, but not in a scary way. (WIP)',
        },
        ['Froth Floatation Cell'] = {
                    ['ID'] = 'FrothFloatationCellItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool for miners to concentrate ore. The run off produces wet tailings.',
        },
        ['Frugal Workspace: AdvancedBaking'] = {
                    ['ID'] = 'AdvancedBakingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: AdvancedCooking'] = {
                    ['ID'] = 'AdvancedCookingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: AdvancedMasonry'] = {
                    ['ID'] = 'AdvancedMasonryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: AdvancedSmelting'] = {
                    ['ID'] = 'AdvancedSmeltingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Baking'] = {
                    ['ID'] = 'BakingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: BasicEngineering'] = {
                    ['ID'] = 'BasicEngineeringFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Blacksmith'] = {
                    ['ID'] = 'BlacksmithFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Butchery'] = {
                    ['ID'] = 'ButcheryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: CampfireCooking'] = {
                    ['ID'] = 'CampfireCookingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Carpentry'] = {
                    ['ID'] = 'CarpentryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Composites'] = {
                    ['ID'] = 'CompositesFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Cooking'] = {
                    ['ID'] = 'CookingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: CuttingEdgeCooking'] = {
                    ['ID'] = 'CuttingEdgeCookingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Electronics'] = {
                    ['ID'] = 'ElectronicsFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Farming'] = {
                    ['ID'] = 'FarmingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Fertilizers'] = {
                    ['ID'] = 'FertilizersFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Glassworking'] = {
                    ['ID'] = 'GlassworkingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Industry'] = {
                    ['ID'] = 'IndustryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Masonry'] = {
                    ['ID'] = 'MasonryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Mechanics'] = {
                    ['ID'] = 'MechanicsFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Milling'] = {
                    ['ID'] = 'MillingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: OilDrilling'] = {
                    ['ID'] = 'OilDrillingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Painting'] = {
                    ['ID'] = 'PaintingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: PaperMilling'] = {
                    ['ID'] = 'PaperMillingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Pottery'] = {
                    ['ID'] = 'PotteryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Shipwright'] = {
                    ['ID'] = 'ShipwrightFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Smelting'] = {
                    ['ID'] = 'SmeltingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Tailoring'] = {
                    ['ID'] = 'TailoringFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Fruit Muffin'] = {
                    ['ID'] = 'FruitMuffinItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A soft, slightly sweet bread studded with juicy fruits.',
        },
        ['Fruit Salad'] = {
                    ['ID'] = 'FruitSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'While tomatoes are fruits, you don\'t usually put them in fruit salads.',
        },
        ['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.',
        },
        ['Fungi Feet'] = {
                    ['ID'] = 'FungiFeetItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Feet',
        },
        ['Fur Pelt'] = {
                    ['ID'] = 'FurPeltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A soft, furry pelt.',
        },
        ['Fuse'] = {
                    ['ID'] = 'FuseItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A small glass fuse easily replacable to safeguard against electric accidents.',
        },
        ['Galaxy Vase'] = {
                    ['ID'] = 'GalaxyVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
        },
        ['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.',
        },
        ['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%)',
        },
        ['Garden Gravel'] = {
                    ['ID'] = 'GardenGravelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'An unexpected surprise of peace and quiet in the rush for survival..',
        },
        ['Garden Pond'] = {
                    ['ID'] = 'GardenPondItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple pond filled with water for your decorative outdoor needs.',
        },
        ['Gasoline'] = {
                    ['ID'] = 'GasolineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined petroleum useful for fueling machines and generators.',
         },
         },
         ['Gathering'] = {
         ['Gathering'] = {
                     ['untranslated'] = 'Gathering',
                     ['ID'] = 'GatheringSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Gathering covers harvesting materials both from the natural environment and human-created farms. Level by gathering plants - farmed or natural.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'GatheringSkill',
                     ['Description'] = 'Gathering covers harvesting materials from both the natural environment and human-created farms. Levels up by gathering plants - farmed or natural.',
                     ['skillIDNum'] = '812',
        },
                     ['maxLevel'] = '7',
        ['Gathering Advanced Upgrade'] = {
                     ['root'] = false,
                     ['ID'] = 'GatheringAdvancedUpgradeItem',
                     ['rootSkill'] = '[[Farmer]]',
                     ['Category'] = 'Efficiency Modules',
                    ['specialty'] = true,
                     ['Group'] = 'Upgrade',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Gathering recipes.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Gathering Basic Upgrade'] = {
                     ['specialtySkillBook'] = nil,
                     ['ID'] = 'GatheringBasicUpgradeItem',
                    ['specialtySkillScroll'] = nil,
                     ['Category'] = 'Efficiency Modules',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Upgrade',
                     ['talents'] = {
                     ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Gathering recipes.',
                            ['level6'] = {'[[Gathering Experienced Farmhand Talent]]', '[[Gathering Natural Gatherer Talent]]'},
        },
                            ['level3'] = {'[[Gathering Tool Efficiency Talent]]', '[[Gathering Tool Strength Talent]]'},
        ['Gathering Research Paper Basic'] = {
                            },
                     ['ID'] = 'GatheringResearchPaperBasicItem',
                     ['benefits'] = {
                     ['Category'] = '_None',
                            ['level1'] = {
                    ['Group'] = 'Items',
                                    {'[[Iron Machete]]', 'Decreases', 'calorie consumption', '13.6'},
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                                    {'[[Iron Sickle]]', 'Decreases', 'calorie consumption', '13.6'},
        },
                                    {'[[Modern Machete]]', 'Decreases', 'calorie consumption', '8'},
        ['Gearbox'] = {
                                    {'[[Modern Scythe]]', 'Decreases', 'calorie consumption', '8'},
                    ['ID'] = 'GearboxItem',
                                    {'[[Steel Machete]]', 'Decreases', 'calorie consumption', '12'},
                     ['Category'] = '_None',
                                    {'[[Steel Sickle]]', 'Decreases', 'calorie consumption', '12'},
                    ['Group'] = 'Items',
                                    {'[[Stone Machete]]', 'Decreases', 'calorie consumption', '16'},
                    ['Description'] = 'Provides speed and torque conversions from a rotating power source to another device.',
                                    {'[[Stone Sickle]]', 'Decreases', 'calorie consumption', '16'},
        },
                                    {'[[Agave Leaves]]', 'Increases', 'harvest yield', '1.4'},
        ['Geology Research Paper Advanced'] = {
                                    {'[[Amanita Mushrooms]]', 'Increases', 'harvest yield', '1.4'},
                    ['ID'] = 'GeologyResearchPaperAdvancedItem',
                                    {'[[Beet]]', 'Increases', 'harvest yield', '1.4'},
                    ['Category'] = '_None',
                                    {'[[Beet Greens]]', 'Increases', 'harvest yield', '1.4'},
                    ['Group'] = 'Items',
                                    {'[[Bolete Mushrooms]]', 'Increases', 'harvest yield', '1.4'},
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                                    {'[[Cookeina Mushrooms]]', 'Increases', 'harvest yield', '1.4'},
        },
                                    {'[[Corn]]', 'Increases', 'harvest yield', '1.4'},
        ['Geology Research Paper Basic'] = {
                                    {'[[Crimini Mushrooms]]', 'Increases', 'harvest yield', '1.4'},
                    ['ID'] = 'GeologyResearchPaperBasicItem',
                                    {'[[Fiddleheads]]', 'Increases', 'harvest yield', '1.4'},
                    ['Category'] = '_None',
                                    {'[[Fireweed Shoots]]', 'Increases', 'harvest yield', '1.4'},
                    ['Group'] = 'Items',
                                    {'[[Giant Cactus Fruit]]', 'Increases', 'harvest yield', '1.4'},
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                                    {'[[Heart Of Palm]]', 'Increases', 'harvest yield', '1.4'},
        },
                                    {'[[Huckleberries]]', 'Increases', 'harvest yield', '1.4'},
        ['Geology Research Paper Modern'] = {
                                    {'[[Papaya]]', 'Increases', 'harvest yield', '1.4'},
                    ['ID'] = 'GeologyResearchPaperModernItem',
                                    {'[[Pineapple]]', 'Increases', 'harvest yield', '1.4'},
                    ['Category'] = '_None',
                                    {'[[Prickly Pear Fruit]]', 'Increases', 'harvest yield', '1.4'},
                    ['Group'] = 'Items',
                                    {'[[Pumpkin]]', 'Increases', 'harvest yield', '1.4'},
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                                    {'[[Taro Root]]', 'Increases', 'harvest yield', '1.4'},
        },
                                    {'[[Tomato]]', 'Increases', 'harvest yield', '1.4'},
        ['Giant Cactus Fruit'] = {
                                    {'[[Wheat]]', 'Increases', 'harvest yield', '1.4'},
                    ['ID'] = 'GiantCactusFruitItem',
                                    {'[[Plant Fibers]]', 'Increases', 'harvest yield', '1.4'},
                    ['Category'] = '_None',
                                    {'[[Beans]]', 'Increases', 'harvest yield', '1.4'},
                    ['Group'] = 'Food',
                                    {'[[Camas Bulb]]', 'Increases', 'harvest yield', '1.4'},
                    ['Description'] = 'A bulbous fruit that used to top Saguaro cacti.',
                                    {'[[Rice]]', 'Increases', 'harvest yield', '1.4'},
        },
                                    {'[[Gathering Research Paper Basic]]', 'Decreases', 'calories of labor', '25'},
        ['Gigot Sleeve Shirt'] = {
                                    },
                    ['ID'] = 'GigotSleeveShirtItem',
                            ['level2'] = {
                    ['Category'] = '_None',
                                    {'[[Iron Machete]]', 'Decreases', 'calorie consumption', '12.75'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Iron Sickle]]', 'Decreases', 'calorie consumption', '12.75'},
                    ['Description'] = 'Cool piratey shirt that makes your biceps look bigger than they really are.',
                                    {'[[Modern Machete]]', 'Decreases', 'calorie consumption', '7.5'},
        },
                                    {'[[Modern Scythe]]', 'Decreases', 'calorie consumption', '7.5'},
        ['Glass'] = {
                                    {'[[Steel Machete]]', 'Decreases', 'calorie consumption', '11.25'},
                    ['ID'] = 'GlassItem',
                                    {'[[Steel Sickle]]', 'Decreases', 'calorie consumption', '11.25'},
                    ['Category'] = '_None',
                                    {'[[Stone Machete]]', 'Decreases', 'calorie consumption', '15'},
                    ['Group'] = 'Block Items',
                                    {'[[Stone Sickle]]', 'Decreases', 'calorie consumption', '15'},
                    ['Description'] = 'A transparent, solid material useful for more than just windows.',
                                    {'[[Agave Leaves]]', 'Increases', 'harvest yield', '1.5'},
        },
                                    {'[[Amanita Mushrooms]]', 'Increases', 'harvest yield', '1.5'},
        ['Glass Lens'] = {
                                    {'[[Beet]]', 'Increases', 'harvest yield', '1.5'},
                    ['ID'] = 'GlassLensItem',
                                    {'[[Beet Greens]]', 'Increases', 'harvest yield', '1.5'},
                    ['Category'] = '_None',
                                    {'[[Bolete Mushrooms]]', 'Increases', 'harvest yield', '1.5'},
                    ['Group'] = 'Items',
                                    {'[[Cookeina Mushrooms]]', 'Increases', 'harvest yield', '1.5'},
                    ['Description'] = 'A thin shaped piece of glass very useful for devices used to interact with light.',
                                    {'[[Corn]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Crimini Mushrooms]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Fiddleheads]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Fireweed Shoots]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Giant Cactus Fruit]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Heart Of Palm]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Huckleberries]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Papaya]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Pineapple]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Prickly Pear Fruit]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Pumpkin]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Taro Root]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Tomato]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Wheat]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Plant Fibers]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Beans]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Camas Bulb]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Rice]]', 'Increases', 'harvest yield', '1.5'},
                                    {'[[Gathering Research Paper Basic]]', 'Decreases', 'calories of labor', '22.5'},
                                    },
                            ['level3'] = {
                                    {'[[Iron Machete]]', 'Decreases', 'calorie consumption', '11.9'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calorie consumption', '11.9'},
                                    {'[[Modern Machete]]', 'Decreases', 'calorie consumption', '7'},
                                    {'[[Modern Scythe]]', 'Decreases', 'calorie consumption', '7'},
                                    {'[[Steel Machete]]', 'Decreases', 'calorie consumption', '10.5'},
                                    {'[[Steel Sickle]]', 'Decreases', 'calorie consumption', '10.5'},
                                    {'[[Stone Machete]]', 'Decreases', 'calorie consumption', '14'},
                                    {'[[Stone Sickle]]', 'Decreases', 'calorie consumption', '14'},
                                    {'[[Agave Leaves]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Amanita Mushrooms]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Beet]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Beet Greens]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Bolete Mushrooms]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Cookeina Mushrooms]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Corn]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Crimini Mushrooms]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Fiddleheads]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Fireweed Shoots]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Giant Cactus Fruit]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Heart Of Palm]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Huckleberries]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Papaya]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Pineapple]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Prickly Pear Fruit]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Pumpkin]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Taro Root]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Tomato]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Wheat]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Plant Fibers]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Beans]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Camas Bulb]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Rice]]', 'Increases', 'harvest yield', '1.6'},
                                    {'[[Gathering Research Paper Basic]]', 'Decreases', 'calories of labor', '20'},
                                    },
                            ['level4'] = {
                                    {'[[Iron Machete]]', 'Decreases', 'calorie consumption', '11.05'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calorie consumption', '11.05'},
                                    {'[[Modern Machete]]', 'Decreases', 'calorie consumption', '6.5'},
                                    {'[[Modern Scythe]]', 'Decreases', 'calorie consumption', '6.5'},
                                    {'[[Steel Machete]]', 'Decreases', 'calorie consumption', '9.75'},
                                    {'[[Steel Sickle]]', 'Decreases', 'calorie consumption', '9.75'},
                                    {'[[Stone Machete]]', 'Decreases', 'calorie consumption', '13'},
                                    {'[[Stone Sickle]]', 'Decreases', 'calorie consumption', '13'},
                                    {'[[Agave Leaves]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Amanita Mushrooms]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Beet]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Beet Greens]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Bolete Mushrooms]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Cookeina Mushrooms]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Corn]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Crimini Mushrooms]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Fiddleheads]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Fireweed Shoots]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Giant Cactus Fruit]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Heart Of Palm]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Huckleberries]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Papaya]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Pineapple]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Prickly Pear Fruit]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Pumpkin]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Taro Root]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Tomato]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Wheat]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Plant Fibers]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Beans]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Camas Bulb]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Rice]]', 'Increases', 'harvest yield', '1.7'},
                                    {'[[Gathering Research Paper Basic]]', 'Decreases', 'calories of labor', '17.5'},
                                    },
                            ['level5'] = {
                                    {'[[Iron Machete]]', 'Decreases', 'calorie consumption', '10.2'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calorie consumption', '10.2'},
                                    {'[[Modern Machete]]', 'Decreases', 'calorie consumption', '6'},
                                    {'[[Modern Scythe]]', 'Decreases', 'calorie consumption', '6'},
                                    {'[[Steel Machete]]', 'Decreases', 'calorie consumption', '9'},
                                    {'[[Steel Sickle]]', 'Decreases', 'calorie consumption', '9'},
                                    {'[[Stone Machete]]', 'Decreases', 'calorie consumption', '12'},
                                    {'[[Stone Sickle]]', 'Decreases', 'calorie consumption', '12'},
                                    {'[[Agave Leaves]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Amanita Mushrooms]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Beet]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Beet Greens]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Bolete Mushrooms]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Cookeina Mushrooms]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Corn]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Crimini Mushrooms]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Fiddleheads]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Fireweed Shoots]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Giant Cactus Fruit]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Heart Of Palm]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Huckleberries]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Papaya]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Pineapple]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Prickly Pear Fruit]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Pumpkin]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Taro Root]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Tomato]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Wheat]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Plant Fibers]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Beans]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Camas Bulb]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Rice]]', 'Increases', 'harvest yield', '1.8'},
                                    {'[[Gathering Research Paper Basic]]', 'Decreases', 'calories of labor', '15'},
                                    },
                            ['level6'] = {
                                    {'[[Iron Machete]]', 'Decreases', 'calorie consumption', '9.35'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calorie consumption', '9.35'},
                                    {'[[Modern Machete]]', 'Decreases', 'calorie consumption', '5.5'},
                                    {'[[Modern Scythe]]', 'Decreases', 'calorie consumption', '5.5'},
                                    {'[[Steel Machete]]', 'Decreases', 'calorie consumption', '8.25'},
                                    {'[[Steel Sickle]]', 'Decreases', 'calorie consumption', '8.25'},
                                    {'[[Stone Machete]]', 'Decreases', 'calorie consumption', '11'},
                                    {'[[Stone Sickle]]', 'Decreases', 'calorie consumption', '11'},
                                    {'[[Agave Leaves]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Amanita Mushrooms]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Beet]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Beet Greens]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Bolete Mushrooms]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Cookeina Mushrooms]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Corn]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Crimini Mushrooms]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Fiddleheads]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Fireweed Shoots]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Giant Cactus Fruit]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Heart Of Palm]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Huckleberries]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Papaya]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Pineapple]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Prickly Pear Fruit]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Pumpkin]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Taro Root]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Tomato]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Wheat]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Plant Fibers]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Beans]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Camas Bulb]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Rice]]', 'Increases', 'harvest yield', '1.9'},
                                    {'[[Gathering Research Paper Basic]]', 'Decreases', 'calories of labor', '12.5'},
                                    },
                            ['level7'] = {
                                    {'[[Iron Machete]]', 'Decreases', 'calorie consumption', '8.5'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calorie consumption', '8.5'},
                                    {'[[Modern Machete]]', 'Decreases', 'calorie consumption', '5'},
                                    {'[[Modern Scythe]]', 'Decreases', 'calorie consumption', '5'},
                                    {'[[Steel Machete]]', 'Decreases', 'calorie consumption', '7.5'},
                                    {'[[Steel Sickle]]', 'Decreases', 'calorie consumption', '7.5'},
                                    {'[[Stone Machete]]', 'Decreases', 'calorie consumption', '10'},
                                    {'[[Stone Sickle]]', 'Decreases', 'calorie consumption', '10'},
                                    {'[[Agave Leaves]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Amanita Mushrooms]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Beet]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Beet Greens]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Bolete Mushrooms]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Cookeina Mushrooms]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Corn]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Crimini Mushrooms]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Fiddleheads]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Fireweed Shoots]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Giant Cactus Fruit]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Heart Of Palm]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Huckleberries]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Papaya]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Pineapple]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Prickly Pear Fruit]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Pumpkin]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Taro Root]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Tomato]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Wheat]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Plant Fibers]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Beans]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Camas Bulb]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Rice]]', 'Increases', 'harvest yield', '2'},
                                    {'[[Gathering Research Paper Basic]]', 'Decreases', 'calories of labor', '10'},
                                    },
                            },
                    ['recipes'] =  {
                            ['level0'] = {'[[Farming Skill Book]]', '[[Gathering Research Paper Basic]]', '[[Tailoring Skill Book]]'},
                            ['level1'] = {},
                            ['level2'] = {},
                            ['level3'] = {},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {},
                            },
         },
         },
         ['Glassworking'] = {
         ['Glassworking'] = {
                     ['untranslated'] = 'Glassworking',
                     ['ID'] = 'GlassworkingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Glassworkers have improved ability to create glass which can be used as a clear building material or framed in steel to create a more industrial look. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'GlassworkingSkill',
                     ['Description'] = 'Glassworkers have improved ability to create glass which can be used as a clear building material or framed in steel to create a more industrial look. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '813',
        },
                     ['maxLevel'] = '7',
        ['Glassworking Advanced Upgrade'] = {
                     ['root'] = false,
                     ['ID'] = 'GlassworkingAdvancedUpgradeItem',
                     ['rootSkill'] = '[[Mason]]',
                     ['Category'] = 'Efficiency Modules',
                    ['specialty'] = true,
                     ['Group'] = 'Upgrade',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Glassworking Modern Upgrade'] = {
                     ['specialtySkillBook'] = '[[Glassworking Skill Book]]',
                     ['ID'] = 'GlassworkingModernUpgradeItem',
                     ['specialtySkillScroll'] = '[[Glassworking Skill Scroll]]',
                     ['Category'] = 'Efficiency Modules',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Upgrade',
                     ['talents'] = {
                     ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.',
                            ['level3'] = {'[[Glassworking Focused Speed Talent]]', '[[Glassworking Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Glassworking Frugal Req Talent]]'},
        ['Glassworking Skill Book'] = {
                            },
                     ['ID'] = 'GlassworkingSkillBook',
                     ['benefits'] = {
                     ['Category'] = 'Hidden/Research',
                            ['level1'] = {
                     ['Group'] = 'Skill Books',
                                    {'[[Framed Glass]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = '',
                                    {'[[Glass]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Advanced Upgrade 2]]', 'Decreases', 'calories of labor', '75'},
        ['Glassworking Skill Scroll'] = {
                                    {'[[Glassworking Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                    ['ID'] = 'GlassworkingSkillScroll',
                                    {'[[Glassworking Modern Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                     ['Category'] = 'Hidden/Research',
                                    {'[[Framed Glass Door]]', 'Decreases', 'calories of labor', '95'},
                    ['Group'] = 'Skill Scrolls',
                                    },
                    ['Description'] = '',
                            ['level2'] = {
        },
                                    {'[[Framed Glass]]', 'Decreases', 'calories of labor', '90'},
        ['Glassworks'] = {
                                    {'[[Glass]]', 'Decreases', 'calories of labor', '22.5'},
                    ['ID'] = 'GlassworksItem',
                                    {'[[Advanced Upgrade 2]]', 'Decreases', 'calories of labor', '67.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Glassworking Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                    ['Group'] = 'World Object',
                                    {'[[Glassworking Modern Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                    ['Description'] = 'A specialized kiln used to transform sand into buildable blocks and decorations.',
                                    {'[[Framed Glass Door]]', 'Decreases', 'calories of labor', '85.5'},
        },
                                    },
        ['Global Calorie Buff Item'] = {
                            ['level3'] = {
                    ['ID'] = 'GlobalCalorieBuffItem',
                                    {'[[Framed Glass]]', 'Decreases', 'calories of labor', '80'},
                    ['Category'] = 'Hidden',
                                    {'[[Glass]]', 'Decreases', 'calories of labor', '20'},
                    ['Group'] = 'World Object',
                                    {'[[Advanced Upgrade 2]]', 'Decreases', 'calories of labor', '60'},
                    ['Description'] = '',
                                    {'[[Glassworking Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
        },
                                    {'[[Glassworking Modern Upgrade]]', 'Decreases', 'calories of labor', '4000'},
        ['Glutton: SelfImprovement'] = {
                                    {'[[Framed Glass Door]]', 'Decreases', 'calories of labor', '76'},
                    ['ID'] = 'SelfImprovementGluttonTalentGroup',
                                    },
                    ['Category'] = 'Hidden',
                            ['level4'] = {
                    ['Group'] = 'Talents',
                                    {'[[Framed Glass]]', 'Decreases', 'calories of labor', '70'},
                    ['Description'] = 'Increase your stomach capacity count by 1000 calories.',
                                    {'[[Glass]]', 'Decreases', 'calories of labor', '17.5'},
        },
                                    {'[[Advanced Upgrade 2]]', 'Decreases', 'calories of labor', '52.5'},
        ['Gneiss'] = {
                                    {'[[Glassworking Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                    ['ID'] = 'GneissItem',
                                    {'[[Glassworking Modern Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                    ['Category'] = '_None',
                                    {'[[Framed Glass Door]]', 'Decreases', 'calories of labor', '66.5'},
                    ['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.',
                            ['level5'] = {
        },
                                    {'[[Framed Glass]]', 'Decreases', 'calories of labor', '60'},
        ['Goat Mount'] = {
                                    {'[[Glass]]', 'Decreases', 'calories of labor', '15'},
                    ['ID'] = 'GoatMountItem',
                                    {'[[Advanced Upgrade 2]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = 'WorldObject',
                                    {'[[Glassworking Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                    ['Group'] = 'World Object',
                                    {'[[Glassworking Modern Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                    ['Description'] = 'A hunting trophy for your house.',
                                    {'[[Framed Glass Door]]', 'Decreases', 'calories of labor', '57'},
        },
                                    },
        ['Gold Bar'] = {
                            ['level6'] = {
                    ['ID'] = 'GoldBarItem',
                                    {'[[Framed Glass]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = '_None',
                                    {'[[Glass]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Group'] = 'Block Items',
                                    {'[[Advanced Upgrade 2]]', 'Decreases', 'calories of labor', '37.5'},
                    ['Description'] = 'Refined bar of gold.',
                                    {'[[Glassworking Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
        },
                                    {'[[Glassworking Modern Upgrade]]', 'Decreases', 'calories of labor', '2500'},
        ['Gold Concentrate'] = {
                                    {'[[Framed Glass Door]]', 'Decreases', 'calories of labor', '47.5'},
                    ['ID'] = 'GoldConcentrateItem',
                                    },
                    ['Category'] = '_None',
                            ['level7'] = {
                    ['Group'] = 'Block Items',
                                    {'[[Framed Glass]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'Gold ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.',
                                    {'[[Glass]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Advanced Upgrade 2]]', 'Decreases', 'calories of labor', '30'},
        ['Gold Flakes'] = {
                                    {'[[Glassworking Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['ID'] = 'GoldFlakesItem',
                                    {'[[Glassworking Modern Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['Category'] = '_None',
                                    {'[[Framed Glass Door]]', 'Decreases', 'calories of labor', '38'},
                    ['Group'] = 'Items',
                                    },
                    ['Description'] = 'A highly efficient conductor for delicate electronics.',
                            },
        },
                    ['recipes'] = {
        ['Gold Frame Landscape'] = {
                            ['level0'] = {},
                    ['ID'] = 'GoldFrameLandscapeItem',
                            ['level1'] = {'[[Framed Glass Door]]', '[[Framed Glass]]', '[[Glass]]'},
                    ['Category'] = 'WorldObject',
                            ['level2'] = {},
                    ['Group'] = 'World Object',
                            ['level3'] = {},
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
                            ['level4'] = {'[[Advanced Upgrade 2]]'},
        },
                            ['level5'] = {},
        ['Gold Frame Portrait'] = {
                            ['level6'] = {},
                    ['ID'] = 'GoldFramePortraitItem',
                            ['level7'] = {'[[Glassworking Advanced Upgrade]]', '[[Glassworking Modern Upgrade]]'},
                    ['Category'] = 'WorldObject',
                            },
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
        },
        ['Gold Frame Square'] = {
                    ['ID'] = 'GoldFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
        },
        ['Gold Frame Tall'] = {
                    ['ID'] = 'GoldFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
        },
        ['Gold Frame Wide'] = {
                    ['ID'] = 'GoldFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
        },
        ['Gold Ore'] = {
                    ['ID'] = 'GoldOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Unrefined ore with traces of gold.',
        },
        ['Gold Wiring'] = {
                    ['ID'] = 'GoldWiringItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A length of gold conductive wire useful for a variety of purposes.',
        },
        ['Government'] = {
                    ['ID'] = 'LawsetItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Actionbar Items',
                    ['Description'] = 'Displays government activity, such as laws and elections, and provides links to the server\'s web page.',
        },
        ['Government Office'] = {
                    ['ID'] = 'GovernmentOfficeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the creation of Elected Titles, which can be given special privileges.',
        },
        ['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!',
        },
        ['Granite Spiral Fountain'] = {
                    ['ID'] = 'GraniteSpiralFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large fountain with a spiral motif.',
        },
        ['Granite Terrace Fountain'] = {
                    ['ID'] = 'GraniteTerraceFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large fountain with a multi-layered terracing display.',
        },
        ['Graphs'] = {
                    ['ID'] = 'GraphItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Actionbar Items',
                    ['Description'] = 'Opens the world graphs.',
        },
        ['Grass Seed'] = {
                    ['ID'] = 'GrassSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow grass.',
        },
        ['Grass Seed Pack'] = {
                    ['ID'] = 'GrassSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow grass.',
        },
        ['Grindstone'] = {
                    ['ID'] = 'GrindstoneItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A workstation for repairing tools and crafting new ones.',
        },
        ['Hand Plow'] = {
                    ['ID'] = 'HandPlowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool that tills the field for farming.',
        },
        ['Handheld Camera'] = {
                    ['ID'] = 'HandheldCameraItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern piece of marvel that allows a more detailed way of saving landscape.',
        },
        ['Hands'] = {
                    ['ID'] = 'HandsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Tools',
                    ['Description'] = 'When you\'re not using tools for a job, you put these to work.',
        },
        ['Hanging Electric Wall Lamp'] = {
                    ['ID'] = 'HangingElectricWallLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wall mounted lamp that requires electricity to turn on.',
        },
        ['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.',
        },
        ['Hanging Steel Framed Sign'] = {
                    ['ID'] = 'HangingSteelFramedSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large wooden sign framed with steel.',
        },
        ['Hanging Steel Mine Sign'] = {
                    ['ID'] = 'HangingSteelMineSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A hanging sign made of steel plates.',
        },
        ['Hanging Steel Plain Sign'] = {
                    ['ID'] = 'HangingSteelPlainSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large hanging steel sign attached to a wooden frame.',
        },
        ['Hanging Steel Shop Sign'] = {
                    ['ID'] = 'HangingSteelShopSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A decorative wooden sign framed with steel. Great for advertising shops.',
        },
        ['Hardwood Board'] = {
                    ['ID'] = 'HardwoodBoardItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A higher quality hardwood board used for long lasting furniture.',
        },
        ['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.',
        },
        ['Hardwood Lumber'] = {
                    ['ID'] = 'HardwoodLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Can be fashioned into various usable equipment.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Hardwood Lumber Door'] = {
                    ['ID'] = 'HardwoodLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from finely cut lumber.',
        },
        ['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.',
        },
        ['Hardwood Lumber Table'] = {
                    ['ID'] = 'HardwoodLumberTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber table for eating meals or getting some work done.',
        },
        ['Hardwood Sorter Stand'] = {
                    ['ID'] = 'HardwoodSorterStandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Hardwood stand for sort items between stockpiles',
        },
        ['Hardy Beard'] = {
                    ['ID'] = 'HardyBeardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['Hare Carcass'] = {
                    ['ID'] = 'HareCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead hare.',
        },
        ['Hare Pelt'] = {
                    ['ID'] = 'HarePeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
        },
        ['Heart Of Palm'] = {
                    ['ID'] = 'HeartOfPalmItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Collected from the inner core and growing bud of a palm tree.',
        },
        ['Hearty Hometown Pizza'] = {
                    ['ID'] = 'HeartyHometownPizzaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'When you feel nostalgic and miss that cozy hometown feeling.',
        },
        ['Heat Sink'] = {
                    ['ID'] = 'HeatSinkItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A copper plate to draw and disperse heat.',
        },
        ['Heliconia Seed'] = {
                    ['ID'] = 'HeliconiaSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow heliconia.',
        },
        ['Heliconia Seed Pack'] = {
                    ['ID'] = 'HeliconiaSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow heliconia.',
        },
        ['Hemp Mooring Rope'] = {
                    ['ID'] = 'HempMooringRopeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Strong ropes used to hold down and prevent ships from moving around.',
        },
        ['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.',
        },
        ['Hewn Bench'] = {
                    ['ID'] = 'HewnBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic wooden bench.',
        },
        ['Hewn Chair'] = {
                    ['ID'] = 'HewnChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
        },
        ['Hewn Door'] = {
                    ['ID'] = 'HewnDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
        },
        ['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.',
        },
        ['Hewn Hardwood Bench'] = {
                    ['ID'] = 'HewnHardwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic wooden bench.',
        },
        ['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.',
        },
        ['Hewn Hardwood Door'] = {
                    ['ID'] = 'HewnHardwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
        },
        ['Hewn Hardwood Table'] = {
                    ['ID'] = 'HewnHardwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large table for placing things on.',
        },
        ['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.',
        },
        ['Hewn Nightstand'] = {
                    ['ID'] = 'HewnNightstandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple hewn wooden nightstand you can pile unread books on.',
        },
        ['Hewn Softwood Bench'] = {
                    ['ID'] = 'HewnSoftwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic wooden bench.',
        },
        ['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.',
        },
        ['Hewn Softwood Door'] = {
                    ['ID'] = 'HewnSoftwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
        },
        ['Hewn Softwood Table'] = {
                    ['ID'] = 'HewnSoftwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large table for placing things on.',
        },
        ['Hewn Table'] = {
                    ['ID'] = 'HewnTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large table for placing things on.',
        },
        ['Hide Ash Fertilizer'] = {
                    ['ID'] = 'HideAshFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A fertilizer made from hide ash and fillers.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Hosomaki'] = {
                    ['ID'] = 'HosomakiItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A simple sushi roll consisting of rice and fish tightly wrapped with seaweed. ',
        },
        ['Huckleberries'] = {
                    ['ID'] = 'HuckleberriesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A handfull of small wild berries. I\'m your huckleberry.',
        },
        ['Huckleberry Extract'] = {
                    ['ID'] = 'HuckleberryExtractItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A concentrated blast of huckleberry goodness.',
        },
        ['Huckleberry Fritter'] = {
                    ['ID'] = 'HuckleberryFritterItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Fried and sweet.',
        },
        ['Huckleberry Pie'] = {
                    ['ID'] = 'HuckleberryPieItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fantastic combination of flaky crust and scrumptious berries.',
        },
        ['Huckleberry Seed'] = {
                    ['ID'] = 'HuckleberrySeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a huckleberry bush.',
        },
        ['Huckleberry Seed Pack'] = {
                    ['ID'] = 'HuckleberrySeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a huckleberry bush.',
        },
        ['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.',
        },
        ['Huge Iron Banner Sign'] = {
                    ['ID'] = 'HugeIronBannerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A very large iron banner placed between two iron pillars. ',
        },
        ['Huge Iron Sign'] = {
                    ['ID'] = 'HugeIronSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A very large iron sign.',
        },
        ['Huge Steel Banner Sign'] = {
                    ['ID'] = 'HugeSteelBannerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large illuminated banner mounted on a steel frame portal.',
        },
        ['Huge Steel Sign'] = {
                    ['ID'] = 'HugeSteelSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An illuminated large steel sign.',
        },
        ['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.',
        },
        ['Human Limbs'] = {
                    ['ID'] = 'HumanLimbsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Limbs',
         },
         },
         ['Hunter'] = {
         ['Hunter'] = {
                     ['untranslated'] = 'Hunter',
                     ['ID'] = 'HunterSkill',
                     ['title'] = 'Hunter',
                     ['Category'] = '_None',
                     ['description'] = 'Hunting animals provides a great source of nutritious food and their skins can be used in a variety of crafting projects.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'HunterSkill',
                    ['Description'] = 'Hunting animals provides a great source of nutritious food and their skins can be used in a variety of crafting projects.',
                    ['skillIDNum'] = '816',
                    ['maxLevel'] = '7',
                    ['root'] = true,
                    ['rootSkill'] = nil,
                    ['specialty'] = true,
                    ['specialtySkill'] = nil,
                    ['prerequisites'] = nil,
                    ['childSkills'] = {'[[Butchery]]','[[Hunting]]'},
                    ['specialtySkillBook'] = nil,
                    ['specialtySkillScroll'] = nil,
                    ['itemsGiven'] = nil,
                    ['talents'] = nil,
                    ['benefits'] =  {
                            ['level1'] = {},
                            ['level2'] = {},
                            ['level3'] = {},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {},
                            },
                    ['recipes'] = nil,
         },
         },
         ['Hunting'] = {
         ['Hunting'] = {
                     ['untranslated'] = 'Hunting',
                     ['ID'] = 'HuntingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Hunt animals for skin and meat. Level by successfully hunting.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'HuntingSkill',
                     ['Description'] = 'Hunt animals for skin and meat. Levels up by successfully hunting.',
                     ['skillIDNum'] = '817',
        },
                     ['maxLevel'] = '7',
        ['Hunting Upgrade'] = {
                     ['root'] = false,
                     ['ID'] = 'HuntingUpgradeItem',
                     ['rootSkill'] = '[[Hunter]]',
                     ['Category'] = 'Efficiency Modules',
                    ['specialty'] = true,
                     ['Group'] = 'Upgrade',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Hunting recipes.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Hydrocolloids'] = {
                     ['specialtySkillBook'] = nil,
                     ['ID'] = 'HydrocolloidsItem',
                    ['specialtySkillScroll'] = nil,
                     ['Category'] = 'Hidden',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Food',
                     ['talents'] = {
                     ['Description'] = 'Used to make collids for bursts of flavor.',
                            ['level6'] = {'[[Hunting Aggressive Angler Talent]]', '[[Hunting Arrow Recovery Talent]]'},
        },
                            ['level3'] = {'[[Hunting Deadeye Talent]]', '[[Hunting Fisherman Talent]]'},
        ['Hydrometer'] = {
                            },
                     ['ID'] = 'HydrometerItem',
                    ['benefits'] = {
                     ['Category'] = 'Hidden',
                            ['level1'] = {
                    ['Group'] = 'Tools',
                                    {'[[Composite Bow]]', 'Decreases', 'calorie consumption', '8'},
                    ['Description'] = 'Measures the water content of the environment.',
                                    {'[[Composite Bow]]', 'Increases', 'damage', '2.1'},
        },
                                    {'[[Recurve Bow]]', 'Decreases', 'calorie consumption', '8'},
        ['Icebox'] = {
                                    {'[[Recurve Bow]]', 'Increases', 'damage', '1.68'},
                    ['ID'] = 'IceboxItem',
                                    {'[[Wooden Bow]]', 'Decreases', 'calorie consumption', '16'},
                    ['Category'] = 'WorldObject',
                                    {'[[Wooden Bow]]', 'Increases', 'damage', '1.4'},
                    ['Group'] = 'World Object',
                                    {'[[Fishery]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'A box of ice. It\'s in the name!',
                                    {'[[Fish Trap]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'You', 'Increases', 'how close you can approach animals', '1'},
        ['Immigration Desk'] = {
                                    },
                    ['ID'] = 'ImmigrationDeskItem',
                            ['level2'] = {
                    ['Category'] = 'WorldObject',
                                    {'[[Composite Bow]]', 'Decreases', 'calorie consumption', '7.5'},
                    ['Group'] = 'World Object',
                                    {'[[Composite Bow]]', 'Increases', 'damage', '2.25'},
                    ['Description'] = 'Immigration requirements and decisions needs to pass an immigration desk before approval.',
                                    {'[[Recurve Bow]]', 'Decreases', 'calorie consumption', '7.5'},
        },
                                    {'[[Recurve Bow]]', 'Increases', 'damage', '1.8'},
        ['Industrial'] = {
                                    {'[[Wooden Bow]]', 'Decreases', 'calorie consumption', '15'},
                    ['ID'] = 'IndustrialItem',
                                    {'[[Wooden Bow]]', 'Increases', 'damage', '1.5'},
                    ['Category'] = 'Hidden',
                                    {'[[Fishery]]', 'Decreases', 'calories of labor', '90'},
                    ['Group'] = 'World Object',
                                    {'[[Fish Trap]]', 'Decreases', 'calories of labor', '90'},
                    ['Description'] = 'QA Test Object adding Industrial room overriding any value.',
                                    {'You', 'Increases', 'how close you can approach animals', '2'},
        },
                                    },
        ['Industrial Barge'] = {
                            ['level3'] = {
                    ['ID'] = 'IndustrialBargeItem',
                                    {'[[Composite Bow]]', 'Decreases', 'calorie consumption', '7'},
                    ['Category'] = 'WorldObject',
                                    {'[[Composite Bow]]', 'Increases', 'damage', '2.4'},
                    ['Group'] = 'World Object',
                                    {'[[Recurve Bow]]', 'Decreases', 'calorie consumption', '7'},
                    ['Description'] = '',
                                    {'[[Recurve Bow]]', 'Increases', 'damage', '1.92'},
        },
                                    {'[[Wooden Bow]]', 'Decreases', 'calorie consumption', '14'},
        ['Industrial Elevator'] = {
                                    {'[[Wooden Bow]]', 'Increases', 'damage', '1.6'},
                    ['ID'] = 'IndustrialElevatorItem',
                                    {'[[Fishery]]', 'Decreases', 'calories of labor', '80'},
                    ['Category'] = 'WorldObject',
                                    {'[[Fish Trap]]', 'Decreases', 'calories of labor', '80'},
                    ['Group'] = 'World Object',
                                    {'You', 'Increases', 'how close you can approach animals', '3'},
                    ['Description'] = 'An industrial elevator for transporting extra large loads vertically. It requires a 6x10 vertical shaft to function.',
                                    },
        },
                            ['level4'] = {
        ['Industrial Generator'] = {
                                    {'[[Composite Bow]]', 'Decreases', 'calorie consumption', '6.5'},
                    ['ID'] = 'IndustrialGeneratorItem',
                                    {'[[Composite Bow]]', 'Increases', 'damage', '2.55'},
                    ['Category'] = 'WorldObject',
                                    {'[[Recurve Bow]]', 'Decreases', 'calorie consumption', '6.5'},
                    ['Group'] = 'World Object',
                                    {'[[Recurve Bow]]', 'Increases', 'damage', '2.04'},
                    ['Description'] = 'A large modern generator consuming liquid fuel to generate high volumes of electricity.',
                                    {'[[Wooden Bow]]', 'Decreases', 'calorie consumption', '13'},
        },
                                    {'[[Wooden Bow]]', 'Increases', 'damage', '1.7'},
        ['Industrial Mill'] = {
                                    {'[[Fishery]]', 'Decreases', 'calories of labor', '70'},
                    ['ID'] = 'IndustrialMillItem',
                                    {'[[Fish Trap]]', 'Decreases', 'calories of labor', '70'},
                    ['Category'] = 'WorldObject',
                                    {'You', 'Increases', 'how close you can approach animals', '4'},
                    ['Group'] = 'World Object',
                                    },
                    ['Description'] = 'Refines food resources and more by crushing them using a more advanced technology than wind and stone.',
                            ['level5'] = {
        },
                                    {'[[Composite Bow]]', 'Decreases', 'calorie consumption', '6'},
        ['Industrial Refrigerator'] = {
                                    {'[[Composite Bow]]', 'Increases', 'damage', '2.7'},
                    ['ID'] = 'IndustrialRefrigeratorItem',
                                    {'[[Recurve Bow]]', 'Decreases', 'calorie consumption', '6'},
                    ['Category'] = 'WorldObject',
                                    {'[[Recurve Bow]]', 'Increases', 'damage', '2.16'},
                    ['Group'] = 'World Object',
                                    {'[[Wooden Bow]]', 'Decreases', 'calorie consumption', '12'},
                    ['Description'] = 'A larger food storage solution for when you want to keep it fresh!',
                                    {'[[Wooden Bow]]', 'Increases', 'damage', '1.8'},
                                    {'[[Fishery]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Fish Trap]]', 'Decreases', 'calories of labor', '60'},
                                    {'You', 'Increases', 'how close you can approach animals', '5'},
                                    },
                            ['level6'] = {
                                    {'[[Composite Bow]]', 'Decreases', 'calorie consumption', '5.5'},
                                    {'[[Composite Bow]]', 'Increases', 'damage', '2.85'},
                                    {'[[Recurve Bow]]', 'Decreases', 'calorie consumption', '5.5'},
                                    {'[[Recurve Bow]]', 'Increases', 'damage', '2.28'},
                                    {'[[Wooden Bow]]', 'Decreases', 'calorie consumption', '11'},
                                    {'[[Wooden Bow]]', 'Increases', 'damage', '1.9'},
                                    {'[[Fishery]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Fish Trap]]', 'Decreases', 'calories of labor', '50'},
                                    {'You', 'Increases', 'how close you can approach animals', '6'},
                                    },
                            ['level7'] = {
                                    {'[[Composite Bow]]', 'Decreases', 'calorie consumption', '5'},
                                    {'[[Composite Bow]]', 'Increases', 'damage', '3'},
                                    {'[[Recurve Bow]]', 'Decreases', 'calorie consumption', '5'},
                                    {'[[Recurve Bow]]', 'Increases', 'damage', '2.4'},
                                    {'[[Wooden Bow]]', 'Decreases', 'calorie consumption', '10'},
                                    {'[[Wooden Bow]]', 'Increases', 'damage', '2'},
                                    {'[[Fishery]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Fish Trap]]', 'Decreases', 'calories of labor', '40'},
                                    {'You', 'Increases', 'how close you can approach animals', '7'},
                                    },
                            },
                    ['recipes'] = {
                            ['level0'] = {'[[Butchery Skill Book]]'},
                            ['level1'] = {'[[Fish Trap]]', '[[Fishery]]'},
                            ['level2'] = {},
                            ['level3'] = {},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {},
                            },
         },
         },
         ['Industry'] = {
         ['Industry'] = {
                     ['untranslated'] = 'Industry',
                     ['ID'] = 'IndustrySkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Advanced industrialization to produce larger machines and advanced technology. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'IndustrySkill',
                     ['Description'] = 'Advanced industrialization to produce larger machines and advanced technology. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '818',
        },
                     ['maxLevel'] = '7',
        ['Industry Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'IndustrySkillBook',
                     ['rootSkill'] = '[[Engineer]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Industry Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Industry Skill Book]]',
                     ['ID'] = 'IndustrySkillScroll',
                     ['specialtySkillScroll'] = '[[Industry Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Industry Focused Speed Talent]]', '[[Industry Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Industry Frugal Req Talent]]'},
        ['Industry Upgrade'] = {
                            },
                     ['ID'] = 'IndustryUpgradeItem',
                     ['benefits'] = {
                     ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                     ['Group'] = 'Upgrade',
                                    {'[[Advanced Combustion Engine]]', 'Decreases', 'calories of labor', '500'},
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Industry recipes.',
                                    {'[[Radiator]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[Rubber Wheel]]', 'Decreases', 'calories of labor', '50'},
        ['Infused Oil'] = {
                                    {'[[Steel Axle]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'InfusedOilItem',
                                    {'[[Steel Gear]]', 'Decreases', 'calories of labor', '50'},
                     ['Category'] = '_None',
                                    {'[[Steel Gearbox]]', 'Decreases', 'calories of labor', '80'},
                    ['Group'] = 'Food',
                                    {'[[Steel Plate]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'Oil infused with flavor to enhance it.',
                                    {'[[Industry Modern Upgrade]]', 'Decreases', 'calories of labor', '7500'},
        },
                                    {'[[Modern Upgrade 2]]', 'Decreases', 'calories of labor', '100'},
        ['Injection Mold Machine'] = {
                                    {'[[Crane]]', 'Decreases', 'calories of labor', '1500'},
                    ['ID'] = 'InjectionMoldMachineItem',
                                    {'[[Excavator]]', 'Decreases', 'calories of labor', '1500'},
                    ['Category'] = 'WorldObject',
                                    {'[[Skid Steer]]', 'Decreases', 'calories of labor', '1250'},
                    ['Group'] = 'World Object',
                                    {'[[Truck]]', 'Decreases', 'calories of labor', '1000'},
                    ['Description'] = 'A machine with the life long purpose of turning raw plastic into usable furniture and devices.',
                                    {'[[Advanced Carpentry Table]]', 'Decreases', 'calories of labor', '500'},
        },
                                    {'[[Advanced Masonry Table]]', 'Decreases', 'calories of labor', '500'},
        ['Ink'] = {
                                    {'[[Electric Lathe]]', 'Decreases', 'calories of labor', '200'},
                    ['ID'] = 'InkItem',
                                    {'[[Electric Machinist Table]]', 'Decreases', 'calories of labor', '300'},
                    ['Category'] = '_None',
                                    {'[[Electric Planer]]', 'Decreases', 'calories of labor', '200'},
                    ['Group'] = 'Items',
                                    {'[[Electric Stamping Press]]', 'Decreases', 'calories of labor', '200'},
                    ['Description'] = 'A vial of ink used in more sophisticated processing of paper into documents.',
                                    {'[[Refrigerator]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Sensor Based Belt Sorter]]', 'Decreases', 'calories of labor', '500'},
        ['Iron Anchor'] = {
                                    {'[[Washing Machine]]', 'Decreases', 'calories of labor', '200'},
                    ['ID'] = 'IronAnchorItem',
                                    },
                    ['Category'] = '_None',
                            ['level2'] = {
                    ['Group'] = 'Items',
                                    {'[[Advanced Combustion Engine]]', 'Decreases', 'calories of labor', '450'},
                    ['Description'] = 'A solid iron anchor used to park your vessel.',
                                    {'[[Radiator]]', 'Decreases', 'calories of labor', '27'},
        },
                                    {'[[Rubber Wheel]]', 'Decreases', 'calories of labor', '45'},
        ['Iron Axe'] = {
                                    {'[[Steel Axle]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'IronAxeItem',
                                    {'[[Steel Gear]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = 'Tool',
                                    {'[[Steel Gearbox]]', 'Decreases', 'calories of labor', '72'},
                    ['Group'] = 'Tools',
                                    {'[[Steel Plate]]', 'Decreases', 'calories of labor', '90'},
                    ['Description'] = 'A sturdy iron axe made for cutting down trees.',
                                    {'[[Industry Modern Upgrade]]', 'Decreases', 'calories of labor', '6750'},
        },
                                    {'[[Modern Upgrade 2]]', 'Decreases', 'calories of labor', '90'},
        ['Iron Axle'] = {
                                    {'[[Crane]]', 'Decreases', 'calories of labor', '1350'},
                    ['ID'] = 'IronAxleItem',
                                    {'[[Excavator]]', 'Decreases', 'calories of labor', '1350'},
                    ['Category'] = '_None',
                                    {'[[Skid Steer]]', 'Decreases', 'calories of labor', '1125'},
                    ['Group'] = 'Items',
                                    {'[[Truck]]', 'Decreases', 'calories of labor', '900'},
                    ['Description'] = 'A rotating iron rod that can be fixed to wheels for use in vehicles.',
                                    {'[[Advanced Carpentry Table]]', 'Decreases', 'calories of labor', '450'},
        },
                                    {'[[Advanced Masonry Table]]', 'Decreases', 'calories of labor', '450'},
        ['Iron Bar'] = {
                                    {'[[Electric Lathe]]', 'Decreases', 'calories of labor', '180'},
                    ['ID'] = 'IronBarItem',
                                    {'[[Electric Machinist Table]]', 'Decreases', 'calories of labor', '270'},
                    ['Category'] = '_None',
                                    {'[[Electric Planer]]', 'Decreases', 'calories of labor', '180'},
                    ['Group'] = 'Block Items',
                                    {'[[Electric Stamping Press]]', 'Decreases', 'calories of labor', '180'},
                    ['Description'] = 'Refined bar of iron.',
                                    {'[[Refrigerator]]', 'Decreases', 'calories of labor', '90'},
        },
                                    {'[[Sensor Based Belt Sorter]]', 'Decreases', 'calories of labor', '450'},
        ['Iron Concentrate'] = {
                                    {'[[Washing Machine]]', 'Decreases', 'calories of labor', '180'},
                    ['ID'] = 'IronConcentrateItem',
                                    },
                    ['Category'] = '_None',
                            ['level3'] = {
                    ['Group'] = 'Block Items',
                                    {'[[Advanced Combustion Engine]]', 'Decreases', 'calories of labor', '400'},
                    ['Description'] = 'Iron ore that has been concentrated to remove impurities. Ore concentrate is used by smiths to smelt metal bars.',
                                    {'[[Radiator]]', 'Decreases', 'calories of labor', '24'},
        },
                                    {'[[Rubber Wheel]]', 'Decreases', 'calories of labor', '40'},
        ['Iron Frame Landscape'] = {
                                    {'[[Steel Axle]]', 'Decreases', 'calories of labor', '40'},
                    ['ID'] = 'IronFrameLandscapeItem',
                                    {'[[Steel Gear]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = 'WorldObject',
                                    {'[[Steel Gearbox]]', 'Decreases', 'calories of labor', '64'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Plate]]', 'Decreases', 'calories of labor', '80'},
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
                                    {'[[Industry Modern Upgrade]]', 'Decreases', 'calories of labor', '6000'},
        },
                                    {'[[Modern Upgrade 2]]', 'Decreases', 'calories of labor', '80'},
        ['Iron Frame Portrait'] = {
                                    {'[[Crane]]', 'Decreases', 'calories of labor', '1200'},
                    ['ID'] = 'IronFramePortraitItem',
                                    {'[[Excavator]]', 'Decreases', 'calories of labor', '1200'},
                    ['Category'] = 'WorldObject',
                                    {'[[Skid Steer]]', 'Decreases', 'calories of labor', '1000'},
                    ['Group'] = 'World Object',
                                    {'[[Truck]]', 'Decreases', 'calories of labor', '800'},
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
                                    {'[[Advanced Carpentry Table]]', 'Decreases', 'calories of labor', '400'},
        },
                                    {'[[Advanced Masonry Table]]', 'Decreases', 'calories of labor', '400'},
        ['Iron Frame Square'] = {
                                    {'[[Electric Lathe]]', 'Decreases', 'calories of labor', '160'},
                    ['ID'] = 'IronFrameSquareItem',
                                    {'[[Electric Machinist Table]]', 'Decreases', 'calories of labor', '240'},
                    ['Category'] = 'WorldObject',
                                    {'[[Electric Planer]]', 'Decreases', 'calories of labor', '160'},
                    ['Group'] = 'World Object',
                                    {'[[Electric Stamping Press]]', 'Decreases', 'calories of labor', '160'},
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
                                    {'[[Refrigerator]]', 'Decreases', 'calories of labor', '80'},
        },
                                    {'[[Sensor Based Belt Sorter]]', 'Decreases', 'calories of labor', '400'},
        ['Iron Frame Tall'] = {
                                    {'[[Washing Machine]]', 'Decreases', 'calories of labor', '160'},
                    ['ID'] = 'IronFrameTallItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level4'] = {
                    ['Group'] = 'World Object',
                                    {'[[Advanced Combustion Engine]]', 'Decreases', 'calories of labor', '350'},
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
                                    {'[[Radiator]]', 'Decreases', 'calories of labor', '21'},
        },
                                    {'[[Rubber Wheel]]', 'Decreases', 'calories of labor', '35'},
        ['Iron Frame Wide'] = {
                                    {'[[Steel Axle]]', 'Decreases', 'calories of labor', '35'},
                    ['ID'] = 'IronFrameWideItem',
                                    {'[[Steel Gear]]', 'Decreases', 'calories of labor', '35'},
                    ['Category'] = 'WorldObject',
                                    {'[[Steel Gearbox]]', 'Decreases', 'calories of labor', '56'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Plate]]', 'Decreases', 'calories of labor', '70'},
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
                                    {'[[Industry Modern Upgrade]]', 'Decreases', 'calories of labor', '5250'},
        },
                                    {'[[Modern Upgrade 2]]', 'Decreases', 'calories of labor', '70'},
        ['Iron Gear'] = {
                                    {'[[Crane]]', 'Decreases', 'calories of labor', '1050'},
                    ['ID'] = 'IronGearItem',
                                    {'[[Excavator]]', 'Decreases', 'calories of labor', '1050'},
                    ['Category'] = '_None',
                                    {'[[Skid Steer]]', 'Decreases', 'calories of labor', '875'},
                    ['Group'] = 'Items',
                                    {'[[Truck]]', 'Decreases', 'calories of labor', '700'},
                    ['Description'] = 'A toothed machine part that interlocks with others.',
                                    {'[[Advanced Carpentry Table]]', 'Decreases', 'calories of labor', '350'},
        },
                                    {'[[Advanced Masonry Table]]', 'Decreases', 'calories of labor', '350'},
        ['Iron Hammer'] = {
                                    {'[[Electric Lathe]]', 'Decreases', 'calories of labor', '140'},
                    ['ID'] = 'IronHammerItem',
                                    {'[[Electric Machinist Table]]', 'Decreases', 'calories of labor', '210'},
                    ['Category'] = 'Tool',
                                    {'[[Electric Planer]]', 'Decreases', 'calories of labor', '140'},
                    ['Group'] = 'Tools',
                                    {'[[Electric Stamping Press]]', 'Decreases', 'calories of labor', '140'},
                    ['Description'] = 'An iron hammer allows for more sophisticated building.',
                                    {'[[Refrigerator]]', 'Decreases', 'calories of labor', '70'},
        },
                                    {'[[Sensor Based Belt Sorter]]', 'Decreases', 'calories of labor', '350'},
        ['Iron Hoe'] = {
                                    {'[[Washing Machine]]', 'Decreases', 'calories of labor', '140'},
                    ['ID'] = 'IronHoeItem',
                                    },
                    ['Category'] = 'Tool',
                            ['level5'] = {
                    ['Group'] = 'Tools',
                                    {'[[Advanced Combustion Engine]]', 'Decreases', 'calories of labor', '300'},
                    ['Description'] = 'A sturdy iron hoe made for tilling the soil.',
                                    {'[[Radiator]]', 'Decreases', 'calories of labor', '18'},
        },
                                    {'[[Rubber Wheel]]', 'Decreases', 'calories of labor', '30'},
        ['Iron Hull Sheet'] = {
                                    {'[[Steel Axle]]', 'Decreases', 'calories of labor', '30'},
                    ['ID'] = 'IronHullSheetItem',
                                    {'[[Steel Gear]]', 'Decreases', 'calories of labor', '30'},
                    ['Category'] = '_None',
                                    {'[[Steel Gearbox]]', 'Decreases', 'calories of labor', '48'},
                    ['Group'] = 'Items',
                                    {'[[Steel Plate]]', 'Decreases', 'calories of labor', '60'},
                    ['Description'] = 'Thin iron plates for use in various crafting recipes.',
                                    {'[[Industry Modern Upgrade]]', 'Decreases', 'calories of labor', '4500'},
        },
                                    {'[[Modern Upgrade 2]]', 'Decreases', 'calories of labor', '60'},
        ['Iron Machete'] = {
                                    {'[[Crane]]', 'Decreases', 'calories of labor', '900'},
                    ['ID'] = 'IronMacheteItem',
                                    {'[[Excavator]]', 'Decreases', 'calories of labor', '900'},
                    ['Category'] = 'Tool',
                                    {'[[Skid Steer]]', 'Decreases', 'calories of labor', '750'},
                    ['Group'] = 'Tools',
                                    {'[[Truck]]', 'Decreases', 'calories of labor', '600'},
                    ['Description'] = 'A machete used to quickly clear plants.',
                                    {'[[Advanced Carpentry Table]]', 'Decreases', 'calories of labor', '300'},
        },
                                    {'[[Advanced Masonry Table]]', 'Decreases', 'calories of labor', '300'},
        ['Iron Ore'] = {
                                    {'[[Electric Lathe]]', 'Decreases', 'calories of labor', '120'},
                    ['ID'] = 'IronOreItem',
                                    {'[[Electric Machinist Table]]', 'Decreases', 'calories of labor', '180'},
                    ['Category'] = '_None',
                                    {'[[Electric Planer]]', 'Decreases', 'calories of labor', '120'},
                    ['Group'] = 'Block Items',
                                    {'[[Electric Stamping Press]]', 'Decreases', 'calories of labor', '120'},
                    ['Description'] = 'Unrefined ore with traces of iron.',
                                    {'[[Refrigerator]]', 'Decreases', 'calories of labor', '60'},
        },
                                    {'[[Sensor Based Belt Sorter]]', 'Decreases', 'calories of labor', '300'},
        ['Iron Oxide'] = {
                                    {'[[Washing Machine]]', 'Decreases', 'calories of labor', '120'},
                    ['ID'] = 'IronOxideItem',
                                    },
                    ['Category'] = '_None',
                            ['level6'] = {
                    ['Group'] = 'Items',
                                    {'[[Advanced Combustion Engine]]', 'Decreases', 'calories of labor', '250'},
                    ['Description'] = 'Pulverized iron ore left out exposed turning it into what commonly is known as rust.',
                                    {'[[Radiator]]', 'Decreases', 'calories of labor', '15'},
        },
                                    {'[[Rubber Wheel]]', 'Decreases', 'calories of labor', '25'},
        ['Iron Paint Sprayer'] = {
                                    {'[[Steel Axle]]', 'Decreases', 'calories of labor', '25'},
                    ['ID'] = 'IronPaintSprayerItem',
                                    {'[[Steel Gear]]', 'Decreases', 'calories of labor', '25'},
                    ['Category'] = 'Tool',
                                    {'[[Steel Gearbox]]', 'Decreases', 'calories of labor', '40'},
                    ['Group'] = 'Tools',
                                    {'[[Steel Plate]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'A mechanical paint tool with more advanced functionality over its crude wooden predecessor.',
                                    {'[[Industry Modern Upgrade]]', 'Decreases', 'calories of labor', '3750'},
        },
                                    {'[[Modern Upgrade 2]]', 'Decreases', 'calories of labor', '50'},
        ['Iron Pickaxe'] = {
                                    {'[[Crane]]', 'Decreases', 'calories of labor', '750'},
                    ['ID'] = 'IronPickaxeItem',
                                    {'[[Excavator]]', 'Decreases', 'calories of labor', '750'},
                    ['Category'] = 'Tool',
                                    {'[[Skid Steer]]', 'Decreases', 'calories of labor', '625'},
                    ['Group'] = 'Tools',
                                    {'[[Truck]]', 'Decreases', 'calories of labor', '500'},
                    ['Description'] = 'A sturdy iron pickaxe used to break down stone and ore into usable rubble.',
                                    {'[[Advanced Carpentry Table]]', 'Decreases', 'calories of labor', '250'},
        },
                                    {'[[Advanced Masonry Table]]', 'Decreases', 'calories of labor', '250'},
        ['Iron Pipe'] = {
                                    {'[[Electric Lathe]]', 'Decreases', 'calories of labor', '100'},
                    ['ID'] = 'IronPipeItem',
                                    {'[[Electric Machinist Table]]', 'Decreases', 'calories of labor', '150'},
                    ['Category'] = '_None',
                                    {'[[Electric Planer]]', 'Decreases', 'calories of labor', '100'},
                    ['Group'] = 'Block Items',
                                    {'[[Electric Stamping Press]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'A pipe for transporting liquids.',
                                    {'[[Refrigerator]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Sensor Based Belt Sorter]]', 'Decreases', 'calories of labor', '250'},
        ['Iron Plate'] = {
                                    {'[[Washing Machine]]', 'Decreases', 'calories of labor', '100'},
                    ['ID'] = 'IronPlateItem',
                                    },
                    ['Category'] = '_None',
                            ['level7'] = {
                    ['Group'] = 'Items',
                                    {'[[Advanced Combustion Engine]]', 'Decreases', 'calories of labor', '200'},
                    ['Description'] = 'A solid iron plate for use in various crafting recipes.',
                                    {'[[Radiator]]', 'Decreases', 'calories of labor', '12'},
        },
                                    {'[[Rubber Wheel]]', 'Decreases', 'calories of labor', '20'},
        ['Iron Road Tool'] = {
                                    {'[[Steel Axle]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'IronRoadToolItem',
                                    {'[[Steel Gear]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = 'Tool',
                                    {'[[Steel Gearbox]]', 'Decreases', 'calories of labor', '32'},
                    ['Group'] = 'Tools',
                                    {'[[Steel Plate]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'A tool for tamping dirt into roads.',
                                    {'[[Industry Modern Upgrade]]', 'Decreases', 'calories of labor', '3000'},
        },
                                    {'[[Modern Upgrade 2]]', 'Decreases', 'calories of labor', '40'},
        ['Iron Rock Drill'] = {
                                    {'[[Crane]]', 'Decreases', 'calories of labor', '600'},
                    ['ID'] = 'IronRockDrillItem',
                                    {'[[Excavator]]', 'Decreases', 'calories of labor', '600'},
                    ['Category'] = 'Tool',
                                    {'[[Skid Steer]]', 'Decreases', 'calories of labor', '500'},
                    ['Group'] = 'Tools',
                                    {'[[Truck]]', 'Decreases', 'calories of labor', '400'},
                    ['Description'] = 'A drill used to retreive geological samples and discover what treasures can be found underground.',
                                    {'[[Advanced Carpentry Table]]', 'Decreases', 'calories of labor', '200'},
        },
                                    {'[[Advanced Masonry Table]]', 'Decreases', 'calories of labor', '200'},
        ['Iron Saw Blade'] = {
                                    {'[[Electric Lathe]]', 'Decreases', 'calories of labor', '80'},
                    ['ID'] = 'IronSawBladeItem',
                                    {'[[Electric Machinist Table]]', 'Decreases', 'calories of labor', '120'},
                    ['Category'] = '_None',
                                    {'[[Electric Planer]]', 'Decreases', 'calories of labor', '80'},
                    ['Group'] = 'Items',
                                    {'[[Electric Stamping Press]]', 'Decreases', 'calories of labor', '80'},
                    ['Description'] = 'A disc shaped iron saw that can be attached to rotary machines to shape wood products.',
                                    {'[[Refrigerator]]', 'Decreases', 'calories of labor', '40'},
        },
                                    {'[[Sensor Based Belt Sorter]]', 'Decreases', 'calories of labor', '200'},
        ['Iron Shovel'] = {
                                    {'[[Washing Machine]]', 'Decreases', 'calories of labor', '80'},
                    ['ID'] = 'IronShovelItem',
                                    },
                    ['Category'] = 'Tool',
                            },
                    ['Group'] = 'Tools',
                    ['recipes'] = {
                    ['Description'] = 'A sturdy shovel that breaks less than its wooden counterpart.',
                            ['level0'] = {},
        },
                            ['level1'] = {'[[Advanced Carpentry Table]]', '[[Advanced Combustion Engine]]', '[[Advanced Masonry Table]]', '[[Electric Lathe]]', '[[Electric Machinist Table]]', '[[Electric Planer]]', '[[Electric Stamping Press]]', '[[Radiator]]', '[[Refrigerator]]', '[[Rubber Wheel]]', '[[Sensor Based Belt Sorter]]', '[[Skid Steer]]', '[[Steel Axle]]', '[[Steel Gear]]', '[[Steel Gearbox]]', '[[Steel Plate]]', '[[Washing Machine]]'},
        ['Iron Sickle'] = {
                            ['level2'] = {'[[Crane]]', '[[Excavator]]', '[[Truck]]'},
                    ['ID'] = 'IronSickleItem',
                            ['level3'] = {},
                    ['Category'] = 'Tool',
                            ['level4'] = {'[[Modern Upgrade 2]]'},
                    ['Group'] = 'Tools',
                            ['level5'] = {},
                    ['Description'] = 'An iron sickle used to harvest crops or cut grass.',
                            ['level6'] = {},
        },
                            ['level7'] = {'[[Industry Modern Upgrade]]'},
        ['Iron Wheel'] = {
                            },
                    ['ID'] = 'IronWheelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A sturdy iron wheel that can support heavier vehicles than early wooden wheels.',
        },
        ['Jaguar Carcass'] = {
                    ['ID'] = 'JaguarCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead Jaguar.',
        },
        ['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.',
        },
        ['Jazz Hands'] = {
                    ['ID'] = 'JazzHandsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Hands',
        },
        ['Jointfir Seed'] = {
                    ['ID'] = 'JointfirSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a jointfir.',
        },
        ['Jointfir Seed Pack'] = {
                    ['ID'] = 'JointfirSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a jointfir.',
        },
        ['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.',
        },
        ['Joshua Seed'] = {
                    ['ID'] = 'JoshuaSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a joshua tree.',
        },
        ['Joshua Seed Pack'] = {
                    ['ID'] = 'JoshuaSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a joshua tree.',
        },
        ['Jungle Campfire Salad'] = {
                    ['ID'] = 'JungleCampfireSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
        },
        ['Jungle Campfire Stew'] = {
                    ['ID'] = 'JungleCampfireStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.',
        },
        ['Kelp'] = {
                    ['ID'] = 'KelpItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Some creepy kelp.',
        },
        ['Kelp Seed'] = {
                    ['ID'] = 'KelpSeedItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow kelp.',
        },
        ['Kelp Seed Pack'] = {
                    ['ID'] = 'KelpSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow kelp.',
        },
        ['Kelpy Crab Roll'] = {
                    ['ID'] = 'KelpyCrabRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Pieces of crab on a bed of rice rolled up and covered in kelp.',
        },
        ['Kiln'] = {
                    ['ID'] = 'KilnItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Useful for baking bricks and finishing pottery.',
        },
        ['King Fern Spore'] = {
                    ['ID'] = 'KingFernSporeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow king fern.',
        },
        ['King Fern Spore Pack'] = {
                    ['ID'] = 'KingFernSporePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow king fern.',
        },
        ['Kitchen'] = {
                    ['ID'] = 'KitchenItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A prep area for food which allows for more complex dishes.',
        },
        ['Kitchenroom'] = {
                    ['ID'] = 'KitchenroomItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Kitchen value.',
        },
        ['Kite'] = {
                    ['ID'] = 'KiteItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fixed flying kite for your garden.',
        },
        ['Koi Pond'] = {
                    ['ID'] = 'KoiPondItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple pond filled with water for your decorative outdoor needs.',
        },
        ['Laboratory'] = {
                    ['ID'] = 'LaboratoryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For more advanced research and manufacturing. Science rules!',
        },
        ['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.',
        },
        ['Large Canoe'] = {
                    ['ID'] = 'LargeCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger canoe for personal transport and medium sized loads.',
        },
        ['Large Corrugated Steel Door'] = {
                    ['ID'] = 'LargeCorrugatedSteelDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large corrugated steel door.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Large Festive Paper Lantern'] = {
                    ['ID'] = 'LargeFestivePaperLanternItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large festive paper lantern.',
        },
        ['Large Hanging Ashlar Basalt Sign'] = {
                    ['ID'] = 'LargeHangingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Gneiss Sign'] = {
                    ['ID'] = 'LargeHangingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Granite Sign'] = {
                    ['ID'] = 'LargeHangingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Limestone Sign'] = {
                    ['ID'] = 'LargeHangingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Sandstone Sign'] = {
                    ['ID'] = 'LargeHangingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Shale Sign'] = {
                    ['ID'] = 'LargeHangingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Stone Sign'] = {
                    ['ID'] = 'LargeHangingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Birch Sign'] = {
                    ['ID'] = 'LargeHangingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Cedar Sign'] = {
                    ['ID'] = 'LargeHangingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Ceiba Sign'] = {
                    ['ID'] = 'LargeHangingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Fir Sign'] = {
                    ['ID'] = 'LargeHangingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Hardwood Sign'] = {
                    ['ID'] = 'LargeHangingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Joshua Sign'] = {
                    ['ID'] = 'LargeHangingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Lumber Sign'] = {
                    ['ID'] = 'LargeHangingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Mortared Granite Sign'] = {
                    ['ID'] = 'LargeHangingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Mortared Limestone Sign'] = {
                    ['ID'] = 'LargeHangingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Mortared Sandstone Sign'] = {
                    ['ID'] = 'LargeHangingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Mortared Stone Sign'] = {
                    ['ID'] = 'LargeHangingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Oak Sign'] = {
                    ['ID'] = 'LargeHangingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Palm Sign'] = {
                    ['ID'] = 'LargeHangingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Redwood Sign'] = {
                    ['ID'] = 'LargeHangingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Saguaro Sign'] = {
                    ['ID'] = 'LargeHangingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Softwood Sign'] = {
                    ['ID'] = 'LargeHangingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Spruce Sign'] = {
                    ['ID'] = 'LargeHangingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Stone Sign'] = {
                    ['ID'] = 'LargeHangingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Wood Sign'] = {
                    ['ID'] = 'LargeHangingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Lumber Door'] = {
                    ['ID'] = 'LargeLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber door allowing moderate sized vehicles through..',
        },
        ['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. ',
        },
        ['Large Metal Ship Frame'] = {
                    ['ID'] = 'LargeMetalShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A large metal frame for constructing a larger naval vessel.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Large Paper Lantern'] = {
                    ['ID'] = 'LargePaperLanternItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large paper lantern.',
        },
        ['Large Standing Ashlar Basalt Sign'] = {
                    ['ID'] = 'LargeStandingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Gneiss Sign'] = {
                    ['ID'] = 'LargeStandingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Granite Sign'] = {
                    ['ID'] = 'LargeStandingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Limestone Sign'] = {
                    ['ID'] = 'LargeStandingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Sandstone Sign'] = {
                    ['ID'] = 'LargeStandingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Shale Sign'] = {
                    ['ID'] = 'LargeStandingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Stone Sign'] = {
                    ['ID'] = 'LargeStandingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Birch Sign'] = {
                    ['ID'] = 'LargeStandingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Cedar Sign'] = {
                    ['ID'] = 'LargeStandingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Ceiba Sign'] = {
                    ['ID'] = 'LargeStandingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Fir Sign'] = {
                    ['ID'] = 'LargeStandingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Hardwood Sign'] = {
                    ['ID'] = 'LargeStandingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Joshua Sign'] = {
                    ['ID'] = 'LargeStandingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Lumber Sign'] = {
                    ['ID'] = 'LargeStandingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Mortared Granite Sign'] = {
                    ['ID'] = 'LargeStandingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Mortared Limestone Sign'] = {
                    ['ID'] = 'LargeStandingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Mortared Sandstone Sign'] = {
                    ['ID'] = 'LargeStandingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Mortared Stone Sign'] = {
                    ['ID'] = 'LargeStandingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Oak Sign'] = {
                    ['ID'] = 'LargeStandingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Palm Sign'] = {
                    ['ID'] = 'LargeStandingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Redwood Sign'] = {
                    ['ID'] = 'LargeStandingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Saguaro Sign'] = {
                    ['ID'] = 'LargeStandingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Softwood Sign'] = {
                    ['ID'] = 'LargeStandingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Spruce Sign'] = {
                    ['ID'] = 'LargeStandingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Stone Sign'] = {
                    ['ID'] = 'LargeStandingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Wood Sign'] = {
                    ['ID'] = 'LargeStandingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Windowed Lumber Door'] = {
                    ['ID'] = 'LargeWindowedLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber door with windows allowing moderate sized vehicles through..',
        },
        ['Large Wooden Bookshelf'] = {
                    ['ID'] = 'LargeWoodenBookshelfItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Large Wooden Ship Frame'] = {
                    ['ID'] = 'LargeWoodenShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A large wooden frame for constructing a larger naval vessel.',
        },
        ['Laser'] = {
                    ['ID'] = 'LaserItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'AVOID DIRECT EYE EXPOSURE',
        },
        ['Lathe'] = {
                    ['ID'] = 'LatheItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
        },
        ['Lattice Mushroom Spores'] = {
                    ['ID'] = 'LatticeMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow lattice mushrooms.',
        },
        ['Lattice Mushroom Spores Pack'] = {
                    ['ID'] = 'LatticeMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow lattice mushrooms.',
        },
        ['Lavish Workspace: AdvancedBaking'] = {
                    ['ID'] = 'AdvancedBakingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: AdvancedCooking'] = {
                    ['ID'] = 'AdvancedCookingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: AdvancedMasonry'] = {
                    ['ID'] = 'AdvancedMasonryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: AdvancedSmelting'] = {
                    ['ID'] = 'AdvancedSmeltingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Baking'] = {
                    ['ID'] = 'BakingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: BasicEngineering'] = {
                    ['ID'] = 'BasicEngineeringLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Blacksmith'] = {
                    ['ID'] = 'BlacksmithLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Butchery'] = {
                    ['ID'] = 'ButcheryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: CampfireCooking'] = {
                    ['ID'] = 'CampfireCookingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Carpentry'] = {
                    ['ID'] = 'CarpentryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Composites'] = {
                    ['ID'] = 'CompositesLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Cooking'] = {
                    ['ID'] = 'CookingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: CuttingEdgeCooking'] = {
                    ['ID'] = 'CuttingEdgeCookingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Electronics'] = {
                    ['ID'] = 'ElectronicsLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Farming'] = {
                    ['ID'] = 'FarmingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Fertilizers'] = {
                    ['ID'] = 'FertilizersLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Glassworking'] = {
                    ['ID'] = 'GlassworkingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Industry'] = {
                    ['ID'] = 'IndustryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Masonry'] = {
                    ['ID'] = 'MasonryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Mechanics'] = {
                    ['ID'] = 'MechanicsLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Milling'] = {
                    ['ID'] = 'MillingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: OilDrilling'] = {
                    ['ID'] = 'OilDrillingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Painting'] = {
                    ['ID'] = 'PaintingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: PaperMilling'] = {
                    ['ID'] = 'PaperMillingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Pottery'] = {
                    ['ID'] = 'PotteryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Shipwright'] = {
                    ['ID'] = 'ShipwrightLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Smelting'] = {
                    ['ID'] = 'SmeltingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Tailoring'] = {
                    ['ID'] = 'TailoringLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Leather Hide'] = {
                    ['ID'] = 'LeatherHideItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A thick hide.',
        },
        ['Leavened Dough'] = {
                    ['ID'] = 'LeavenedDoughItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leavened dough with added yeast that rises when baked.',
        },
        ['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)',
        },
        ['Light Bulb'] = {
                    ['ID'] = 'LightBulbItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An electric light with a wire filament.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Limestone Bison Statue'] = {
                    ['ID'] = 'LimestoneBisonStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A bison statue carved from limestone.',
        },
        ['Limestone Otter Statue'] = {
                    ['ID'] = 'LimestoneOtterStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An otter statue carved from limestone.',
        },
        ['Limestone Owl Statue'] = {
                    ['ID'] = 'LimestoneOwlStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An owl statue carved from limestone.',
        },
        ['Limestone Podium'] = {
                    ['ID'] = 'LimestonePodiumItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Limestone Wolf Statue'] = {
                    ['ID'] = 'LimestoneWolfStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wolf statue carved from limestone.',
        },
        ['Linen Fabric'] = {
                    ['ID'] = 'LinenFabricItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A rough linen fabric that covers your basic needs.',
        },
        ['Linen Yarn'] = {
                    ['ID'] = 'LinenYarnItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Flax fibers spun into a usable string commonly known as linen yarn.',
        },
        ['Liquid Converter'] = {
                    ['ID'] = 'LiquidCrafterItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Example crafting table that uses liquids.',
        },
        ['Liquid Nitrogen'] = {
                    ['ID'] = 'LiquidNitrogenItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Useful for a quick chilling.',
        },
        ['Livingroom'] = {
                    ['ID'] = 'LivingroomItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Livingroom value.',
        },
        ['Loaded Taro Fries'] = {
                    ['ID'] = 'LoadedTaroFriesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Taro Fries with extra everything.',
        },
        ['Log'] = {
                    ['ID'] = 'LogItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A stack of logs.',
        },
        ['Loggers Luck: Logging'] = {
                    ['ID'] = 'LoggingLoggersLuckTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = '[WIP - No functionality yet]Every hit has a chance of destroying tree stumps and splitting trunks immediately.',
         },
         },
         ['Logging'] = {
         ['Logging'] = {
                     ['untranslated'] = 'Logging',
                     ['ID'] = 'LoggingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Wood is a useful resource and cutting down trees is a skill anyone can appreciate. Level by felling trees and clearing debris.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'LoggingSkill',
                     ['Description'] = 'Wood is a useful resource and cutting down trees is a skill anyone can appreciate. Levels up by felling trees and clearing debris.',
                     ['skillIDNum'] = '821',
        },
                     ['maxLevel'] = '7',
        ['Logging Advanced Upgrade'] = {
                     ['root'] = false,
                     ['ID'] = 'LoggingAdvancedUpgradeItem',
                     ['rootSkill'] = '[[Carpenter]]',
                     ['Category'] = 'Efficiency Modules',
                    ['specialty'] = true,
                     ['Group'] = 'Upgrade',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Logging Basic Upgrade'] = {
                     ['specialtySkillBook'] = nil,
                     ['ID'] = 'LoggingBasicUpgradeItem',
                    ['specialtySkillScroll'] = nil,
                     ['Category'] = 'Efficiency Modules',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Upgrade',
                    ['talents'] = {
                     ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Logging recipes.',
                            ['level6'] = {'[[Logging Cleanup Crew Talent]]', '[[Logging Loggers Luck Talent]]'},
        },
                            ['level3'] = {'[[Logging Tool Efficiency Talent]]', '[[Logging Tool Strength Talent]]'},
        ['Logic Gate Item'] = {
                            },
                    ['ID'] = 'LogicGateItem',
                    ['benefits'] = {
                    ['Category'] = 'Hidden',
                            ['level1'] = {
                    ['Group'] = 'World Object',
                                    {'[[Chainsaw]]', 'Decreases', 'calorie consumption', '8'},
                    ['Description'] = '',
                                    {'[[Chainsaw]]', 'Increases', 'damage', '14'},
        },
                                    {'[[Iron Axe]]', 'Decreases', 'calorie consumption', '13.6'},
        ['Loom'] = {
                                    {'[[Iron Axe]]', 'Increases', 'damage', '2.1'},
                    ['ID'] = 'LoomItem',
                                    {'[[Modern Axe]]', 'Decreases', 'calorie consumption', '8'},
                    ['Category'] = 'WorldObject',
                                    {'[[Modern Axe]]', 'Increases', 'damage', '3.5'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Axe]]', 'Decreases', 'calorie consumption', '12'},
                    ['Description'] = 'A device for making fabric by weaving yarn or thread.',
                                    {'[[Steel Axe]]', 'Increases', 'damage', '2.8'},
        },
                                    {'[[Stone Axe]]', 'Decreases', 'calorie consumption', '16'},
        ['Low Top Shoes'] = {
                                    {'[[Stone Axe]]', 'Increases', 'damage', '1.4'},
                    ['ID'] = 'LowTopShoesItem',
                                    {'[[Charcoal]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = '_None',
                                    {'[[Dendrology Research Paper Basic]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Basic Upgrade 1]]', 'Decreases', 'calories of labor', '50'},
                    ['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%)',
                                    {'[[Logging Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
        },
                                    {'[[Logging Basic Upgrade]]', 'Decreases', 'calories of labor', '2500'},
        ['Lubricant'] = {
                                    {'[[Hewn Hardwood]]', 'Decreases', 'calories of labor', '15'},
                    ['ID'] = 'LubricantItem',
                                    {'[[Hewn Logs]]', 'Decreases', 'calories of labor', '15'},
                    ['Category'] = '_None',
                                    {'[[Hewn Softwood]]', 'Decreases', 'calories of labor', '15'},
                    ['Group'] = 'Items',
                                    },
                    ['Description'] = 'An extremely useful greasy material that helps machinery to run.',
                            ['level2'] = {
        },
                                    {'[[Chainsaw]]', 'Decreases', 'calorie consumption', '7.5'},
        ['Lucky Break: Mining'] = {
                                    {'[[Chainsaw]]', 'Increases', 'damage', '15'},
                    ['ID'] = 'MiningLuckyBreakTalentGroup',
                                    {'[[Iron Axe]]', 'Decreases', 'calorie consumption', '12.75'},
                    ['Category'] = 'Hidden',
                                    {'[[Iron Axe]]', 'Increases', 'damage', '2.25'},
                    ['Group'] = 'Talents',
                                    {'[[Modern Axe]]', 'Decreases', 'calorie consumption', '7.5'},
                    ['Description'] = 'Mining rocks no longer has a chance to create large chunks.',
                                    {'[[Modern Axe]]', 'Increases', 'damage', '3.75'},
        },
                                    {'[[Steel Axe]]', 'Decreases', 'calorie consumption', '11.25'},
        ['Lumber'] = {
                                    {'[[Steel Axe]]', 'Increases', 'damage', '3'},
                    ['ID'] = 'LumberItem',
                                    {'[[Stone Axe]]', 'Decreases', 'calorie consumption', '15'},
                    ['Category'] = '_None',
                                    {'[[Stone Axe]]', 'Increases', 'damage', '1.5'},
                    ['Group'] = 'Block Items',
                                    {'[[Charcoal]]', 'Decreases', 'calories of labor', '36'},
                    ['Description'] = 'Can be fashioned into various usable equipment.',
                                    {'[[Dendrology Research Paper Basic]]', 'Decreases', 'calories of labor', '22.5'},
        },
                                    {'[[Basic Upgrade 1]]', 'Decreases', 'calories of labor', '45'},
        ['Lumber Bench'] = {
                                    {'[[Logging Advanced Upgrade]]', 'Decreases', 'calories of labor', '2250'},
                    ['ID'] = 'LumberBenchItem',
                                    {'[[Logging Basic Upgrade]]', 'Decreases', 'calories of labor', '2250'},
                    ['Category'] = 'WorldObject',
                                    {'[[Hewn Hardwood]]', 'Decreases', 'calories of labor', '13.5'},
                    ['Group'] = 'World Object',
                                    {'[[Hewn Logs]]', 'Decreases', 'calories of labor', '13.5'},
                    ['Description'] = 'A lumber bench for when you need extra seating space than a traditional chair.',
                                    {'[[Hewn Softwood]]', 'Decreases', 'calories of labor', '13.5'},
        },
                                    },
        ['Lumber Chair'] = {
                            ['level3'] = {
                    ['ID'] = 'LumberChairItem',
                                    {'[[Chainsaw]]', 'Decreases', 'calorie consumption', '7'},
                    ['Category'] = 'WorldObject',
                                    {'[[Chainsaw]]', 'Increases', 'damage', '16'},
                    ['Group'] = 'World Object',
                                    {'[[Iron Axe]]', 'Decreases', 'calorie consumption', '11.9'},
                    ['Description'] = 'A sturdy lumber chair. It doesn\'t feel as wobbly as more basic wooden chairs.',
                                    {'[[Iron Axe]]', 'Increases', 'damage', '2.4'},
        },
                                    {'[[Modern Axe]]', 'Decreases', 'calorie consumption', '7'},
        ['Lumber Door'] = {
                                    {'[[Modern Axe]]', 'Increases', 'damage', '4'},
                    ['ID'] = 'LumberDoorItem',
                                    {'[[Steel Axe]]', 'Decreases', 'calorie consumption', '10.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Steel Axe]]', 'Increases', 'damage', '3.2'},
                    ['Group'] = 'World Object',
                                    {'[[Stone Axe]]', 'Decreases', 'calorie consumption', '14'},
                    ['Description'] = 'A door made from finely cut lumber.',
                                    {'[[Stone Axe]]', 'Increases', 'damage', '1.6'},
        },
                                    {'[[Charcoal]]', 'Decreases', 'calories of labor', '32'},
        ['Lumber Dresser'] = {
                                    {'[[Dendrology Research Paper Basic]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'LumberDresserItem',
                                    {'[[Basic Upgrade 1]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = 'WorldObject',
                                    {'[[Logging Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['Group'] = 'World Object',
                                    {'[[Logging Basic Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['Description'] = 'A lumber dresser that lets you store your clothing and quickly switch between a designated outfit and whatever you are currently wearing.',
                                    {'[[Hewn Hardwood]]', 'Decreases', 'calories of labor', '12'},
        },
                                    {'[[Hewn Logs]]', 'Decreases', 'calories of labor', '12'},
        ['Lumber Stockpile'] = {
                                    {'[[Hewn Softwood]]', 'Decreases', 'calories of labor', '12'},
                    ['ID'] = 'LumberStockpileItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level4'] = {
                    ['Group'] = 'World Object',
                                    {'[[Chainsaw]]', 'Decreases', 'calorie consumption', '6.5'},
                    ['Description'] = 'A heavy duty lumber platform that has been reinforced to allow extra storage for large items. ',
                                    {'[[Chainsaw]]', 'Increases', 'damage', '17'},
        },
                                    {'[[Iron Axe]]', 'Decreases', 'calorie consumption', '11.05'},
        ['Lumber Table'] = {
                                    {'[[Iron Axe]]', 'Increases', 'damage', '2.55'},
                    ['ID'] = 'LumberTableItem',
                                    {'[[Modern Axe]]', 'Decreases', 'calorie consumption', '6.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Modern Axe]]', 'Increases', 'damage', '4.25'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Axe]]', 'Decreases', 'calorie consumption', '9.75'},
                    ['Description'] = 'A large lumber table for eating meals or getting some work done.',
                                    {'[[Steel Axe]]', 'Increases', 'damage', '3.4'},
        },
                                    {'[[Stone Axe]]', 'Decreases', 'calorie consumption', '13'},
        ['Lumber Warehouse Shelves'] = {
                                    {'[[Stone Axe]]', 'Increases', 'damage', '1.7'},
                    ['ID'] = 'LumberWarehouseShelvesItem',
                                    {'[[Charcoal]]', 'Decreases', 'calories of labor', '28'},
                    ['Category'] = 'Hidden',
                                    {'[[Dendrology Research Paper Basic]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Group'] = 'World Object',
                                    {'[[Basic Upgrade 1]]', 'Decreases', 'calories of labor', '35'},
                    ['Description'] = '',
                                    {'[[Logging Advanced Upgrade]]', 'Decreases', 'calories of labor', '1750'},
        },
                                    {'[[Logging Basic Upgrade]]', 'Decreases', 'calories of labor', '1750'},
        ['Lupine Seed'] = {
                                    {'[[Hewn Hardwood]]', 'Decreases', 'calories of labor', '10.5'},
                    ['ID'] = 'LupineSeedItem',
                                    {'[[Hewn Logs]]', 'Decreases', 'calories of labor', '10.5'},
                    ['Category'] = '_None',
                                    {'[[Hewn Softwood]]', 'Decreases', 'calories of labor', '10.5'},
                    ['Group'] = 'Food',
                                    },
                    ['Description'] = 'Plant to grow lupine.',
                            ['level5'] = {
        },
                                    {'[[Chainsaw]]', 'Decreases', 'calorie consumption', '6'},
        ['Lupine Seed Pack'] = {
                                    {'[[Chainsaw]]', 'Increases', 'damage', '18'},
                    ['ID'] = 'LupineSeedPackItem',
                                    {'[[Iron Axe]]', 'Decreases', 'calorie consumption', '10.2'},
                    ['Category'] = 'Hidden',
                                    {'[[Iron Axe]]', 'Increases', 'damage', '2.7'},
                    ['Group'] = 'Items',
                                    {'[[Modern Axe]]', 'Decreases', 'calorie consumption', '6'},
                    ['Description'] = 'Plant to grow lupine.',
                                    {'[[Modern Axe]]', 'Increases', 'damage', '4.5'},
        },
                                    {'[[Steel Axe]]', 'Decreases', 'calorie consumption', '9'},
        ['Macarons'] = {
                                    {'[[Steel Axe]]', 'Increases', 'damage', '3.6'},
                    ['ID'] = 'MacaronsItem',
                                    {'[[Stone Axe]]', 'Decreases', 'calorie consumption', '12'},
                    ['Category'] = '_None',
                                    {'[[Stone Axe]]', 'Increases', 'damage', '1.8'},
                    ['Group'] = 'Food',
                                    {'[[Charcoal]]', 'Decreases', 'calories of labor', '24'},
                    ['Description'] = 'A small circular biscuit with a sweet huckleberry filling.',
                                    {'[[Dendrology Research Paper Basic]]', 'Decreases', 'calories of labor', '15'},
        },
                                    {'[[Basic Upgrade 1]]', 'Decreases', 'calories of labor', '30'},
        ['Machinist Table'] = {
                                    {'[[Logging Advanced Upgrade]]', 'Decreases', 'calories of labor', '1500'},
                    ['ID'] = 'MachinistTableItem',
                                    {'[[Logging Basic Upgrade]]', 'Decreases', 'calories of labor', '1500'},
                    ['Category'] = 'WorldObject',
                                    {'[[Hewn Hardwood]]', 'Decreases', 'calories of labor', '9'},
                    ['Group'] = 'Modules',
                                    {'[[Hewn Logs]]', 'Decreases', 'calories of labor', '9'},
                    ['Description'] = 'A fancy tool bench that creates equally fancy toys.',
                                    {'[[Hewn Softwood]]', 'Decreases', 'calories of labor', '9'},
        },
                                    },
        ['Magenta Powder'] = {
                            ['level6'] = {
                    ['ID'] = 'MagentaPowderItem',
                                    {'[[Chainsaw]]', 'Decreases', 'calorie consumption', '5.5'},
                    ['Category'] = '_None',
                                    {'[[Chainsaw]]', 'Increases', 'damage', '19'},
                    ['Group'] = 'Items',
                                    {'[[Iron Axe]]', 'Decreases', 'calorie consumption', '9.35'},
                    ['Description'] = 'Harvest it, dry it and process into a beautiful purple tone, it is almost like its made for a printer.',
                                    {'[[Iron Axe]]', 'Increases', 'damage', '2.85'},
        },
                                    {'[[Modern Axe]]', 'Decreases', 'calorie consumption', '5.5'},
        ['Mailbox'] = {
                                    {'[[Modern Axe]]', 'Increases', 'damage', '4.75'},
                    ['ID'] = 'MailboxItem',
                                    {'[[Steel Axe]]', 'Decreases', 'calorie consumption', '8.25'},
                    ['Category'] = 'Hidden',
                                    {'[[Steel Axe]]', 'Increases', 'damage', '3.8'},
                    ['Group'] = 'World Object',
                                    {'[[Stone Axe]]', 'Decreases', 'calorie consumption', '11'},
                    ['Description'] = '',
                                    {'[[Stone Axe]]', 'Increases', 'damage', '1.9'},
        },
                                    {'[[Charcoal]]', 'Decreases', 'calories of labor', '20'},
        ['Maltodextrin'] = {
                                    {'[[Dendrology Research Paper Basic]]', 'Decreases', 'calories of labor', '12.5'},
                    ['ID'] = 'MaltodextrinItem',
                                    {'[[Basic Upgrade 1]]', 'Decreases', 'calories of labor', '25'},
                    ['Category'] = 'Hidden',
                                    {'[[Logging Advanced Upgrade]]', 'Decreases', 'calories of labor', '1250'},
                    ['Group'] = 'Food',
                                    {'[[Logging Basic Upgrade]]', 'Decreases', 'calories of labor', '1250'},
                    ['Description'] = 'For powdering high-fat liquids.',
                                    {'[[Hewn Hardwood]]', 'Decreases', 'calories of labor', '7.5'},
        },
                                    {'[[Hewn Logs]]', 'Decreases', 'calories of labor', '7.5'},
        ['Marmot Carcass'] = {
                                    {'[[Hewn Softwood]]', 'Decreases', 'calories of labor', '7.5'},
                    ['ID'] = 'MarmotCarcassItem',
                                    },
                    ['Category'] = 'Hidden',
                            ['level7'] = {
                    ['Group'] = 'Items',
                                    {'[[Chainsaw]]', 'Decreases', 'calorie consumption', '5'},
                    ['Description'] = 'A dead marmot.',
                                    {'[[Chainsaw]]', 'Increases', 'damage', '20'},
        },
                                    {'[[Iron Axe]]', 'Decreases', 'calorie consumption', '8.5'},
        ['Masculine Mannequin'] = {
                                    {'[[Iron Axe]]', 'Increases', 'damage', '3'},
                    ['ID'] = 'MasculineMannequinItem',
                                    {'[[Modern Axe]]', 'Decreases', 'calorie consumption', '5'},
                    ['Category'] = 'Hidden',
                                    {'[[Modern Axe]]', 'Increases', 'damage', '5'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Axe]]', 'Decreases', 'calorie consumption', '7.5'},
                    ['Description'] = '',
                                    {'[[Steel Axe]]', 'Increases', 'damage', '4'},
                                    {'[[Stone Axe]]', 'Decreases', 'calorie consumption', '10'},
                                    {'[[Stone Axe]]', 'Increases', 'damage', '2'},
                                    {'[[Charcoal]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Dendrology Research Paper Basic]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Basic Upgrade 1]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Logging Advanced Upgrade]]', 'Decreases', 'calories of labor', '1000'},
                                    {'[[Logging Basic Upgrade]]', 'Decreases', 'calories of labor', '1000'},
                                    {'[[Hewn Hardwood]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Hewn Logs]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Hewn Softwood]]', 'Decreases', 'calories of labor', '6'},
                                    },
                            },
                    ['recipes'] =  {
                            ['level0'] = {'[[Carpentry Skill Book]]', '[[Dendrology Research Paper Basic]]'},
                            ['level1'] = {'[[Hewn Hardwood]]', '[[Hewn Logs]]', '[[Hewn Softwood]]'},
                            ['level2'] = {'[[Basic Upgrade 1]]'},
                            ['level3'] = {},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {'[[Charcoal]]'},
                            ['level7'] = {'[[Logging Advanced Upgrade]]', '[[Logging Basic Upgrade]]'},
                            },
         },
         },
         ['Mason'] = {
         ['Mason'] = {
                     ['untranslated'] = 'Mason',
                     ['ID'] = 'MasonSkill',
                     ['title'] = 'Mason',
                    ['Category'] = '_None',
                     ['description'] = 'Masons craft with stone and are a valuable source of building material and furniture. The ore they collect is used by smiths to smelt into metal bars.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'MasonSkill',
                     ['Description'] = 'Masons craft with stone and are a valuable source of building material and furniture. The ore they collect is used by smiths to smelt into metal bars.',
                    ['skillIDNum'] = '822',
        },
                     ['maxLevel'] = '7',
        ['Mason Sign'] = {
                     ['root'] = true,
                     ['ID'] = 'MasonSignItem',
                    ['rootSkill'] = nil,
                     ['Category'] = 'WorldObject',
                     ['specialty'] = true,
                     ['Group'] = 'World Object',
                    ['specialtySkill'] = nil,
                     ['Description'] = 'A helpful sign for advertisements along the road.',
                     ['prerequisites'] = nil,
                    ['childSkills'] = {'[[Advanced Masonry]]','[[Glassworking]]','[[Masonry]]','[[Mining]]','[[Pottery]]'},
                    ['specialtySkillBook'] = nil,
                    ['specialtySkillScroll'] = nil,
                    ['itemsGiven'] = nil,
                    ['talents'] = nil,
                    ['benefits'] =  {
                            ['level1'] = {},
                            ['level2'] = {},
                            ['level3'] = {},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {},
                            },
                    ['recipes'] = nil,
         },
         },
         ['Masonry'] = {
         ['Masonry'] = {
                     ['untranslated'] = 'Masonry',
                     ['ID'] = 'MasonrySkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Rocks and mortar can provide a suitable building material alternative to wood. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'MasonrySkill',
                     ['Description'] = 'Rocks and mortar can provide a suitable building material alternative to wood. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '823',
        },
                     ['maxLevel'] = '7',
        ['Masonry Advanced Upgrade'] = {
                     ['root'] = false,
                     ['ID'] = 'MasonryAdvancedUpgradeItem',
                     ['rootSkill'] = '[[Mason]]',
                     ['Category'] = 'Efficiency Modules',
                    ['specialty'] = true,
                     ['Group'] = 'Upgrade',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Masonry Basic Upgrade'] = {
                     ['specialtySkillBook'] = '[[Masonry Skill Book]]',
                     ['ID'] = 'MasonryBasicUpgradeItem',
                    ['specialtySkillScroll'] = '[[Masonry Skill Scroll]]',
                     ['Category'] = 'Efficiency Modules',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Upgrade',
                     ['talents'] = {
                     ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.',
                            ['level3'] = {'[[Masonry Focused Speed Talent]]', '[[Masonry Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Masonry Frugal Req Talent]]'},
        ['Masonry Skill Book'] = {
                            },
                    ['ID'] = 'MasonrySkillBook',
                     ['benefits'] = {
                     ['Category'] = 'Hidden/Research',
                            ['level1'] = {
                     ['Group'] = 'Skill Books',
                                    {'[[Mortared Stone]]', 'Decreases', 'calories of labor', '15'},
                    ['Description'] = '',
                                    {'[[Reinforced Concrete]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Cement]]', 'Decreases', 'calories of labor', '60'},
        ['Masonry Skill Scroll'] = {
                                    {'[[Geology Research Paper Advanced]]', 'Decreases', 'calories of labor', '100'},
                    ['ID'] = 'MasonrySkillScroll',
                                    {'[[Basic Upgrade 2]]', 'Decreases', 'calories of labor', '50'},
                     ['Category'] = 'Hidden/Research',
                                    {'[[Masonry Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                    ['Group'] = 'Skill Scrolls',
                                    {'[[Masonry Basic Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['Description'] = '',
                                    {'[[Baked Mortar]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Masonry Mortar]]', 'Decreases', 'calories of labor', '10'},
        ['Masonry Table'] = {
                                    {'[[Wheat Mortar]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'MasonryTableItem',
                                    {'[[Bloomery]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = 'WorldObject',
                                    {'[[Kiln]]', 'Decreases', 'calories of labor', '300'},
                    ['Group'] = 'World Object',
                                    {'[[Large Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'A workstation for hewing and shaping stone into usable objects.',
                                    {'[[Large Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Limestone Bison Statue]]', 'Decreases', 'calories of labor', '50'},
        ['Master Tracker: Hunting'] = {
                                    {'[[Limestone Otter Statue]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'HuntingMasterTrackerTalentGroup',
                                    {'[[Limestone Owl Statue]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'Hidden',
                                    {'[[Limestone Wolf Statue]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'Talents',
                                    {'[[Mill]]', 'Decreases', 'calories of labor', '300'},
                    ['Description'] = 'A master tracker is capable of following its prey over the highest peaks or through the densest of jungles.',
                                    {'[[Mortared Stone Bench]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Mortared Stone Chair]]', 'Decreases', 'calories of labor', '25'},
        ['Meat Pie'] = {
                                    {'[[Mortared Stone Door]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'MeatPieItem',
                                    {'[[Mortared Stone Fireplace]]', 'Decreases', 'calories of labor', '25'},
                    ['Category'] = '_None',
                                    {'[[Mortared Stone Table]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'Food',
                                    {'[[Small Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'Much like a huckleberry pie, but filled to the brim with succulent meat.',
                                    {'[[Small Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Stone Brazier]]', 'Decreases', 'calories of labor', '20'},
        ['Meat Stock'] = {
                                    {'[[Tallow Lamp]]', 'Decreases', 'calories of labor', '40'},
                    ['ID'] = 'MeatStockItem',
                                    },
                    ['Category'] = '_None',
                            ['level2'] = {
                    ['Group'] = 'Food',
                                    {'[[Mortared Stone]]', 'Decreases', 'calories of labor', '13.5'},
                    ['Description'] = 'A meaty stock made from the flesh of animals.',
                                    {'[[Reinforced Concrete]]', 'Decreases', 'calories of labor', '18'},
        },
                                    {'[[Cement]]', 'Decreases', 'calories of labor', '54'},
        ['Meaty Stew'] = {
                                    {'[[Geology Research Paper Advanced]]', 'Decreases', 'calories of labor', '90'},
                    ['ID'] = 'MeatyStewItem',
                                    {'[[Basic Upgrade 2]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = '_None',
                                    {'[[Masonry Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                    ['Group'] = 'Food',
                                    {'[[Masonry Basic Upgrade]]', 'Decreases', 'calories of labor', '2250'},
                    ['Description'] = 'A thick meaty stew. A great source of protein.',
                                    {'[[Baked Mortar]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Masonry Mortar]]', 'Decreases', 'calories of labor', '9'},
        ['Mechanical Water Pump'] = {
                                    {'[[Wheat Mortar]]', 'Decreases', 'calories of labor', '18'},
                    ['ID'] = 'MechanicalWaterPumpItem',
                                    {'[[Bloomery]]', 'Decreases', 'calories of labor', '90'},
                    ['Category'] = 'WorldObject',
                                    {'[[Kiln]]', 'Decreases', 'calories of labor', '270'},
                    ['Group'] = 'World Object',
                                    {'[[Large Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '45'},
                    ['Description'] = 'Pumps water from a source into a pipe network.',
                                    {'[[Large Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Limestone Bison Statue]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Limestone Otter Statue]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Limestone Owl Statue]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Limestone Wolf Statue]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Mill]]', 'Decreases', 'calories of labor', '270'},
                                    {'[[Mortared Stone Bench]]', 'Decreases', 'calories of labor', '22.5'},
                                    {'[[Mortared Stone Chair]]', 'Decreases', 'calories of labor', '22.5'},
                                    {'[[Mortared Stone Door]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Mortared Stone Fireplace]]', 'Decreases', 'calories of labor', '22.5'},
                                    {'[[Mortared Stone Table]]', 'Decreases', 'calories of labor', '22.5'},
                                    {'[[Small Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Small Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Stone Brazier]]', 'Decreases', 'calories of labor', '18'},
                                    {'[[Tallow Lamp]]', 'Decreases', 'calories of labor', '36'},
                                    },
                            ['level3'] = {
                                    {'[[Mortared Stone]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Reinforced Concrete]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Cement]]', 'Decreases', 'calories of labor', '48'},
                                    {'[[Geology Research Paper Advanced]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Basic Upgrade 2]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Masonry Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                                    {'[[Masonry Basic Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Baked Mortar]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Masonry Mortar]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Wheat Mortar]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Bloomery]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Kiln]]', 'Decreases', 'calories of labor', '240'},
                                    {'[[Large Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Large Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Limestone Bison Statue]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Limestone Otter Statue]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Limestone Owl Statue]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Limestone Wolf Statue]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Mill]]', 'Decreases', 'calories of labor', '240'},
                                    {'[[Mortared Stone Bench]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Mortared Stone Chair]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Mortared Stone Door]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Mortared Stone Fireplace]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Mortared Stone Table]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Small Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Small Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Stone Brazier]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Tallow Lamp]]', 'Decreases', 'calories of labor', '32'},
                                    },
                            ['level4'] = {
                                    {'[[Mortared Stone]]', 'Decreases', 'calories of labor', '10.5'},
                                    {'[[Reinforced Concrete]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Cement]]', 'Decreases', 'calories of labor', '42'},
                                    {'[[Geology Research Paper Advanced]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Basic Upgrade 2]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Masonry Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                                    {'[[Masonry Basic Upgrade]]', 'Decreases', 'calories of labor', '1750'},
                                    {'[[Baked Mortar]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Masonry Mortar]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Wheat Mortar]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Bloomery]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Kiln]]', 'Decreases', 'calories of labor', '210'},
                                    {'[[Large Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Large Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Limestone Bison Statue]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Limestone Otter Statue]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Limestone Owl Statue]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Limestone Wolf Statue]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Mill]]', 'Decreases', 'calories of labor', '210'},
                                    {'[[Mortared Stone Bench]]', 'Decreases', 'calories of labor', '17.5'},
                                    {'[[Mortared Stone Chair]]', 'Decreases', 'calories of labor', '17.5'},
                                    {'[[Mortared Stone Door]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Mortared Stone Fireplace]]', 'Decreases', 'calories of labor', '17.5'},
                                    {'[[Mortared Stone Table]]', 'Decreases', 'calories of labor', '17.5'},
                                    {'[[Small Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Small Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Stone Brazier]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Tallow Lamp]]', 'Decreases', 'calories of labor', '28'},
                                    },
                            ['level5'] = {
                                    {'[[Mortared Stone]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Reinforced Concrete]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Cement]]', 'Decreases', 'calories of labor', '36'},
                                    {'[[Geology Research Paper Advanced]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Basic Upgrade 2]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Masonry Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                                    {'[[Masonry Basic Upgrade]]', 'Decreases', 'calories of labor', '1500'},
                                    {'[[Baked Mortar]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Masonry Mortar]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Wheat Mortar]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Bloomery]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Kiln]]', 'Decreases', 'calories of labor', '180'},
                                    {'[[Large Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Large Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Limestone Bison Statue]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Limestone Otter Statue]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Limestone Owl Statue]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Limestone Wolf Statue]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Mill]]', 'Decreases', 'calories of labor', '180'},
                                    {'[[Mortared Stone Bench]]', 'Decreases', 'calories of labor', '15'},
                                    {'[[Mortared Stone Chair]]', 'Decreases', 'calories of labor', '15'},
                                    {'[[Mortared Stone Door]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Mortared Stone Fireplace]]', 'Decreases', 'calories of labor', '15'},
                                    {'[[Mortared Stone Table]]', 'Decreases', 'calories of labor', '15'},
                                    {'[[Small Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Small Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Stone Brazier]]', 'Decreases', 'calories of labor', '12'},
                                    {'[[Tallow Lamp]]', 'Decreases', 'calories of labor', '24'},
                                    },
                            ['level6'] = {
                                    {'[[Mortared Stone]]', 'Decreases', 'calories of labor', '7.5'},
                                    {'[[Reinforced Concrete]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Cement]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Geology Research Paper Advanced]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Basic Upgrade 2]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Masonry Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                                    {'[[Masonry Basic Upgrade]]', 'Decreases', 'calories of labor', '1250'},
                                    {'[[Baked Mortar]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Masonry Mortar]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Wheat Mortar]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Bloomery]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Kiln]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Large Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Large Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Limestone Bison Statue]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Limestone Otter Statue]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Limestone Owl Statue]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Limestone Wolf Statue]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Mill]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Mortared Stone Bench]]', 'Decreases', 'calories of labor', '12.5'},
                                    {'[[Mortared Stone Chair]]', 'Decreases', 'calories of labor', '12.5'},
                                    {'[[Mortared Stone Door]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Mortared Stone Fireplace]]', 'Decreases', 'calories of labor', '12.5'},
                                    {'[[Mortared Stone Table]]', 'Decreases', 'calories of labor', '12.5'},
                                    {'[[Small Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Small Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Stone Brazier]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Tallow Lamp]]', 'Decreases', 'calories of labor', '20'},
                                    },
                            ['level7'] = {
                                    {'[[Mortared Stone]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Reinforced Concrete]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Cement]]', 'Decreases', 'calories of labor', '24'},
                                    {'[[Geology Research Paper Advanced]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Basic Upgrade 2]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Masonry Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Masonry Basic Upgrade]]', 'Decreases', 'calories of labor', '1000'},
                                    {'[[Baked Mortar]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Masonry Mortar]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Wheat Mortar]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Bloomery]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Kiln]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Large Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Large Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Limestone Bison Statue]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Limestone Otter Statue]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Limestone Owl Statue]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Limestone Wolf Statue]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Mill]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Mortared Stone Bench]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Mortared Stone Chair]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Mortared Stone Door]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Mortared Stone Fireplace]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Mortared Stone Table]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Small Hanging Mortared Stone Sign]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Small Standing Mortared Stone Sign]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Stone Brazier]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Tallow Lamp]]', 'Decreases', 'calories of labor', '16'},
                                    },
                            },
                    ['recipes'] =  {
                            ['level0'] = {'[[Geology Research Paper Advanced]]'},
                            ['level1'] = {'[[Baked Mortar]]', '[[Bloomery]]', '[[Glassworking Skill Book]]', '[[Kiln]]', '[[Masonry Mortar]]', '[[Mill]]', '[[Mortared Stone Chair]]', '[[Mortared Stone Door]]', '[[Mortared Stone]]', '[[Pottery Skill Book]]', '[[Reinforced Concrete]]', '[[Small Hanging Mortared Stone Sign]]', '[[Small Standing Mortared Stone Sign]]', '[[Stone Brazier]]', '[[Tallow Lamp]]', '[[Wheat Mortar]]'},
                            ['level2'] = {'[[Limestone Otter Statue]]', '[[Mortared Stone Table]]'},
                            ['level3'] = {'[[Large Hanging Mortared Stone Sign]]', '[[Large Standing Mortared Stone Sign]]', '[[Limestone Wolf Statue]]', '[[Mortared Stone Bench]]'},
                            ['level4'] = {'[[Basic Upgrade 2]]', '[[Cement]]', '[[Limestone Owl Statue]]'},
                            ['level5'] = {'[[Limestone Bison Statue]]', '[[Mortared Stone Fireplace]]'},
                            ['level6'] = {},
                            ['level7'] = {'[[Masonry Advanced Upgrade]]', '[[Masonry Basic Upgrade]]'},
                            },
         },
         },
         ['Mechanics'] = {
         ['Mechanics'] = {
                     ['untranslated'] = 'Mechanics',
                     ['ID'] = 'MechanicsSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Mechanics for more advanced creations. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'MechanicsSkill',
                     ['Description'] = 'Mechanics for more advanced creations. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '826',
        },
                     ['maxLevel'] = '7',
        ['Mechanics Advanced Upgrade'] = {
                     ['root'] = false,
                     ['ID'] = 'MechanicsAdvancedUpgradeItem',
                     ['rootSkill'] = '[[Engineer]]',
                     ['Category'] = 'Efficiency Modules',
                    ['specialty'] = true,
                     ['Group'] = 'Upgrade',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Mechanics recipes.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Mechanics Modern Upgrade'] = {
                     ['specialtySkillBook'] = '[[Mechanics Skill Book]]',
                     ['ID'] = 'MechanicsModernUpgradeItem',
                     ['specialtySkillScroll'] = '[[Mechanics Skill Scroll]]',
                     ['Category'] = 'Efficiency Modules',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Upgrade',
                     ['talents'] = {
                     ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Mechanics recipes.',
                            ['level3'] = {'[[Mechanics Focused Speed Talent]]', '[[Mechanics Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Mechanics Frugal Req Talent]]'},
        ['Mechanics Skill Book'] = {
                            },
                    ['ID'] = 'MechanicsSkillBook',
                    ['benefits'] = {
                     ['Category'] = 'Hidden/Research',
                            ['level1'] = {
                     ['Group'] = 'Skill Books',
                                    {'[[Boiler]]', 'Decreases', 'calories of labor', '150'},
                     ['Description'] = '',
                                    {'[[Combustion Engine]]', 'Decreases', 'calories of labor', '250'},
        },
                                    {'[[Copper Wiring]]', 'Decreases', 'calories of labor', '50'},
        ['Mechanics Skill Scroll'] = {
                                    {'[[Engineering Research Paper Modern]]', 'Decreases', 'calories of labor', '500'},
                    ['ID'] = 'MechanicsSkillScroll',
                                    {'[[Gearbox]]', 'Decreases', 'calories of labor', '37.5'},
                    ['Category'] = 'Hidden/Research',
                                    {'[[Gold Wiring]]', 'Decreases', 'calories of labor', '100'},
                    ['Group'] = 'Skill Scrolls',
                                    {'[[Heat Sink]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = '',
                                    {'[[Iron Axle]]', 'Decreases', 'calories of labor', '60'},
        },
                                    {'[[Iron Gear]]', 'Decreases', 'calories of labor', '60'},
        ['Medium Fishing Trawler'] = {
                                    {'[[Iron Plate]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'MediumFishingTrawlerItem',
                                    {'[[Iron Piston]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'WorldObject',
                                    {'[[Portable Steam Engine]]', 'Decreases', 'calories of labor', '1000'},
                    ['Group'] = 'World Object',
                                    {'[[Screws]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Description'] = '',
                                    {'[[Servo]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Steam Tractor Harvester]]', 'Decreases', 'calories of labor', '100'},
        ['Medium Metal Ship Frame'] = {
                                    {'[[Steam Tractor Plow]]', 'Decreases', 'calories of labor', '100'},
                    ['ID'] = 'MediumMetalShipFrameItem',
                                    {'[[Steam Tractor Sower]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = '_None',
                                    {'[[Valve]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'Items',
                                    {'[[Advanced Upgrade 4]]', 'Decreases', 'calories of labor', '75'},
                    ['Description'] = 'A medium metal frame for constructing a naval vessel.',
                                    {'[[Mechanics Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
        },
                                    {'[[Mechanics Modern Upgrade]]', 'Decreases', 'calories of labor', '5000'},
        ['Medium Shipyard'] = {
                                    {'[[Steam Tractor]]', 'Decreases', 'calories of labor', '500'},
                    ['ID'] = 'MediumShipyardItem',
                                    {'[[Steam Truck]]', 'Decreases', 'calories of labor', '500'},
                    ['Category'] = 'WorldObject',
                                    {'[[Wooden Elevator]]', 'Decreases', 'calories of labor', '250'},
                    ['Group'] = 'World Object',
                                    {'[[Assembly Line]]', 'Decreases', 'calories of labor', '200'},
                    ['Description'] = 'A bigger more suitable place to build larger vessels with more extensive functionalities.',
                                    {'[[Combustion Generator]]', 'Decreases', 'calories of labor', '500'},
        },
                                    {'[[Electric Water Pump]]', 'Decreases', 'calories of labor', '100'},
        ['Medium Wooden Ship Frame'] = {
                                    {'[[Lathe]]', 'Decreases', 'calories of labor', '125'},
                    ['ID'] = 'MediumWoodenShipFrameItem',
                                    {'[[Mechanical Water Pump]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = '_None',
                                    {'[[Oil Refinery]]', 'Decreases', 'calories of labor', '350'},
                    ['Group'] = 'Items',
                                    {'[[Pump Jack]]', 'Decreases', 'calories of labor', '60'},
                    ['Description'] = 'A medium wooden frame for constructing a larger naval vessel.',
                                    {'[[Rolling Mill]]', 'Decreases', 'calories of labor', '300'},
        },
                                    {'[[Screening Machine]]', 'Decreases', 'calories of labor', '250'},
        ['Metal Keel'] = {
                                    {'[[Screw Press]]', 'Decreases', 'calories of labor', '250'},
                    ['ID'] = 'MetalKeelItem',
                                    {'[[Shaper]]', 'Decreases', 'calories of labor', '250'},
                    ['Category'] = '_None',
                                    {'[[Sink]]', 'Decreases', 'calories of labor', '90'},
                    ['Group'] = 'Items',
                                    {'[[Stamp Mill]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'The backbone of any metal ship.',
                                    {'[[Steam Engine]]', 'Decreases', 'calories of labor', '375'},
        },
                                    {'[[Waste Filter]]', 'Decreases', 'calories of labor', '400'},
        ['Metal Rudder'] = {
                                    },
                    ['ID'] = 'MetalRudderItem',
                            ['level2'] = {
                    ['Category'] = '_None',
                                    {'[[Boiler]]', 'Decreases', 'calories of labor', '135'},
                    ['Group'] = 'Items',
                                    {'[[Combustion Engine]]', 'Decreases', 'calories of labor', '225'},
                    ['Description'] = 'If you dont have one of these, you have no control over your heading.',
                                    {'[[Copper Wiring]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Engineering Research Paper Modern]]', 'Decreases', 'calories of labor', '450'},
        ['Metallurgy Research Paper Advanced'] = {
                                    {'[[Gearbox]]', 'Decreases', 'calories of labor', '33.75'},
                    ['ID'] = 'MetallurgyResearchPaperAdvancedItem',
                                    {'[[Gold Wiring]]', 'Decreases', 'calories of labor', '90'},
                    ['Category'] = '_None',
                                    {'[[Heat Sink]]', 'Decreases', 'calories of labor', '45'},
                    ['Group'] = 'Items',
                                    {'[[Iron Axle]]', 'Decreases', 'calories of labor', '54'},
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                                    {'[[Iron Gear]]', 'Decreases', 'calories of labor', '54'},
        },
                                    {'[[Iron Plate]]', 'Decreases', 'calories of labor', '45'},
        ['Metallurgy Research Paper Basic'] = {
                                    {'[[Iron Piston]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'MetallurgyResearchPaperBasicItem',
                                    {'[[Portable Steam Engine]]', 'Decreases', 'calories of labor', '900'},
                    ['Category'] = '_None',
                                    {'[[Screws]]', 'Decreases', 'calories of labor', '15.75'},
                    ['Group'] = 'Items',
                                    {'[[Servo]]', 'Decreases', 'calories of labor', '45'},
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                                    {'[[Steam Tractor Harvester]]', 'Decreases', 'calories of labor', '90'},
        },
                                    {'[[Steam Tractor Plow]]', 'Decreases', 'calories of labor', '90'},
        ['Metallurgy Research Paper Modern'] = {
                                    {'[[Steam Tractor Sower]]', 'Decreases', 'calories of labor', '90'},
                    ['ID'] = 'MetallurgyResearchPaperModernItem',
                                    {'[[Valve]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = '_None',
                                    {'[[Advanced Upgrade 4]]', 'Decreases', 'calories of labor', '67.5'},
                    ['Group'] = 'Items',
                                    {'[[Mechanics Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                    ['Description'] = 'A document containing important research information. Used to discover new skills at the research table.',
                                    {'[[Mechanics Modern Upgrade]]', 'Decreases', 'calories of labor', '4500'},
        },
                                    {'[[Steam Tractor]]', 'Decreases', 'calories of labor', '450'},
        ['Meteor Shard'] = {
                                    {'[[Steam Truck]]', 'Decreases', 'calories of labor', '450'},
                    ['ID'] = 'MeteorShardItem',
                                    {'[[Wooden Elevator]]', 'Decreases', 'calories of labor', '225'},
                    ['Category'] = 'Hidden',
                                    {'[[Assembly Line]]', 'Decreases', 'calories of labor', '180'},
                    ['Group'] = 'Tools',
                                    {'[[Combustion Generator]]', 'Decreases', 'calories of labor', '450'},
                    ['Description'] = 'Thanks for supporting ECO!',
                                    {'[[Electric Water Pump]]', 'Decreases', 'calories of labor', '90'},
        },
                                    {'[[Lathe]]', 'Decreases', 'calories of labor', '112.5'},
        ['Milk'] = {
                                    {'[[Mechanical Water Pump]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'MilkItem',
                                    {'[[Oil Refinery]]', 'Decreases', 'calories of labor', '315'},
                    ['Category'] = 'Hidden',
                                    {'[[Pump Jack]]', 'Decreases', 'calories of labor', '54'},
                    ['Group'] = 'Food',
                                    {'[[Rolling Mill]]', 'Decreases', 'calories of labor', '270'},
                    ['Description'] = 'Milk, although maybe not from an animal.',
                                    {'[[Screening Machine]]', 'Decreases', 'calories of labor', '225'},
        },
                                    {'[[Screw Press]]', 'Decreases', 'calories of labor', '225'},
        ['Mill'] = {
                                    {'[[Shaper]]', 'Decreases', 'calories of labor', '225'},
                    ['ID'] = 'MillItem',
                                    {'[[Sink]]', 'Decreases', 'calories of labor', '81'},
                    ['Category'] = 'WorldObject',
                                    {'[[Stamp Mill]]', 'Decreases', 'calories of labor', '90'},
                    ['Group'] = 'World Object',
                                    {'[[Steam Engine]]', 'Decreases', 'calories of labor', '337.5'},
                    ['Description'] = 'Refines food resources by crushing them under a stone millstone.',
                                    {'[[Waste Filter]]', 'Decreases', 'calories of labor', '360'},
        },
                                    },
        ['Mill Stone'] = {
                            ['level3'] = {
                    ['ID'] = 'MillStoneItem',
                                    {'[[Boiler]]', 'Decreases', 'calories of labor', '120'},
                    ['Category'] = '_None',
                                    {'[[Combustion Engine]]', 'Decreases', 'calories of labor', '200'},
                    ['Group'] = 'Items',
                                    {'[[Copper Wiring]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'A simple round stone used for crushing other things.',
                                    {'[[Engineering Research Paper Modern]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Gearbox]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Gold Wiring]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Heat Sink]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Iron Axle]]', 'Decreases', 'calories of labor', '48'},
                                    {'[[Iron Gear]]', 'Decreases', 'calories of labor', '48'},
                                    {'[[Iron Plate]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Iron Piston]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Portable Steam Engine]]', 'Decreases', 'calories of labor', '800'},
                                    {'[[Screws]]', 'Decreases', 'calories of labor', '14'},
                                    {'[[Servo]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Steam Tractor Harvester]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Steam Tractor Plow]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Steam Tractor Sower]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Valve]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Advanced Upgrade 4]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Mechanics Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                                    {'[[Mechanics Modern Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                                    {'[[Steam Tractor]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Steam Truck]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Wooden Elevator]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Assembly Line]]', 'Decreases', 'calories of labor', '160'},
                                    {'[[Combustion Generator]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Electric Water Pump]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Lathe]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Mechanical Water Pump]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Oil Refinery]]', 'Decreases', 'calories of labor', '280'},
                                    {'[[Pump Jack]]', 'Decreases', 'calories of labor', '48'},
                                    {'[[Rolling Mill]]', 'Decreases', 'calories of labor', '240'},
                                    {'[[Screening Machine]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Screw Press]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Shaper]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Sink]]', 'Decreases', 'calories of labor', '72'},
                                    {'[[Stamp Mill]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Steam Engine]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Waste Filter]]', 'Decreases', 'calories of labor', '320'},
                                    },
                            ['level4'] = {
                                    {'[[Boiler]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Combustion Engine]]', 'Decreases', 'calories of labor', '175'},
                                    {'[[Copper Wiring]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Engineering Research Paper Modern]]', 'Decreases', 'calories of labor', '350'},
                                    {'[[Gearbox]]', 'Decreases', 'calories of labor', '26.25'},
                                    {'[[Gold Wiring]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Heat Sink]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Iron Axle]]', 'Decreases', 'calories of labor', '42'},
                                    {'[[Iron Gear]]', 'Decreases', 'calories of labor', '42'},
                                    {'[[Iron Plate]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Iron Piston]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Portable Steam Engine]]', 'Decreases', 'calories of labor', '700'},
                                    {'[[Screws]]', 'Decreases', 'calories of labor', '12.25'},
                                    {'[[Servo]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Steam Tractor Harvester]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Steam Tractor Plow]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Steam Tractor Sower]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Valve]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Advanced Upgrade 4]]', 'Decreases', 'calories of labor', '52.5'},
                                    {'[[Mechanics Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                                    {'[[Mechanics Modern Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                                    {'[[Steam Tractor]]', 'Decreases', 'calories of labor', '350'},
                                    {'[[Steam Truck]]', 'Decreases', 'calories of labor', '350'},
                                    {'[[Wooden Elevator]]', 'Decreases', 'calories of labor', '175'},
                                    {'[[Assembly Line]]', 'Decreases', 'calories of labor', '140'},
                                    {'[[Combustion Generator]]', 'Decreases', 'calories of labor', '350'},
                                    {'[[Electric Water Pump]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Lathe]]', 'Decreases', 'calories of labor', '87.5'},
                                    {'[[Mechanical Water Pump]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Oil Refinery]]', 'Decreases', 'calories of labor', '245'},
                                    {'[[Pump Jack]]', 'Decreases', 'calories of labor', '42'},
                                    {'[[Rolling Mill]]', 'Decreases', 'calories of labor', '210'},
                                    {'[[Screening Machine]]', 'Decreases', 'calories of labor', '175'},
                                    {'[[Screw Press]]', 'Decreases', 'calories of labor', '175'},
                                    {'[[Shaper]]', 'Decreases', 'calories of labor', '175'},
                                    {'[[Sink]]', 'Decreases', 'calories of labor', '63'},
                                    {'[[Stamp Mill]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Steam Engine]]', 'Decreases', 'calories of labor', '262.5'},
                                    {'[[Waste Filter]]', 'Decreases', 'calories of labor', '280'},
                                    },
                            ['level5'] = {
                                    {'[[Boiler]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Combustion Engine]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Copper Wiring]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Engineering Research Paper Modern]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Gearbox]]', 'Decreases', 'calories of labor', '22.5'},
                                    {'[[Gold Wiring]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Heat Sink]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Iron Axle]]', 'Decreases', 'calories of labor', '36'},
                                    {'[[Iron Gear]]', 'Decreases', 'calories of labor', '36'},
                                    {'[[Iron Plate]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Iron Piston]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Portable Steam Engine]]', 'Decreases', 'calories of labor', '600'},
                                    {'[[Screws]]', 'Decreases', 'calories of labor', '10.5'},
                                    {'[[Servo]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Steam Tractor Harvester]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Steam Tractor Plow]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Steam Tractor Sower]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Valve]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Advanced Upgrade 4]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Mechanics Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                                    {'[[Mechanics Modern Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                                    {'[[Steam Tractor]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Steam Truck]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Wooden Elevator]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Assembly Line]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Combustion Generator]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Electric Water Pump]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Lathe]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Mechanical Water Pump]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Oil Refinery]]', 'Decreases', 'calories of labor', '210'},
                                    {'[[Pump Jack]]', 'Decreases', 'calories of labor', '36'},
                                    {'[[Rolling Mill]]', 'Decreases', 'calories of labor', '180'},
                                    {'[[Screening Machine]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Screw Press]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Shaper]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Sink]]', 'Decreases', 'calories of labor', '54'},
                                    {'[[Stamp Mill]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Steam Engine]]', 'Decreases', 'calories of labor', '225'},
                                    {'[[Waste Filter]]', 'Decreases', 'calories of labor', '240'},
                                    },
                            ['level6'] = {
                                    {'[[Boiler]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Combustion Engine]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Copper Wiring]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Engineering Research Paper Modern]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Gearbox]]', 'Decreases', 'calories of labor', '18.75'},
                                    {'[[Gold Wiring]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Heat Sink]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Iron Axle]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Iron Gear]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Iron Plate]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Iron Piston]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Portable Steam Engine]]', 'Decreases', 'calories of labor', '500'},
                                    {'[[Screws]]', 'Decreases', 'calories of labor', '8.75'},
                                    {'[[Servo]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Steam Tractor Harvester]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Steam Tractor Plow]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Steam Tractor Sower]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Valve]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Advanced Upgrade 4]]', 'Decreases', 'calories of labor', '37.5'},
                                    {'[[Mechanics Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                                    {'[[Mechanics Modern Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                                    {'[[Steam Tractor]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Steam Truck]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Wooden Elevator]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Assembly Line]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Combustion Generator]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Electric Water Pump]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Lathe]]', 'Decreases', 'calories of labor', '62.5'},
                                    {'[[Mechanical Water Pump]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Oil Refinery]]', 'Decreases', 'calories of labor', '175'},
                                    {'[[Pump Jack]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Rolling Mill]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Screening Machine]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Screw Press]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Shaper]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Sink]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Stamp Mill]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Steam Engine]]', 'Decreases', 'calories of labor', '187.5'},
                                    {'[[Waste Filter]]', 'Decreases', 'calories of labor', '200'},
                                    },
                            ['level7'] = {
                                    {'[[Boiler]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Combustion Engine]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Copper Wiring]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Engineering Research Paper Modern]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Gearbox]]', 'Decreases', 'calories of labor', '15'},
                                    {'[[Gold Wiring]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Heat Sink]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Iron Axle]]', 'Decreases', 'calories of labor', '24'},
                                    {'[[Iron Gear]]', 'Decreases', 'calories of labor', '24'},
                                    {'[[Iron Plate]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Iron Piston]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Portable Steam Engine]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Screws]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Servo]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Steam Tractor Harvester]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Steam Tractor Plow]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Steam Tractor Sower]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Valve]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Advanced Upgrade 4]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Mechanics Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Mechanics Modern Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Steam Tractor]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Steam Truck]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Wooden Elevator]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Assembly Line]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Combustion Generator]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Electric Water Pump]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Lathe]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Mechanical Water Pump]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Oil Refinery]]', 'Decreases', 'calories of labor', '140'},
                                    {'[[Pump Jack]]', 'Decreases', 'calories of labor', '24'},
                                    {'[[Rolling Mill]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Screening Machine]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Screw Press]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Shaper]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Sink]]', 'Decreases', 'calories of labor', '36'},
                                    {'[[Stamp Mill]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Steam Engine]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Waste Filter]]', 'Decreases', 'calories of labor', '160'},
                                    },
                            },
                    ['recipes'] =  {
                            ['level0'] = {},
                            ['level1'] = {'[[Assembly Line]]', '[[Boiler]]', '[[Combustion Engine]]', '[[Combustion Generator]]', '[[Copper Wiring]]', '[[Electric Water Pump]]', '[[Electronics Skill Book]]', '[[Engineering Research Paper Modern]]', '[[Gearbox]]', '[[Gold Wiring]]', '[[Heat Sink]]', '[[Industry Skill Book]]', '[[Iron Axle]]', '[[Iron Gear]]', '[[Iron Plate]]', '[[Lathe]]', '[[Mechanical Water Pump]]', '[[Oil Drilling Skill Book]]', '[[Oil Refinery]]', '[[IronPiston]]', '[[Portable Steam Engine]]', '[[Pump Jack]]', '[[Rolling Mill]]', '[[Screening Machine]]', '[[Screw Press]]', '[[Screws]]', '[[Servo]]', '[[Shaper]]', '[[Sink]]', '[[Stamp Mill]]', '[[Steam Engine]]', '[[Steam Tractor Harvester]]', '[[Steam Tractor Plow]]', '[[Steam Tractor Sower]]', '[[Valve]]', '[[Waste Filter]]', '[[Wooden Elevator]]'},
                            ['level2'] = {'[[Steam Tractor]]', '[[Steam Truck]]'},
                            ['level3'] = {},
                            ['level4'] = {},
                            ['level5'] = {},
                            ['level6'] = {'[[Advanced Upgrade 4]]'},
                            ['level7'] = {'[[Mechanics Advanced Upgrade]]', '[[Mechanics Modern Upgrade]]'},
                            },
         },
         },
         ['Milling'] = {
         ['Milling'] = {
                     ['untranslated'] = 'Milling',
                     ['ID'] = 'MillingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Milling various products can create important materials for baking and other uses. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'MillingSkill',
                     ['Description'] = 'Milling various products can create important materials for baking and other uses. Levels up by crafting related recipes.',
                    ['skillIDNum'] = '829',
        },
                     ['maxLevel'] = '7',
        ['Milling Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'MillingSkillBook',
                    ['rootSkill'] = '[[Farmer]]',
                     ['Category'] = 'Hidden/Research',
                     ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                    ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Milling Skill Scroll'] = {
                    ['specialtySkillBook'] = '[[Milling Skill Book]]',
                     ['ID'] = 'MillingSkillScroll',
                    ['specialtySkillScroll'] = '[[Milling Skill Scroll]]',
                    ['Category'] = 'Hidden/Research',
                    ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                    ['Description'] = '',
                            ['level3'] = {'[[Milling Focused Speed Talent]]', '[[Milling Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Milling Frugal Req Talent]]'},
        ['Milling Upgrade'] = {
                            },
                    ['ID'] = 'MillingUpgradeItem',
                     ['benefits'] = {
                    ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                    ['Group'] = 'Upgrade',
                                    {'[[Acorn Powder]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Milling recipes.',
                                    {'[[Bean Paste]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Camas Paste]]', 'Decreases', 'calories of labor', '10'},
        ['Millionaires Salad'] = {
                                    {'[[Cornmeal]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'MillionairesSaladItem',
                                    {'[[Flour]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = '_None',
                                    {'[[Oil]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Food',
                                    {'[[Sugar]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'A decadent yet healthy assemblage.',
                                    {'[[Yeast]]', 'Decreases', 'calories of labor', '10'},
                                    {'[[Milling Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                                    {'[[Beet Sugar]]', 'Decreases', 'calories of labor', '40'},
                                    },
                            ['level2'] = {
                                    {'[[Acorn Powder]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Bean Paste]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Camas Paste]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Cornmeal]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Flour]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Oil]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Sugar]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Yeast]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Milling Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                                    {'[[Beet Sugar]]', 'Decreases', 'calories of labor', '36'},
                                    },
                            ['level3'] = {
                                    {'[[Acorn Powder]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Bean Paste]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Camas Paste]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Cornmeal]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Flour]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Oil]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Sugar]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Yeast]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Milling Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                                    {'[[Beet Sugar]]', 'Decreases', 'calories of labor', '32'},
                                    },
                            ['level4'] = {
                                    {'[[Acorn Powder]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Bean Paste]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Camas Paste]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Cornmeal]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Flour]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Oil]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Sugar]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Yeast]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Milling Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                                    {'[[Beet Sugar]]', 'Decreases', 'calories of labor', '28'},
                                    },
                            ['level5'] = {
                                    {'[[Acorn Powder]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Bean Paste]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Camas Paste]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Cornmeal]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Flour]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Oil]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Sugar]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Yeast]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Milling Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                                    {'[[Beet Sugar]]', 'Decreases', 'calories of labor', '24'},
                                    },
                            ['level6'] = {
                                    {'[[Acorn Powder]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Bean Paste]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Camas Paste]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Cornmeal]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Flour]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Oil]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Sugar]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Yeast]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Milling Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                                    {'[[Beet Sugar]]', 'Decreases', 'calories of labor', '20'},
                                    },
                            ['level7'] = {
                                    {'[[Acorn Powder]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Bean Paste]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Camas Paste]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Cornmeal]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Flour]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Oil]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Sugar]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Yeast]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Milling Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Beet Sugar]]', 'Decreases', 'calories of labor', '16'},
                                    },
                            },
                    ['recipes'] =  {
                            ['level0'] = {},
                            ['level1'] = {'[[Beet Sugar]]', '[[Camas Paste]]', '[[Cornmeal]]', '[[Flour]]', '[[Oil]]', '[[Sugar]]'},
                            ['level2'] = {'[[Bean Paste]]'},
                            ['level3'] = {'[[Acorn Powder]]'},
                            ['level4'] = {'[[Yeast]]'},
                            ['level5'] = {},
                            ['level6'] = {},
                            ['level7'] = {'[[Milling Advanced Upgrade]]'},
                            },
         },
         },
         ['Mining'] = {
         ['Mining'] = {
                     ['untranslated'] = 'Mining',
                     ['ID'] = 'MiningSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Hitting rocks with a pickaxe can be suprisingly difficult. Level by breaking rocks.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'MiningSkill',
                     ['Description'] = 'Hitting rocks with a pickaxe can be surprisingly difficult. Levels up by breaking rocks.',
                     ['skillIDNum'] = '832',
        },
                     ['maxLevel'] = '7',
        ['Mining Advanced Upgrade'] = {
                     ['root'] = false,
                     ['ID'] = 'MiningAdvancedUpgradeItem',
                     ['rootSkill'] = '[[Mason]]',
                     ['Category'] = 'Efficiency Modules',
                    ['specialty'] = true,
                     ['Group'] = 'Upgrade',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Mining Basic Upgrade'] = {
                     ['specialtySkillBook'] = nil,
                     ['ID'] = 'MiningBasicUpgradeItem',
                    ['specialtySkillScroll'] = nil,
                     ['Category'] = 'Efficiency Modules',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Upgrade',
                     ['talents'] = {
                     ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Mining recipes.',
                            ['level6'] = {'[[Mining Lucky Break Talent]]', '[[Mining Sweeping Hands Talent]]'},
        },
                            ['level3'] = {'[[Mining Tool Efficiency Talent]]', '[[Mining Tool Strength Talent]]'},
        ['Mining Charge'] = {
                            },
                     ['ID'] = 'MiningChargeItem',
                    ['benefits'] = {
                     ['Category'] = 'WorldObject',
                            ['level1'] = {
                    ['Group'] = 'World Object',
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calorie consumption', '13.6'},
                    ['Description'] = 'A distinctly different approach to mining, now with the comforts and safety of a remote!(Explosives convert blocks into their crushed variants.)',
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calorie consumption', '8'},
        },
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calorie consumption', '12'},
        ['Mining Modern Upgrade'] = {
                                    {'[[Stone Pickaxe]]', 'Decreases', 'calorie consumption', '16'},
                    ['ID'] = 'MiningModernUpgradeItem',
                                    {'[[Copper Concentrate]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Crushed Copper Ore]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'Upgrade',
                                    {'[[Crushed Gold Ore]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Mining recipes.',
                                    {'[[Crushed Granite]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Crushed Iron Ore]]', 'Decreases', 'calories of labor', '50'},
        ['Mint'] = {
                                    {'[[Crushed Limestone]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'MintItem',
                                    {'[[Crushed Sandstone]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Shale]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'World Object',
                                    {'[[Gold Concentrate]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'Allows for the creation of currency.',
                                    {'[[Iron Concentrate]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Geology Research Paper Basic]]', 'Decreases', 'calories of labor', '25'},
        ['Mochi'] = {
                                    {'[[Metallurgy Research Paper Basic]]', 'Decreases', 'calories of labor', '25'},
                    ['ID'] = 'MochiItem',
                                    {'[[Mining Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                    ['Category'] = '_None',
                                    {'[[Mining Basic Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['Group'] = 'Food',
                                    {'[[Mining Modern Upgrade]]', 'Decreases', 'calories of labor', '7500'},
                    ['Description'] = 'Watch your hands!',
                                    {'[[Concentrate Copper Lv 2]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Concentrate Dry Iron]]', 'Decreases', 'calories of labor', '75'},
        ['Modern Axe'] = {
                                    {'[[Concentrate Dry Iron Lv 2]]', 'Decreases', 'calories of labor', '100'},
                    ['ID'] = 'ModernAxeItem',
                                    {'[[Concentrate Gold Lv 2]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = 'Tool',
                                    {'[[Concentrate Iron Lv 2]]', 'Decreases', 'calories of labor', '150'},
                    ['Group'] = 'Tools',
                                    {'[[Crushed Basalt Lv 2]]', 'Decreases', 'calories of labor', '250'},
                    ['Description'] = 'A modern axe with a non-slip handle made using fiberglass.',
                                    {'[[Crushed Basalt Lv 3]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Crushed Copper Lv 2]]', 'Decreases', 'calories of labor', '50'},
        ['Modern Double Street Light'] = {
                                    {'[[Crushed Copper Lv 3]]', 'Decreases', 'calories of labor', '25'},
                    ['ID'] = 'ModernDoubleStreetLightItem',
                                    {'[[Crushed Gneiss Lv 2]]', 'Decreases', 'calories of labor', '125'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Gneiss Lv 3]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Gold Lv 2]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'A towering metal light post that requires electricity to run.',
                                    {'[[Crushed Gold Lv 3]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Crushed Granite Lv 2]]', 'Decreases', 'calories of labor', '50'},
        ['Modern Hammer'] = {
                                    {'[[Crushed Granite Lv 3]]', 'Decreases', 'calories of labor', '25'},
                    ['ID'] = 'ModernHammerItem',
                                    {'[[Crushed Iron Lv 2]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'Tool',
                                    {'[[Crushed Iron Lv 3]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'Tools',
                                    {'[[Crushed Limestone Lv 2]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = 'A modern hammer with a non-slip handle made using fiberglass.',
                                    {'[[Crushed Limestone Lv 3]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Crushed Sandstone Lv 2]]', 'Decreases', 'calories of labor', '50'},
        ['Modern Hoe'] = {
                                    {'[[Crushed Sandstone Lv 3]]', 'Decreases', 'calories of labor', '25'},
                    ['ID'] = 'ModernHoeItem',
                                    {'[[Crushed Shale Lv 2]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'Tool',
                                    {'[[Crushed Shale Lv 3]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'Tools',
                                    {'[[Crushed Slag Lv 2]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'A modern hoe with increased range.',
                                    {'[[Crushed Slag Lv 3]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Sand Concentrate]]', 'Decreases', 'calories of labor', '20'},
        ['Modern Machete'] = {
                                    },
                    ['ID'] = 'ModernMacheteItem',
                            ['level2'] = {
                    ['Category'] = 'Tool',
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calorie consumption', '12.75'},
                    ['Group'] = 'Tools',
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calorie consumption', '7.5'},
                    ['Description'] = 'A machete used to quickly clear plants. Has a large AoE with each swing.',
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calorie consumption', '11.25'},
        },
                                    {'[[Stone Pickaxe]]', 'Decreases', 'calorie consumption', '15'},
        ['Modern Paint Sprayer'] = {
                                    {'[[Copper Concentrate]]', 'Decreases', 'calories of labor', '18'},
                    ['ID'] = 'ModernPaintSprayerItem',
                                    {'[[Crushed Copper Ore]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = 'Tool',
                                    {'[[Crushed Gold Ore]]', 'Decreases', 'calories of labor', '45'},
                    ['Group'] = 'Tools',
                                    {'[[Crushed Granite]]', 'Decreases', 'calories of labor', '45'},
                    ['Description'] = 'A modern painting tool using sophisticated electronic throttling for a continues experience.',
                                    {'[[Crushed Iron Ore]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Crushed Limestone]]', 'Decreases', 'calories of labor', '45'},
        ['Modern Pickaxe'] = {
                                    {'[[Crushed Sandstone]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'ModernPickaxeItem',
                                    {'[[Crushed Shale]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = 'Tool',
                                    {'[[Gold Concentrate]]', 'Decreases', 'calories of labor', '18'},
                    ['Group'] = 'Tools',
                                    {'[[Iron Concentrate]]', 'Decreases', 'calories of labor', '18'},
                    ['Description'] = 'A modern pickaxe with a non-slip handle made using fiberglass.',
                                    {'[[Geology Research Paper Basic]]', 'Decreases', 'calories of labor', '22.5'},
        },
                                    {'[[Metallurgy Research Paper Basic]]', 'Decreases', 'calories of labor', '22.5'},
        ['Modern Rock Drill'] = {
                                    {'[[Mining Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                    ['ID'] = 'ModernRockDrillItem',
                                    {'[[Mining Basic Upgrade]]', 'Decreases', 'calories of labor', '2250'},
                    ['Category'] = 'Tool',
                                    {'[[Mining Modern Upgrade]]', 'Decreases', 'calories of labor', '6750'},
                    ['Group'] = 'Tools',
                                    {'[[Concentrate Copper Lv 2]]', 'Decreases', 'calories of labor', '90'},
                    ['Description'] = 'A gasoline-powered alternative for faster geological sampling.',
                                    {'[[Concentrate Dry Iron]]', 'Decreases', 'calories of labor', '67.5'},
        },
                                    {'[[Concentrate Dry Iron Lv 2]]', 'Decreases', 'calories of labor', '90'},
        ['Modern Scythe'] = {
                                    {'[[Concentrate Gold Lv 2]]', 'Decreases', 'calories of labor', '90'},
                    ['ID'] = 'ModernScytheItem',
                                    {'[[Concentrate Iron Lv 2]]', 'Decreases', 'calories of labor', '135'},
                    ['Category'] = 'Tool',
                                    {'[[Crushed Basalt Lv 2]]', 'Decreases', 'calories of labor', '225'},
                    ['Group'] = 'Tools',
                                    {'[[Crushed Basalt Lv 3]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Description'] = 'A modern scythe used to harvest crops or cut grass. Has a large AoE with each swing.',
                                    {'[[Crushed Copper Lv 2]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Crushed Copper Lv 3]]', 'Decreases', 'calories of labor', '22.5'},
        ['Modern Shovel'] = {
                                    {'[[Crushed Gneiss Lv 2]]', 'Decreases', 'calories of labor', '112.5'},
                    ['ID'] = 'ModernShovelItem',
                                    {'[[Crushed Gneiss Lv 3]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Category'] = 'Tool',
                                    {'[[Crushed Gold Lv 2]]', 'Decreases', 'calories of labor', '45'},
                    ['Group'] = 'Tools',
                                    {'[[Crushed Gold Lv 3]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Description'] = 'Terraforming is the first step towards a flourishing civilization and now you can do it with style and less repairs.',
                                    {'[[Crushed Granite Lv 2]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Crushed Granite Lv 3]]', 'Decreases', 'calories of labor', '22.5'},
        ['Modern Sorter Rack'] = {
                                    {'[[Crushed Iron Lv 2]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'ModernSorterRackItem',
                                    {'[[Crushed Iron Lv 3]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Limestone Lv 2]]', 'Decreases', 'calories of labor', '45'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Limestone Lv 3]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Description'] = 'Modern rack for sort items between stockpiles',
                                    {'[[Crushed Sandstone Lv 2]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Crushed Sandstone Lv 3]]', 'Decreases', 'calories of labor', '22.5'},
        ['Modern Street Light'] = {
                                    {'[[Crushed Shale Lv 2]]', 'Decreases', 'calories of labor', '45'},
                    ['ID'] = 'ModernStreetLightItem',
                                    {'[[Crushed Shale Lv 3]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Slag Lv 2]]', 'Decreases', 'calories of labor', '90'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Slag Lv 3]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Description'] = 'A towering metal light post that requires electricity to run.',
                                    {'[[Sand Concentrate]]', 'Decreases', 'calories of labor', '18'},
        },
                                    },
        ['Modern Upgrade 1'] = {
                            ['level3'] = {
                    ['ID'] = 'ModernUpgradeLvl1Item',
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calorie consumption', '11.9'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calorie consumption', '7'},
                    ['Group'] = 'Upgrade',
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calorie consumption', '10.5'},
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
                                    {'[[Stone Pickaxe]]', 'Decreases', 'calorie consumption', '14'},
        },
                                    {'[[Copper Concentrate]]', 'Decreases', 'calories of labor', '16'},
        ['Modern Upgrade 2'] = {
                                    {'[[Crushed Copper Ore]]', 'Decreases', 'calories of labor', '40'},
                    ['ID'] = 'ModernUpgradeLvl2Item',
                                    {'[[Crushed Gold Ore]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Crushed Granite]]', 'Decreases', 'calories of labor', '40'},
                    ['Group'] = 'Upgrade',
                                    {'[[Crushed Iron Ore]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
                                    {'[[Crushed Limestone]]', 'Decreases', 'calories of labor', '40'},
        },
                                    {'[[Crushed Sandstone]]', 'Decreases', 'calories of labor', '40'},
        ['Modern Upgrade 3'] = {
                                    {'[[Crushed Shale]]', 'Decreases', 'calories of labor', '40'},
                    ['ID'] = 'ModernUpgradeLvl3Item',
                                    {'[[Gold Concentrate]]', 'Decreases', 'calories of labor', '16'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Iron Concentrate]]', 'Decreases', 'calories of labor', '16'},
                    ['Group'] = 'Upgrade',
                                    {'[[Geology Research Paper Basic]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
                                    {'[[Metallurgy Research Paper Basic]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Mining Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
        ['Modern Upgrade 4'] = {
                                    {'[[Mining Basic Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['ID'] = 'ModernUpgradeLvl4Item',
                                    {'[[Mining Modern Upgrade]]', 'Decreases', 'calories of labor', '6000'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Concentrate Copper Lv 2]]', 'Decreases', 'calories of labor', '80'},
                    ['Group'] = 'Upgrade',
                                    {'[[Concentrate Dry Iron]]', 'Decreases', 'calories of labor', '60'},
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
                                    {'[[Concentrate Dry Iron Lv 2]]', 'Decreases', 'calories of labor', '80'},
        },
                                    {'[[Concentrate Gold Lv 2]]', 'Decreases', 'calories of labor', '80'},
        ['Moon Jellyfish'] = {
                                    {'[[Concentrate Iron Lv 2]]', 'Decreases', 'calories of labor', '120'},
                    ['ID'] = 'MoonJellyfishItem',
                                    {'[[Crushed Basalt Lv 2]]', 'Decreases', 'calories of labor', '200'},
                    ['Category'] = '_None',
                                    {'[[Crushed Basalt Lv 3]]', 'Decreases', 'calories of labor', '20'},
                    ['Group'] = 'Items',
                                    {'[[Crushed Copper Lv 2]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'A moon jellyfish.',
                                    {'[[Crushed Copper Lv 3]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Crushed Gneiss Lv 2]]', 'Decreases', 'calories of labor', '100'},
        ['Mortar'] = {
                                    {'[[Crushed Gneiss Lv 3]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'MortarItem',
                                    {'[[Crushed Gold Lv 2]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = '_None',
                                    {'[[Crushed Gold Lv 3]]', 'Decreases', 'calories of labor', '20'},
                    ['Group'] = 'Items',
                                    {'[[Crushed Granite Lv 2]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'A binding pitch useful as a mortar.',
                                    {'[[Crushed Granite Lv 3]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Crushed Iron Lv 2]]', 'Decreases', 'calories of labor', '40'},
        ['Mortared Basalt'] = {
                                    {'[[Crushed Iron Lv 3]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'MortaredBasaltItem',
                                    {'[[Crushed Limestone Lv 2]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = 'Hidden',
                                    {'[[Crushed Limestone Lv 3]]', 'Decreases', 'calories of labor', '20'},
                    ['Group'] = 'Block Items',
                                    {'[[Crushed Sandstone Lv 2]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                                    {'[[Crushed Sandstone Lv 3]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Crushed Shale Lv 2]]', 'Decreases', 'calories of labor', '40'},
        ['Mortared Gneiss'] = {
                                    {'[[Crushed Shale Lv 3]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'MortaredGneissItem',
                                    {'[[Crushed Slag Lv 2]]', 'Decreases', 'calories of labor', '80'},
                    ['Category'] = 'Hidden',
                                    {'[[Crushed Slag Lv 3]]', 'Decreases', 'calories of labor', '20'},
                    ['Group'] = 'Block Items',
                                    {'[[Sand Concentrate]]', 'Decreases', 'calories of labor', '16'},
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                                    },
        },
                            ['level4'] = {
        ['Mortared Granite'] = {
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calorie consumption', '11.05'},
                    ['ID'] = 'MortaredGraniteItem',
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calorie consumption', '6.5'},
                    ['Category'] = '_None',
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calorie consumption', '9.75'},
                    ['Group'] = 'Block Items',
                                    {'[[Stone Pickaxe]]', 'Decreases', 'calorie consumption', '13'},
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                                    {'[[Copper Concentrate]]', 'Decreases', 'calories of labor', '14'},
        },
                                    {'[[Crushed Copper Ore]]', 'Decreases', 'calories of labor', '35'},
        ['Mortared Granite Bench'] = {
                                    {'[[Crushed Gold Ore]]', 'Decreases', 'calories of labor', '35'},
                    ['ID'] = 'MortaredGraniteBenchItem',
                                    {'[[Crushed Granite]]', 'Decreases', 'calories of labor', '35'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Iron Ore]]', 'Decreases', 'calories of labor', '35'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Limestone]]', 'Decreases', 'calories of labor', '35'},
                    ['Description'] = 'A basic stone bench for sitting.',
                                    {'[[Crushed Sandstone]]', 'Decreases', 'calories of labor', '35'},
        },
                                    {'[[Crushed Shale]]', 'Decreases', 'calories of labor', '35'},
        ['Mortared Granite Chair'] = {
                                    {'[[Gold Concentrate]]', 'Decreases', 'calories of labor', '14'},
                    ['ID'] = 'MortaredGraniteChairItem',
                                    {'[[Iron Concentrate]]', 'Decreases', 'calories of labor', '14'},
                    ['Category'] = 'WorldObject',
                                    {'[[Geology Research Paper Basic]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Group'] = 'World Object',
                                    {'[[Metallurgy Research Paper Basic]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
                                    {'[[Mining Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
        },
                                    {'[[Mining Basic Upgrade]]', 'Decreases', 'calories of labor', '1750'},
        ['Mortared Granite Door'] = {
                                    {'[[Mining Modern Upgrade]]', 'Decreases', 'calories of labor', '5250'},
                    ['ID'] = 'MortaredGraniteDoorItem',
                                    {'[[Concentrate Copper Lv 2]]', 'Decreases', 'calories of labor', '70'},
                    ['Category'] = 'WorldObject',
                                    {'[[Concentrate Dry Iron]]', 'Decreases', 'calories of labor', '52.5'},
                    ['Group'] = 'World Object',
                                    {'[[Concentrate Dry Iron Lv 2]]', 'Decreases', 'calories of labor', '70'},
                    ['Description'] = 'A heavy mortared stone door.',
                                    {'[[Concentrate Gold Lv 2]]', 'Decreases', 'calories of labor', '70'},
        },
                                    {'[[Concentrate Iron Lv 2]]', 'Decreases', 'calories of labor', '105'},
        ['Mortared Granite Fireplace'] = {
                                    {'[[Crushed Basalt Lv 2]]', 'Decreases', 'calories of labor', '175'},
                    ['ID'] = 'MortaredGraniteFireplaceItem',
                                    {'[[Crushed Basalt Lv 3]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Copper Lv 2]]', 'Decreases', 'calories of labor', '35'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Copper Lv 3]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                                    {'[[Crushed Gneiss Lv 2]]', 'Decreases', 'calories of labor', '87.5'},
        },
                                    {'[[Crushed Gneiss Lv 3]]', 'Decreases', 'calories of labor', '17.5'},
        ['Mortared Granite Table'] = {
                                    {'[[Crushed Gold Lv 2]]', 'Decreases', 'calories of labor', '35'},
                    ['ID'] = 'MortaredGraniteTableItem',
                                    {'[[Crushed Gold Lv 3]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Granite Lv 2]]', 'Decreases', 'calories of labor', '35'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Granite Lv 3]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Description'] = 'An early stone table. Not much to look at but it does the job.',
                                    {'[[Crushed Iron Lv 2]]', 'Decreases', 'calories of labor', '35'},
        },
                                    {'[[Crushed Iron Lv 3]]', 'Decreases', 'calories of labor', '17.5'},
        ['Mortared Limestone'] = {
                                    {'[[Crushed Limestone Lv 2]]', 'Decreases', 'calories of labor', '35'},
                    ['ID'] = 'MortaredLimestoneItem',
                                    {'[[Crushed Limestone Lv 3]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Category'] = '_None',
                                    {'[[Crushed Sandstone Lv 2]]', 'Decreases', 'calories of labor', '35'},
                    ['Group'] = 'Block Items',
                                    {'[[Crushed Sandstone Lv 3]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                                    {'[[Crushed Shale Lv 2]]', 'Decreases', 'calories of labor', '35'},
        },
                                    {'[[Crushed Shale Lv 3]]', 'Decreases', 'calories of labor', '17.5'},
        ['Mortared Limestone Bench'] = {
                                    {'[[Crushed Slag Lv 2]]', 'Decreases', 'calories of labor', '70'},
                    ['ID'] = 'MortaredLimestoneBenchItem',
                                    {'[[Crushed Slag Lv 3]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Sand Concentrate]]', 'Decreases', 'calories of labor', '14'},
                    ['Group'] = 'World Object',
                                    },
                    ['Description'] = 'A basic stone bench for sitting.',
                            ['level5'] = {
        },
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calorie consumption', '10.2'},
        ['Mortared Limestone Chair'] = {
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calorie consumption', '6'},
                    ['ID'] = 'MortaredLimestoneChairItem',
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calorie consumption', '9'},
                    ['Category'] = 'WorldObject',
                                    {'[[Stone Pickaxe]]', 'Decreases', 'calorie consumption', '12'},
                    ['Group'] = 'World Object',
                                    {'[[Copper Concentrate]]', 'Decreases', 'calories of labor', '12'},
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
                                    {'[[Crushed Copper Ore]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[Crushed Gold Ore]]', 'Decreases', 'calories of labor', '30'},
        ['Mortared Limestone Door'] = {
                                    {'[[Crushed Granite]]', 'Decreases', 'calories of labor', '30'},
                    ['ID'] = 'MortaredLimestoneDoorItem',
                                    {'[[Crushed Iron Ore]]', 'Decreases', 'calories of labor', '30'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Limestone]]', 'Decreases', 'calories of labor', '30'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Sandstone]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'A heavy mortared stone door.',
                                    {'[[Crushed Shale]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[Gold Concentrate]]', 'Decreases', 'calories of labor', '12'},
        ['Mortared Limestone Fireplace'] = {
                                    {'[[Iron Concentrate]]', 'Decreases', 'calories of labor', '12'},
                    ['ID'] = 'MortaredLimestoneFireplaceItem',
                                    {'[[Geology Research Paper Basic]]', 'Decreases', 'calories of labor', '15'},
                    ['Category'] = 'WorldObject',
                                    {'[[Metallurgy Research Paper Basic]]', 'Decreases', 'calories of labor', '15'},
                    ['Group'] = 'World Object',
                                    {'[[Mining Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                    ['Description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                                    {'[[Mining Basic Upgrade]]', 'Decreases', 'calories of labor', '1500'},
        },
                                    {'[[Mining Modern Upgrade]]', 'Decreases', 'calories of labor', '4500'},
        ['Mortared Limestone Table'] = {
                                    {'[[Concentrate Copper Lv 2]]', 'Decreases', 'calories of labor', '60'},
                    ['ID'] = 'MortaredLimestoneTableItem',
                                    {'[[Concentrate Dry Iron]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = 'WorldObject',
                                    {'[[Concentrate Dry Iron Lv 2]]', 'Decreases', 'calories of labor', '60'},
                    ['Group'] = 'World Object',
                                    {'[[Concentrate Gold Lv 2]]', 'Decreases', 'calories of labor', '60'},
                    ['Description'] = 'An early stone table. Not much to look at but it does the job.',
                                    {'[[Concentrate Iron Lv 2]]', 'Decreases', 'calories of labor', '90'},
        },
                                    {'[[Crushed Basalt Lv 2]]', 'Decreases', 'calories of labor', '150'},
        ['Mortared Sandstone'] = {
                                    {'[[Crushed Basalt Lv 3]]', 'Decreases', 'calories of labor', '15'},
                    ['ID'] = 'MortaredSandstoneItem',
                                    {'[[Crushed Copper Lv 2]]', 'Decreases', 'calories of labor', '30'},
                    ['Category'] = '_None',
                                    {'[[Crushed Copper Lv 3]]', 'Decreases', 'calories of labor', '15'},
                    ['Group'] = 'Block Items',
                                    {'[[Crushed Gneiss Lv 2]]', 'Decreases', 'calories of labor', '75'},
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                                    {'[[Crushed Gneiss Lv 3]]', 'Decreases', 'calories of labor', '15'},
        },
                                    {'[[Crushed Gold Lv 2]]', 'Decreases', 'calories of labor', '30'},
        ['Mortared Sandstone Bench'] = {
                                    {'[[Crushed Gold Lv 3]]', 'Decreases', 'calories of labor', '15'},
                    ['ID'] = 'MortaredSandstoneBenchItem',
                                    {'[[Crushed Granite Lv 2]]', 'Decreases', 'calories of labor', '30'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Granite Lv 3]]', 'Decreases', 'calories of labor', '15'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Iron Lv 2]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'A basic stone bench for sitting.',
                                    {'[[Crushed Iron Lv 3]]', 'Decreases', 'calories of labor', '15'},
        },
                                    {'[[Crushed Limestone Lv 2]]', 'Decreases', 'calories of labor', '30'},
        ['Mortared Sandstone Chair'] = {
                                    {'[[Crushed Limestone Lv 3]]', 'Decreases', 'calories of labor', '15'},
                    ['ID'] = 'MortaredSandstoneChairItem',
                                    {'[[Crushed Sandstone Lv 2]]', 'Decreases', 'calories of labor', '30'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Sandstone Lv 3]]', 'Decreases', 'calories of labor', '15'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Shale Lv 2]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
                                    {'[[Crushed Shale Lv 3]]', 'Decreases', 'calories of labor', '15'},
        },
                                    {'[[Crushed Slag Lv 2]]', 'Decreases', 'calories of labor', '60'},
        ['Mortared Sandstone Door'] = {
                                    {'[[Crushed Slag Lv 3]]', 'Decreases', 'calories of labor', '15'},
                    ['ID'] = 'MortaredSandstoneDoorItem',
                                    {'[[Sand Concentrate]]', 'Decreases', 'calories of labor', '12'},
                    ['Category'] = 'WorldObject',
                                    },
                    ['Group'] = 'World Object',
                            ['level6'] = {
                    ['Description'] = 'A heavy mortared stone door.',
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calorie consumption', '9.35'},
        },
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calorie consumption', '5.5'},
        ['Mortared Sandstone Fireplace'] = {
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calorie consumption', '8.25'},
                    ['ID'] = 'MortaredSandstoneFireplaceItem',
                                    {'[[Stone Pickaxe]]', 'Decreases', 'calorie consumption', '11'},
                    ['Category'] = 'WorldObject',
                                    {'[[Copper Concentrate]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Copper Ore]]', 'Decreases', 'calories of labor', '25'},
                    ['Description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                                    {'[[Crushed Gold Ore]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Crushed Granite]]', 'Decreases', 'calories of labor', '25'},
        ['Mortared Sandstone Table'] = {
                                    {'[[Crushed Iron Ore]]', 'Decreases', 'calories of labor', '25'},
                    ['ID'] = 'MortaredSandstoneTableItem',
                                    {'[[Crushed Limestone]]', 'Decreases', 'calories of labor', '25'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Sandstone]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Shale]]', 'Decreases', 'calories of labor', '25'},
                    ['Description'] = 'An early stone table. Not much to look at but it does the job.',
                                    {'[[Gold Concentrate]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Iron Concentrate]]', 'Decreases', 'calories of labor', '10'},
        ['Mortared Shale'] = {
                                    {'[[Geology Research Paper Basic]]', 'Decreases', 'calories of labor', '12.5'},
                    ['ID'] = 'MortaredShaleItem',
                                    {'[[Metallurgy Research Paper Basic]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Category'] = 'Hidden',
                                    {'[[Mining Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['Group'] = 'Block Items',
                                    {'[[Mining Basic Upgrade]]', 'Decreases', 'calories of labor', '1250'},
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
                                    {'[[Mining Modern Upgrade]]', 'Decreases', 'calories of labor', '3750'},
        },
                                    {'[[Concentrate Copper Lv 2]]', 'Decreases', 'calories of labor', '50'},
        ['Mortared Stone'] = {
                                    {'[[Concentrate Dry Iron]]', 'Decreases', 'calories of labor', '37.5'},
                    ['ID'] = 'MortaredStoneItem',
                                    {'[[Concentrate Dry Iron Lv 2]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = '_None',
                                    {'[[Concentrate Gold Lv 2]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'Block Items',
                                    {'[[Concentrate Iron Lv 2]]', 'Decreases', 'calories of labor', '75'},
                    ['Description'] = 'Old stone',
                                    {'[[Crushed Basalt Lv 2]]', 'Decreases', 'calories of labor', '125'},
        },
                                    {'[[Crushed Basalt Lv 3]]', 'Decreases', 'calories of labor', '12.5'},
        ['Mortared Stone Bench'] = {
                                    {'[[Crushed Copper Lv 2]]', 'Decreases', 'calories of labor', '25'},
                    ['ID'] = 'MortaredStoneBenchItem',
                                    {'[[Crushed Copper Lv 3]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Gneiss Lv 2]]', 'Decreases', 'calories of labor', '62.5'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Gneiss Lv 3]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Description'] = 'A basic stone bench for sitting.',
                                    {'[[Crushed Gold Lv 2]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Crushed Gold Lv 3]]', 'Decreases', 'calories of labor', '12.5'},
        ['Mortared Stone Chair'] = {
                                    {'[[Crushed Granite Lv 2]]', 'Decreases', 'calories of labor', '25'},
                    ['ID'] = 'MortaredStoneChairItem',
                                    {'[[Crushed Granite Lv 3]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Iron Lv 2]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Iron Lv 3]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
                                    {'[[Crushed Limestone Lv 2]]', 'Decreases', 'calories of labor', '25'},
        },
                                    {'[[Crushed Limestone Lv 3]]', 'Decreases', 'calories of labor', '12.5'},
        ['Mortared Stone Door'] = {
                                    {'[[Crushed Sandstone Lv 2]]', 'Decreases', 'calories of labor', '25'},
                    ['ID'] = 'MortaredStoneDoorItem',
                                    {'[[Crushed Sandstone Lv 3]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Shale Lv 2]]', 'Decreases', 'calories of labor', '25'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Shale Lv 3]]', 'Decreases', 'calories of labor', '12.5'},
                    ['Description'] = 'A heavy mortared stone door.',
                                    {'[[Crushed Slag Lv 2]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Crushed Slag Lv 3]]', 'Decreases', 'calories of labor', '12.5'},
        ['Mortared Stone Fireplace'] = {
                                    {'[[Sand Concentrate]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'MortaredStoneFireplaceItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level7'] = {
                    ['Group'] = 'World Object',
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calorie consumption', '8.5'},
                    ['Description'] = 'A basic stone fireplace. Not much to look at it but a great source of heat.',
                                    {'[[Modern Pickaxe]]', 'Decreases', 'calorie consumption', '5'},
        },
                                    {'[[Steel Pickaxe]]', 'Decreases', 'calorie consumption', '7.5'},
        ['Mortared Stone Table'] = {
                                    {'[[Stone Pickaxe]]', 'Decreases', 'calorie consumption', '10'},
                    ['ID'] = 'MortaredStoneTableItem',
                                    {'[[Copper Concentrate]]', 'Decreases', 'calories of labor', '8'},
                    ['Category'] = 'WorldObject',
                                    {'[[Crushed Copper Ore]]', 'Decreases', 'calories of labor', '20'},
                    ['Group'] = 'World Object',
                                    {'[[Crushed Gold Ore]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'An early stone table. Not much to look at but it does the job.',
                                    {'[[Crushed Granite]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Crushed Iron Ore]]', 'Decreases', 'calories of labor', '20'},
        ['Mountain Goat Carcass'] = {
                                    {'[[Crushed Limestone]]', 'Decreases', 'calories of labor', '20'},
                    ['ID'] = 'MountainGoatCarcassItem',
                                    {'[[Crushed Sandstone]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = '_None',
                                    {'[[Crushed Shale]]', 'Decreases', 'calories of labor', '20'},
                    ['Group'] = 'Items',
                                    {'[[Gold Concentrate]]', 'Decreases', 'calories of labor', '8'},
                    ['Description'] = 'A dead mountain goat.',
                                    {'[[Iron Concentrate]]', 'Decreases', 'calories of labor', '8'},
        },
                                    {'[[Geology Research Paper Basic]]', 'Decreases', 'calories of labor', '10'},
        ['Muffin Hat'] = {
                                    {'[[Metallurgy Research Paper Basic]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'MuffinHatItem',
                                    {'[[Mining Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['Category'] = '_None',
                                    {'[[Mining Basic Upgrade]]', 'Decreases', 'calories of labor', '1000'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Mining Modern Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                    ['Description'] = 'I have no idea why it\'s called that but it\'s not edible.',
                                    {'[[Concentrate Copper Lv 2]]', 'Decreases', 'calories of labor', '40'},
        },
                                    {'[[Concentrate Dry Iron]]', 'Decreases', 'calories of labor', '30'},
        ['Nail'] = {
                                    {'[[Concentrate Dry Iron Lv 2]]', 'Decreases', 'calories of labor', '40'},
                    ['ID'] = 'NailItem',
                                    {'[[Concentrate Gold Lv 2]]', 'Decreases', 'calories of labor', '40'},
                    ['Category'] = '_None',
                                    {'[[Concentrate Iron Lv 2]]', 'Decreases', 'calories of labor', '60'},
                    ['Group'] = 'Items',
                                    {'[[Crushed Basalt Lv 2]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'Nails used for construction.',
                                    {'[[Crushed Basalt Lv 3]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Crushed Copper Lv 2]]', 'Decreases', 'calories of labor', '20'},
        ['Natural Gatherer: Gathering'] = {
                                    {'[[Crushed Copper Lv 3]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'GatheringNaturalGathererTalentGroup',
                                    {'[[Crushed Gneiss Lv 2]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'Hidden',
                                    {'[[Crushed Gneiss Lv 3]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Talents',
                                    {'[[Crushed Gold Lv 2]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'Increases the yield of natural plants by 20 percent.',
                                    {'[[Crushed Gold Lv 3]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Crushed Granite Lv 2]]', 'Decreases', 'calories of labor', '20'},
        ['Nature Adventurer: SelfImprovement'] = {
                                    {'[[Crushed Granite Lv 3]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'SelfImprovementNatureAdventurerTalentGroup',
                                    {'[[Crushed Iron Lv 2]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = 'Hidden',
                                    {'[[Crushed Iron Lv 3]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Talents',
                                    {'[[Crushed Limestone Lv 2]]', 'Decreases', 'calories of labor', '20'},
                    ['Description'] = 'Slightly increases movement speed in low activity areas.',
                                    {'[[Crushed Limestone Lv 3]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Crushed Sandstone Lv 2]]', 'Decreases', 'calories of labor', '20'},
        ['Nitric Acid'] = {
                                    {'[[Crushed Sandstone Lv 3]]', 'Decreases', 'calories of labor', '10'},
                    ['ID'] = 'NitricAcidItem',
                                    {'[[Crushed Shale Lv 2]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = '_None',
                                    {'[[Crushed Shale Lv 3]]', 'Decreases', 'calories of labor', '10'},
                    ['Group'] = 'Items',
                                    {'[[Crushed Slag Lv 2]]', 'Decreases', 'calories of labor', '40'},
                    ['Description'] = 'An acidic compound used in a large number of chemical products . Not suitable for food.',
                                    {'[[Crushed Slag Lv 3]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Sand Concentrate]]', 'Decreases', 'calories of labor', '8'},
        ['Nitrogen Item'] = {
                                    },
                    ['ID'] = 'NitrogenItem',
                            },
                    ['Category'] = 'Hidden',
                    ['recipes'] =  {
                    ['Group'] = 'Items',
                            ['level0'] = {'[[Geology Research Paper Basic]]', '[[Masonry Skill Book]]', '[[Metallurgy Research Paper Basic]]', '[[Smelting Skill Book]]'},
                    ['Description'] = 'An inert gas.',
                            ['level1'] = {'[[Copper Concentrate]]', '[[Crushed Basalt Lv2]]', '[[Crushed Copper Lv2]]', '[[Crushed Copper Ore]]', '[[Crushed Gneiss Lv2]]', '[[Crushed Gold Lv2]]', '[[Crushed Gold Ore]]', '[[Crushed Granite Lv2]]', '[[Crushed Granite]]', '[[Crushed Iron Lv2]]', '[[Crushed Iron Ore]]', '[[Crushed Limestone Lv2]]', '[[Crushed Limestone]]', '[[Crushed Sandstone Lv2]]', '[[Crushed Sandstone]]', '[[Crushed Shale Lv2]]', '[[Crushed Shale]]', '[[Crushed Slag Lv2]]', '[[Gold Concentrate]]', '[[Iron Concentrate]]', '[[Sand Concentrate]]'},
        },
                            ['level2'] = {'[[Concentrate Dry Iron]]', '[[Crushed Basalt Lv3]]', '[[Crushed Copper Lv3]]', '[[Crushed Gneiss Lv3]]', '[[Crushed Gold Lv3]]', '[[Crushed Granite Lv3]]', '[[Crushed Iron Lv3]]', '[[Crushed Limestone Lv3]]', '[[Crushed Sandstone Lv3]]', '[[Crushed Shale Lv3]]', '[[Crushed Slag Lv3]]'},
        ['Normal Hair'] = {
                            ['level3'] = {},
                    ['ID'] = 'NormalHairItem',
                            ['level4'] = {'[[Concentrate Copper Lv2]]', '[[Concentrate Gold Lv2]]', '[[Concentrate Iron Lv2]]'},
                    ['Category'] = 'Hidden',
                            ['level5'] = {},
                    ['Group'] = 'Avatar Part',
                            ['level6'] = {'[[Concentrate Dry Iron Lv2]]'},
                    ['Description'] = 'The hair with a completely normal amount of flare.',
                            ['level7'] = {'[[Mining Advanced Upgrade]]', '[[Mining Basic Upgrade]]', '[[Mining Modern Upgrade]]'},
        },
                            },
        ['Norse Canoe'] = {
                    ['ID'] = 'NorseCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger canoe for personal transport and medium sized loads.',
        },
        ['Nuclear Fuel'] = {
                    ['ID'] = 'NuclearFuelItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Unstable nuclear fuel.',
        },
        ['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. ',
        },
        ['Nylon Carpet'] = {
                    ['ID'] = 'NylonCarpetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A woven nylon floor covering attached to a lumber backing.',
        },
        ['Nylon Chips'] = {
                    ['ID'] = 'NylonChipsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
        },
        ['Nylon Curtains'] = {
                    ['ID'] = 'NylonCurtainsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Curtains made out of plastic?  (Only cosmetic does not impact room value.)',
        },
        ['Nylon Fabric'] = {
                    ['ID'] = 'NylonFabricItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A synthetic fabric that is desired for its durability and cheap cost to produce.',
        },
        ['Nylon Futon Bed'] = {
                    ['ID'] = 'NylonFutonBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A classic futon for when regular beds are too soft.',
        },
        ['Nylon Futon Couch'] = {
                    ['ID'] = 'NylonFutonCouchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A modern styled couch with a classic touch.',
        },
        ['Nylon Mooring Rope'] = {
                    ['ID'] = 'NylonMooringRopeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A strong synthetic rope used to make sure a ship does not drift away.',
        },
        ['Nylon Thread'] = {
                    ['ID'] = 'NylonThreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Synthetic thread that has more resistance to abrasion than more natural threads.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Objectives'] = {
                    ['ID'] = 'WorldPopItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Actionbar Items',
                    ['Description'] = 'Opens the objectives panel, showing the stated objectives and other activities of citizens.',
        },
        ['Occupancy Init Item'] = {
                    ['ID'] = 'OccupancyInitItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
        },
        ['Ocean Spray Seed'] = {
                    ['ID'] = 'OceanSpraySeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow ocean spray.',
        },
        ['Ocean Spray Seed Pack'] = {
                    ['ID'] = 'OceanSpraySeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow ocean spray.',
        },
        ['Office Mailbox'] = {
                    ['ID'] = 'OfficeMailboxItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Oil'] = {
                    ['ID'] = 'OilItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A plant fat extracted for use in cooking.',
         },
         },
         ['Oil Drilling'] = {
         ['Oil Drilling'] = {
                     ['untranslated'] = 'Oil Drilling',
                     ['ID'] = 'OilDrillingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'While it takes some advanced tools and constructions, harvesting and refining oil can be an important step. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'OilDrillingSkill',
                     ['Description'] = 'While it takes some advanced tools and constructions, harvesting and refining oil can be an important step. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '833',
        },
                     ['maxLevel'] = '7',
        ['Oil Drilling Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'OilDrillingSkillBook',
                     ['rootSkill'] = '[[Engineer]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Oil Drilling Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Oil Drilling Skill Book]]',
                     ['ID'] = 'OilDrillingSkillScroll',
                     ['specialtySkillScroll'] = '[[Oil Drilling Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Oil Drilling Focused Speed Talent]]', '[[Oil Drilling Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Oil Drilling Frugal Req Talent]]'},
        ['Oil Drilling Upgrade'] = {
                            },
                    ['ID'] = 'OilDrillingUpgradeItem',
                     ['benefits'] = {
                     ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                     ['Group'] = 'Upgrade',
                                    {'[[Barrel]]', 'Decreases', 'calories of labor', '90'},
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.',
                                    {'[[Biodiesel]]', 'Decreases', 'calories of labor', '50'},
        },
                                    {'[[Gasoline]]', 'Decreases', 'calories of labor', '100'},
        ['Oil Head Lamp'] = {
                                    {'[[Petroleum]]', 'Decreases', 'calories of labor', '30'},
                    ['ID'] = 'OilHeadLampItem',
                                    {'[[Epoxy]]', 'Decreases', 'calories of labor', '150'},
                     ['Category'] = '_None',
                                    {'[[Fiberglass]]', 'Decreases', 'calories of labor', '37.5'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Plastic]]', 'Decreases', 'calories of labor', '150'},
                    ['Description'] = 'An iron hardhat with a light source for the darkest places.(Flashlight)',
                                    {'[[Synthetic Rubber]]', 'Decreases', 'calories of labor', '150'},
        },
                                    {'[[Oil Drilling Modern Upgrade]]', 'Decreases', 'calories of labor', '5000'},
        ['Oil Paint'] = {
                                    },
                    ['ID'] = 'OilPaintItem',
                            ['level2'] = {
                    ['Category'] = '_None',
                                    {'[[Barrel]]', 'Decreases', 'calories of labor', '81'},
                    ['Group'] = 'Items',
                                    {'[[Biodiesel]]', 'Decreases', 'calories of labor', '45'},
                    ['Description'] = 'A collection of paint variations used for art supplies.',
                                    {'[[Gasoline]]', 'Decreases', 'calories of labor', '90'},
        },
                                    {'[[Petroleum]]', 'Decreases', 'calories of labor', '27'},
        ['Oil Refinery'] = {
                                    {'[[Epoxy]]', 'Decreases', 'calories of labor', '135'},
                    ['ID'] = 'OilRefineryItem',
                                    {'[[Fiberglass]]', 'Decreases', 'calories of labor', '33.75'},
                    ['Category'] = 'WorldObject',
                                    {'[[Plastic]]', 'Decreases', 'calories of labor', '135'},
                    ['Group'] = 'World Object',
                                    {'[[Synthetic Rubber]]', 'Decreases', 'calories of labor', '135'},
                    ['Description'] = 'Sets of pipes and tanks which refine crude petroleum into usable products.',
                                    {'[[Oil Drilling Modern Upgrade]]', 'Decreases', 'calories of labor', '4500'},
        },
                                    },
        ['Orange Vase'] = {
                            ['level3'] = {
                    ['ID'] = 'OrangeVaseItem',
                                    {'[[Barrel]]', 'Decreases', 'calories of labor', '72'},
                    ['Category'] = 'WorldObject',
                                    {'[[Biodiesel]]', 'Decreases', 'calories of labor', '40'},
                    ['Group'] = 'World Object',
                                    {'[[Gasoline]]', 'Decreases', 'calories of labor', '80'},
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
                                    {'[[Petroleum]]', 'Decreases', 'calories of labor', '24'},
        },
                                    {'[[Epoxy]]', 'Decreases', 'calories of labor', '120'},
        ['Orchid'] = {
                                    {'[[Fiberglass]]', 'Decreases', 'calories of labor', '30'},
                    ['ID'] = 'OrchidItem',
                                    {'[[Plastic]]', 'Decreases', 'calories of labor', '120'},
                    ['Category'] = '_None',
                                    {'[[Synthetic Rubber]]', 'Decreases', 'calories of labor', '120'},
                    ['Group'] = 'Food',
                                    {'[[Oil Drilling Modern Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                    ['Description'] = 'Placeholder Description.',
                                    },
        },
                            ['level4'] = {
        ['Orchid Seed'] = {
                                    {'[[Barrel]]', 'Decreases', 'calories of labor', '63'},
                    ['ID'] = 'OrchidSeedItem',
                                    {'[[Biodiesel]]', 'Decreases', 'calories of labor', '35'},
                    ['Category'] = '_None',
                                    {'[[Gasoline]]', 'Decreases', 'calories of labor', '70'},
                    ['Group'] = 'Food',
                                    {'[[Petroleum]]', 'Decreases', 'calories of labor', '21'},
                    ['Description'] = 'Plant to grow an orchid.',
                                    {'[[Epoxy]]', 'Decreases', 'calories of labor', '105'},
        },
                                    {'[[Fiberglass]]', 'Decreases', 'calories of labor', '26.25'},
        ['Orchid Seed Pack'] = {
                                    {'[[Plastic]]', 'Decreases', 'calories of labor', '105'},
                    ['ID'] = 'OrchidSeedPackItem',
                                    {'[[Synthetic Rubber]]', 'Decreases', 'calories of labor', '105'},
                    ['Category'] = 'Hidden',
                                    {'[[Oil Drilling Modern Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                    ['Group'] = 'Items',
                                    },
                    ['Description'] = 'Plant to grow an orchid.',
                            ['level5'] = {
        },
                                    {'[[Barrel]]', 'Decreases', 'calories of labor', '54'},
        ['Ornate Cast Iron Plaque'] = {
                                    {'[[Biodiesel]]', 'Decreases', 'calories of labor', '30'},
                    ['ID'] = 'OrnateCastIronPlaqueItem',
                                    {'[[Gasoline]]', 'Decreases', 'calories of labor', '60'},
                    ['Category'] = 'WorldObject',
                                    {'[[Petroleum]]', 'Decreases', 'calories of labor', '18'},
                    ['Group'] = 'World Object',
                                    {'[[Epoxy]]', 'Decreases', 'calories of labor', '90'},
                    ['Description'] = 'A plaque used for rating a property.',
                                    {'[[Fiberglass]]', 'Decreases', 'calories of labor', '22.5'},
        },
                                    {'[[Plastic]]', 'Decreases', 'calories of labor', '90'},
        ['Ornate Gold Frame Landscape'] = {
                                    {'[[Synthetic Rubber]]', 'Decreases', 'calories of labor', '90'},
                    ['ID'] = 'OrnateGoldFrameLandscapeItem',
                                    {'[[Oil Drilling Modern Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                    ['Category'] = 'WorldObject',
                                    },
                    ['Group'] = 'World Object',
                            ['level6'] = {
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
                                    {'[[Barrel]]', 'Decreases', 'calories of labor', '45'},
        },
                                    {'[[Biodiesel]]', 'Decreases', 'calories of labor', '25'},
        ['Ornate Gold Frame Portrait'] = {
                                    {'[[Gasoline]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'OrnateGoldFramePortraitItem',
                                    {'[[Petroleum]]', 'Decreases', 'calories of labor', '15'},
                    ['Category'] = 'WorldObject',
                                    {'[[Epoxy]]', 'Decreases', 'calories of labor', '75'},
                    ['Group'] = 'World Object',
                                    {'[[Fiberglass]]', 'Decreases', 'calories of labor', '18.75'},
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
                                    {'[[Plastic]]', 'Decreases', 'calories of labor', '75'},
        },
                                    {'[[Synthetic Rubber]]', 'Decreases', 'calories of labor', '75'},
        ['Ornate Gold Frame Square'] = {
                                    {'[[Oil Drilling Modern Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['ID'] = 'OrnateGoldFrameSquareItem',
                                    },
                    ['Category'] = 'WorldObject',
                            ['level7'] = {
                    ['Group'] = 'World Object',
                                    {'[[Barrel]]', 'Decreases', 'calories of labor', '36'},
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
                                    {'[[Biodiesel]]', 'Decreases', 'calories of labor', '20'},
        },
                                    {'[[Gasoline]]', 'Decreases', 'calories of labor', '40'},
        ['Ornate Gold Frame Tall'] = {
                                    {'[[Petroleum]]', 'Decreases', 'calories of labor', '12'},
                    ['ID'] = 'OrnateGoldFrameTallItem',
                                    {'[[Epoxy]]', 'Decreases', 'calories of labor', '60'},
                    ['Category'] = 'WorldObject',
                                    {'[[Fiberglass]]', 'Decreases', 'calories of labor', '15'},
                    ['Group'] = 'World Object',
                                    {'[[Plastic]]', 'Decreases', 'calories of labor', '60'},
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
                                    {'[[Synthetic Rubber]]', 'Decreases', 'calories of labor', '60'},
        },
                                    {'[[Oil Drilling Modern Upgrade]]', 'Decreases', 'calories of labor', '2000'},
        ['Ornate Gold Frame Wide'] = {
                                    },
                    ['ID'] = 'OrnateGoldFrameWideItem',
                            },
                    ['Category'] = 'WorldObject',
                    ['recipes'] = {
                    ['Group'] = 'World Object',
                            ['level0'] = {},
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
                            ['level1'] = {'[[Barrel]]', '[[Epoxy]]', '[[Fiberglass]]', '[[Gasoline]]', '[[Petroleum]]', '[[Plastic]]', '[[Synthetic Rubber]]'},
        },
                            ['level2'] = {'[[Biodiesel]]'},
        ['Ornate Iron Frame Landscape'] = {
                            ['level3'] = {},
                    ['ID'] = 'OrnateIronFrameLandscapeItem',
                            ['level4'] = {},
                    ['Category'] = 'WorldObject',
                            ['level5'] = {},
                    ['Group'] = 'World Object',
                            ['level6'] = {},
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
                            ['level7'] = {'[[Oil Drilling Modern Upgrade]]'},
        },
                            },
        ['Ornate Iron Frame Portrait'] = {
                    ['ID'] = 'OrnateIronFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
        },
        ['Ornate Iron Frame Square'] = {
                    ['ID'] = 'OrnateIronFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
        },
        ['Ornate Iron Frame Tall'] = {
                    ['ID'] = 'OrnateIronFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
        },
        ['Ornate Iron Frame Wide'] = {
                    ['ID'] = 'OrnateIronFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
        },
        ['Ornate Stone Plaque'] = {
                    ['ID'] = 'OrnateStonePlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
        },
        ['Ornate Wood Plaque'] = {
                    ['ID'] = 'OrnateWoodPlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
        },
        ['Ornate Wooden Frame Landscape'] = {
                    ['ID'] = 'OrnateWoodenFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
        },
        ['Ornate Wooden Frame Portrait'] = {
                    ['ID'] = 'OrnateWoodenFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
        },
        ['Ornate Wooden Frame Square'] = {
                    ['ID'] = 'OrnateWoodenFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
        },
        ['Ornate Wooden Frame Tall'] = {
                    ['ID'] = 'OrnateWoodenFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
        },
        ['Ornate Wooden Frame Wide'] = {
                    ['ID'] = 'OrnateWoodenFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
        },
        ['Otter Carcass'] = {
                    ['ID'] = 'OtterCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead otter.',
        },
        ['Outpost Claim Stake Item'] = {
                    ['ID'] = 'OutpostClaimStakeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Place this to start a new claim outside of any settlement.',
        },
        ['Outpost Netting'] = {
                    ['ID'] = 'OutpostNettingItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A way to store your items when you run out of floor space.',
        },
        ['Outpost Table'] = {
                    ['ID'] = 'OutpostTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An explorers best collection of information is stored here.',
        },
        ['Oxygen Item'] = {
                    ['ID'] = 'OxygenItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A reactive gas needed for respiration.',
        },
        ['Pacific Sardine'] = {
                    ['ID'] = 'PacificSardineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A pacific sardine.',
        },
        ['Padded Chair'] = {
                    ['ID'] = 'PaddedChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A comfy chair to rest in.',
        },
        ['Paint Bucket (White)'] = {
                    ['ID'] = 'PaintBucketItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Paint',
                    ['Description'] = 'Mixed and ready to go, just need to apply and let dry.',
        },
        ['Paint Mixer'] = {
                    ['ID'] = 'PaintMixerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A mixing station for all manners of colors used in paint.',
        },
        ['Paint Tool Item'] = {
                    ['ID'] = 'PaintToolItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = '',
        },
        ['Painting'] = {
                    ['ID'] = 'PaintingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'A painter uses different combination of liquids and powders to create a practical application of colors.',
        },
        ['Painting Skill Book'] = {
                    ['ID'] = 'PaintingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Painting Skill Scroll'] = {
                    ['ID'] = 'PaintingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Painting Upgrade'] = {
                    ['ID'] = 'PaintingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Painting recipes.',
        },
        ['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.',
        },
        ['Palm Seed'] = {
                    ['ID'] = 'PalmSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a palm tree.',
        },
        ['Palm Seed Pack'] = {
                    ['ID'] = 'PalmSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a palm tree.',
        },
        ['Papaya'] = {
                    ['ID'] = 'PapayaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Nice fresh Papaya.',
        },
        ['Papaya Seed'] = {
                    ['ID'] = 'PapayaSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a papaya plant.',
        },
        ['Papaya Seed Pack'] = {
                    ['ID'] = 'PapayaSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a papaya plant.',
        },
        ['Paper'] = {
                    ['ID'] = 'PaperItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'It\'s paper.',
        },
        ['Paper Machine'] = {
                    ['ID'] = 'PaperMachineItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
         },
         },
         ['Paper Milling'] = {
         ['Paper Milling'] = {
                     ['untranslated'] = 'Paper Milling',
                     ['ID'] = 'PaperMillingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Paper to carry the written word. Or used to stuff in bookshelves. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'PaperMillingSkill',
                     ['Description'] = 'Paper to carry the written word. Or used to stuff in bookshelves. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '836',
        },
                     ['maxLevel'] = '7',
        ['Paper Milling Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'PaperMillingSkillBook',
                     ['rootSkill'] = '[[Carpenter]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Paper Milling Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Paper Milling Skill Book]]',
                     ['ID'] = 'PaperMillingSkillScroll',
                     ['specialtySkillScroll'] = '[[Paper Milling Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Paper Milling Focused Speed Talent]]', '[[Paper Milling Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Paper Milling Frugal Req Talent]]'},
        ['Paper Milling Upgrade'] = {
                            },
                    ['ID'] = 'PaperMillingUpgradeItem',
                     ['benefits'] = {
                     ['Category'] = 'Efficiency Modules',
                            ['level1'] = {
                     ['Group'] = 'Upgrade',
                                    {'[[Paper]]', 'Decreases', 'calories of labor', '17.5'},
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.',
                                    {'[[Paper Milling Basic Upgrade]]', 'Decreases', 'calories of labor', '5000'},
        },
                                    },
        ['Paper Streamers'] = {
                            ['level2'] = {
                    ['ID'] = 'PaperStreamersItem',
                                    {'[[Paper]]', 'Decreases', 'calories of labor', '15.75'},
                     ['Category'] = 'Hidden',
                                    {'[[Paper Milling Basic Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                    ['Group'] = 'World Object',
                                    },
                    ['Description'] = '',
                            ['level3'] = {
        },
                                    {'[[Paper]]', 'Decreases', 'calories of labor', '14'},
        ['Parallel Processing: AdvancedBaking'] = {
                                    {'[[Paper Milling Basic Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                    ['ID'] = 'AdvancedBakingParallelProcessingTalentGroup',
                                    },
                    ['Category'] = 'Hidden',
                            ['level4'] = {
                    ['Group'] = 'Talents',
                                    {'[[Paper]]', 'Decreases', 'calories of labor', '12.25'},
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
                                    {'[[Paper Milling Basic Upgrade]]', 'Decreases', 'calories of labor', '3500'},
        },
                                    },
        ['Parallel Processing: AdvancedCooking'] = {
                            ['level5'] = {
                    ['ID'] = 'AdvancedCookingParallelProcessingTalentGroup',
                                    {'[[Paper]]', 'Decreases', 'calories of labor', '10.5'},
                    ['Category'] = 'Hidden',
                                    {'[[Paper Milling Basic Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                    ['Group'] = 'Talents',
                                    },
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
                            ['level6'] = {
        },
                                    {'[[Paper]]', 'Decreases', 'calories of labor', '8.75'},
        ['Parallel Processing: AdvancedMasonry'] = {
                                    {'[[Paper Milling Basic Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                    ['ID'] = 'AdvancedMasonryParallelProcessingTalentGroup',
                                    },
                    ['Category'] = 'Hidden',
                            ['level7'] = {
                    ['Group'] = 'Talents',
                                    {'[[Paper]]', 'Decreases', 'calories of labor', '7'},
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
                                    {'[[Paper Milling Basic Upgrade]]', 'Decreases', 'calories of labor', '2000'},
        },
                                    },
        ['Parallel Processing: AdvancedSmelting'] = {
                            },
                    ['ID'] = 'AdvancedSmeltingParallelProcessingTalentGroup',
                    ['recipes'] = {
                    ['Category'] = 'Hidden',
                            ['level0'] = {'[[Paper]]'},
                    ['Group'] = 'Talents',
                            ['level1'] = {},
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
                            ['level2'] = {},
        },
                            ['level3'] = {},
        ['Parallel Processing: Baking'] = {
                            ['level4'] = {},
                    ['ID'] = 'BakingParallelProcessingTalentGroup',
                            ['level5'] = {},
                    ['Category'] = 'Hidden',
                            ['level6'] = {},
                    ['Group'] = 'Talents',
                            ['level7'] = {'[[Paper Milling Basic Upgrade]]'},
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
                            },
        },
        ['Parallel Processing: BasicEngineering'] = {
                    ['ID'] = 'BasicEngineeringParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Blacksmith'] = {
                    ['ID'] = 'BlacksmithParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Butchery'] = {
                    ['ID'] = 'ButcheryParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: CampfireCooking'] = {
                    ['ID'] = 'CampfireCookingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Carpentry'] = {
                    ['ID'] = 'CarpentryParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Composites'] = {
                    ['ID'] = 'CompositesParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Cooking'] = {
                    ['ID'] = 'CookingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: CuttingEdgeCooking'] = {
                    ['ID'] = 'CuttingEdgeCookingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Electronics'] = {
                    ['ID'] = 'ElectronicsParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Farming'] = {
                    ['ID'] = 'FarmingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Fertilizers'] = {
                    ['ID'] = 'FertilizersParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Glassworking'] = {
                    ['ID'] = 'GlassworkingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Industry'] = {
                    ['ID'] = 'IndustryParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Masonry'] = {
                    ['ID'] = 'MasonryParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Mechanics'] = {
                    ['ID'] = 'MechanicsParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Milling'] = {
                    ['ID'] = 'MillingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: OilDrilling'] = {
                    ['ID'] = 'OilDrillingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Painting'] = {
                    ['ID'] = 'PaintingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: PaperMilling'] = {
                    ['ID'] = 'PaperMillingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Pottery'] = {
                    ['ID'] = 'PotteryParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Shipwright'] = {
                    ['ID'] = 'ShipwrightParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Smelting'] = {
                    ['ID'] = 'SmeltingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Tailoring'] = {
                    ['ID'] = 'TailoringParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Pastry Dough'] = {
                    ['ID'] = 'PastryDoughItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'An extra fatty leavened dough for making yummy pastries.',
        },
        ['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.',
        },
        ['Peat'] = {
                    ['ID'] = 'PeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A combustible organic material which can be used as fuel.',
        },
        ['Pelt Fertilizer'] = {
                    ['ID'] = 'PeltFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A fertilize made from fur pelts and filler.',
        },
        ['Periodic Table Poster'] = {
                    ['ID'] = 'PeriodicTablePosterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A poster for the wall.',
        },
        ['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.',
        },
        ['Phad Thai'] = {
                    ['ID'] = 'PhadThaiItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'They make you full, and proud.',
        },
        ['Phosphate Fertilizer'] = {
                    ['ID'] = 'PhosphateFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Phosphate fertilizer is a great source of Phosphorus.',
        },
        ['Picture Item'] = {
                    ['ID'] = 'PictureItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A picture displaying a captured moment.',
        },
        ['Pineapple'] = {
                    ['ID'] = 'PineappleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Nice fresh Pineapple.',
        },
        ['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.',
        },
        ['Pineapple Seed'] = {
                    ['ID'] = 'PineappleSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a pineapple plant.',
        },
        ['Pineapple Seed Pack'] = {
                    ['ID'] = 'PineappleSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a pineapple plant.',
        },
        ['Pirate Hat'] = {
                    ['ID'] = 'PirateHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A tricorne pirates hat.',
        },
        ['Pirozhok'] = {
                    ['ID'] = 'PirozhokItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A baked bun filled with tasty meat and mushrooms.',
        },
        ['Piston'] = {
                    ['ID'] = 'PistonItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A moving component that transfers force. Can also function as a valve occasionally.',
        },
        ['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.',
        },
        ['Plant Vase'] = {
                    ['ID'] = 'PlantVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
        },
        ['Plastic'] = {
                    ['ID'] = 'PlasticItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An extremely useful synthetic material derived from petrochemicals.',
        },
        ['Plastic Buoy'] = {
                    ['ID'] = 'PlasticBuoyItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A modern plastic navigational buoy, can also be used as a moorage post.',
        },
        ['Plastic Outdoor Bench'] = {
                    ['ID'] = 'PlasticOutdoorBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple molded plastic furniture for outdoor use.',
        },
        ['Plastic Outdoor Chair'] = {
                    ['ID'] = 'PlasticOutdoorChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple molded plastic furniture for outdoor use.',
        },
        ['Plastic Outdoor Table'] = {
                    ['ID'] = 'PlasticOutdoorTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple molded plastic furniture for outdoor use.',
        },
        ['Plastic Window Planter'] = {
                    ['ID'] = 'PlasticWindowPlanterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple planter box mounted on a wall or by a window.',
        },
        ['Player Item'] = {
                    ['ID'] = 'PlayerItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
        },
        ['Poke Bowl'] = {
                    ['ID'] = 'PokeBowlItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A basic yet filling meal with a bite.',
        },
        ['Polishing Paste'] = {
                    ['ID'] = 'PolishingPasteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A high quality method of repairing your tools reducing waste.',
        },
        ['Ponytail'] = {
                    ['ID'] = 'PonytailItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['Portable Steam Engine'] = {
                    ['ID'] = 'PortableSteamEngineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An engine that generates mechanical power through steam.',
         },
         },
         ['Pottery'] = {
         ['Pottery'] = {
                     ['untranslated'] = 'Pottery',
                     ['ID'] = 'PotterySkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Pottery is an advancement in masonry and can provide an excellent building material for communities. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'PotterySkill',
                     ['Description'] = 'Pottery is an advancement in masonry and can provide an excellent building material for communities. Levels up by crafting related recipes.',
                     ['skillIDNum'] = '839',
        },
                     ['maxLevel'] = '7',
        ['Pottery Skill Book'] = {
                     ['root'] = false,
                     ['ID'] = 'PotterySkillBook',
                     ['rootSkill'] = '[[Mason]]',
                     ['Category'] = 'Hidden/Research',
                    ['specialty'] = true,
                     ['Group'] = 'Skill Books',
                     ['specialtySkill'] = nil,
                     ['Description'] = '',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Pottery Skill Scroll'] = {
                     ['specialtySkillBook'] = '[[Pottery Skill Book]]',
                     ['ID'] = 'PotterySkillScroll',
                     ['specialtySkillScroll'] = '[[Pottery Skill Scroll]]',
                     ['Category'] = 'Hidden/Research',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Scrolls',
                     ['talents'] = {
                     ['Description'] = '',
                            ['level3'] = {'[[Pottery Focused Speed Talent]]', '[[Pottery Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Pottery Frugal Req Talent]]'},
        ['Pottery Table'] = {
                            },
                     ['ID'] = 'PotteryTableItem',
                     ['benefits'] = {
                     ['Category'] = 'WorldObject',
                            ['level1'] = {
                     ['Group'] = 'Modules',
                                    {'[[Brick]]', 'Decreases', 'calories of labor', '10'},
                    ['Description'] = 'A primitive table for shaping basic clay products.',
                                    {'[[Geology Research Paper Modern]]', 'Decreases', 'calories of labor', '500'},
        },
                                    {'[[Advanced Upgrade 1]]', 'Decreases', 'calories of labor', '75'},
        ['Pottery Upgrade'] = {
                                    {'[[Pottery Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                    ['ID'] = 'PotteryUpgradeItem',
                                    {'[[Shale Brick]]', 'Decreases', 'calories of labor', '20'},
                     ['Category'] = 'Efficiency Modules',
                                    {'[[Bakery Oven]]', 'Decreases', 'calories of labor', '150'},
                    ['Group'] = 'Upgrade',
                                    {'[[Bathtub]]', 'Decreases', 'calories of labor', '200'},
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Pottery recipes.',
                                    {'[[Brick Fireplace]]', 'Decreases', 'calories of labor', '250'},
        },
                                    {'[[Round Pot]]', 'Decreases', 'calories of labor', '37.5'},
        ['Power Hammer'] = {
                                    {'[[Square Pot]]', 'Decreases', 'calories of labor', '37.5'},
                    ['ID'] = 'PowerHammerItem',
                                    {'[[Small Sink]]', 'Decreases', 'calories of labor', '50'},
                    ['Category'] = 'WorldObject',
                                    {'[[Toilet]]', 'Decreases', 'calories of labor', '100'},
                    ['Group'] = 'World Object',
                                    },
                    ['Description'] = 'A solid shaped piece of metal used to hammer ingots into tools and other useful things.',
                            ['level2'] = {
        },
                                    {'[[Brick]]', 'Decreases', 'calories of labor', '9'},
        ['Power Shot: Hunting'] = {
                                    {'[[Geology Research Paper Modern]]', 'Decreases', 'calories of labor', '450'},
                    ['ID'] = 'HuntingPowerShotTalentGroup',
                                    {'[[Advanced Upgrade 1]]', 'Decreases', 'calories of labor', '67.5'},
                    ['Category'] = 'Hidden',
                                    {'[[Pottery Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                    ['Group'] = 'Talents',
                                    {'[[Shale Brick]]', 'Decreases', 'calories of labor', '18'},
                    ['Description'] = 'Increases the damage tier of Bows',
                                    {'[[Bakery Oven]]', 'Decreases', 'calories of labor', '135'},
        },
                                    {'[[Bathtub]]', 'Decreases', 'calories of labor', '180'},
        ['Powered Cart'] = {
                                    {'[[Brick Fireplace]]', 'Decreases', 'calories of labor', '225'},
                    ['ID'] = 'PoweredCartItem',
                                    {'[[Round Pot]]', 'Decreases', 'calories of labor', '33.75'},
                    ['Category'] = 'WorldObject',
                                    {'[[Square Pot]]', 'Decreases', 'calories of labor', '33.75'},
                    ['Group'] = 'World Object',
                                    {'[[Small Sink]]', 'Decreases', 'calories of labor', '45'},
                    ['Description'] = 'Large cart for hauling sizable loads.',
                                    {'[[Toilet]]', 'Decreases', 'calories of labor', '90'},
        },
                                    },
        ['Powered Storage Silo'] = {
                            ['level3'] = {
                    ['ID'] = 'PoweredStorageSiloItem',
                                    {'[[Brick]]', 'Decreases', 'calories of labor', '8'},
                    ['Category'] = 'WorldObject',
                                    {'[[Geology Research Paper Modern]]', 'Decreases', 'calories of labor', '400'},
                    ['Group'] = 'World Object',
                                    {'[[Advanced Upgrade 1]]', 'Decreases', 'calories of labor', '60'},
                    ['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.',
                                    {'[[Pottery Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
        },
                                    {'[[Shale Brick]]', 'Decreases', 'calories of labor', '16'},
        ['Prairie Dog Carcass'] = {
                                    {'[[Bakery Oven]]', 'Decreases', 'calories of labor', '120'},
                    ['ID'] = 'PrairieDogCarcassItem',
                                    {'[[Bathtub]]', 'Decreases', 'calories of labor', '160'},
                    ['Category'] = '_None',
                                    {'[[Brick Fireplace]]', 'Decreases', 'calories of labor', '200'},
                    ['Group'] = 'Items',
                                    {'[[Round Pot]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'A dead prairie dog.',
                                    {'[[Square Pot]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[Small Sink]]', 'Decreases', 'calories of labor', '40'},
        ['Prepared Meat'] = {
                                    {'[[Toilet]]', 'Decreases', 'calories of labor', '80'},
                    ['ID'] = 'PreparedMeatItem',
                                    },
                    ['Category'] = '_None',
                            ['level4'] = {
                    ['Group'] = 'Food',
                                    {'[[Brick]]', 'Decreases', 'calories of labor', '7'},
                    ['Description'] = 'Carefully butchered meat, ready to cook.',
                                    {'[[Geology Research Paper Modern]]', 'Decreases', 'calories of labor', '350'},
        },
                                    {'[[Advanced Upgrade 1]]', 'Decreases', 'calories of labor', '52.5'},
        ['Prickly Pear Fruit'] = {
                                    {'[[Pottery Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                    ['ID'] = 'PricklyPearFruitItem',
                                    {'[[Shale Brick]]', 'Decreases', 'calories of labor', '14'},
                    ['Category'] = '_None',
                                    {'[[Bakery Oven]]', 'Decreases', 'calories of labor', '105'},
                    ['Group'] = 'Food',
                                    {'[[Bathtub]]', 'Decreases', 'calories of labor', '140'},
                    ['Description'] = 'A succulent fruit coated in a rather terrifying array of spines.',
                                    {'[[Brick Fireplace]]', 'Decreases', 'calories of labor', '175'},
        },
                                    {'[[Round Pot]]', 'Decreases', 'calories of labor', '26.25'},
        ['Prickly Pear Seed'] = {
                                    {'[[Square Pot]]', 'Decreases', 'calories of labor', '26.25'},
                    ['ID'] = 'PricklyPearSeedItem',
                                    {'[[Small Sink]]', 'Decreases', 'calories of labor', '35'},
                    ['Category'] = '_None',
                                    {'[[Toilet]]', 'Decreases', 'calories of labor', '70'},
                    ['Group'] = 'Food',
                                    },
                    ['Description'] = 'Plant to grow prickly pear cacti.',
                            ['level5'] = {
        },
                                    {'[[Brick]]', 'Decreases', 'calories of labor', '6'},
        ['Prickly Pear Seed Pack'] = {
                                    {'[[Geology Research Paper Modern]]', 'Decreases', 'calories of labor', '300'},
                    ['ID'] = 'PricklyPearSeedPackItem',
                                    {'[[Advanced Upgrade 1]]', 'Decreases', 'calories of labor', '45'},
                    ['Category'] = 'Hidden',
                                    {'[[Pottery Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                    ['Group'] = 'Items',
                                    {'[[Shale Brick]]', 'Decreases', 'calories of labor', '12'},
                    ['Description'] = 'Plant to grow prickly pear cacti.',
                                    {'[[Bakery Oven]]', 'Decreases', 'calories of labor', '90'},
        },
                                    {'[[Bathtub]]', 'Decreases', 'calories of labor', '120'},
        ['Prime Cut'] = {
                                    {'[[Brick Fireplace]]', 'Decreases', 'calories of labor', '150'},
                    ['ID'] = 'PrimeCutItem',
                                    {'[[Round Pot]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Category'] = '_None',
                                    {'[[Square Pot]]', 'Decreases', 'calories of labor', '22.5'},
                    ['Group'] = 'Food',
                                    {'[[Small Sink]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = 'A perfectly marbled piece of meat.',
                                    {'[[Toilet]]', 'Decreases', 'calories of labor', '60'},
        },
                                    },
        ['Primitive Canvas Boots'] = {
                            ['level6'] = {
                    ['ID'] = 'PrimitiveCanvasBootsItem',
                                    {'[[Brick]]', 'Decreases', 'calories of labor', '5'},
                    ['Category'] = '_None',
                                    {'[[Geology Research Paper Modern]]', 'Decreases', 'calories of labor', '250'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Advanced Upgrade 1]]', 'Decreases', 'calories of labor', '37.5'},
                    ['Description'] = 'A pair of crude canvas boots for your everyday use.',
                                    {'[[Pottery Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
        },
                                    {'[[Shale Brick]]', 'Decreases', 'calories of labor', '10'},
        ['Primitive Canvas Pants'] = {
                                    {'[[Bakery Oven]]', 'Decreases', 'calories of labor', '75'},
                    ['ID'] = 'PrimitiveCanvasPantsItem',
                                    {'[[Bathtub]]', 'Decreases', 'calories of labor', '100'},
                    ['Category'] = '_None',
                                    {'[[Brick Fireplace]]', 'Decreases', 'calories of labor', '125'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Round Pot]]', 'Decreases', 'calories of labor', '18.75'},
                    ['Description'] = 'Roughly stitched canvas pants.',
                                    {'[[Square Pot]]', 'Decreases', 'calories of labor', '18.75'},
        },
                                    {'[[Small Sink]]', 'Decreases', 'calories of labor', '25'},
        ['Primitive Canvas Shorts'] = {
                                    {'[[Toilet]]', 'Decreases', 'calories of labor', '50'},
                    ['ID'] = 'PrimitiveCanvasShortsItem',
                                    },
                    ['Category'] = '_None',
                            ['level7'] = {
                    ['Group'] = 'Avatar Part',
                                    {'[[Brick]]', 'Decreases', 'calories of labor', '4'},
                    ['Description'] = 'They\'re like the Primitive Canvas Pants, but shorter.',
                                    {'[[Geology Research Paper Modern]]', 'Decreases', 'calories of labor', '200'},
        },
                                    {'[[Advanced Upgrade 1]]', 'Decreases', 'calories of labor', '30'},
        ['Primitive Fur Belt'] = {
                                    {'[[Pottery Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                    ['ID'] = 'PrimitiveFurBeltItem',
                                    {'[[Shale Brick]]', 'Decreases', 'calories of labor', '8'},
                    ['Category'] = '_None',
                                    {'[[Bakery Oven]]', 'Decreases', 'calories of labor', '60'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Bathtub]]', 'Decreases', 'calories of labor', '80'},
                    ['Description'] = 'You should probably still wear pants.',
                                    {'[[Brick Fireplace]]', 'Decreases', 'calories of labor', '100'},
        },
                                    {'[[Round Pot]]', 'Decreases', 'calories of labor', '15'},
        ['Primitive Leather Boots'] = {
                                    {'[[Square Pot]]', 'Decreases', 'calories of labor', '15'},
                    ['ID'] = 'PrimitiveLeatherBootsItem',
                                    {'[[Small Sink]]', 'Decreases', 'calories of labor', '20'},
                    ['Category'] = '_None',
                                    {'[[Toilet]]', 'Decreases', 'calories of labor', '40'},
                    ['Group'] = 'Avatar Part',
                                    },
                    ['Description'] = 'A pair of crude leather boots for your everyday use.',
                            },
        },
                     ['recipes'] = {
        ['Primitive Leather Pants'] = {
                            ['level0'] = {'[[Geology Research Paper Modern]]'},
                    ['ID'] = 'PrimitiveLeatherPantsItem',
                            ['level1'] = {'[[Advanced Masonry Skill Book]]', '[[Bakery Oven]]', '[[Brick]]', '[[Shale Brick]]'},
                    ['Category'] = '_None',
                            ['level2'] = {'[[Advanced Upgrade 1]]'},
                    ['Group'] = 'Avatar Part',
                            ['level3'] = {'[[Round Pot]]', '[[Square Pot]]'},
                    ['Description'] = 'You ever tried cutting leather with a rock?',
                            ['level4'] = {'[[Brick Fireplace]]'},
        },
                            ['level5'] = {'[[Small Sink]]', '[[Toilet]]'},
        ['Primitive Leather Shirt'] = {
                            ['level6'] = {},
                    ['ID'] = 'PrimitiveLeatherShirtItem',
                            ['level7'] = {'[[Bathtub]]', '[[Pottery Advanced Upgrade]]'},
                    ['Category'] = '_None',
                            },
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A Shirt made from roughly cut pieces of leather, should keep your shoulders warm.',
        },
        ['Primitive Leather Shorts'] = {
                    ['ID'] = 'PrimitiveLeatherShortsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'You may have enough leather left over to make a nice hat.',
        },
        ['Printing Press'] = {
                    ['ID'] = 'PrintingPressItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The world will never be the same.',
        },
        ['Printing Supplies'] = {
                    ['ID'] = 'PrintingSuppliesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A package of necessary items for copying art or other more elaborate designs.',
        },
        ['Pulp Filler'] = {
                    ['ID'] = 'PulpFillerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Wood pulp and dirt make a great filler for other fertilizers. ',
        },
        ['Pump Jack'] = {
                    ['ID'] = 'PumpJackItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Drill, baby! Drill!',
        },
        ['Pumpkin'] = {
                    ['ID'] = 'PumpkinItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Round and large.',
        },
        ['Pumpkin Seed'] = {
                    ['ID'] = 'PumpkinSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a pumpkin.',
        },
        ['Pumpkin Seed Pack'] = {
                    ['ID'] = 'PumpkinSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a pumpkin.',
        },
        ['Punch Card Time Clock'] = {
                    ['ID'] = 'PunchCardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Clock in for the late shift',
        },
        ['Pupusas'] = {
                    ['ID'] = 'PupusasItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Comforting, best served hot from the griddle.',
        },
        ['Purple Vase'] = {
                    ['ID'] = 'PurpleVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
        },
        ['Quicklime'] = {
                    ['ID'] = 'QuicklimeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A chemical compound used in steel production.',
        },
        ['Radiator'] = {
                    ['ID'] = 'RadiatorItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A heat sink that uses liquid running through copper fins to disperse heat build-up.',
        },
        ['Raw Bacon'] = {
                    ['ID'] = 'RawBaconItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fatty cut of meat that happens to be inexplicably tastier than other cuts.',
        },
        ['Raw Fish'] = {
                    ['ID'] = 'RawFishItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fatty cut of raw fish.',
        },
        ['Raw Meat'] = {
                    ['ID'] = 'RawMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Fresh raw meat from the hunt. It should probably be cooked before being consumed.',
        },
        ['Raw Roast'] = {
                    ['ID'] = 'RawRoastItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A trussed roast tied and ready to be cooked.',
        },
        ['Raw Sausage'] = {
                    ['ID'] = 'RawSausageItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Ground meat stuffed into an intestine casing.',
        },
        ['Real Estate Desk'] = {
                    ['ID'] = 'RealEstateDeskItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place to manage the sale and transfer of deeds and property.',
        },
        ['Rebar'] = {
                    ['ID'] = 'RebarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Ribbed steel bars for reinforcing stuctures.',
        },
        ['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.',
        },
        ['Red Vase'] = {
                    ['ID'] = 'RedVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
        },
        ['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.',
        },
        ['Redwood Seed'] = {
                    ['ID'] = 'RedwoodSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a redwood tree.',
        },
        ['Redwood Seed Pack'] = {
                    ['ID'] = 'RedwoodSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a redwood tree.',
        },
        ['Redwoods Poster'] = {
                    ['ID'] = 'RedwoodsPosterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A poster for the wall.',
        },
        ['Refrigerator'] = {
                    ['ID'] = 'RefrigeratorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An icebox from the future with significantly better cooling properties.',
        },
        ['Registrar'] = {
                    ['ID'] = 'RegistrarItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the setting management of titles.',
        },
        ['Reinforced Concrete'] = {
                    ['ID'] = 'ReinforcedConcreteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A sturdy construction material poured around a latice of rebar.',
        },
        ['Remote Detonator'] = {
                    ['ID'] = 'RemoteDetonatorItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A remote that is linked to Mining Charges for detonation in a safe distance.',
        },
        ['Research Table'] = {
                    ['ID'] = 'ResearchTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic table for researching new technologies and skills.',
        },
        ['Rice'] = {
                    ['ID'] = 'RiceItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow rice.',
        },
        ['Rice Flour'] = {
                    ['ID'] = 'RiceFlourItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Rice grounded into flour is as equally versatile as its golden cousin.',
        },
        ['Rice Noodles'] = {
                    ['ID'] = 'RiceNoodlesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Noodles made from delicious milled white grains.',
        },
        ['Rice Pack'] = {
                    ['ID'] = 'RicePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow rice.',
        },
        ['Rivet'] = {
                    ['ID'] = 'RivetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A steel bolt used to hold together inventions.',
        },
        ['Roast Pumpkin'] = {
                    ['ID'] = 'RoastPumpkinItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Sweet but a suprising source of vitamins.',
        },
        ['Robotic Assembly Line'] = {
                    ['ID'] = 'RoboticAssemblyLineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A complex set of machinery for creating equally complex things.',
        },
        ['Rocker Box'] = {
                    ['ID'] = 'RockerBoxItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool for miners to concentrate ore. The run off produces wet tailings.',
        },
        ['Rolling Mill'] = {
                    ['ID'] = 'RollingMillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For rolling steel into more buildable materials.',
        },
        ['Root Campfire Salad'] = {
                    ['ID'] = 'RootCampfireSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
        },
        ['Root Campfire Stew'] = {
                    ['ID'] = 'RootCampfireStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.',
        },
        ['Round Pot'] = {
                    ['ID'] = 'PlanterPotRoundItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
        },
        ['Rounded Face'] = {
                    ['ID'] = 'RoundedFaceItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Face',
        },
        ['Rubber Wheel'] = {
                    ['ID'] = 'RubberWheelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Rubber wheels provide much better traction and allow the construction of more modern vehicles.',
        },
        ['Rug Large'] = {
                    ['ID'] = 'RugLargeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large area rug to cover that weird stain.',
        },
        ['Rug Medium'] = {
                    ['ID'] = 'RugMediumItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A medium rug for medium uses.',
        },
        ['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.',
        },
        ['Running Shoes'] = {
                    ['ID'] = 'RunningShoesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Light weight shoes designed to make you run faster.(Increases movement speed)',
        },
        ['Rustic Window Planter'] = {
                    ['ID'] = 'RusticWindowPlanterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple planter box mounted on a wall or by a window.',
        },
        ['Saguaro Rib'] = {
                    ['ID'] = 'SaguaroRibItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.',
        },
        ['Saguaro Seed'] = {
                    ['ID'] = 'SaguaroSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a saguaro cactus.',
        },
        ['Saguaro Seed Pack'] = {
                    ['ID'] = 'SaguaroSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a saguaro cactus.',
        },
        ['Salmon'] = {
                    ['ID'] = 'SalmonItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A salmon.',
        },
        ['Salt Basket'] = {
                    ['ID'] = 'SaltBasketItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basket of salt.',
        },
        ['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.',
        },
        ['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%)',
        },
        ['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!',
        },
        ['Sawmill'] = {
                    ['ID'] = 'SawmillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Used to saw wood into lumber.',
        },
        ['Saxifrage Seed'] = {
                    ['ID'] = 'SaxifrageSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow saxifrage.',
        },
        ['Saxifrage Seed Pack'] = {
                    ['ID'] = 'SaxifrageSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow saxifrage.',
        },
        ['Scarecrow'] = {
                    ['ID'] = 'ScarecrowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Keeps animals away. (WIP)',
        },
        ['School Supply Station Item'] = {
                    ['ID'] = 'SchoolSupplyStationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Scientist'] = {
                    ['ID'] = 'ScientistSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Scientists can transforms the knowledge and understanding of the world into more practical uses.',
        },
        ['Scrap Meat'] = {
                    ['ID'] = 'ScrapMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Chunks of extra meat.',
        },
        ['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.',
        },
        ['Screw Press'] = {
                    ['ID'] = 'ScrewPressItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
        },
        ['Screws'] = {
                    ['ID'] = 'ScrewsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A pointed metal fastener used in crafting to attach pieces of material together.',
        },
        ['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".',
        },
        ['Seagrass Seed'] = {
                    ['ID'] = 'SeagrassSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow seagrass.',
        },
        ['Seagrass Seed Pack'] = {
                    ['ID'] = 'SeagrassSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow seagrass.',
        },
        ['Seared Meat'] = {
                    ['ID'] = 'SearedMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A cut of perfectly seared steak.',
        },
        ['Seeded Camas Roll'] = {
                    ['ID'] = 'SeededCamasRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Seeds sprinkled on a roll made from rice, fiddleheads and camas paste.',
         },
         },
         ['Self Improvement'] = {
         ['Self Improvement'] = {
                     ['untranslated'] = 'Self Improvement',
                     ['ID'] = 'SelfImprovementSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Self-improvement increases both the amount of weight citizens can carry and their stomach capacity. It also decreases the calories expended when using hammers and shovels. Experience is gained when leveling up other specialties.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'SelfImprovementSkill',
                     ['Description'] = 'Self-improvement increases both the amount of weight citizens can carry and their stomach capacity. It also decreases the calories expended when using hammers and shovels. Experience is gained when leveling up other specialties.',
                     ['skillIDNum'] = '115',
        },
                     ['maxLevel'] = '7',
        ['Sensor Based Belt Sorter'] = {
                     ['root'] = false,
                     ['ID'] = 'SensorBasedBeltSorterItem',
                     ['rootSkill'] = '[[Survivalist]]',
                     ['Category'] = 'WorldObject',
                    ['specialty'] = true,
                     ['Group'] = 'World Object',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'A machine for dry concentration that produces less harmful tailings. Can only be used to concentrate Iron.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = nil,
        ['Sensuous Sea Pizza'] = {
                     ['specialtySkillBook'] = nil,
                     ['ID'] = 'SensuousSeaPizzaItem',
                    ['specialtySkillScroll'] = nil,
                     ['Category'] = '_None',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Food',
                     ['talents'] = {
                     ['Description'] = 'The chewyness is unreal.',
                            ['level3'] = {'[[Self Improvement Diver Speed Talent]]', '[[Self Improvement Sprinter Speed Talent]]'},
        },
                            ['level6'] = {'[[Self Improvement Nature Adventurer Speed Talent]]', '[[Self Improvement Urban Traveller Speed Talent]]'},
        ['Servo'] = {
                            },
                     ['ID'] = 'ServoItem',
                     ['benefits'] = {
                     ['Category'] = '_None',
                            ['level1'] = {
                    ['Group'] = 'Items',
                                    {'[[Iron Hammer]]', 'Decreases', 'calorie consumption', '13.6'},
                    ['Description'] = 'A rotary actuator that allows for control over angular position.',
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calorie consumption', '12'},
        },
                                    {'[[Iron Shovel]]', 'Decreases', 'calorie consumption', '13.6'},
        ['Settlement Crafting Table'] = {
                                    {'[[Modern Hammer]]', 'Decreases', 'calorie consumption', '8'},
                    ['ID'] = 'SettlementCraftingTableItem',
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calorie consumption', '12'},
                     ['Category'] = 'WorldObject',
                                    {'[[Modern Shovel]]', 'Decreases', 'calorie consumption', '8'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Hammer]]', 'Decreases', 'calorie consumption', '12'},
                    ['Description'] = 'A basic workspace for crafting all manner of settlement related objects.',
                                    {'[[Steel Shovel]]', 'Decreases', 'calorie consumption', '12'},
        },
                                    {'[[Stone Hammer]]', 'Decreases', 'calorie consumption', '16'},
        ['Sewage'] = {
                                    {'[[Wooden Shovel]]', 'Decreases', 'calorie consumption', '16'},
                    ['ID'] = 'SewageItem',
                                    {'You', 'Increases', 'stomach capacity', '0'},
                    ['Category'] = 'Hidden',
                                   
                    ['Group'] = 'Block Items',
                                    {'You', 'Increases', 'carry weight', '0'},
                    ['Description'] = 'Sewage is a byproduct that is often created when using water for industrial purposes. It is a source of ground pollution.',
                                    },
        },
                            ['level2'] = {
        ['Shale'] = {
                                    {'[[Iron Hammer]]', 'Decreases', 'calorie consumption', '12.75'},
                    ['ID'] = 'ShaleItem',
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calorie consumption', '11.25'},
                    ['Category'] = '_None',
                                    {'[[Iron Shovel]]', 'Decreases', 'calorie consumption', '12.75'},
                    ['Group'] = 'Block Items',
                                    {'[[Modern Hammer]]', 'Decreases', 'calorie consumption', '7.5'},
                    ['Description'] = 'A soft rock, with few potential uses. Shale is a sedimentary rock formed by thin layers of compacted clay or mud.',
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calorie consumption', '11.25'},
        },
                                    {'[[Modern Shovel]]', 'Decreases', 'calorie consumption', '7.5'},
        ['Shaper'] = {
                                    {'[[Steel Hammer]]', 'Decreases', 'calorie consumption', '11.25'},
                    ['ID'] = 'ShaperItem',
                                    {'[[Steel Shovel]]', 'Decreases', 'calorie consumption', '11.25'},
                    ['Category'] = 'WorldObject',
                                    {'[[Stone Hammer]]', 'Decreases', 'calorie consumption', '15'},
                    ['Group'] = 'Modules',
                                    {'[[Wooden Shovel]]', 'Decreases', 'calorie consumption', '15'},
                    ['Description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
                                    {'You', 'Increases', 'stomach capacity', '250'},
        },
                                   
        ['Shark Fillet Soup'] = {
                                    {'You', 'Increases', 'carry weight', '250'},
                    ['ID'] = 'SharkFilletSoupItem',
                                    },
                    ['Category'] = '_None',
                            ['level3'] = {
                    ['Group'] = 'Food',
                                    {'[[Iron Hammer]]', 'Decreases', 'calorie consumption', '11.9'},
                    ['Description'] = 'A texture all of its own.',
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calorie consumption', '10.5'},
        },
                                    {'[[Iron Shovel]]', 'Decreases', 'calorie consumption', '11.9'},
        ['Shark Jaws'] = {
                                    {'[[Modern Hammer]]', 'Decreases', 'calorie consumption', '7'},
                    ['ID'] = 'SharkJawsItem',
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calorie consumption', '10.5'},
                    ['Category'] = 'Hidden',
                                    {'[[Modern Shovel]]', 'Decreases', 'calorie consumption', '7'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Hammer]]', 'Decreases', 'calorie consumption', '10.5'},
                    ['Description'] = 'A mounted jaw from a mighty catch!',
                                    {'[[Steel Shovel]]', 'Decreases', 'calorie consumption', '10.5'},
        },
                                    {'[[Stone Hammer]]', 'Decreases', 'calorie consumption', '14'},
        ['Sharpening Steel'] = {
                                    {'[[Wooden Shovel]]', 'Decreases', 'calorie consumption', '14'},
                    ['ID'] = 'SharpeningSteelItem',
                                    {'You', 'Increases', 'stomach capacity', '500'},
                    ['Category'] = '_None',
                                   
                    ['Group'] = 'Items',
                                    {'You', 'Increases', 'carry weight', '500'},
                    ['Description'] = 'A steel rod with grooves allowing more finer sharpening of tools.',
                                    },
        },
                            ['level4'] = {
        ['Sheep Mount'] = {
                                    {'[[Iron Hammer]]', 'Decreases', 'calorie consumption', '11.05'},
                    ['ID'] = 'SheepMountItem',
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calorie consumption', '9.75'},
                    ['Category'] = 'WorldObject',
                                    {'[[Iron Shovel]]', 'Decreases', 'calorie consumption', '11.05'},
                    ['Group'] = 'World Object',
                                    {'[[Modern Hammer]]', 'Decreases', 'calorie consumption', '6.5'},
                    ['Description'] = 'A hunting trophy for your house.',
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calorie consumption', '9.75'},
        },
                                    {'[[Modern Shovel]]', 'Decreases', 'calorie consumption', '6.5'},
        ['Shelf Cabinet'] = {
                                    {'[[Steel Hammer]]', 'Decreases', 'calorie consumption', '9.75'},
                    ['ID'] = 'ShelfCabinetItem',
                                    {'[[Steel Shovel]]', 'Decreases', 'calorie consumption', '9.75'},
                    ['Category'] = 'WorldObject',
                                    {'[[Stone Hammer]]', 'Decreases', 'calorie consumption', '13'},
                    ['Group'] = 'World Object',
                                    {'[[Wooden Shovel]]', 'Decreases', 'calorie consumption', '13'},
                    ['Description'] = 'When a shelf and a cabinet aren\'t enough individually.',
                                    {'You', 'Increases', 'stomach capacity', '1000'},
        },
                                   
        ['Shipping Container Blue'] = {
                                    {'You', 'Increases', 'carry weight', '1000'},
                    ['ID'] = 'ShippingContainerBlueItem',
                                    },
                    ['Category'] = 'Hidden',
                            ['level5'] = {
                    ['Group'] = 'World Object',
                                    {'[[Iron Hammer]]', 'Decreases', 'calorie consumption', '10.2'},
                    ['Description'] = '',
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calorie consumption', '9'},
        },
                                    {'[[Iron Shovel]]', 'Decreases', 'calorie consumption', '10.2'},
        ['Shipping Container Green'] = {
                                    {'[[Modern Hammer]]', 'Decreases', 'calorie consumption', '6'},
                    ['ID'] = 'ShippingContainerGreenItem',
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calorie consumption', '9'},
                    ['Category'] = 'Hidden',
                                    {'[[Modern Shovel]]', 'Decreases', 'calorie consumption', '6'},
                    ['Group'] = 'World Object',
                                    {'[[Steel Hammer]]', 'Decreases', 'calorie consumption', '9'},
                    ['Description'] = '',
                                    {'[[Steel Shovel]]', 'Decreases', 'calorie consumption', '9'},
        },
                                    {'[[Stone Hammer]]', 'Decreases', 'calorie consumption', '12'},
        ['Shipping Container Red'] = {
                                    {'[[Wooden Shovel]]', 'Decreases', 'calorie consumption', '12'},
                    ['ID'] = 'ShippingContainerRedItem',
                                    {'You', 'Increases', 'stomach capacity', '1500'},
                    ['Category'] = 'Hidden',
                                   
                    ['Group'] = 'World Object',
                                    {'You', 'Increases', 'carry weight', '1500'},
                    ['Description'] = '',
                                    },
        },
                            ['level6'] = {
        ['Shipwright'] = {
                                    {'[[Iron Hammer]]', 'Decreases', 'calorie consumption', '9.35'},
                    ['ID'] = 'ShipwrightSkill',
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calorie consumption', '8.25'},
                    ['Category'] = '_None',
                                    {'[[Iron Shovel]]', 'Decreases', 'calorie consumption', '9.35'},
                    ['Group'] = 'Skills',
                                    {'[[Modern Hammer]]', 'Decreases', 'calorie consumption', '5.5'},
                    ['Description'] = 'Shipwrights uses the fundamental practical application of carpenters and applying it to maritime usage.',
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calorie consumption', '8.25'},
        },
                                    {'[[Modern Shovel]]', 'Decreases', 'calorie consumption', '5.5'},
        ['Shipwright Advanced Upgrade'] = {
                                    {'[[Steel Hammer]]', 'Decreases', 'calorie consumption', '8.25'},
                    ['ID'] = 'ShipwrightAdvancedUpgradeItem',
                                    {'[[Steel Shovel]]', 'Decreases', 'calorie consumption', '8.25'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Stone Hammer]]', 'Decreases', 'calorie consumption', '11'},
                    ['Group'] = 'Upgrade',
                                    {'[[Wooden Shovel]]', 'Decreases', 'calorie consumption', '11'},
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Shipwright recipes.',
                                    {'You', 'Increases', 'stomach capacity', '2000'},
        },
                                   
        ['Shipwright Basic Upgrade'] = {
                                    {'You', 'Increases', 'carry weight', '2000'},
                    ['ID'] = 'ShipwrightBasicUpgradeItem',
                                    },
                    ['Category'] = 'Efficiency Modules',
                            ['level7'] = {
                    ['Group'] = 'Upgrade',
                                    {'[[Iron Hammer]]', 'Decreases', 'calorie consumption', '8.5'},
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Shipwright recipes.',
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calorie consumption', '7.5'},
        },
                                    {'[[Iron Shovel]]', 'Decreases', 'calorie consumption', '8.5'},
        ['Shipwright Hat'] = {
                                    {'[[Modern Hammer]]', 'Decreases', 'calorie consumption', '5'},
                    ['ID'] = 'ShipwrightHatItem',
                                    {'[[Modern Rock Drill]]', 'Decreases', 'calorie consumption', '7.5'},
                    ['Category'] = '_None',
                                    {'[[Modern Shovel]]', 'Decreases', 'calorie consumption', '5'},
                    ['Group'] = 'Avatar Part',
                                    {'[[Steel Hammer]]', 'Decreases', 'calorie consumption', '7.5'},
                    ['Description'] = 'A simple sailor\'s cap, don?t lose it or you might be walking on a plank.',
                                    {'[[Steel Shovel]]', 'Decreases', 'calorie consumption', '7.5'},
        },
                                    {'[[Stone Hammer]]', 'Decreases', 'calorie consumption', '10'},
        ['Shipwright Overalls'] = {
                                    {'[[Wooden Shovel]]', 'Decreases', 'calorie consumption', '10'},
                    ['ID'] = 'ShipwrightOverallsItem',
                                    {'You', 'Increases', 'stomach capacity', '2500'},
                    ['Category'] = '_None',
                                   
                    ['Group'] = 'Avatar Part',
                                    {'You', 'Increases', 'carry weight', '2500'},
                    ['Description'] = 'Denim overall for extra sturdy wearability.',
                                    },
        },
                            },
        ['Shipwright Sandals'] = {
                     ['recipes'] = nil,
                    ['ID'] = 'ShipwrightSandalsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Comfortable sandals with extra traction to avoid slipping.(Decreases calories consumed when using tools by 30%)',
        },
        ['Shipwright Shirt'] = {
                    ['ID'] = 'ShipwrightShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A striped shirt symbolizing your affinity for traveling across the seas.',
        },
        ['Shipwright Sign'] = {
                    ['ID'] = 'ShipwrightSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Shipwright Skill Book'] = {
                    ['ID'] = 'ShipwrightSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Shipwright Skill Scroll'] = {
                    ['ID'] = 'ShipwrightSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Shoji Door'] = {
                    ['ID'] = 'ShojiDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A Far Eastern influenced wooden sliding door.',
        },
        ['Shorn Wool'] = {
                    ['ID'] = 'ShornWoolItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Wool that has been shorn from an animal.',
        },
        ['Short Beard'] = {
                    ['ID'] = 'ShortBeardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['Shorts'] = {
                    ['ID'] = 'ShortsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.',
        },
        ['Simmered Meat'] = {
                    ['ID'] = 'SimmeredMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Meat cooked in meat juices keeps the meat juicy.',
        },
        ['Simple Syrup'] = {
                    ['ID'] = 'SimpleSyrupItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A simple water and suger combination heated until the sugar dissolves.',
        },
        ['Sink'] = {
                    ['ID'] = 'SinkItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An industrial sink.',
        },
        ['Skid Steer'] = {
                    ['ID'] = 'SkidSteerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small scale bucket loader. Great for flat to low slope excavation.',
        },
        ['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.',
        },
        ['Sleek Short Hair'] = {
                    ['ID'] = 'SleekShortHairItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['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.',
        },
        ['Small Canoe'] = {
                    ['ID'] = 'SmallCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small Canoe for hauling minimal loads.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Small Festive Paper Lantern'] = {
                    ['ID'] = 'SmallFestivePaperLanternItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Small Hanging Ashlar Basalt Sign'] = {
                    ['ID'] = 'SmallHangingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Gneiss Sign'] = {
                    ['ID'] = 'SmallHangingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Granite Sign'] = {
                    ['ID'] = 'SmallHangingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Limestone Sign'] = {
                    ['ID'] = 'SmallHangingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Sandstone Sign'] = {
                    ['ID'] = 'SmallHangingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Shale Sign'] = {
                    ['ID'] = 'SmallHangingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Stone Sign'] = {
                    ['ID'] = 'SmallHangingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Birch Sign'] = {
                    ['ID'] = 'SmallHangingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Cedar Sign'] = {
                    ['ID'] = 'SmallHangingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ceiba Sign'] = {
                    ['ID'] = 'SmallHangingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Fir Sign'] = {
                    ['ID'] = 'SmallHangingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Hardwood Sign'] = {
                    ['ID'] = 'SmallHangingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Joshua Sign'] = {
                    ['ID'] = 'SmallHangingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Lumber Sign'] = {
                    ['ID'] = 'SmallHangingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Mortared Granite Sign'] = {
                    ['ID'] = 'SmallHangingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Mortared Limestone Sign'] = {
                    ['ID'] = 'SmallHangingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Mortared Sandstone Sign'] = {
                    ['ID'] = 'SmallHangingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Mortared Stone Sign'] = {
                    ['ID'] = 'SmallHangingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Oak Sign'] = {
                    ['ID'] = 'SmallHangingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Palm Sign'] = {
                    ['ID'] = 'SmallHangingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Redwood Sign'] = {
                    ['ID'] = 'SmallHangingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Saguaro Sign'] = {
                    ['ID'] = 'SmallHangingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Softwood Sign'] = {
                    ['ID'] = 'SmallHangingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Spruce Sign'] = {
                    ['ID'] = 'SmallHangingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Stone Sign'] = {
                    ['ID'] = 'SmallHangingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Wood Sign'] = {
                    ['ID'] = 'SmallHangingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Meeting Chair'] = {
                    ['ID'] = 'SmallMeetingChairItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Small Meeting Table'] = {
                    ['ID'] = 'SmallMeetingTableItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Small Paper Lantern'] = {
                    ['ID'] = 'SmallPaperLanternItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small paper lantern.',
        },
        ['Small Paper Machine'] = {
                    ['ID'] = 'SmallPaperMachineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Laborous way of creating sheets of paper.',
        },
        ['Small Shipyard'] = {
                    ['ID'] = 'SmallShipyardItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A crude workspace for constructing smaller vehicles designed for use in a maritime environment.',
        },
        ['Small Sink'] = {
                    ['ID'] = 'SmallSinkItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small household sink.',
        },
        ['Small Standing Ashlar Basalt Sign'] = {
                    ['ID'] = 'SmallStandingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Gneiss Sign'] = {
                    ['ID'] = 'SmallStandingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Granite Sign'] = {
                    ['ID'] = 'SmallStandingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Limestone Sign'] = {
                    ['ID'] = 'SmallStandingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Sandstone Sign'] = {
                    ['ID'] = 'SmallStandingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Shale Sign'] = {
                    ['ID'] = 'SmallStandingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Stone Sign'] = {
                    ['ID'] = 'SmallStandingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Birch Sign'] = {
                    ['ID'] = 'SmallStandingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Cedar Sign'] = {
                    ['ID'] = 'SmallStandingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ceiba Sign'] = {
                    ['ID'] = 'SmallStandingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Fir Sign'] = {
                    ['ID'] = 'SmallStandingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Hardwood Sign'] = {
                    ['ID'] = 'SmallStandingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Joshua Sign'] = {
                    ['ID'] = 'SmallStandingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Lumber Sign'] = {
                    ['ID'] = 'SmallStandingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Mortared Granite Sign'] = {
                    ['ID'] = 'SmallStandingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Mortared Limestone Sign'] = {
                    ['ID'] = 'SmallStandingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Mortared Sandstone Sign'] = {
                    ['ID'] = 'SmallStandingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Mortared Stone Sign'] = {
                    ['ID'] = 'SmallStandingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Oak Sign'] = {
                    ['ID'] = 'SmallStandingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Palm Sign'] = {
                    ['ID'] = 'SmallStandingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Redwood Sign'] = {
                    ['ID'] = 'SmallStandingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Saguaro Sign'] = {
                    ['ID'] = 'SmallStandingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Softwood Sign'] = {
                    ['ID'] = 'SmallStandingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Spruce Sign'] = {
                    ['ID'] = 'SmallStandingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Stone Sign'] = {
                    ['ID'] = 'SmallStandingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Wood Sign'] = {
                    ['ID'] = 'SmallStandingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Stockpile'] = {
                    ['ID'] = 'SmallStockpileItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Designates a 3x3x3 area as storage for large items.',
        },
        ['Small Wood Cart'] = {
                    ['ID'] = 'SmallWoodCartItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small wood cart for hauling minimal loads.',
        },
        ['Small Wooden Boat'] = {
                    ['ID'] = 'SmallWoodenBoatItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A personal transport vessel capable of holding a suprising amount of goods.',
        },
        ['Small Wooden Ship Frame'] = {
                    ['ID'] = 'SmallWoodenShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'The basis for any wooden personal vessel.',
         },
         },
         ['Smelting'] = {
         ['Smelting'] = {
                     ['untranslated'] = 'Smelting',
                     ['ID'] = 'SmeltingSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'Metal is an important part of progress and smelting is the first step into a new age. Level by crafting related recipes.',
                     ['Group'] = 'Skills',
                    ['skillID'] = 'SmeltingSkill',
                     ['Description'] = 'Metal is an important part of progress and smelting is the first step into a new age. Levels up by crafting related recipes.',
                    ['skillIDNum'] = '842',
        },
                     ['maxLevel'] = '7',
        ['Smelting Basic Upgrade'] = {
                     ['root'] = false,
                     ['ID'] = 'SmeltingBasicUpgradeItem',
                    ['rootSkill'] = '[[Smith]]',
                     ['Category'] = 'Efficiency Modules',
                     ['specialty'] = true,
                     ['Group'] = 'Upgrade',
                    ['specialtySkill'] = nil,
                     ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Smelting recipes.',
                     ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Smelting Skill Book'] = {
                    ['specialtySkillBook'] = '[[Smelting Skill Book]]',
                     ['ID'] = 'SmeltingSkillBook',
                    ['specialtySkillScroll'] = '[[Smelting Skill Scroll]]',
                    ['Category'] = 'Hidden/Research',
                    ['itemsGiven'] = nil,
                     ['Group'] = 'Skill Books',
                     ['talents'] =  {
                    ['Description'] = '',
                            ['level3'] = {'[[Smelting Focused Speed Talent]]', '[[Smelting Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Smelting Frugal Req Talent]]'},
        ['Smelting Skill Scroll'] = {
                            },
                    ['ID'] = 'SmeltingSkillScroll',
                     ['benefits'] = {
                    ['Category'] = 'Hidden/Research',
                            ['level1'] = {
                    ['Group'] = 'Skill Scrolls',
                                    {'[[Copper Bar]]', 'Decreases', 'calories of labor', '50'},
                    ['Description'] = '',
                                    {'[[Copper Pipe]]', 'Decreases', 'calories of labor', '10'},
        },
                                    {'[[Gold Bar]]', 'Decreases', 'calories of labor', '50'},
        ['Smelting Upgrade'] = {
                                    {'[[Iron Bar]]', 'Decreases', 'calories of labor', '50'},
                     ['ID'] = 'SmeltingUpgradeItem',
                                    {'[[Iron Pipe]]', 'Decreases', 'calories of labor', '10'},
                    ['Category'] = 'Efficiency Modules',
                                    {'[[Iron Saw Blade]]', 'Decreases', 'calories of labor', '50'},
                    ['Group'] = 'Upgrade',
                                    {'[[Metallurgy Research Paper Advanced]]', 'Decreases', 'calories of labor', '100'},
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Smelting recipes.',
                                    {'[[Nail]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Advanced Upgrade 3]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '5000'},
                                    {'[[Smelt Copper]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Smelt Gold]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Smelt Iron]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Iron Axe]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Iron Hammer]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Iron Hoe]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Iron Machete]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Iron Shovel]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Anvil]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Bank]]', 'Decreases', 'calories of labor', '1250'},
                                    {'[[Blast Furnace]]', 'Decreases', 'calories of labor', '500'},
                                    {'[[Brazier]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Candle Stand]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Cast Iron Stove]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Ceiling Candle]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Cement Kiln]]', 'Decreases', 'calories of labor', '500'},
                                    {'[[Currency Exchange]]', 'Decreases', 'calories of labor', '1250'},
                                    {'[[Mint]]', 'Decreases', 'calories of labor', '750'},
                                    {'[[Sawmill]]', 'Decreases', 'calories of labor', '500'},
                                    {'[[Tallow Wall Lamp]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Treasury]]', 'Decreases', 'calories of labor', '1250'},
                                    {'[[Wall Candle]]', 'Decreases', 'calories of labor', '40'},
                                    },
                            ['level2'] = {
                                    {'[[Copper Bar]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Copper Pipe]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Gold Bar]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Iron Bar]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Iron Pipe]]', 'Decreases', 'calories of labor', '9'},
                                    {'[[Iron Saw Blade]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Metallurgy Research Paper Advanced]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Nail]]', 'Decreases', 'calories of labor', '36'},
                                    {'[[Advanced Upgrade 3]]', 'Decreases', 'calories of labor', '67.5'},
                                    {'[[Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '4500'},
                                    {'[[Smelt Copper]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Smelt Gold]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Smelt Iron]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Iron Axe]]', 'Decreases', 'calories of labor', '112.5'},
                                    {'[[Iron Hammer]]', 'Decreases', 'calories of labor', '112.5'},
                                    {'[[Iron Hoe]]', 'Decreases', 'calories of labor', '112.5'},
                                    {'[[Iron Machete]]', 'Decreases', 'calories of labor', '112.5'},
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calories of labor', '112.5'},
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calories of labor', '112.5'},
                                    {'[[Iron Shovel]]', 'Decreases', 'calories of labor', '112.5'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calories of labor', '112.5'},
                                    {'[[Anvil]]', 'Decreases', 'calories of labor', '135'},
                                    {'[[Bank]]', 'Decreases', 'calories of labor', '1125'},
                                    {'[[Blast Furnace]]', 'Decreases', 'calories of labor', '450'},
                                    {'[[Brazier]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Candle Stand]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Cast Iron Stove]]', 'Decreases', 'calories of labor', '225'},
                                    {'[[Ceiling Candle]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Cement Kiln]]', 'Decreases', 'calories of labor', '450'},
                                    {'[[Currency Exchange]]', 'Decreases', 'calories of labor', '1125'},
                                    {'[[Mint]]', 'Decreases', 'calories of labor', '675'},
                                    {'[[Sawmill]]', 'Decreases', 'calories of labor', '450'},
                                    {'[[Tallow Wall Lamp]]', 'Decreases', 'calories of labor', '36'},
                                    {'[[Treasury]]', 'Decreases', 'calories of labor', '1125'},
                                    {'[[Wall Candle]]', 'Decreases', 'calories of labor', '36'},
                                    },
                            ['level3'] = {
                                    {'[[Copper Bar]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Copper Pipe]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Gold Bar]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Iron Bar]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Iron Pipe]]', 'Decreases', 'calories of labor', '8'},
                                    {'[[Iron Saw Blade]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Metallurgy Research Paper Advanced]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Nail]]', 'Decreases', 'calories of labor', '32'},
                                    {'[[Advanced Upgrade 3]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '4000'},
                                    {'[[Smelt Copper]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Smelt Gold]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Smelt Iron]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Iron Axe]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Iron Hammer]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Iron Hoe]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Iron Machete]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Iron Shovel]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Anvil]]', 'Decreases', 'calories of labor', '120'},
                                    {'[[Bank]]', 'Decreases', 'calories of labor', '1000'},
                                    {'[[Blast Furnace]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Brazier]]', 'Decreases', 'calories of labor', '80'},
                                    {'[[Candle Stand]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Cast Iron Stove]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Ceiling Candle]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Cement Kiln]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Currency Exchange]]', 'Decreases', 'calories of labor', '1000'},
                                    {'[[Mint]]', 'Decreases', 'calories of labor', '600'},
                                    {'[[Sawmill]]', 'Decreases', 'calories of labor', '400'},
                                    {'[[Tallow Wall Lamp]]', 'Decreases', 'calories of labor', '32'},
                                    {'[[Treasury]]', 'Decreases', 'calories of labor', '1000'},
                                    {'[[Wall Candle]]', 'Decreases', 'calories of labor', '32'},
                                    },
                            ['level4'] = {
                                    {'[[Copper Bar]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Copper Pipe]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Gold Bar]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Iron Bar]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Iron Pipe]]', 'Decreases', 'calories of labor', '7'},
                                    {'[[Iron Saw Blade]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Metallurgy Research Paper Advanced]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Nail]]', 'Decreases', 'calories of labor', '28'},
                                    {'[[Advanced Upgrade 3]]', 'Decreases', 'calories of labor', '52.5'},
                                    {'[[Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '3500'},
                                    {'[[Smelt Copper]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Smelt Gold]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Smelt Iron]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Iron Axe]]', 'Decreases', 'calories of labor', '87.5'},
                                    {'[[Iron Hammer]]', 'Decreases', 'calories of labor', '87.5'},
                                    {'[[Iron Hoe]]', 'Decreases', 'calories of labor', '87.5'},
                                    {'[[Iron Machete]]', 'Decreases', 'calories of labor', '87.5'},
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calories of labor', '87.5'},
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calories of labor', '87.5'},
                                    {'[[Iron Shovel]]', 'Decreases', 'calories of labor', '87.5'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calories of labor', '87.5'},
                                    {'[[Anvil]]', 'Decreases', 'calories of labor', '105'},
                                    {'[[Bank]]', 'Decreases', 'calories of labor', '875'},
                                    {'[[Blast Furnace]]', 'Decreases', 'calories of labor', '350'},
                                    {'[[Brazier]]', 'Decreases', 'calories of labor', '70'},
                                    {'[[Candle Stand]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Cast Iron Stove]]', 'Decreases', 'calories of labor', '175'},
                                    {'[[Ceiling Candle]]', 'Decreases', 'calories of labor', '35'},
                                    {'[[Cement Kiln]]', 'Decreases', 'calories of labor', '350'},
                                    {'[[Currency Exchange]]', 'Decreases', 'calories of labor', '875'},
                                    {'[[Mint]]', 'Decreases', 'calories of labor', '525'},
                                    {'[[Sawmill]]', 'Decreases', 'calories of labor', '350'},
                                    {'[[Tallow Wall Lamp]]', 'Decreases', 'calories of labor', '28'},
                                    {'[[Treasury]]', 'Decreases', 'calories of labor', '875'},
                                    {'[[Wall Candle]]', 'Decreases', 'calories of labor', '28'},
                                    },
                            ['level5'] = {
                                    {'[[Copper Bar]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Copper Pipe]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Gold Bar]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Iron Bar]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Iron Pipe]]', 'Decreases', 'calories of labor', '6'},
                                    {'[[Iron Saw Blade]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Metallurgy Research Paper Advanced]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Nail]]', 'Decreases', 'calories of labor', '24'},
                                    {'[[Advanced Upgrade 3]]', 'Decreases', 'calories of labor', '45'},
                                    {'[[Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '3000'},
                                    {'[[Smelt Copper]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Smelt Gold]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Smelt Iron]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Iron Axe]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Iron Hammer]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Iron Hoe]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Iron Machete]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Iron Shovel]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Anvil]]', 'Decreases', 'calories of labor', '90'},
                                    {'[[Bank]]', 'Decreases', 'calories of labor', '750'},
                                    {'[[Blast Furnace]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Brazier]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Candle Stand]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Cast Iron Stove]]', 'Decreases', 'calories of labor', '150'},
                                    {'[[Ceiling Candle]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Cement Kiln]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Currency Exchange]]', 'Decreases', 'calories of labor', '750'},
                                    {'[[Mint]]', 'Decreases', 'calories of labor', '450'},
                                    {'[[Sawmill]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Tallow Wall Lamp]]', 'Decreases', 'calories of labor', '24'},
                                    {'[[Treasury]]', 'Decreases', 'calories of labor', '750'},
                                    {'[[Wall Candle]]', 'Decreases', 'calories of labor', '24'},
                                    },
                            ['level6'] = {
                                    {'[[Copper Bar]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Copper Pipe]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Gold Bar]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Iron Bar]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Iron Pipe]]', 'Decreases', 'calories of labor', '5'},
                                    {'[[Iron Saw Blade]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Metallurgy Research Paper Advanced]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Nail]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Advanced Upgrade 3]]', 'Decreases', 'calories of labor', '37.5'},
                                    {'[[Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '2500'},
                                    {'[[Smelt Copper]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Smelt Gold]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Smelt Iron]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Iron Axe]]', 'Decreases', 'calories of labor', '62.5'},
                                    {'[[Iron Hammer]]', 'Decreases', 'calories of labor', '62.5'},
                                    {'[[Iron Hoe]]', 'Decreases', 'calories of labor', '62.5'},
                                    {'[[Iron Machete]]', 'Decreases', 'calories of labor', '62.5'},
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calories of labor', '62.5'},
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calories of labor', '62.5'},
                                    {'[[Iron Shovel]]', 'Decreases', 'calories of labor', '62.5'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calories of labor', '62.5'},
                                    {'[[Anvil]]', 'Decreases', 'calories of labor', '75'},
                                    {'[[Bank]]', 'Decreases', 'calories of labor', '625'},
                                    {'[[Blast Furnace]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Brazier]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Candle Stand]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Cast Iron Stove]]', 'Decreases', 'calories of labor', '125'},
                                    {'[[Ceiling Candle]]', 'Decreases', 'calories of labor', '25'},
                                    {'[[Cement Kiln]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Currency Exchange]]', 'Decreases', 'calories of labor', '625'},
                                    {'[[Mint]]', 'Decreases', 'calories of labor', '375'},
                                    {'[[Sawmill]]', 'Decreases', 'calories of labor', '250'},
                                    {'[[Tallow Wall Lamp]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Treasury]]', 'Decreases', 'calories of labor', '625'},
                                    {'[[Wall Candle]]', 'Decreases', 'calories of labor', '20'},
                                    },
                            ['level7'] = {
                                    {'[[Copper Bar]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Copper Pipe]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Gold Bar]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Iron Bar]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Iron Pipe]]', 'Decreases', 'calories of labor', '4'},
                                    {'[[Iron Saw Blade]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Metallurgy Research Paper Advanced]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Nail]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Advanced Upgrade 3]]', 'Decreases', 'calories of labor', '30'},
                                    {'[[Smelting Advanced Upgrade]]', 'Decreases', 'calories of labor', '2000'},
                                    {'[[Smelt Copper]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Smelt Gold]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Smelt Iron]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Iron Axe]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Iron Hammer]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Iron Hoe]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Iron Machete]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Iron Pickaxe]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Iron Rock Drill]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Iron Shovel]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Iron Sickle]]', 'Decreases', 'calories of labor', '50'},
                                    {'[[Anvil]]', 'Decreases', 'calories of labor', '60'},
                                    {'[[Bank]]', 'Decreases', 'calories of labor', '500'},
                                    {'[[Blast Furnace]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Brazier]]', 'Decreases', 'calories of labor', '40'},
                                    {'[[Candle Stand]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Cast Iron Stove]]', 'Decreases', 'calories of labor', '100'},
                                    {'[[Ceiling Candle]]', 'Decreases', 'calories of labor', '20'},
                                    {'[[Cement Kiln]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Currency Exchange]]', 'Decreases', 'calories of labor', '500'},
                                    {'[[Mint]]', 'Decreases', 'calories of labor', '300'},
                                    {'[[Sawmill]]', 'Decreases', 'calories of labor', '200'},
                                    {'[[Tallow Wall Lamp]]', 'Decreases', 'calories of labor', '16'},
                                    {'[[Treasury]]', 'Decreases', 'calories of labor', '500'},
                                    {'[[Wall Candle]]', 'Decreases', 'calories of labor', '16'},
                                    },
                            },
                     ['recipes'] = {
                            ['level0'] = {'[[Metallurgy Research Paper Advanced]]'},
                            ['level1'] = {'[[Advanced Smelting Skill Book]]', '[[Anvil]]', '[[Bank]]', '[[Blast Furnace]]', '[[Candle Stand]]', '[[Cast Iron Stove]]', '[[Cement Kiln]]', '[[Copper Bar]]', '[[Copper Pipe]]', '[[Currency Exchange]]', '[[Gold Bar]]', '[[Iron Axe]]', '[[Iron Bar]]', '[[Iron Hammer]]', '[[Iron Hoe]]', '[[Iron Machete]]', '[[Iron Pickaxe]]', '[[Iron Pipe]]', '[[Iron Rock Drill]]', '[[Iron Saw Blade]]', '[[Iron Shovel]]', '[[Iron Sickle]]', '[[Mint]]', '[[Nail]]', '[[Sawmill]]', '[[Smelt Copper]]', '[[Smelt Gold]]', '[[Smelt Iron]]', '[[Tallow Wall Lamp]]', '[[Treasury]]', '[[Wall Candle]]'},
                            ['level2'] = {'[[Brazier]]'},
                            ['level3'] = {'[[Ceiling Candle]]'},
                            ['level4'] = {},
                            ['level5'] = {'[[Advanced Upgrade 3]]'},
                            ['level6'] = {},
                            ['level7'] = {'[[Smelting Advanced Upgrade]]'},
                            },
         },
         },
         ['Smith'] = {
         ['Smith'] = {
                     ['untranslated'] = 'Smith',
                     ['ID'] = 'SmithSkill',
                     ['title'] = 'Smith',
                    ['Category'] = '_None',
                     ['description'] = 'Smiths smelt concentrate ore into metal bars and craft superior tools that helps citizens work more productively.',
                     ['Group'] = 'Skills',
                     ['skillID'] = 'SmithSkill',
                     ['Description'] = 'Smiths smelt concentrate ore into metal bars and craft superior tools that helps citizens work more productively.',
                     ['skillIDNum'] = '845',
        },
                     ['maxLevel'] = '7',
        ['Smith Apron'] = {
                     ['root'] = true,
                    ['ID'] = 'SmithApronItem',
                     ['rootSkill'] = nil,
                    ['Category'] = '_None',
                     ['specialty'] = true,
                    ['Group'] = 'Avatar Part',
                     ['specialtySkill'] = nil,
                    ['Description'] = 'A thick leather apron that provides protection from the ocassional chunk of flying metal when hammering on an anvil.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = {'[[Advanced Smelting]]','[[Smelting]]'},
        ['Smith Bandana'] = {
                     ['specialtySkillBook'] = nil,
                    ['ID'] = 'SmithBandanaItem',
                     ['specialtySkillScroll'] = nil,
                    ['Category'] = '_None',
                     ['itemsGiven'] = nil,
                    ['Group'] = 'Avatar Part',
                     ['talents'] = nil,
                    ['Description'] = 'A cotton bandana that is great for keeping the hair out of your face and acts as a sweat band.',
                     ['benefits'] = {
        },
                            ['level1'] = {},
        ['Smith Boots'] = {
                            ['level2'] = {},
                    ['ID'] = 'SmithBootsItem',
                            ['level3'] = {},
                    ['Category'] = '_None',
                            ['level4'] = {},
                    ['Group'] = 'Avatar Part',
                            ['level5'] = {},
                    ['Description'] = 'Heavy duty steel-toed boots.(Decreases calories consumed when using tools by 30%)',
                            ['level6'] = {},
        },
                            ['level7'] = {},
        ['Smith Gloves'] = {
                            },
                    ['ID'] = 'SmithGlovesItem',
                     ['recipes'] = nil,
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A reinforced wrist guard paired with a lone work glove.',
        },
        ['Smith Pants'] = {
                    ['ID'] = 'SmithPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Denim pants with knee patches.',
        },
        ['Smith Shirt'] = {
                    ['ID'] = 'SmithShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A simple cotton shirt helps reduce the strain of heat exposure.',
        },
        ['Smog'] = {
                    ['ID'] = 'SmogItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A smoke that contains a combination of pollutants.',
        },
        ['Smooth Gut Noodle Roll'] = {
                    ['ID'] = 'SmoothGutNoodleRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'These noodle rolls look VERY smooth.',
        },
        ['Snapping Turtle Carcass'] = {
                    ['ID'] = 'SnappingTurtleCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead snapping turtle.',
        },
        ['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!',
        },
        ['Softwood Board'] = {
                    ['ID'] = 'SoftwoodBoardItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A higher quality softwood board used for long lasting furniture.',
        },
        ['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.',
        },
        ['Softwood Lumber'] = {
                    ['ID'] = 'SoftwoodLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Can be fashioned into various usable equipment.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Softwood Lumber Door'] = {
                    ['ID'] = 'SoftwoodLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from finely cut lumber.',
        },
        ['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.',
        },
        ['Softwood Lumber Table'] = {
                    ['ID'] = 'SoftwoodLumberTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber table for eating meals or getting some work done.',
        },
        ['Softwood Sorter Stand'] = {
                    ['ID'] = 'SoftwoodSorterStandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Softwood stand for sort items between stockpiles',
        },
        ['Soil Sampler'] = {
                    ['ID'] = 'SoilSamplerItem',
                    ['Category'] = 'Tools',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Beaker and measuring tools for detecting the factors influencing plants in the environment.',
        },
        ['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.',
        },
        ['Sombrero'] = {
                    ['ID'] = 'SombreroItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A traditional Sombrero.',
        },
        ['Spiky Roll'] = {
                    ['ID'] = 'SpikyRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Spikes are definitely removed before serving.',
        },
        ['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.',
        },
        ['Spinning Jenny'] = {
                    ['ID'] = 'SpinningJennyItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Making yarn and threads made easy!',
        },
        ['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.',
        },
        ['Spruce Log'] = {
                    ['ID'] = 'SpruceLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Spruce log is a type of softwood, sometimes referred to as whitewood.',
        },
        ['Spruce Seed'] = {
                    ['ID'] = 'SpruceSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a spruce tree.',
        },
        ['Spruce Seed Pack'] = {
                    ['ID'] = 'SpruceSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a spruce tree.',
        },
        ['Square Belt'] = {
                    ['ID'] = 'SquareBeltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Belt with a square buckle.',
        },
        ['Square Jaw'] = {
                    ['ID'] = 'SquareJawItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Jaw',
        },
        ['Square Pot'] = {
                    ['ID'] = 'PlanterPotSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
        },
        ['Stamp Mill'] = {
                    ['ID'] = 'StampMillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A crushing machine that uses iron stamps to pound rocks into small pieces.',
        },
        ['Standing Glass Sign'] = {
                    ['ID'] = 'StandingGlassSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign framed with a glass plate.',
        },
        ['Standing Long Steel Sign'] = {
                    ['ID'] = 'StandingLongSteelSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A long steel plate with a wooden base.',
        },
        ['Standing Steel Brick Sign'] = {
                    ['ID'] = 'StandingSteelBrickSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A solid steel plate supported by a brick base.',
        },
        ['Starter Camp'] = {
                    ['ID'] = 'StarterCampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A combination of a small tent and a tiny stockpile.',
        },
        ['Steam Engine'] = {
                    ['ID'] = 'SteamEngineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large steam engine for generating power.',
        },
        ['Steam Tractor'] = {
                    ['ID'] = 'SteamTractorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tractor powered through steam.',
        },
        ['Steam Tractor Harvester'] = {
                    ['ID'] = 'SteamTractorHarvesterItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick harvesting of plants.',
        },
        ['Steam Tractor Plow'] = {
                    ['ID'] = 'SteamTractorPlowItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick plowing.',
        },
        ['Steam Tractor Scoop'] = {
                    ['ID'] = 'SteamTractorScoopItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick terraforming.',
        },
        ['Steam Tractor Sower'] = {
                    ['ID'] = 'SteamTractorSowerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick planting of seeds.',
        },
        ['Steam Truck'] = {
                    ['ID'] = 'SteamTruckItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                     ['Description'] = 'A truck that runs on steam.',
        },
        ['Steel Abstract Fixture'] = {
                     ['ID'] = 'SteelAbstractFixtureItem',
                     ['Category'] = 'WorldObject',
                     ['Group'] = 'World Object',
                     ['Description'] = 'A more modern way to light up a room.',
        },
        ['Steel Axe'] = {
                     ['ID'] = 'SteelAxeItem',
                     ['Category'] = 'Tool',
                     ['Group'] = 'Tools',
                    ['Description'] = 'A Steel axe made for cutting down trees.',
        },
        ['Steel Axle'] = {
                    ['ID'] = 'SteelAxleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A rotating steel rod that can be fixed to wheels for use in vehicles.',
        },
        ['Steel Bar'] = {
                    ['ID'] = 'SteelBarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined bar of steel.',
        },
        ['Steel Buoy'] = {
                     ['ID'] = 'SteelBuoyItem',
                     ['Category'] = 'WorldObject',
                     ['Group'] = 'World Object',
                     ['Description'] = 'A steel navigational buoy, can also be used as a moorage post.',
        },
        ['Steel Ceiling Light'] = {
                     ['ID'] = 'SteelCeilingLightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['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.',
        },
        ['Steel Gear'] = {
                    ['ID'] = 'SteelGearItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A toothed machine part that interlocks with others.',
        },
        ['Steel Gearbox'] = {
                    ['ID'] = 'SteelGearboxItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Provides speed and torque conversions from a rotating power source to another device.',
        },
        ['Steel Hammer'] = {
                    ['ID'] = 'SteelHammerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A robust steel hammer useful for shaping blocks and deconstruction.',
        },
        ['Steel Hanging Fixture'] = {
                    ['ID'] = 'SteelHangingFixtureItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Steel Hanging Lamp'] = {
                    ['ID'] = 'SteelHangingLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Steel Hoe'] = {
                    ['ID'] = 'SteelHoeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A steel hoe with improved range to help tilling larger areas.',
        },
        ['Steel Kitchen Lamp'] = {
                    ['ID'] = 'SteelKitchenLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Steel Liquids Tank'] = {
                    ['ID'] = 'SteelLiquidsTankItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Steel Machete'] = {
                    ['ID'] = 'SteelMacheteItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A machete used to quickly clear plants.',
        },
        ['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.',
        },
        ['Steel Pickaxe'] = {
                    ['ID'] = 'SteelPickaxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A steel pickaxe used to break down stone and ore into usable rubble.',
        },
        ['Steel Pipe'] = {
                    ['ID'] = 'SteelPipeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A pipe for transporting liquids.',
        },
        ['Steel Plate'] = {
                    ['ID'] = 'SteelPlateItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                     ['Description'] = 'A sturdy steel plate for use in various crafting recipes.',
        },
        ['Steel Podium'] = {
                    ['ID'] = 'SteelPodiumItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Steel Row Seating'] = {
                    ['ID'] = 'SteelRowSeatingItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['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.',
        },
        ['Steel Searchlight'] = {
                    ['ID'] = 'SteelSearchlightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When your goal is to really light up the heaven!',
        },
        ['Steel Shovel'] = {
                    ['ID'] = 'SteelShovelItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'When an iron shovel is not enough and you need something more durable while terraforming.',
        },
        ['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.',
        },
        ['Steel Spring'] = {
                    ['ID'] = 'SteelSpringItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A steel spring used to create bouncing inventions.',
        },
        ['Steel Square Fixture'] = {
                    ['ID'] = 'SteelSquareFixtureItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Steel Table Lamp'] = {
                    ['ID'] = 'SteelTableLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For late night studying. Or working. Or anything, really.',
        },
        ['Steel Warehouse Shelves'] = {
                    ['ID'] = 'SteelWarehouseShelvesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large metal rack allowing larger volume storage.',
        },
        ['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.',
        },
        ['Stockpile'] = {
                    ['ID'] = 'StockpileItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Designates a 5x5x5 area as storage for large items.',
        },
        ['Stone'] = {
                    ['ID'] = 'StoneItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A pile of stones.',
        },
        ['Stone Axe'] = {
                    ['ID'] = 'StoneAxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude stone axe made for cutting down trees.',
        },
        ['Stone Brazier'] = {
                    ['ID'] = 'StoneBrazierItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A stone stand which can hold burning fuel to provide light.',
        },
        ['Stone Door'] = {
                    ['ID'] = 'StoneDoorItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy stone door.',
        },
        ['Stone Hammer'] = {
                    ['ID'] = 'StoneHammerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude stone hammer useful for shaping blocks and deconstruction.',
        },
        ['Stone Machete'] = {
                    ['ID'] = 'StoneMacheteItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A machete used to quickly clear plants.',
        },
        ['Stone Pickaxe'] = {
                    ['ID'] = 'StonePickaxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude pickaxe used to break down stone and ore into usable rubble.',
        },
        ['Stone Plaque'] = {
                    ['ID'] = 'StonePlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
        },
        ['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.',
        },
        ['Stone Road Tool'] = {
                    ['ID'] = 'StoneRoadToolItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A tool for tamping dirt into roads.',
        },
        ['Stone Sickle'] = {
                    ['ID'] = 'StoneSickleItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A stone sickle used to harvest crops or cut grass.',
        },
        ['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.',
        },
        ['Storage Chest'] = {
                    ['ID'] = 'StorageChestItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A container you can store items in.',
        },
        ['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.',
        },
        ['Store'] = {
                    ['ID'] = 'StoreItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the selling and trading of items.',
        },
        ['Store Sign'] = {
                    ['ID'] = 'StoreSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Stove'] = {
                    ['ID'] = 'StoveItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy stove for cooking more complex dishes.',
        },
        ['Strange Fuel'] = {
                    ['ID'] = 'StrangeFuelItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'CHEEEAAAAATER',
        },
        ['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.',
        },
        ['Streetlamp'] = {
                    ['ID'] = 'StreetlampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A towering metal light post that requires electricity to run.',
        },
        ['Students Desk Item'] = {
                    ['ID'] = 'StudentsDeskItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Students Desk T1'] = {
                    ['ID'] = 'StudentsDeskT1Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Students Desk T2'] = {
                    ['ID'] = 'StudentsDeskT2Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Students Desk T3'] = {
                    ['ID'] = 'StudentsDeskT3Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Stuffed Alligator'] = {
                    ['ID'] = 'StuffedAlligatorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['Stuffed Bison'] = {
                    ['ID'] = 'StuffedBisonItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['Stuffed Elk'] = {
                    ['ID'] = 'StuffedElkItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['Stuffed Goat'] = {
                    ['ID'] = 'StuffedGoatItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['Stuffed Jaguar'] = {
                    ['ID'] = 'StuffedJaguarItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['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.',
        },
        ['Stuffed Wolf'] = {
                    ['ID'] = 'StuffedWolfItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['Stump Bed'] = {
                    ['ID'] = 'StumpBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple collection of straw to rest on, don\'t mind the fleas.',
        },
        ['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.',
        },
        ['Stump Latrine'] = {
                    ['ID'] = 'StumpLatrineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple yet functional.',
        },
        ['Stump Table'] = {
                    ['ID'] = 'StumpTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large log cut in half for placing things on.',
        },
        ['Substrate'] = {
                    ['ID'] = 'SubstrateItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'The foundation material for complex electronics.',
        },
        ['Sugar'] = {
                    ['ID'] = 'SugarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Even sweet lovers don\'t eat sugar plain.',
        },
        ['Sugarcane'] = {
                    ['ID'] = 'SugarcaneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'How did you even get this?',
        },
        ['Sugarcane Pack'] = {
                    ['ID'] = 'SugarcanePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'How did you even get this?',
        },
        ['Sulfur'] = {
                    ['ID'] = 'SulfurItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'While it may not look like much it is fundamentally essential to sustain life.',
        },
        ['Sun Butter'] = {
                    ['ID'] = 'SunButterItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'A revolutionary method to acquire butter.',
        },
        ['Sun Cheese'] = {
                    ['ID'] = 'SunCheeseItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Cheesy yet not made in a traditional way.',
        },
        ['Sunflower'] = {
                    ['ID'] = 'SunflowerItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A plant whose seeds are quite versitile in their use further processed.',
        },
        ['Sunflower Seed'] = {
                    ['ID'] = 'SunflowerSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow sunflowers.',
        },
        ['Sunflower Seed Pack'] = {
                    ['ID'] = 'SunflowerSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow sunflowers.',
         },
         },
         ['Survivalist'] = {
         ['Survivalist'] = {
                     ['untranslated'] = 'Survivalist',
                     ['ID'] = 'SurvivalistSkill',
                     ['title'] = '',
                    ['Category'] = '_None',
                     ['description'] = 'All citzens are survialists in the world of Eco. How can you save the world if you can\'t save yourself\?',
                     ['Group'] = 'Skills',
                     ['skillID'] = 'SurvivalistSkill',
                     ['Description'] = 'All citizens are survivalists in the world of Eco. How can you save the world if you can\'t save yourself?',
                     ['skillIDNum'] = '846',
        },
                     ['maxLevel'] = '7',
        ['Sweeping Hands: Mining'] = {
                     ['root'] = true,
                     ['ID'] = 'MiningSweepingHandsTalentGroup',
                     ['rootSkill'] = nil,
                     ['Category'] = 'Hidden',
                     ['specialty'] = true,
                     ['Group'] = 'Talents',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'Picking up rocks also attempts to pick up similar rocks in an area.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = {'[[Self Improvement]]'},
        ['Sweet Deer Jerky'] = {
                     ['specialtySkillBook'] = nil,
                     ['ID'] = 'SweetDeerJerkyItem',
                     ['specialtySkillScroll'] = nil,
                     ['Category'] = '_None',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Food',
                     ['talents'] = nil,
                     ['Description'] = 'Marinated in a mix of oil, herbs and some sweetener really increased the potential.',
                     ['benefits'] = {
        },
                            ['level1'] = {},
        ['Sweet Salad'] = {
                            ['level2'] = {},
                     ['ID'] = 'SweetSaladItem',
                            ['level3'] = {},
                    ['Category'] = '_None',
                            ['level4'] = {},
                    ['Group'] = 'Food',
                            ['level5'] = {},
                    ['Description'] = 'The sweetness of the fruits happens to work well with the salad.',
                            ['level6'] = {},
        },
                            ['level7'] = {},
        ['Swirl Vase'] = {
                            },
                     ['ID'] = 'SwirlVaseItem',
                     ['recipes'] = nil,
                     ['Category'] = 'WorldObject',
                     ['Group'] = 'World Object',
                     ['Description'] = 'A  vase made with glass to brighten up your home.',
        },
        ['Switch'] = {
                     ['ID'] = 'SwitchItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Toggle on any touching wires and electronic objects.',
        },
        ['Synthetic Rubber'] = {
                    ['ID'] = 'SyntheticRubberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An extremely useful synthetic material derived from petrochemicals.',
        },
        ['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.',
         },
         },
         ['Tailor'] = {
         ['Tailor'] = {
                     ['untranslated'] = 'Tailor',
                     ['ID'] = 'TailorSkill',
                     ['title'] = 'Tailor',
                    ['Category'] = '_None',
                     ['description'] = 'Tailorings work with cloth to make high-end furniture.and clothing that provides special bonuses when worn.',
                     ['Group'] = 'Skills',
                     ['skillID'] = 'TailorSkill',
                     ['Description'] = 'Tailorings work with cloth to make high-end furniture.and clothing that provides special bonuses when worn.',
                     ['skillIDNum'] = '847',
        },
                     ['maxLevel'] = '7',
        ['Tailor Bowler Hat'] = {
                     ['root'] = true,
                     ['ID'] = 'TailorBowlerHatItem',
                    ['rootSkill'] = nil,
                     ['Category'] = '_None',
                     ['specialty'] = true,
                     ['Group'] = 'Avatar Part',
                     ['specialtySkill'] = nil,
                     ['Description'] = 'A stylish bowler hat made of tighly spun fur felt.',
                     ['prerequisites'] = nil,
        },
                     ['childSkills'] = {'[[Tailoring]]'},
        ['Tailor Pants'] = {
                     ['specialtySkillBook'] = nil,
                     ['ID'] = 'TailorPantsItem',
                     ['specialtySkillScroll'] = nil,
                     ['Category'] = '_None',
                     ['itemsGiven'] = nil,
                     ['Group'] = 'Avatar Part',
                     ['talents'] = nil,
                     ['Description'] = 'Tailored slacks that fit just right.',
                    ['benefits'] = {
        },
                            ['level1'] = {},
        ['Tailor Shirt'] = {
                            ['level2'] = {},
                     ['ID'] = 'TailorShirtItem',
                            ['level3'] = {},
                     ['Category'] = '_None',
                            ['level4'] = {},
                     ['Group'] = 'Avatar Part',
                            ['level5'] = {},
                     ['Description'] = 'A form-fitting vest and tie ensemble which includes measuring tape.',
                            ['level6'] = {},
        },
                            ['level7'] = {},
        ['Tailor Shoes'] = {
                            },
                    ['ID'] = 'TailorShoesItem',
                     ['recipes'] = nil,
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Two-toned suede shoes.(Decreases calories consumed when using tools by 30%)',
        },
        ['Tailor Sign'] = {
                    ['ID'] = 'TailorSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                     ['Description'] = 'A helpful sign for advertisements along the road.',
         },
         },
         ['Tailoring'] = {
         ['Tailoring'] = {
                    ['untranslated'] = 'Tailoring',
                    ['ID'] = 'TailoringSkill',
                    ['title'] = '',
                    ['Category'] = '_None',
                    ['description'] = 'Creating new clothes and setting trends. Level by crafting related recipes.',
                    ['Group'] = 'Skills',
                    ['skillID'] = 'TailoringSkill',
                    ['Description'] = 'Creating new clothes and setting trends. Levels up by crafting related recipes.',
                    ['skillIDNum'] = '848',
        },
                    ['maxLevel'] = '7',
        ['Tailoring Basic Upgrade'] = {
                    ['root'] = false,
                    ['ID'] = 'TailoringUpgradeItem',
                    ['rootSkill'] = '[[Tailor]]',
                    ['Category'] = 'Efficiency Modules',
                    ['specialty'] = true,
                    ['Group'] = 'Upgrade',
                    ['specialtySkill'] = nil,
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Tailoring recipes.',
                    ['prerequisites'] = nil,
        },
                    ['childSkills'] = nil,
        ['Tailoring Modern Upgrade'] = {
                    ['specialtySkillBook'] = '[[Tailoring Skill Book]]',
                    ['ID'] = 'TailoringModernUpgradeItem',
                    ['specialtySkillScroll'] = '[[Tailoring Skill Scroll]]',
                    ['Category'] = 'Efficiency Modules',
                    ['itemsGiven'] = nil,
                    ['Group'] = 'Upgrade',
                    ['talents'] =  {
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Tailoring recipes.',
                            ['level3'] = {'[[Tailoring Focused Speed Talent]]', '[[Tailoring Parallel Speed Talent]]'},
        },
                            ['level6'] = {'[[Tailoring Frugal Req Talent]]'},
        ['Tailoring Skill Book'] = {
                            },
                    ['ID'] = 'TailoringSkillBook',
                    ['benefits'] =  {
                    ['Category'] = 'Hidden/Research',
                            ['level1'] = {
                    ['Group'] = 'Skill Books',
                                    {'[[Bandana]]', 'Decreases', 'calories of labor', '30'},
                    ['Description'] = '',
                                    {'[[Basic Backpack]]', 'Decreases', 'calories of labor', '30'},
        },
                                    {'[[
        ['Tailoring Skill Scroll'] = {
                    ['ID'] = 'TailoringSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Tailoring Table'] = {
                    ['ID'] = 'TailoringTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Spearhead the fashion movement with the finest clothes and hair!',
        },
        ['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.',
        },
        ['Tallow'] = {
                    ['ID'] = 'TallowItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Rendered animal fat useful for more than just cooking.',
        },
        ['Tallow Candle'] = {
                    ['ID'] = 'TallowCandleItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A candle which can burn tallow to produce a small amount of light.',
        },
        ['Tallow Lamp'] = {
                    ['ID'] = 'TallowLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A pottery lamp. Fuel with tallow.',
        },
        ['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.',
        },
        ['Tapestry'] = {
                    ['ID'] = 'TapestryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple neutral tapestry.',
        },
        ['Tapestry Fish'] = {
                    ['ID'] = 'TapestryFishItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tapestry with a beautiful fish display.',
        },
        ['Tapestry Sunset'] = {
                    ['ID'] = 'TapestrySunsetItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description
         },
         },
     },
     },
}
}

Revision as of 08:07, 7 December 2024

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.',
        },
        ['Acorn Pack'] = {
                    ['ID'] = 'AcornPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow an oak tree.',
        },
        ['Acorn Powder'] = {
                    ['ID'] = 'AcornPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Powdered acorn.',
        },
        ['Adobe'] = {
                    ['ID'] = 'AdobeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Adobe, your basic primitive housing material.  Adobe will grant no experience.',
        },
        ['Adobe Door'] = {
                    ['ID'] = 'AdobeDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from crude wood pieces.',
        },
        ['Adorned Ashlar Basalt Bench'] = {
                    ['ID'] = 'AdornedAshlarBasaltBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Basalt Table'] = {
                    ['ID'] = 'AdornedAshlarBasaltTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Gneiss Bench'] = {
                    ['ID'] = 'AdornedAshlarGneissBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Gneiss Table'] = {
                    ['ID'] = 'AdornedAshlarGneissTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Granite Bench'] = {
                    ['ID'] = 'AdornedAshlarGraniteBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Granite Table'] = {
                    ['ID'] = 'AdornedAshlarGraniteTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Limestone Bench'] = {
                    ['ID'] = 'AdornedAshlarLimestoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Limestone Table'] = {
                    ['ID'] = 'AdornedAshlarLimestoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Sandstone Bench'] = {
                    ['ID'] = 'AdornedAshlarSandstoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Sandstone Table'] = {
                    ['ID'] = 'AdornedAshlarSandstoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Shale Bench'] = {
                    ['ID'] = 'AdornedAshlarShaleBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Shale Table'] = {
                    ['ID'] = 'AdornedAshlarShaleTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Adorned Ashlar Stone Bench'] = {
                    ['ID'] = 'AdornedAshlarStoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone bench that has been adorned with gold.',
        },
        ['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.',
        },
        ['Adorned Ashlar Stone Table'] = {
                    ['ID'] = 'AdornedAshlarStoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy ashlar stone table that has been adorned with gold.',
        },
        ['Advanced Baking'] = {
                    ['ID'] = 'AdvancedBakingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Advanced baking mostly improves recipes that involve a leavening agent. Levels up by crafting advanced baking recipes.',
        },
        ['Advanced Baking Skill Book'] = {
                    ['ID'] = 'AdvancedBakingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Advanced Baking Skill Scroll'] = {
                    ['ID'] = 'AdvancedBakingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Advanced Baking Upgrade'] = {
                    ['ID'] = 'AdvancedBakingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Baking recipes.',
        },
        ['Advanced Carpentry Table'] = {
                    ['ID'] = 'AdvancedCarpentryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A modern carpentry table with an electric motor and heavy duty steel sawblades.',
        },
        ['Advanced Circuit'] = {
                    ['ID'] = 'AdvancedCircuitItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A complex electrical component used in advanced electronics.',
        },
        ['Advanced Combustion Engine'] = {
                    ['ID'] = 'AdvancedCombustionEngineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A more advanced version of the normal combustion engine that produces a greater output.',
        },
        ['Advanced Cooking'] = {
                    ['ID'] = 'AdvancedCookingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Advanced cooking techniques for producing more complex foods. Levels up by crafting advanced cooking recipes.',
        },
        ['Advanced Cooking Skill Book'] = {
                    ['ID'] = 'AdvancedCookingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Advanced Cooking Skill Scroll'] = {
                    ['ID'] = 'AdvancedCookingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Advanced Cooking Upgrade'] = {
                    ['ID'] = 'AdvancedCookingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Cooking recipes.',
        },
        ['Advanced Masonry'] = {
                    ['ID'] = 'AdvancedMasonrySkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Advanced masonry allows the production of high-quality stone furniture and material for houses. Levels up by crafting related recipes. ',
        },
        ['Advanced Masonry Skill Book'] = {
                    ['ID'] = 'AdvancedMasonrySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Advanced Masonry Skill Scroll'] = {
                    ['ID'] = 'AdvancedMasonrySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Advanced Masonry Table'] = {
                    ['ID'] = 'AdvancedMasonryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A workbench for the advanced shaping of rocks into beautiful stone.',
        },
        ['Advanced Masonry Upgrade'] = {
                    ['ID'] = 'AdvancedMasonryUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Advanced Masonry recipes.',
        },
        ['Advanced Smelting'] = {
                    ['ID'] = 'AdvancedSmeltingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Advanced smelting aids in the production of steel - a key ingredient in the progress of any group. Levels up by crafting advanced smelting recipes.',
        },
        ['Advanced Smelting Skill Book'] = {
                    ['ID'] = 'AdvancedSmeltingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Advanced Smelting Skill Scroll'] = {
                    ['ID'] = 'AdvancedSmeltingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Advanced Smelting Upgrade'] = {
                    ['ID'] = 'AdvancedSmeltingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Advanced Smelting recipes.',
        },
        ['Advanced Tailoring Table'] = {
                    ['ID'] = 'AdvancedTailoringTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An advanced tailoring table.',
        },
        ['Advanced Upgrade 1'] = {
                    ['ID'] = 'AdvancedUpgradeLvl1Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
        },
        ['Advanced Upgrade 2'] = {
                    ['ID'] = 'AdvancedUpgradeLvl2Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
        },
        ['Advanced Upgrade 3'] = {
                    ['ID'] = 'AdvancedUpgradeLvl3Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
        },
        ['Advanced Upgrade 4'] = {
                    ['ID'] = 'AdvancedUpgradeLvl4Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that increases crafting efficiency.',
        },
        ['Agave Leaves'] = {
                    ['ID'] = 'AgaveLeavesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The succulent leaves of the agave plant can be cooked to make a nice meal.',
        },
        ['Agave Seed'] = {
                    ['ID'] = 'AgaveSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow an agave plant.',
        },
        ['Agave Seed Pack'] = {
                    ['ID'] = 'AgaveSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow an agave plant.',
        },
        ['Agouti Carcass'] = {
                    ['ID'] = 'AgoutiCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead agouti.',
        },
        ['Agouti Enchiladas'] = {
                    ['ID'] = 'AgoutiEnchiladasItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Sweet and savory...it doesn\'t have to be an Agouti.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Air Pollution Generator'] = {
                    ['ID'] = 'AirPollutionGeneratorItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Dev object for testing air pollution.',
        },
        ['Alligator Carcass'] = {
                    ['ID'] = 'AlligatorCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead alligator.',
        },
        ['Alpha Cloak'] = {
                    ['ID'] = 'AlphaCloakItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Thanks for supporting ECO!',
        },
        ['Alpha Goggles'] = {
                    ['ID'] = 'AlphaGogglesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Thanks for supporting ECO!',
        },
        ['Alpha Hat'] = {
                    ['ID'] = 'AlphaHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Thanks for supporting ECO!',
        },
        ['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.',
        },
        ['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.',
        },
        ['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!',
        },
        ['Amendments'] = {
                    ['ID'] = 'AmendmentsItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the modification of the constitution.',
        },
        ['Anvil'] = {
                    ['ID'] = 'AnvilItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A solid shaped piece of metal used to hammer ingots into tools and other useful things.',
        },
        ['Arctic Willow Seed'] = {
                    ['ID'] = 'ArcticWillowSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow arctic willow.',
        },
        ['Arctic Willow Seed Pack'] = {
                    ['ID'] = 'ArcticWillowSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow arctic willow.',
        },
        ['Arrastra'] = {
                    ['ID'] = 'ArrastraItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A primitive rock mill of dragged boulders.',
        },
        ['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).',
        },
        ['Arrow Recovery: Hunting'] = {
                    ['ID'] = 'HuntingArrowRecoveryTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Allows you to recover arrows shot into animals when harvesting them with a 50 percent chance.',
        },
        ['Art Supplies'] = {
                    ['ID'] = 'ArtSuppliesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A set of art supplies that allows one to capture the world.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Basalt Door'] = {
                    ['ID'] = 'AshlarBasaltDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Basalt Table'] = {
                    ['ID'] = 'AshlarBasaltTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Gneiss Door'] = {
                    ['ID'] = 'AshlarGneissDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Gneiss Table'] = {
                    ['ID'] = 'AshlarGneissTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Granite Door'] = {
                    ['ID'] = 'AshlarGraniteDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Granite Table'] = {
                    ['ID'] = 'AshlarGraniteTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Limestone Door'] = {
                    ['ID'] = 'AshlarLimestoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Limestone Table'] = {
                    ['ID'] = 'AshlarLimestoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Sandstone Door'] = {
                    ['ID'] = 'AshlarSandstoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Sandstone Table'] = {
                    ['ID'] = 'AshlarSandstoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Shale Door'] = {
                    ['ID'] = 'AshlarShaleDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Shale Table'] = {
                    ['ID'] = 'AshlarShaleTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Ashlar Stone Door'] = {
                    ['ID'] = 'AshlarStoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy ashlar stone door.',
        },
        ['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.',
        },
        ['Ashlar Stone Table'] = {
                    ['ID'] = 'AshlarStoneTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large stone table crafted by an expert mason.',
        },
        ['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.',
        },
        ['Assembly Line'] = {
                    ['ID'] = 'AssemblyLineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The assembly line allows for mass production of mechanical products.',
        },
        ['Automatic Loom'] = {
                    ['ID'] = 'AutomaticLoomItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An automated device for making fabric by weaving yarn or thread.',
        },
        ['Autumn Stew'] = {
                    ['ID'] = 'AutumnStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A healthy and cozy meal for those cold days.',
        },
        ['Axe Calorie Buff Item'] = {
                    ['ID'] = 'AxeCalorieBuffItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Backpack'] = {
                    ['ID'] = 'BackpackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Actionbar Items',
                    ['Description'] = 'Your currently carried items.',
        },
        ['Baked Agave'] = {
                    ['ID'] = 'BakedAgaveItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Charred agave leaves are too fiberous to eat entirely, but you can certainly chew them.',
        },
        ['Baked Beet'] = {
                    ['ID'] = 'BakedBeetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked beets that retain more nutrients than more simple methods of cooking.',
        },
        ['Baked Corn'] = {
                    ['ID'] = 'BakedCornItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked corn that retains more nutrients than more simple methods of cooking.',
        },
        ['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.',
        },
        ['Baked Meat'] = {
                    ['ID'] = 'BakedMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked meat is less fatty than other methods of cooking.',
        },
        ['Baked Roast'] = {
                    ['ID'] = 'BakedRoastItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A trussed roast baked to perfection.',
        },
        ['Baked Taro'] = {
                    ['ID'] = 'BakedTaroItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Baked taro root.',
        },
        ['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.',
        },
        ['Baker Sign'] = {
                    ['ID'] = 'BakerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Bakery Oven'] = {
                    ['ID'] = 'BakeryOvenItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A solidly built brick oven useful for baking all manner of treats.',
        },
        ['Baking'] = {
                    ['ID'] = 'BakingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'An introduction to cooking with an oven. Levels up by crafting related unleavened recipes.',
        },
        ['Baking Skill Book'] = {
                    ['ID'] = 'BakingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Baking Skill Scroll'] = {
                    ['ID'] = 'BakingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Baking Upgrade'] = {
                    ['ID'] = 'BakingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Baking recipes.',
        },
        ['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.',
        },
        ['Bandana'] = {
                    ['ID'] = 'BandanaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'It just looks cool.',
        },
        ['Banh Xeo'] = {
                    ['ID'] = 'BanhXeoItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Wrap the pancakes in the greens, then dip.',
        },
        ['Bank'] = {
                    ['ID'] = 'BankItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows players to create and use bank accounts.',
        },
        ['Bannock'] = {
                    ['ID'] = 'BannockItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A dense whole wheat unleavened bread.',
        },
        ['Barrel'] = {
                    ['ID'] = 'BarrelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A metal barrel for carrying liquids.',
        },
        ['Barrel Cactus Seed'] = {
                    ['ID'] = 'BarrelCactusSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow barrel cactus.',
        },
        ['Barrel Cactus Seed Pack'] = {
                    ['ID'] = 'BarrelCactusSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow barrel cactus.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Basic Backpack'] = {
                    ['ID'] = 'BasicBackpackItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A basic backpack to carry supplies.(Increases max carry weight by 5 kg)',
        },
        ['Basic Circuit'] = {
                    ['ID'] = 'BasicCircuitItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A complex electrical component used in advanced electronics.',
        },
        ['Basic Engineering'] = {
                    ['ID'] = 'BasicEngineeringSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Basic Engineering allows easier construction of roads and gives access to early forms of mechanical power. Levels up by crafting related recipes.',
        },
        ['Basic Engineering Skill Book'] = {
                    ['ID'] = 'BasicEngineeringSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Basic Engineering Skill Scroll'] = {
                    ['ID'] = 'BasicEngineeringSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Basic Engineering Upgrade'] = {
                    ['ID'] = 'BasicEngineeringUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Basic Engineering recipes.',
        },
        ['Basic Salad'] = {
                    ['ID'] = 'BasicSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A seemingly random assortment of wild plants that form a sort of salad.',
        },
        ['Basic Upgrade 1'] = {
                    ['ID'] = 'BasicUpgradeLvl1Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
        },
        ['Basic Upgrade 2'] = {
                    ['ID'] = 'BasicUpgradeLvl2Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
        },
        ['Basic Upgrade 3'] = {
                    ['ID'] = 'BasicUpgradeLvl3Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
        },
        ['Basic Upgrade 4'] = {
                    ['ID'] = 'BasicUpgradeLvl4Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that increases crafting efficiency.',
        },
        ['Bass'] = {
                    ['ID'] = 'BassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A bass. ',
        },
        ['Bathroom'] = {
                    ['ID'] = 'BathroomItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Bathroom value.',
        },
        ['Bathtub'] = {
                    ['ID'] = 'BathtubItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A porcelain bathtub for when you need to get clean or just relax.',
        },
        ['Bean Paste'] = {
                    ['ID'] = 'BeanPasteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Smashed beans can work as a thickener or flavour enhancer.',
        },
        ['Bean Sprout'] = {
                    ['ID'] = 'BeanSproutItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The small sprouts from a grown bean plant.',
        },
        ['Beans'] = {
                    ['ID'] = 'BeansItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A good source of protein.',
        },
        ['Beans Pack'] = {
                    ['ID'] = 'BeansPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A good source of protein.',
        },
        ['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.',
        },
        ['Bearclaw'] = {
                    ['ID'] = 'BearclawItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A sweet pastry with seperated sections that look a bit like a claw.',
        },
        ['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)',
        },
        ['Beaver Carcass'] = {
                    ['ID'] = 'BeaverCarcassItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead beaver.',
        },
        ['Bedroom'] = {
                    ['ID'] = 'BedroomItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Bedroom value.',
        },
        ['Beet'] = {
                    ['ID'] = 'BeetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A brilliantly colored bulb with an earthy sweetness.',
        },
        ['Beet Campfire Salad'] = {
                    ['ID'] = 'BeetCampfireSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
        },
        ['Beet Greens'] = {
                    ['ID'] = 'BeetGreensItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The leafy greens from a beet with a distinctive red stem.',
        },
        ['Beet Seed'] = {
                    ['ID'] = 'BeetSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow beets.',
        },
        ['Beet Seed Pack'] = {
                    ['ID'] = 'BeetSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow beets.',
        },
        ['Berry Extract Fertilizer'] = {
                    ['ID'] = 'BerryExtractFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An excellent fertilizer that provides a mix of nutrients, but especially potassium.',
        },
        ['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)',
        },
        ['Big Bluestem Seed'] = {
                    ['ID'] = 'BigBluestemSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a big bluestem plant.',
        },
        ['Big Bluestem Seed Pack'] = {
                    ['ID'] = 'BigBluestemSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a big bluestem plant.',
        },
        ['Bighorn Carcass'] = {
                    ['ID'] = 'BighornCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead bighorn.',
        },
        ['Biodiesel'] = {
                    ['ID'] = 'BiodieselItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A vegetable or animal fat-based diesel fuel.',
        },
        ['Birch Log'] = {
                    ['ID'] = 'BirchLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Birch log is a type of hardwood, notable for its white and papery bark.',
        },
        ['Birch Seed'] = {
                    ['ID'] = 'BirchSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow into a birch sapling.',
        },
        ['Birch Seed Pack'] = {
                    ['ID'] = 'BirchSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow into a birch sapling.',
        },
        ['Bison Carcass'] = {
                    ['ID'] = 'BisonCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead bison.',
        },
        ['Bison Chow Fun'] = {
                    ['ID'] = 'BisonChowFunItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Who says food can\'t be fun?',
        },
        ['Bison Mount'] = {
                    ['ID'] = 'BisonMountItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fluffy, but very dead, bison head on a mount.',
        },
        ['Bison Pelt'] = {
                    ['ID'] = 'BisonPeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
        },
        ['Black Powder'] = {
                    ['ID'] = 'BlackPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A highly combustable mixture.',
        },
        ['Blackboard'] = {
                    ['ID'] = 'BlackboardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Blacksmith'] = {
                    ['ID'] = 'BlacksmithSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Knowledge of how to use a refined metal and turn it into a usable tool is of utmost importance in order to improve the everyday life.',
        },
        ['Blacksmith Advanced Upgrade'] = {
                    ['ID'] = 'BlacksmithAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Blacksmith recipes.',
        },
        ['Blacksmith Skill Book'] = {
                    ['ID'] = 'BlacksmithSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Blacksmith Skill Scroll'] = {
                    ['ID'] = 'BlacksmithSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Blacksmith Table'] = {
                    ['ID'] = 'BlacksmithTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A simple workplace with assorted tools for creating both decorative pieces and necessary items.',
        },
        ['Blacksmith Upgrade'] = {
                    ['ID'] = 'BlacksmithUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Blacksmith recipes.',
        },
        ['Blast Furnace'] = {
                    ['ID'] = 'BlastFurnaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A superior replacement for the bloomery that can produce steel.',
        },
        ['Blasting Cap'] = {
                    ['ID'] = 'BlastingCapItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A necessary ingredient in making safe mining charges.',
        },
        ['Blasting Charge'] = {
                    ['ID'] = 'BlastingChargeItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Blasts appart rock.',
        },
        ['Blinky Eyelids'] = {
                    ['ID'] = 'BlinkyEyelidsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Eyes',
        },
        ['Blood Meal Fertilizer'] = {
                    ['ID'] = 'BloodMealFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Blood meal is a great source of nitrogen.',
        },
        ['Bloomery'] = {
                    ['ID'] = 'BloomeryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A chimney-shaped furnace for smelting ores.',
        },
        ['Blue Powder'] = {
                    ['ID'] = 'BluePowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Is it really blue?',
        },
        ['Blue Shark'] = {
                    ['ID'] = 'BlueSharkItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A blue shark.',
        },
        ['Blueprint Item'] = {
                    ['ID'] = 'BlueprintItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Board'] = {
                    ['ID'] = 'BoardItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A higher quality board used for long lasting furniture.',
        },
        ['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).',
        },
        ['Boat Captain Flip Flops'] = {
                    ['ID'] = 'BoatCaptainFlipFlopsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Appropriate for all occasions.',
        },
        ['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.',
        },
        ['Boat Captain Hat'] = {
                    ['ID'] = 'BoatCaptainHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A captains hat to commemorate the launch of the boat update.',
        },
        ['Boat Captain Shirt'] = {
                    ['ID'] = 'BoatCaptainShirtItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A comfy yet stylish shirt to commemorate the launch of the boat update.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Boiled Rice'] = {
                    ['ID'] = 'BoiledRiceItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Soft and fluffy.',
        },
        ['Boiled Sausage'] = {
                    ['ID'] = 'BoiledSausageItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Boiled sausages might not be as pretty as grilled ones, but they\'re still tasty.',
        },
        ['Boiler'] = {
                    ['ID'] = 'BoilerItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A vessel used for heating fluids.',
        },
        ['Bolete Mushroom Spores'] = {
                    ['ID'] = 'BoleteMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow bolete mushrooms.',
        },
        ['Bolete Mushroom Spores Pack'] = {
                    ['ID'] = 'BoleteMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow bolete mushrooms.',
        },
        ['Bolete Mushrooms'] = {
                    ['ID'] = 'BoleteMushroomsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Boletus edulis.',
        },
        ['Bonsai'] = {
                    ['ID'] = 'BonsaiItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A decorative bonsai tree cut with artistical skill.',
        },
        ['Bookshelf'] = {
                    ['ID'] = 'BookshelfItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place to store knowledge and information; leads to the town hall.',
        },
        ['Brazier'] = {
                    ['ID'] = 'BrazierItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A metal stand which can hold burning fuel to provide light.',
        },
        ['Bread'] = {
                    ['ID'] = 'BreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A delicious, crispy crust hides the soft interior.',
        },
        ['Brick'] = {
                    ['ID'] = 'BrickItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Durable building material made from fired blocks and mortar.',
        },
        ['Brick Fireplace'] = {
                    ['ID'] = 'BrickFireplaceItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A rustic brick fireplace. Nothing beats sitting around the fire on a cold day.',
        },
        ['Builder Boots'] = {
                    ['ID'] = 'BuilderBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Snug work boots with side zippers.(Decreases calories consumed when using tools by 30%)',
        },
        ['Builder Gloves'] = {
                    ['ID'] = 'BuilderGlovesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Leather construction gloves with durable palms and fabric backs for breathability.',
        },
        ['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.',
        },
        ['Builder Overalls'] = {
                    ['ID'] = 'BuilderOverallsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Durable overalls with cargo pockets and hammer loops.',
        },
        ['Builder Shirt'] = {
                    ['ID'] = 'BuilderShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A short sleeved work shirt made from a blend of cotton and synthetic materials. ',
        },
        ['Bullrush Seed'] = {
                    ['ID'] = 'BullrushSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow bullrush.',
        },
        ['Bullrush Seed Pack'] = {
                    ['ID'] = 'BullrushSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow bullrush.',
        },
        ['Bunchgrass Seed'] = {
                    ['ID'] = 'BunchgrassSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow bunchgrass.',
        },
        ['Bunchgrass Seed Pack'] = {
                    ['ID'] = 'BunchgrassSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow bunchgrass.',
        },
        ['Butchery'] = {
                    ['ID'] = 'ButcherySkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Butchery allows for more usable products to be harvested from hunted animals and fish. Levels up by crafting related recipes.',
        },
        ['Butchery Skill Book'] = {
                    ['ID'] = 'ButcherySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Butchery Skill Scroll'] = {
                    ['ID'] = 'ButcherySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Butchery Table'] = {
                    ['ID'] = 'ButcheryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A block and cleaver to process raw meat into fancier dishes.',
        },
        ['Butchery Upgrade'] = {
                    ['ID'] = 'ButcheryUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Butchery recipes.',
        },
        ['Button'] = {
                    ['ID'] = 'ButtonItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sends a signal to surrounding objects.',
        },
        ['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.',
        },
        ['Camas Ash Fertilizer'] = {
                    ['ID'] = 'CamasAshFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Camas ash fertilizer, though not very potent, is a great source of potassium.',
        },
        ['Camas Bread'] = {
                    ['ID'] = 'CamasBreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A bread with a camas twist for a bit of flavor and fun. ',
        },
        ['Camas Bulb'] = {
                    ['ID'] = 'CamasBulbItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a camas plant.',
        },
        ['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.',
        },
        ['Camas Bulb Pack'] = {
                    ['ID'] = 'CamasBulbPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a camas plant.',
        },
        ['Camas Paste'] = {
                    ['ID'] = 'CamasPasteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Pulverized camas works as an excellent thickener or flavour enhancer.',
        },
        ['Camera Film'] = {
                    ['ID'] = 'CameraFilmItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A film used inside a camera.',
        },
        ['Camo Pants'] = {
                    ['ID'] = 'CamoPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Hide from the animals!(Reduces the detection range of animals)',
        },
        ['Camo Shirt'] = {
                    ['ID'] = 'CamoShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Hide from the animals!(Reduces the detection range of animals)',
        },
        ['Campfire'] = {
                    ['ID'] = 'CampfireItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Cook like a caveman on an uneven fire.',
        },
        ['Campfire Cooking'] = {
                    ['ID'] = 'CampfireCookingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Advanced techniques for producing food over a campfire with a little less burned and a little more golden brown. Levels up by crafting campfire recipes.',
        },
        ['Campfire Cooking Upgrade'] = {
                    ['ID'] = 'CampfireCookingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Campfire Cooking recipes.',
        },
        ['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.',
        },
        ['Campfire Salad'] = {
                    ['ID'] = 'CampfireSaladItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = '',
        },
        ['Campfire Stew'] = {
                    ['ID'] = 'CampfireStewItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew chock-full of meat, camas, and corn. A surprisingly good combination.',
        },
        ['Campsite'] = {
                    ['ID'] = 'CampsiteItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A campsite.',
        },
        ['Candle Stand'] = {
                    ['ID'] = 'CandleStandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy candelabra for providing small amounts of light.',
        },
        ['Canning Assembly'] = {
                    ['ID'] = 'CanningAssemblyItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Canvas'] = {
                    ['ID'] = 'CanvasItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A canvas used for painting on, made by either cotton or linen.',
        },
        ['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!',
        },
        ['Capitol'] = {
                    ['ID'] = 'CapitolItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the creation of the government, allowing all other civic objects to be created.',
        },
        ['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.',
        },
        ['Carbide Helmet Lamp'] = {
                    ['ID'] = 'CarbideHelmetLampItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A steel hardhat with a light source for the darkest places.(Flashlight)',
        },
        ['Carpenter'] = {
                    ['ID'] = 'CarpenterSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Carpenters use harvested logs to craft a variety of useful products. Wood is an excellent source of building materials and furniture for homes.',
        },
        ['Carpenter Sign'] = {
                    ['ID'] = 'CarpenterSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Carpentry'] = {
                    ['ID'] = 'CarpentrySkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Cutting logs into usable crafting and building materials is an important skill for budding communities. Levels up by crafting related recipes.',
        },
        ['Carpentry Advanced Upgrade'] = {
                    ['ID'] = 'CarpentryAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Carpentry recipes.',
        },
        ['Carpentry Basic Upgrade'] = {
                    ['ID'] = 'CarpentryBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Carpentry recipes.',
        },
        ['Carpentry Skill Book'] = {
                    ['ID'] = 'CarpentrySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Carpentry Skill Scroll'] = {
                    ['ID'] = 'CarpentrySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Carpentry Table'] = {
                    ['ID'] = 'CarpentryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A table for basic wooden crafts for home improvement and progress.',
        },
        ['Cart Blueprint Poster'] = {
                    ['ID'] = 'CartBlueprintPosterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A poster for the wall.',
        },
        ['Carved Pumpkin'] = {
                    ['ID'] = 'CarvedPumpkinItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Spooky pumpkin that emits a mystical light.',
        },
        ['Cast Iron Bed'] = {
                    ['ID'] = 'CastIronBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A solid bed made slightly more comfortable by adding cotton.',
        },
        ['Cast Iron Bench'] = {
                    ['ID'] = 'CastIronBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Does not look very comfortable.',
        },
        ['Cast Iron Chair'] = {
                    ['ID'] = 'CastIronChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It is very stable.',
        },
        ['Cast Iron Plaque'] = {
                    ['ID'] = 'CastIronPlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
        },
        ['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.',
        },
        ['Cast Iron Stove'] = {
                    ['ID'] = 'CastIronStoveItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The perfect stove for the fledgling chef.',
        },
        ['Cast Iron Table'] = {
                    ['ID'] = 'CastIronTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple yet ornate table made from cast iron.',
        },
        ['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.',
        },
        ['Cedar Seed'] = {
                    ['ID'] = 'CedarSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a cedar sapling.',
        },
        ['Cedar Seed Pack'] = {
                    ['ID'] = 'CedarSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a cedar sapling.',
        },
        ['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.',
        },
        ['Ceiba Seed'] = {
                    ['ID'] = 'CeibaSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a ceiba sapling.',
        },
        ['Ceiba Seed Pack'] = {
                    ['ID'] = 'CeibaSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a ceiba sapling.',
        },
        ['Ceiling Candle'] = {
                    ['ID'] = 'CeilingCandleItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy hanging candelabra.',
        },
        ['Cellulose Fiber'] = {
                    ['ID'] = 'CelluloseFiberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Created by taking pulped plants and extruding them similarly to synthetic fibers.',
        },
        ['Cement'] = {
                    ['ID'] = 'CementItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'In order to be usable it needs to be reinforced.',
        },
        ['Cement Kiln'] = {
                    ['ID'] = 'CementKilnItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A rotary kiln that produces cement and concrete products.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Chainsaw'] = {
                    ['ID'] = 'ChainsawItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A gasoline-powered alternative to cutting trees.',
        },
        ['Chandelier'] = {
                    ['ID'] = 'ChandelierItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Charcoal'] = {
                    ['ID'] = 'CharcoalItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A black residue, consisting of carbon and any remaining ash.',
        },
        ['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.',
        },
        ['Charred Agave'] = {
                    ['ID'] = 'CharredAgaveItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Agave leaves that have been charred over a campfire.',
        },
        ['Charred Beans'] = {
                    ['ID'] = 'CharredBeansItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.',
        },
        ['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.',
        },
        ['Charred Cactus Fruit'] = {
                    ['ID'] = 'CharredCactusFruitItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Blackened cactus fruit. A favorite of early desert settlers.',
        },
        ['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.',
        },
        ['Charred Corn'] = {
                    ['ID'] = 'CharredCornItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'This piece of corn needs a good slathering of butter to curb that burnt taste.',
        },
        ['Charred Fireweed Shoots'] = {
                    ['ID'] = 'CharredFireweedShootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'It tastes somewhat burnt but at least the fire has removed the bitter taste.',
        },
        ['Charred Fish'] = {
                    ['ID'] = 'CharredFishItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'At least it doesn\'t have any scales any more.',
        },
        ['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.',
        },
        ['Charred Meat'] = {
                    ['ID'] = 'CharredMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The blackened surface of this unrecognizable meat is \'golden brown\'.',
        },
        ['Charred Mushrooms'] = {
                    ['ID'] = 'CharredMushroomsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A collection of charred mushrooms. Cooking mushrooms properly can remove some of the toxins.',
        },
        ['Charred Papaya'] = {
                    ['ID'] = 'CharredPapayaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Papaya fruit that has been charred over a basic campfire.',
        },
        ['Charred Pineapple'] = {
                    ['ID'] = 'CharredPineappleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Pineapple that has been charred over a basic campfire.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Chef'] = {
                    ['ID'] = 'ChefSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Chefs create highly nutritious food using the raw food provided by hunters and farmers.',
        },
        ['Chef Hat'] = {
                    ['ID'] = 'ChefHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'To keep your hair in one place while stirring the pots.',
        },
        ['Chef Pants'] = {
                    ['ID'] = 'ChefPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Checkered style pants for hiding the truths of working in a kitchen.',
        },
        ['Chef Shirt'] = {
                    ['ID'] = 'ChefShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A clean Chef\'s shirt to spot all the spots.',
        },
        ['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%)',
        },
        ['Chiseled Legs'] = {
                    ['ID'] = 'ChiseledLegsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Legs',
        },
        ['ChocoTaco Cap'] = {
                    ['ID'] = 'ChocoTacoCapItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Stylish headwear from that Twitch guy',
        },
        ['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.',
        },
        ['Claim Tool'] = {
                    ['ID'] = 'ClaimToolItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Used to claim, unclaim and examine property.',
        },
        ['Clam'] = {
                    ['ID'] = 'ClamItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A clam.',
        },
        ['Clam Chowder'] = {
                    ['ID'] = 'ClamChowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew loaded with clams and taro root.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Cleanup Crew: Logging'] = {
                    ['ID'] = 'LoggingCleanupCrewTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = '[WIP - No functionality yet] Allows to pick up debris by hand that costs no calories.',
        },
        ['Cloth'] = {
                    ['ID'] = 'ClothItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A piece of rough cloth made by weaving fibers together.',
        },
        ['Cloth Belt'] = {
                    ['ID'] = 'ClothBeltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A fashionable cloth belt that drapes across the waist.',
        },
        ['Cloth Cape'] = {
                    ['ID'] = 'ClothCapeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'It just looks cool.',
        },
        ['CO2 Canister'] = {
                    ['ID'] = 'CO2CanisterItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'For creating fancy foams!',
        },
        ['CO2 Item'] = {
                    ['ID'] = 'CO2Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A byproduct gas of respiration.',
        },
        ['Coal'] = {
                    ['ID'] = 'CoalItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A combustible mineral which needs to be crushed into usable fuel.',
        },
        ['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.',
        },
        ['Cod'] = {
                    ['ID'] = 'CodItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A cod.',
        },
        ['Colored Powder'] = {
                    ['ID'] = 'ColoredPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A bag of crushed flower petals.',
        },
        ['Combustion Engine'] = {
                    ['ID'] = 'CombustionEngineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An engine that generates power by combustion of fuel.',
        },
        ['Combustion Generator'] = {
                    ['ID'] = 'CombustionGeneratorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Consumes most fuels to produce energy.',
        },
        ['Composite Birch Bench'] = {
                    ['ID'] = 'CompositeBirchBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Birch Chair'] = {
                    ['ID'] = 'CompositeBirchChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Birch Door'] = {
                    ['ID'] = 'CompositeBirchDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Birch Lumber'] = {
                    ['ID'] = 'CompositeBirchLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Birch Table'] = {
                    ['ID'] = 'CompositeBirchTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['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.',
        },
        ['Composite Cedar Bench'] = {
                    ['ID'] = 'CompositeCedarBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Cedar Chair'] = {
                    ['ID'] = 'CompositeCedarChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Cedar Door'] = {
                    ['ID'] = 'CompositeCedarDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Cedar Lumber'] = {
                    ['ID'] = 'CompositeCedarLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Cedar Table'] = {
                    ['ID'] = 'CompositeCedarTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Ceiba Bench'] = {
                    ['ID'] = 'CompositeCeibaBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Ceiba Chair'] = {
                    ['ID'] = 'CompositeCeibaChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Ceiba Door'] = {
                    ['ID'] = 'CompositeCeibaDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Ceiba Lumber'] = {
                    ['ID'] = 'CompositeCeibaLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Ceiba Table'] = {
                    ['ID'] = 'CompositeCeibaTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Filler'] = {
                    ['ID'] = 'CompositeFillerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A multipurpose filler that is made from what you have available.',
        },
        ['Composite Fir Bench'] = {
                    ['ID'] = 'CompositeFirBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Fir Chair'] = {
                    ['ID'] = 'CompositeFirChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Fir Door'] = {
                    ['ID'] = 'CompositeFirDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Fir Lumber'] = {
                    ['ID'] = 'CompositeFirLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Fir Table'] = {
                    ['ID'] = 'CompositeFirTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Hardwood Bench'] = {
                    ['ID'] = 'CompositeHardwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Hardwood Chair'] = {
                    ['ID'] = 'CompositeHardwoodChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Hardwood Door'] = {
                    ['ID'] = 'CompositeHardwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Hardwood Table'] = {
                    ['ID'] = 'CompositeHardwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A nice composite table for eating meals or getting some work done.',
        },
        ['Composite Joshua Bench'] = {
                    ['ID'] = 'CompositeJoshuaBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Joshua Chair'] = {
                    ['ID'] = 'CompositeJoshuaChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Joshua Door'] = {
                    ['ID'] = 'CompositeJoshuaDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Joshua Lumber'] = {
                    ['ID'] = 'CompositeJoshuaLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Joshua Table'] = {
                    ['ID'] = 'CompositeJoshuaTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Lumber'] = {
                    ['ID'] = 'CompositeLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Lumber Bench'] = {
                    ['ID'] = 'CompositeLumberBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Lumber Chair'] = {
                    ['ID'] = 'CompositeLumberChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Lumber Door'] = {
                    ['ID'] = 'CompositeLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['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.',
        },
        ['Composite Lumber Table'] = {
                    ['ID'] = 'CompositeLumberTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Oak Bench'] = {
                    ['ID'] = 'CompositeOakBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Oak Chair'] = {
                    ['ID'] = 'CompositeOakChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Oak Door'] = {
                    ['ID'] = 'CompositeOakDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Oak Lumber'] = {
                    ['ID'] = 'CompositeOakLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Oak Table'] = {
                    ['ID'] = 'CompositeOakTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Palm Bench'] = {
                    ['ID'] = 'CompositePalmBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Palm Chair'] = {
                    ['ID'] = 'CompositePalmChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Palm Door'] = {
                    ['ID'] = 'CompositePalmDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Palm Lumber'] = {
                    ['ID'] = 'CompositePalmLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Palm Table'] = {
                    ['ID'] = 'CompositePalmTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Redwood Bench'] = {
                    ['ID'] = 'CompositeRedwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Redwood Chair'] = {
                    ['ID'] = 'CompositeRedwoodChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Redwood Door'] = {
                    ['ID'] = 'CompositeRedwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Redwood Lumber'] = {
                    ['ID'] = 'CompositeRedwoodLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Redwood Table'] = {
                    ['ID'] = 'CompositeRedwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Saguaro Bench'] = {
                    ['ID'] = 'CompositeSaguaroBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Saguaro Chair'] = {
                    ['ID'] = 'CompositeSaguaroChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Saguaro Door'] = {
                    ['ID'] = 'CompositeSaguaroDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Saguaro Lumber'] = {
                    ['ID'] = 'CompositeSaguaroLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Saguaro Table'] = {
                    ['ID'] = 'CompositeSaguaroTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composite Softwood Bench'] = {
                    ['ID'] = 'CompositeSoftwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Softwood Chair'] = {
                    ['ID'] = 'CompositeSoftwoodChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Softwood Door'] = {
                    ['ID'] = 'CompositeSoftwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Softwood Table'] = {
                    ['ID'] = 'CompositeSoftwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A nice composite table for eating meals or getting some work done.',
        },
        ['Composite Spruce Bench'] = {
                    ['ID'] = 'CompositeSpruceBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite bench built to last.',
        },
        ['Composite Spruce Chair'] = {
                    ['ID'] = 'CompositeSpruceChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A composite chair built to last.',
        },
        ['Composite Spruce Door'] = {
                    ['ID'] = 'CompositeSpruceDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful composite door built by an expert carpenter.',
        },
        ['Composite Spruce Lumber'] = {
                    ['ID'] = 'CompositeSpruceLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A composite lumber made from a combination of wood and plastic.',
        },
        ['Composite Spruce Table'] = {
                    ['ID'] = 'CompositeSpruceTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large composite table for eating meals or getting some work done.',
        },
        ['Composites'] = {
                    ['ID'] = 'CompositesSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Allows the construction of advanced wood products for furniture and houses. Levels up by crafting related recipes.',
        },
        ['Composites Skill Book'] = {
                    ['ID'] = 'CompositesSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Composites Skill Scroll'] = {
                    ['ID'] = 'CompositesSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Composites Upgrade'] = {
                    ['ID'] = 'CompositesUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Composites recipes.',
        },
        ['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.',
        },
        ['Compost Fertilizer'] = {
                    ['ID'] = 'CompostFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Compost fertilizer is a classic, low effort fertilizer.',
        },
        ['Compostables Item'] = {
                    ['ID'] = 'CompostablesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
        },
        ['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.',
        },
        ['Construction Post'] = {
                    ['ID'] = 'ConstructionPostItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For construction contracts.',
        },
        ['Contract Board'] = {
                    ['ID'] = 'ContractBoardItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A board to post contracts.',
        },
        ['Cookeina Mushroom Spores'] = {
                    ['ID'] = 'CookeinaMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow cookeina mushrooms.',
        },
        ['Cookeina Mushroom Spores Pack'] = {
                    ['ID'] = 'CookeinaMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow cookeina mushrooms.',
        },
        ['Cookeina Mushrooms'] = {
                    ['ID'] = 'CookeinaMushroomsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Tiny Cup Mushrooms.',
        },
        ['Cooking'] = {
                    ['ID'] = 'CookingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'The basics of cooking in a more civilized environment give bonuses to a variety of food recipes. Levels up by crafting related recipes.',
        },
        ['Cooking Skill Book'] = {
                    ['ID'] = 'CookingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Cooking Skill Scroll'] = {
                    ['ID'] = 'CookingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Cooking Upgrade'] = {
                    ['ID'] = 'CookingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Cooking recipes.',
        },
        ['Cooking Utensils'] = {
                    ['ID'] = 'CookingUtensilsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Assorted utensils for your everyday kitchen use.',
        },
        ['Copper Bar'] = {
                    ['ID'] = 'CopperBarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined bar of copper.',
        },
        ['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.',
        },
        ['Copper Frame Landscape'] = {
                    ['ID'] = 'CopperFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
        },
        ['Copper Frame Portrait'] = {
                    ['ID'] = 'CopperFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
        },
        ['Copper Frame Square'] = {
                    ['ID'] = 'CopperFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
        },
        ['Copper Frame Tall'] = {
                    ['ID'] = 'CopperFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
        },
        ['Copper Frame Wide'] = {
                    ['ID'] = 'CopperFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A copper frame useful for simple picture and art displays.',
        },
        ['Copper Hydroxide'] = {
                    ['ID'] = 'CopperHydroxideItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Pulverized copper ore left exposed to oxygen giving it a green patina.',
        },
        ['Copper Ore'] = {
                    ['ID'] = 'CopperOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Unrefined ore with traces of copper.',
        },
        ['Copper Pipe'] = {
                    ['ID'] = 'CopperPipeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A pipe for transporting liquids.',
        },
        ['Copper Plate'] = {
                    ['ID'] = 'CopperPlateItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A solid copper plate giving higher grades of protection against erosion and improves conductivity.',
        },
        ['Copper Wiring'] = {
                    ['ID'] = 'CopperWiringItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A length of copper conductive wire useful for a variety of purposes.',
        },
        ['Corn'] = {
                    ['ID'] = 'CornItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A warmly colored kernel studded vegetable.',
        },
        ['Corn Fritters'] = {
                    ['ID'] = 'CornFrittersItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'These deep fried corn treats are both crispy and delicious.',
        },
        ['Corn Seed'] = {
                    ['ID'] = 'CornSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow corn.',
        },
        ['Corn Seed Pack'] = {
                    ['ID'] = 'CornSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow corn.',
        },
        ['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.',
        },
        ['Cornmeal'] = {
                    ['ID'] = 'CornmealItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Dried and ground corn; it\'s like a courser flour.',
        },
        ['Cornrows'] = {
                    ['ID'] = 'CornrowsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['Corrugated Steel'] = {
                    ['ID'] = 'CorrugatedSteelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Especially useful for industrial buildings.',
        },
        ['Corrugated Steel Door'] = {
                    ['ID'] = 'CorrugatedSteelDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A secure door made of hard corrugated steel.',
        },
        ['Corrugated Steel Fence Door'] = {
                    ['ID'] = 'CorrugatedSteelFenceDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A corrugated steel door with fence-like viewing slots. ',
        },
        ['Cotton Boll'] = {
                    ['ID'] = 'CottonBollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A fluffy round boll harvested from a cotton plant.',
        },
        ['Cotton Carpet'] = {
                    ['ID'] = 'CottonCarpetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A woven cotton floor covering attached to a lumber backing.',
        },
        ['Cotton Curtains'] = {
                    ['ID'] = 'CottonCurtainsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Curtains woven using the finest cotton.  (Only cosmetic does not impact room value.)',
        },
        ['Cotton Fabric'] = {
                    ['ID'] = 'CottonFabricItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Cotton fabric is valued for its light weight, breathability, and softness.',
        },
        ['Cotton Lint'] = {
                    ['ID'] = 'CottonLintItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A bundle of cotton used as stuffing or further tailoring processing.',
        },
        ['Cotton Seed'] = {
                    ['ID'] = 'CottonSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow cotton.',
        },
        ['Cotton Seed Pack'] = {
                    ['ID'] = 'CottonSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow cotton.',
        },
        ['Cotton Streamer Stars'] = {
                    ['ID'] = 'CottonStreamerStarsItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple cotton streamers with stars.',
        },
        ['Cotton Streamer Stripes'] = {
                    ['ID'] = 'CottonStreamerStripesItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple cotton streamers with stripes.',
        },
        ['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.',
        },
        ['Couch'] = {
                    ['ID'] = 'CouchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A sweet couch to lounge on. Now with room for your friends!',
        },
        ['Country Claim Stake'] = {
                    ['ID'] = 'CountryClaimStakeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Country Foundation'] = {
                    ['ID'] = 'CountryFoundationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When a town simply cannot contain your ambition.',
        },
        ['Court Chair'] = {
                    ['ID'] = 'CourtChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A chair for legal sittings.',
        },
        ['Court Table'] = {
                    ['ID'] = 'CourtTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A vital part of the courtroom.',
        },
        ['Cowboy Hat'] = {
                    ['ID'] = 'CowboyHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A fine leather hat.',
        },
        ['Coyote Carcass'] = {
                    ['ID'] = 'CoyoteCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead coyote.',
        },
        ['Crab Carcass'] = {
                    ['ID'] = 'CrabCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A crustacean that loves the ocean, just don\'t get caught in its pinch!',
        },
        ['Crab Pot'] = {
                    ['ID'] = 'CrabPotItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A contraption to catch unsuspecting crabs in search of prey.',
        },
        ['Crane'] = {
                    ['ID'] = 'CraneItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the placement and transport of materials in an area.',
        },
        ['Creosote Bush Seed'] = {
                    ['ID'] = 'CreosoteBushSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow creosote bushes.',
        },
        ['Creosote Bush Seed Pack'] = {
                    ['ID'] = 'CreosoteBushSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow creosote bushes.',
        },
        ['Creosote Flower'] = {
                    ['ID'] = 'CreosoteFlowerItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Placeholder Description.',
        },
        ['Crimini Mushroom Spores'] = {
                    ['ID'] = 'CriminiMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow crimini mushrooms.',
        },
        ['Crimini Mushroom Spores Pack'] = {
                    ['ID'] = 'CriminiMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow crimini mushrooms.',
        },
        ['Crimini Mushrooms'] = {
                    ['ID'] = 'CriminiMushroomsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Edible mushrooms that are quite tasty.',
        },
        ['Crimson Salad'] = {
                    ['ID'] = 'CrimsonSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Just in case you want to eat red things without eating meat.',
        },
        ['Crispy Bacon'] = {
                    ['ID'] = 'CrispyBaconItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Give me all the bacon and eggs you have.',
        },
        ['Crushed Basalt'] = {
                    ['ID'] = 'CrushedBasaltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Basalt rocks that have been crushed into a fine gravel.',
        },
        ['Crushed Coal'] = {
                    ['ID'] = 'CrushedCoalItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Coal that have been crushed into a usable size.',
        },
        ['Crushed Copper Ore'] = {
                    ['ID'] = 'CrushedCopperOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Crushed copper ore that is ready to be concentrated.',
        },
        ['Crushed Gneiss'] = {
                    ['ID'] = 'CrushedGneissItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Gneiss rocks that have been crushed into a fine gravel.',
        },
        ['Crushed Gold Ore'] = {
                    ['ID'] = 'CrushedGoldOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Crushed gold ore that is ready to be concentrated.',
        },
        ['Crushed Granite'] = {
                    ['ID'] = 'CrushedGraniteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Granite rocks that have been crushed into a fine gravel.',
        },
        ['Crushed Iron Ore'] = {
                    ['ID'] = 'CrushedIronOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Crushed iron ore that is ready to be concentrated.',
        },
        ['Crushed Limestone'] = {
                    ['ID'] = 'CrushedLimestoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Limestone rocks that have been crushed into a fine gravel.',
        },
        ['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.',
        },
        ['Crushed Oil Shale'] = {
                    ['ID'] = 'CrushedOilShaleItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = '',
        },
        ['Crushed Sandstone'] = {
                    ['ID'] = 'CrushedSandstoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Sandstone rocks that have been crushed into a fine gravel.',
        },
        ['Crushed Shale'] = {
                    ['ID'] = 'CrushedShaleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Shale rocks that have been crushed into a fine gravel.',
        },
        ['Crushed Slag'] = {
                    ['ID'] = 'CrushedSlagItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Slag that has been crushed into a fine gravel.',
        },
        ['Crushed Sulfur'] = {
                    ['ID'] = 'CrushedSulfurItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Sulfur rocks that have been crushed into a fine gravel.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Culture'] = {
                    ['ID'] = 'CultureItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Culture value.',
        },
        ['Curly'] = {
                    ['ID'] = 'CurlyItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['Currency Exchange'] = {
                    ['ID'] = 'CurrencyExchangeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows players to exchange currency.',
        },
        ['Cutting Edge Cooking'] = {
                    ['ID'] = 'CuttingEdgeCookingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Cutting edge cooking works with ingredients that don\'t quite sound like food but can potentially provide high calorie and nutrition. Levels up by crafting related recipes.',
        },
        ['Cutting Edge Cooking Skill Book'] = {
                    ['ID'] = 'CuttingEdgeCookingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Cutting Edge Cooking Skill Scroll'] = {
                    ['ID'] = 'CuttingEdgeCookingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Cutting Edge Cooking Upgrade'] = {
                    ['ID'] = 'CuttingEdgeCookingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Cutting Edge Cooking recipes.',
        },
        ['Cyan Powder'] = {
                    ['ID'] = 'CyanPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A mixture of powders in set ranges to make an artifical base cyan color.',
        },
        ['Deadeye: Hunting'] = {
                    ['ID'] = 'HuntingDeadeyeTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the headshot damage by 50 percent.',
        },
        ['Decorative Anchor'] = {
                    ['ID'] = 'DecorativeAnchorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The ship this anchor belonged to no longer needed it.',
        },
        ['Decorative Bowl'] = {
                    ['ID'] = 'DecorativeBowlItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A decorative bonsai tree cut with artistical skill.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Decorative Ship Wheel'] = {
                    ['ID'] = 'DecorativeShipWheelItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Somewhere a ship is no longer going straight.',
        },
        ['Deeper Pockets: SelfImprovement'] = {
                    ['ID'] = 'SelfImprovementDeeperPocketsTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increase your inventory size by 5kg.',
        },
        ['Deer Carcass'] = {
                    ['ID'] = 'DeerCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead deer.',
        },
        ['Deer Pelt'] = {
                    ['ID'] = 'DeerPeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Derpy Hat'] = {
                    ['ID'] = 'DerpyHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Dorky sombrero that doesn\'t fit anyone. You feel embarrassed to wear it.',
        },
        ['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.',
        },
        ['Dev Paint Tool'] = {
                    ['ID'] = 'DevPaintToolItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Paint tool! It paints with some developer features.',
        },
        ['Dev Tool'] = {
                    ['ID'] = 'DevtoolItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'DOES CHEATER THINGS THROUGH CHEATING POWERS!',
        },
        ['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.',
        },
        ['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.',
        },
        ['Dirt Ramp'] = {
                    ['ID'] = 'DirtRampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Road Items',
                    ['Description'] = '4 x 1 Dirt Ramp.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Dowel'] = {
                    ['ID'] = 'DowelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Dowels used for construction.',
        },
        ['Dried Fish'] = {
                    ['ID'] = 'DriedFishItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leaving it outdoors somehow made it more digestible.',
        },
        ['Dried Meat'] = {
                    ['ID'] = 'DriedMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leaving it outdoors somehow made it more digestible.',
        },
        ['Dumpster Compost'] = {
                    ['ID'] = 'DumpsterCompostItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Dumpster Garbage'] = {
                    ['ID'] = 'DumpsterGarbageItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Dumpster Recycle'] = {
                    ['ID'] = 'DumpsterRecycleItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Dwarf Willow Seed'] = {
                    ['ID'] = 'DwarfWillowSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow dwarf willow.',
        },
        ['Dwarf Willow Seed Pack'] = {
                    ['ID'] = 'DwarfWillowSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow dwarf willow.',
        },
        ['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.)',
        },
        ['Easel'] = {
                    ['ID'] = 'EaselItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An interactive stand allowing paintings to be created using art supplies.',
        },
        ['Ecko Statue'] = {
                    ['ID'] = 'EckoStatueItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A statue of a dolphin. What could it mean?',
        },
        ['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.',
        },
        ['Economy Viewer'] = {
                    ['ID'] = 'EconomyViewerItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Actionbar Items',
                    ['Description'] = 'Displays the citizen-run economy across the world.',
        },
        ['Ecoylent'] = {
                    ['ID'] = 'EcoylentItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'A complete meal replacement solution.',
        },
        ['Egyptian Canoe'] = {
                    ['ID'] = 'EgyptianCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small Canoe for hauling minimal loads.',
        },
        ['Election Poster'] = {
                    ['ID'] = 'ElectionPosterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A poster for the wall.',
        },
        ['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.',
        },
        ['Electric Machinist Table'] = {
                    ['ID'] = 'ElectricMachinistTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fancy toolbench that creates equally fancy toys.',
        },
        ['Electric Motor'] = {
                    ['ID'] = 'ElectricMotorItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A motor.',
        },
        ['Electric Planer'] = {
                    ['ID'] = 'ElectricPlanerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A sander and a jointer rolled into one.',
        },
        ['Electric Stamping Press'] = {
                    ['ID'] = 'ElectricStampingPressItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool for shaping or cutting metal by deforming it with a die.',
        },
        ['Electric Wall Lamp'] = {
                    ['ID'] = 'ElectricWallLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wall mounted lamp that requires electricity to turn on.',
        },
        ['Electric Water Pump'] = {
                    ['ID'] = 'ElectricWaterPumpItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Pumps water from a source into a pipe network.',
        },
        ['Electronics'] = {
                    ['ID'] = 'ElectronicsSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Electronics improves the recipes for many advanced materials needed for advanced technology. Levels up by crafting related recipes.',
        },
        ['Electronics Assembly'] = {
                    ['ID'] = 'ElectronicsAssemblyItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A set of machinery to create electronics.',
        },
        ['Electronics Skill Book'] = {
                    ['ID'] = 'ElectronicsSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Electronics Skill Scroll'] = {
                    ['ID'] = 'ElectronicsSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Electronics Upgrade'] = {
                    ['ID'] = 'ElectronicsUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Electronics recipes.',
        },
        ['Elevator Call Post'] = {
                    ['ID'] = 'ElevatorCallPostItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Used to call a nearby elevator.',
        },
        ['Elk Carcass'] = {
                    ['ID'] = 'ElkCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead elk.',
        },
        ['Elk Mount'] = {
                    ['ID'] = 'ElkMountItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A hunting trophy for your house.',
        },
        ['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.',
        },
        ['Elk Taco'] = {
                    ['ID'] = 'ElkTacoItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A tasty treat made from corn tortillas and meat.',
        },
        ['Elk Wellington'] = {
                    ['ID'] = 'ElkWellingtonItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A prime cut of meat surrounded by pastry.',
        },
        ['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)',
        },
        ['Engineer'] = {
                    ['ID'] = 'EngineerSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Engineers use the materials created by other professions to create cutting edge technology that paves the way for technological advancement.',
        },
        ['Engineer Sign'] = {
                    ['ID'] = 'EngineerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Epoxy'] = {
                    ['ID'] = 'EpoxyItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A useful material for hardening, curing, and other various uses.',
        },
        ['Ethanol'] = {
                    ['ID'] = 'EthanolItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A material used to make biodiesel. Not suitable for food.',
        },
        ['Excavator'] = {
                    ['ID'] = 'ExcavatorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Like a Skid Steer but more versatile. Great for high slope excavation.',
        },
        ['Executive Office'] = {
                    ['ID'] = 'ExecutiveOfficeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Elected officials can perform one-time executive actions here.',
        },
        ['Experienced Farmhand: Gathering'] = {
                    ['ID'] = 'GatheringExperiencedFarmhandTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the yield of farmed plants by 20 percent.',
        },
        ['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%)',
        },
        ['Explorer Gloves'] = {
                    ['ID'] = 'ExplorerGlovesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Sturdy gloves comfortably lined with cotton for extra insulation against the elements.',
        },
        ['Explorer Hat'] = {
                    ['ID'] = 'ExplorerHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A classic adventuring hat protecting you from the unknown.',
        },
        ['Explorer Pants'] = {
                    ['ID'] = 'ExplorerPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Reinforced pants for exploring but still be fashionable.',
        },
        ['Explorer Shirt'] = {
                    ['ID'] = 'ExplorerShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A simple white shirt with a tie and a colorable vest.',
        },
        ['Extruder'] = {
                    ['ID'] = 'ExtruderItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Fancy Hewn Door'] = {
                    ['ID'] = 'FancyHewnDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
        },
        ['Fantastic Forest Pizza'] = {
                    ['ID'] = 'FantasticForestPizzaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leaves you full and lively.',
        },
        ['Far East Lumber'] = {
                    ['ID'] = 'FarEastLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Can be fashioned into various usable equipment.',
        },
        ['Farmer'] = {
                    ['ID'] = 'FarmerSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Farmers specialize in all aspects of agriculture. The crops they produce are a primary source of the calories needed to perform work.',
        },
        ['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%)',
        },
        ['Farmer Gloves'] = {
                    ['ID'] = 'FarmerGlovesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Water-resistant nylon gloves with textured palms for increased grip.',
        },
        ['Farmer Hat'] = {
                    ['ID'] = 'FarmerHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = ' A wide-brimmed straw hat designed to provide protection from the sun.',
        },
        ['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.',
        },
        ['Farmer Shirt'] = {
                    ['ID'] = 'FarmerShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = ' A long-sleeved flannel shirt that is often worn when working outdoors.',
        },
        ['Farmer Sign'] = {
                    ['ID'] = 'FarmerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Farmers Table'] = {
                    ['ID'] = 'FarmersTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic workspace for crafting fertilizer and extracting seeds from crops.',
        },
        ['Farming'] = {
                    ['ID'] = 'FarmingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'The art of planting and cultivating flora. Levels up by crafting related recipes and using the hoe.',
        },
        ['Farming Skill Book'] = {
                    ['ID'] = 'FarmingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Farming Skill Scroll'] = {
                    ['ID'] = 'FarmingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Farming Upgrade'] = {
                    ['ID'] = 'FarmingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Farming recipes.',
        },
        ['Federation Claim Stake'] = {
                    ['ID'] = 'FederationClaimStakeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Federation Foundation'] = {
                    ['ID'] = 'FederationFoundationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A leap into globalization and a united federation.',
        },
        ['Feminine Mannequin'] = {
                    ['ID'] = 'FeminineMannequinItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Fern Campfire Salad'] = {
                    ['ID'] = 'FernCampfireSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
        },
        ['Fern Spore'] = {
                    ['ID'] = 'FernSporeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow ferns.',
        },
        ['Fern Spore Pack'] = {
                    ['ID'] = 'FernSporePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow ferns.',
        },
        ['Fertilizers'] = {
                    ['ID'] = 'FertilizersSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Adding additional nutrients to the soil can improve farming yield or, if overdone, ruin it. Levels up by crafting related recipes.',
        },
        ['Fertilizers Skill Book'] = {
                    ['ID'] = 'FertilizersSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Fertilizers Skill Scroll'] = {
                    ['ID'] = 'FertilizersSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Fertilizers Upgrade'] = {
                    ['ID'] = 'FertilizersUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Fertilizers recipes.',
        },
        ['Fiber Filler'] = {
                    ['ID'] = 'FiberFillerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A filler ingredient used in a variety of fertilizers.',
        },
        ['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.',
        },
        ['Fiberglass'] = {
                    ['ID'] = 'FiberglassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plastic reinforced with glass fiber strands.',
        },
        ['Fiddleheads'] = {
                    ['ID'] = 'FiddleheadsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A collection of the furled fronds of young ferns; a unique addition to a meal.',
        },
        ['Field Campfire Stew'] = {
                    ['ID'] = 'FieldCampfireStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.',
        },
        ['Filmy Fern Spore'] = {
                    ['ID'] = 'FilmyFernSporeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a filmy fern.',
        },
        ['Filmy Fern Spore Pack'] = {
                    ['ID'] = 'FilmyFernSporePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a filmy fern.',
        },
        ['Fir Log'] = {
                    ['ID'] = 'FirLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Fir log is a type of softwood with a nice piney smell.',
        },
        ['Fir Seed'] = {
                    ['ID'] = 'FirSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a fir tree.',
        },
        ['Fir Seed Pack'] = {
                    ['ID'] = 'FirSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a fir tree.',
        },
        ['Fireweed Seed'] = {
                    ['ID'] = 'FireweedSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow fireweed.',
        },
        ['Fireweed Seed Pack'] = {
                    ['ID'] = 'FireweedSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow fireweed.',
        },
        ['Fireweed Shoots'] = {
                    ['ID'] = 'FireweedShootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A bitter, brightly colored shoot similar to asparagus.',
        },
        ['Fish Kites'] = {
                    ['ID'] = 'FishKitesItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fixed flying kite for your garden.',
        },
        ['Fish N Chips'] = {
                    ['ID'] = 'FishNChipsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Deep-fried fish served with a side of taro chips.',
        },
        ['Fish Rack'] = {
                    ['ID'] = 'FishRackItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple display of today\'s catch.',
        },
        ['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. ',
        },
        ['Fishery'] = {
                    ['ID'] = 'FisheryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place to create traps and prepare seafood.',
        },
        ['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.',
        },
        ['Fit Torso'] = {
                    ['ID'] = 'FitTorsoItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Torso',
        },
        ['Flat Steel'] = {
                    ['ID'] = 'FlatSteelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Coated with a layer of epoxy, this steel refuses to rust.',
        },
        ['Flat Steel Door'] = {
                    ['ID'] = 'FlatSteelDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful modern flat steel door with a large viewing window.',
        },
        ['Flatbread'] = {
                    ['ID'] = 'FlatbreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Without any leavening the flatbread isn\'t very puffy. But it\'s still tasty.',
        },
        ['Flax Fiber'] = {
                    ['ID'] = 'FlaxFiberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Processed fibers of flax ready to be spun into yarn.',
        },
        ['Flax Seed'] = {
                    ['ID'] = 'FlaxSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow flax. ',
        },
        ['Flax Seed Pack'] = {
                    ['ID'] = 'FlaxSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow flax. ',
        },
        ['Flax Stem'] = {
                    ['ID'] = 'FlaxStemItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A bundle of harvested flax that can be processed into fabric.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Fletching Table'] = {
                    ['ID'] = 'FletchingTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A table for the capable hunter to improve their tools.',
        },
        ['Flour'] = {
                    ['ID'] = 'FlourItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fine, milled wheat product that\'s useful for all baking.',
        },
        ['Focused Workflow: AdvancedBaking'] = {
                    ['ID'] = 'AdvancedBakingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: AdvancedCooking'] = {
                    ['ID'] = 'AdvancedCookingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: AdvancedMasonry'] = {
                    ['ID'] = 'AdvancedMasonryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: AdvancedSmelting'] = {
                    ['ID'] = 'AdvancedSmeltingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Baking'] = {
                    ['ID'] = 'BakingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: BasicEngineering'] = {
                    ['ID'] = 'BasicEngineeringFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Blacksmith'] = {
                    ['ID'] = 'BlacksmithFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Butchery'] = {
                    ['ID'] = 'ButcheryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: CampfireCooking'] = {
                    ['ID'] = 'CampfireCookingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Carpentry'] = {
                    ['ID'] = 'CarpentryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Composites'] = {
                    ['ID'] = 'CompositesFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Cooking'] = {
                    ['ID'] = 'CookingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: CuttingEdgeCooking'] = {
                    ['ID'] = 'CuttingEdgeCookingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Electronics'] = {
                    ['ID'] = 'ElectronicsFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Farming'] = {
                    ['ID'] = 'FarmingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Fertilizers'] = {
                    ['ID'] = 'FertilizersFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Glassworking'] = {
                    ['ID'] = 'GlassworkingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Industry'] = {
                    ['ID'] = 'IndustryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Masonry'] = {
                    ['ID'] = 'MasonryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Mechanics'] = {
                    ['ID'] = 'MechanicsFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Milling'] = {
                    ['ID'] = 'MillingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: OilDrilling'] = {
                    ['ID'] = 'OilDrillingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Painting'] = {
                    ['ID'] = 'PaintingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: PaperMilling'] = {
                    ['ID'] = 'PaperMillingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Pottery'] = {
                    ['ID'] = 'PotteryFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Shipwright'] = {
                    ['ID'] = 'ShipwrightFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Smelting'] = {
                    ['ID'] = 'SmeltingFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Focused Workflow: Tailoring'] = {
                    ['ID'] = 'TailoringFocusedWorkflowTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Doubles the speed of related tables when alone.',
        },
        ['Food Sign'] = {
                    ['ID'] = 'FoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Fox Carcass'] = {
                    ['ID'] = 'FoxCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead fox.',
        },
        ['Fox Pelt'] = {
                    ['ID'] = 'FoxPeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
        },
        ['Framed Glass'] = {
                    ['ID'] = 'FramedGlassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Glass which was reinforced by a steel frame.',
        },
        ['Framed Glass Door'] = {
                    ['ID'] = 'FramedGlassDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A beautiful glass door made of steel and glass.',
        },
        ['Fried Camas'] = {
                    ['ID'] = 'FriedCamasItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Deep fried Camas. Bit greasy.',
        },
        ['Fried Fiddleheads'] = {
                    ['ID'] = 'FriedFiddleheadsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
        },
        ['Fried Hare Haunches'] = {
                    ['ID'] = 'FriedHareHaunchesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Everything is better deep fried.',
        },
        ['Fried Hearts Of Palm'] = {
                    ['ID'] = 'FriedHeartsOfPalmItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
        },
        ['Fried Taro'] = {
                    ['ID'] = 'FriedTaroItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
        },
        ['Fried Tomatoes'] = {
                    ['ID'] = 'FriedTomatoesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Secret\'s in the sauce.',
        },
        ['Fried Vegetables'] = {
                    ['ID'] = 'FriedVegetablesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = '',
        },
        ['Friendly Scarecrow'] = {
                    ['ID'] = 'FriendlyScarecrowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Keeps animals away, but not in a scary way. (WIP)',
        },
        ['Froth Floatation Cell'] = {
                    ['ID'] = 'FrothFloatationCellItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool for miners to concentrate ore. The run off produces wet tailings.',
        },
        ['Frugal Workspace: AdvancedBaking'] = {
                    ['ID'] = 'AdvancedBakingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: AdvancedCooking'] = {
                    ['ID'] = 'AdvancedCookingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: AdvancedMasonry'] = {
                    ['ID'] = 'AdvancedMasonryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: AdvancedSmelting'] = {
                    ['ID'] = 'AdvancedSmeltingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Baking'] = {
                    ['ID'] = 'BakingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: BasicEngineering'] = {
                    ['ID'] = 'BasicEngineeringFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Blacksmith'] = {
                    ['ID'] = 'BlacksmithFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Butchery'] = {
                    ['ID'] = 'ButcheryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: CampfireCooking'] = {
                    ['ID'] = 'CampfireCookingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Carpentry'] = {
                    ['ID'] = 'CarpentryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Composites'] = {
                    ['ID'] = 'CompositesFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Cooking'] = {
                    ['ID'] = 'CookingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: CuttingEdgeCooking'] = {
                    ['ID'] = 'CuttingEdgeCookingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Electronics'] = {
                    ['ID'] = 'ElectronicsFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Farming'] = {
                    ['ID'] = 'FarmingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Fertilizers'] = {
                    ['ID'] = 'FertilizersFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Glassworking'] = {
                    ['ID'] = 'GlassworkingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Industry'] = {
                    ['ID'] = 'IndustryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Masonry'] = {
                    ['ID'] = 'MasonryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Mechanics'] = {
                    ['ID'] = 'MechanicsFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Milling'] = {
                    ['ID'] = 'MillingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: OilDrilling'] = {
                    ['ID'] = 'OilDrillingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Painting'] = {
                    ['ID'] = 'PaintingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: PaperMilling'] = {
                    ['ID'] = 'PaperMillingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Pottery'] = {
                    ['ID'] = 'PotteryFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Shipwright'] = {
                    ['ID'] = 'ShipwrightFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Smelting'] = {
                    ['ID'] = 'SmeltingFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Frugal Workspace: Tailoring'] = {
                    ['ID'] = 'TailoringFrugalWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
        },
        ['Fruit Muffin'] = {
                    ['ID'] = 'FruitMuffinItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A soft, slightly sweet bread studded with juicy fruits.',
        },
        ['Fruit Salad'] = {
                    ['ID'] = 'FruitSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'While tomatoes are fruits, you don\'t usually put them in fruit salads.',
        },
        ['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.',
        },
        ['Fungi Feet'] = {
                    ['ID'] = 'FungiFeetItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Feet',
        },
        ['Fur Pelt'] = {
                    ['ID'] = 'FurPeltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A soft, furry pelt.',
        },
        ['Fuse'] = {
                    ['ID'] = 'FuseItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A small glass fuse easily replacable to safeguard against electric accidents.',
        },
        ['Galaxy Vase'] = {
                    ['ID'] = 'GalaxyVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
        },
        ['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.',
        },
        ['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%)',
        },
        ['Garden Gravel'] = {
                    ['ID'] = 'GardenGravelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'An unexpected surprise of peace and quiet in the rush for survival..',
        },
        ['Garden Pond'] = {
                    ['ID'] = 'GardenPondItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple pond filled with water for your decorative outdoor needs.',
        },
        ['Gasoline'] = {
                    ['ID'] = 'GasolineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined petroleum useful for fueling machines and generators.',
        },
        ['Gathering'] = {
                    ['ID'] = 'GatheringSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Gathering covers harvesting materials from both the natural environment and human-created farms. Levels up by gathering plants - farmed or natural.',
        },
        ['Gathering Advanced Upgrade'] = {
                    ['ID'] = 'GatheringAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Gathering recipes.',
        },
        ['Gathering Basic Upgrade'] = {
                    ['ID'] = 'GatheringBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Gathering recipes.',
        },
        ['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.',
        },
        ['Gearbox'] = {
                    ['ID'] = 'GearboxItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Provides speed and torque conversions from a rotating power source to another device.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Giant Cactus Fruit'] = {
                    ['ID'] = 'GiantCactusFruitItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A bulbous fruit that used to top Saguaro cacti.',
        },
        ['Gigot Sleeve Shirt'] = {
                    ['ID'] = 'GigotSleeveShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Cool piratey shirt that makes your biceps look bigger than they really are.',
        },
        ['Glass'] = {
                    ['ID'] = 'GlassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A transparent, solid material useful for more than just windows.',
        },
        ['Glass Lens'] = {
                    ['ID'] = 'GlassLensItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A thin shaped piece of glass very useful for devices used to interact with light.',
        },
        ['Glassworking'] = {
                    ['ID'] = 'GlassworkingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Glassworkers have improved ability to create glass which can be used as a clear building material or framed in steel to create a more industrial look. Levels up by crafting related recipes.',
        },
        ['Glassworking Advanced Upgrade'] = {
                    ['ID'] = 'GlassworkingAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Glassworking recipes.',
        },
        ['Glassworking Modern Upgrade'] = {
                    ['ID'] = 'GlassworkingModernUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Glassworking recipes.',
        },
        ['Glassworking Skill Book'] = {
                    ['ID'] = 'GlassworkingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Glassworking Skill Scroll'] = {
                    ['ID'] = 'GlassworkingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Glassworks'] = {
                    ['ID'] = 'GlassworksItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A specialized kiln used to transform sand into buildable blocks and decorations.',
        },
        ['Global Calorie Buff Item'] = {
                    ['ID'] = 'GlobalCalorieBuffItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Glutton: SelfImprovement'] = {
                    ['ID'] = 'SelfImprovementGluttonTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increase your stomach capacity count by 1000 calories.',
        },
        ['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.',
        },
        ['Goat Mount'] = {
                    ['ID'] = 'GoatMountItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A hunting trophy for your house.',
        },
        ['Gold Bar'] = {
                    ['ID'] = 'GoldBarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined bar of gold.',
        },
        ['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.',
        },
        ['Gold Flakes'] = {
                    ['ID'] = 'GoldFlakesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A highly efficient conductor for delicate electronics.',
        },
        ['Gold Frame Landscape'] = {
                    ['ID'] = 'GoldFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
        },
        ['Gold Frame Portrait'] = {
                    ['ID'] = 'GoldFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
        },
        ['Gold Frame Square'] = {
                    ['ID'] = 'GoldFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
        },
        ['Gold Frame Tall'] = {
                    ['ID'] = 'GoldFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
        },
        ['Gold Frame Wide'] = {
                    ['ID'] = 'GoldFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A gold frame useful for simple picture and art displays.',
        },
        ['Gold Ore'] = {
                    ['ID'] = 'GoldOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Unrefined ore with traces of gold.',
        },
        ['Gold Wiring'] = {
                    ['ID'] = 'GoldWiringItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A length of gold conductive wire useful for a variety of purposes.',
        },
        ['Government'] = {
                    ['ID'] = 'LawsetItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Actionbar Items',
                    ['Description'] = 'Displays government activity, such as laws and elections, and provides links to the server\'s web page.',
        },
        ['Government Office'] = {
                    ['ID'] = 'GovernmentOfficeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the creation of Elected Titles, which can be given special privileges.',
        },
        ['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!',
        },
        ['Granite Spiral Fountain'] = {
                    ['ID'] = 'GraniteSpiralFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large fountain with a spiral motif.',
        },
        ['Granite Terrace Fountain'] = {
                    ['ID'] = 'GraniteTerraceFountainItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large fountain with a multi-layered terracing display.',
        },
        ['Graphs'] = {
                    ['ID'] = 'GraphItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Actionbar Items',
                    ['Description'] = 'Opens the world graphs.',
        },
        ['Grass Seed'] = {
                    ['ID'] = 'GrassSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow grass.',
        },
        ['Grass Seed Pack'] = {
                    ['ID'] = 'GrassSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow grass.',
        },
        ['Grindstone'] = {
                    ['ID'] = 'GrindstoneItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A workstation for repairing tools and crafting new ones.',
        },
        ['Hand Plow'] = {
                    ['ID'] = 'HandPlowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool that tills the field for farming.',
        },
        ['Handheld Camera'] = {
                    ['ID'] = 'HandheldCameraItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern piece of marvel that allows a more detailed way of saving landscape.',
        },
        ['Hands'] = {
                    ['ID'] = 'HandsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Tools',
                    ['Description'] = 'When you\'re not using tools for a job, you put these to work.',
        },
        ['Hanging Electric Wall Lamp'] = {
                    ['ID'] = 'HangingElectricWallLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wall mounted lamp that requires electricity to turn on.',
        },
        ['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.',
        },
        ['Hanging Steel Framed Sign'] = {
                    ['ID'] = 'HangingSteelFramedSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large wooden sign framed with steel.',
        },
        ['Hanging Steel Mine Sign'] = {
                    ['ID'] = 'HangingSteelMineSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A hanging sign made of steel plates.',
        },
        ['Hanging Steel Plain Sign'] = {
                    ['ID'] = 'HangingSteelPlainSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large hanging steel sign attached to a wooden frame.',
        },
        ['Hanging Steel Shop Sign'] = {
                    ['ID'] = 'HangingSteelShopSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A decorative wooden sign framed with steel. Great for advertising shops.',
        },
        ['Hardwood Board'] = {
                    ['ID'] = 'HardwoodBoardItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A higher quality hardwood board used for long lasting furniture.',
        },
        ['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.',
        },
        ['Hardwood Lumber'] = {
                    ['ID'] = 'HardwoodLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Can be fashioned into various usable equipment.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Hardwood Lumber Door'] = {
                    ['ID'] = 'HardwoodLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from finely cut lumber.',
        },
        ['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.',
        },
        ['Hardwood Lumber Table'] = {
                    ['ID'] = 'HardwoodLumberTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber table for eating meals or getting some work done.',
        },
        ['Hardwood Sorter Stand'] = {
                    ['ID'] = 'HardwoodSorterStandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Hardwood stand for sort items between stockpiles',
        },
        ['Hardy Beard'] = {
                    ['ID'] = 'HardyBeardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['Hare Carcass'] = {
                    ['ID'] = 'HareCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead hare.',
        },
        ['Hare Pelt'] = {
                    ['ID'] = 'HarePeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
        },
        ['Heart Of Palm'] = {
                    ['ID'] = 'HeartOfPalmItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Collected from the inner core and growing bud of a palm tree.',
        },
        ['Hearty Hometown Pizza'] = {
                    ['ID'] = 'HeartyHometownPizzaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'When you feel nostalgic and miss that cozy hometown feeling.',
        },
        ['Heat Sink'] = {
                    ['ID'] = 'HeatSinkItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A copper plate to draw and disperse heat.',
        },
        ['Heliconia Seed'] = {
                    ['ID'] = 'HeliconiaSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow heliconia.',
        },
        ['Heliconia Seed Pack'] = {
                    ['ID'] = 'HeliconiaSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow heliconia.',
        },
        ['Hemp Mooring Rope'] = {
                    ['ID'] = 'HempMooringRopeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Strong ropes used to hold down and prevent ships from moving around.',
        },
        ['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.',
        },
        ['Hewn Bench'] = {
                    ['ID'] = 'HewnBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic wooden bench.',
        },
        ['Hewn Chair'] = {
                    ['ID'] = 'HewnChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
        },
        ['Hewn Door'] = {
                    ['ID'] = 'HewnDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
        },
        ['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.',
        },
        ['Hewn Hardwood Bench'] = {
                    ['ID'] = 'HewnHardwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic wooden bench.',
        },
        ['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.',
        },
        ['Hewn Hardwood Door'] = {
                    ['ID'] = 'HewnHardwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
        },
        ['Hewn Hardwood Table'] = {
                    ['ID'] = 'HewnHardwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large table for placing things on.',
        },
        ['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.',
        },
        ['Hewn Nightstand'] = {
                    ['ID'] = 'HewnNightstandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple hewn wooden nightstand you can pile unread books on.',
        },
        ['Hewn Softwood Bench'] = {
                    ['ID'] = 'HewnSoftwoodBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic wooden bench.',
        },
        ['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.',
        },
        ['Hewn Softwood Door'] = {
                    ['ID'] = 'HewnSoftwoodDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from roughly hewn logs.',
        },
        ['Hewn Softwood Table'] = {
                    ['ID'] = 'HewnSoftwoodTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large table for placing things on.',
        },
        ['Hewn Table'] = {
                    ['ID'] = 'HewnTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large table for placing things on.',
        },
        ['Hide Ash Fertilizer'] = {
                    ['ID'] = 'HideAshFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A fertilizer made from hide ash and fillers.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Hosomaki'] = {
                    ['ID'] = 'HosomakiItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A simple sushi roll consisting of rice and fish tightly wrapped with seaweed. ',
        },
        ['Huckleberries'] = {
                    ['ID'] = 'HuckleberriesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A handfull of small wild berries. I\'m your huckleberry.',
        },
        ['Huckleberry Extract'] = {
                    ['ID'] = 'HuckleberryExtractItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A concentrated blast of huckleberry goodness.',
        },
        ['Huckleberry Fritter'] = {
                    ['ID'] = 'HuckleberryFritterItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Fried and sweet.',
        },
        ['Huckleberry Pie'] = {
                    ['ID'] = 'HuckleberryPieItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fantastic combination of flaky crust and scrumptious berries.',
        },
        ['Huckleberry Seed'] = {
                    ['ID'] = 'HuckleberrySeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a huckleberry bush.',
        },
        ['Huckleberry Seed Pack'] = {
                    ['ID'] = 'HuckleberrySeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a huckleberry bush.',
        },
        ['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.',
        },
        ['Huge Iron Banner Sign'] = {
                    ['ID'] = 'HugeIronBannerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A very large iron banner placed between two iron pillars. ',
        },
        ['Huge Iron Sign'] = {
                    ['ID'] = 'HugeIronSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A very large iron sign.',
        },
        ['Huge Steel Banner Sign'] = {
                    ['ID'] = 'HugeSteelBannerSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large illuminated banner mounted on a steel frame portal.',
        },
        ['Huge Steel Sign'] = {
                    ['ID'] = 'HugeSteelSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An illuminated large steel sign.',
        },
        ['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.',
        },
        ['Human Limbs'] = {
                    ['ID'] = 'HumanLimbsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Limbs',
        },
        ['Hunter'] = {
                    ['ID'] = 'HunterSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Hunting animals provides a great source of nutritious food and their skins can be used in a variety of crafting projects.',
        },
        ['Hunting'] = {
                    ['ID'] = 'HuntingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Hunt animals for skin and meat. Levels up by successfully hunting.',
        },
        ['Hunting Upgrade'] = {
                    ['ID'] = 'HuntingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Hunting recipes.',
        },
        ['Hydrocolloids'] = {
                    ['ID'] = 'HydrocolloidsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Used to make collids for bursts of flavor.',
        },
        ['Hydrometer'] = {
                    ['ID'] = 'HydrometerItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Measures the water content of the environment.',
        },
        ['Icebox'] = {
                    ['ID'] = 'IceboxItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A box of ice. It\'s in the name!',
        },
        ['Immigration Desk'] = {
                    ['ID'] = 'ImmigrationDeskItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Immigration requirements and decisions needs to pass an immigration desk before approval.',
        },
        ['Industrial'] = {
                    ['ID'] = 'IndustrialItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Industrial room overriding any value.',
        },
        ['Industrial Barge'] = {
                    ['ID'] = 'IndustrialBargeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['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.',
        },
        ['Industrial Generator'] = {
                    ['ID'] = 'IndustrialGeneratorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large modern generator consuming liquid fuel to generate high volumes of electricity.',
        },
        ['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.',
        },
        ['Industrial Refrigerator'] = {
                    ['ID'] = 'IndustrialRefrigeratorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger food storage solution for when you want to keep it fresh!',
        },
        ['Industry'] = {
                    ['ID'] = 'IndustrySkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Advanced industrialization to produce larger machines and advanced technology. Levels up by crafting related recipes.',
        },
        ['Industry Skill Book'] = {
                    ['ID'] = 'IndustrySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Industry Skill Scroll'] = {
                    ['ID'] = 'IndustrySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Industry Upgrade'] = {
                    ['ID'] = 'IndustryUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Industry recipes.',
        },
        ['Infused Oil'] = {
                    ['ID'] = 'InfusedOilItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Oil infused with flavor to enhance it.',
        },
        ['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.',
        },
        ['Ink'] = {
                    ['ID'] = 'InkItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A vial of ink used in more sophisticated processing of paper into documents.',
        },
        ['Iron Anchor'] = {
                    ['ID'] = 'IronAnchorItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A solid iron anchor used to park your vessel.',
        },
        ['Iron Axe'] = {
                    ['ID'] = 'IronAxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A sturdy iron axe made for cutting down trees.',
        },
        ['Iron Axle'] = {
                    ['ID'] = 'IronAxleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A rotating iron rod that can be fixed to wheels for use in vehicles.',
        },
        ['Iron Bar'] = {
                    ['ID'] = 'IronBarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined bar of iron.',
        },
        ['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.',
        },
        ['Iron Frame Landscape'] = {
                    ['ID'] = 'IronFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
        },
        ['Iron Frame Portrait'] = {
                    ['ID'] = 'IronFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
        },
        ['Iron Frame Square'] = {
                    ['ID'] = 'IronFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
        },
        ['Iron Frame Tall'] = {
                    ['ID'] = 'IronFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
        },
        ['Iron Frame Wide'] = {
                    ['ID'] = 'IronFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An iron frame useful for simple picture and art displays.',
        },
        ['Iron Gear'] = {
                    ['ID'] = 'IronGearItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A toothed machine part that interlocks with others.',
        },
        ['Iron Hammer'] = {
                    ['ID'] = 'IronHammerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'An iron hammer allows for more sophisticated building.',
        },
        ['Iron Hoe'] = {
                    ['ID'] = 'IronHoeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A sturdy iron hoe made for tilling the soil.',
        },
        ['Iron Hull Sheet'] = {
                    ['ID'] = 'IronHullSheetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Thin iron plates for use in various crafting recipes.',
        },
        ['Iron Machete'] = {
                    ['ID'] = 'IronMacheteItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A machete used to quickly clear plants.',
        },
        ['Iron Ore'] = {
                    ['ID'] = 'IronOreItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Unrefined ore with traces of iron.',
        },
        ['Iron Oxide'] = {
                    ['ID'] = 'IronOxideItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Pulverized iron ore left out exposed turning it into what commonly is known as rust.',
        },
        ['Iron Paint Sprayer'] = {
                    ['ID'] = 'IronPaintSprayerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A mechanical paint tool with more advanced functionality over its crude wooden predecessor.',
        },
        ['Iron Pickaxe'] = {
                    ['ID'] = 'IronPickaxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A sturdy iron pickaxe used to break down stone and ore into usable rubble.',
        },
        ['Iron Pipe'] = {
                    ['ID'] = 'IronPipeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A pipe for transporting liquids.',
        },
        ['Iron Plate'] = {
                    ['ID'] = 'IronPlateItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A solid iron plate for use in various crafting recipes.',
        },
        ['Iron Road Tool'] = {
                    ['ID'] = 'IronRoadToolItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A tool for tamping dirt into roads.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Iron Shovel'] = {
                    ['ID'] = 'IronShovelItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A sturdy shovel that breaks less than its wooden counterpart.',
        },
        ['Iron Sickle'] = {
                    ['ID'] = 'IronSickleItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'An iron sickle used to harvest crops or cut grass.',
        },
        ['Iron Wheel'] = {
                    ['ID'] = 'IronWheelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A sturdy iron wheel that can support heavier vehicles than early wooden wheels.',
        },
        ['Jaguar Carcass'] = {
                    ['ID'] = 'JaguarCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead Jaguar.',
        },
        ['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.',
        },
        ['Jazz Hands'] = {
                    ['ID'] = 'JazzHandsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Hands',
        },
        ['Jointfir Seed'] = {
                    ['ID'] = 'JointfirSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a jointfir.',
        },
        ['Jointfir Seed Pack'] = {
                    ['ID'] = 'JointfirSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a jointfir.',
        },
        ['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.',
        },
        ['Joshua Seed'] = {
                    ['ID'] = 'JoshuaSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a joshua tree.',
        },
        ['Joshua Seed Pack'] = {
                    ['ID'] = 'JoshuaSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a joshua tree.',
        },
        ['Jungle Campfire Salad'] = {
                    ['ID'] = 'JungleCampfireSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
        },
        ['Jungle Campfire Stew'] = {
                    ['ID'] = 'JungleCampfireStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.',
        },
        ['Kelp'] = {
                    ['ID'] = 'KelpItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Some creepy kelp.',
        },
        ['Kelp Seed'] = {
                    ['ID'] = 'KelpSeedItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow kelp.',
        },
        ['Kelp Seed Pack'] = {
                    ['ID'] = 'KelpSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow kelp.',
        },
        ['Kelpy Crab Roll'] = {
                    ['ID'] = 'KelpyCrabRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Pieces of crab on a bed of rice rolled up and covered in kelp.',
        },
        ['Kiln'] = {
                    ['ID'] = 'KilnItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Useful for baking bricks and finishing pottery.',
        },
        ['King Fern Spore'] = {
                    ['ID'] = 'KingFernSporeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow king fern.',
        },
        ['King Fern Spore Pack'] = {
                    ['ID'] = 'KingFernSporePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow king fern.',
        },
        ['Kitchen'] = {
                    ['ID'] = 'KitchenItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A prep area for food which allows for more complex dishes.',
        },
        ['Kitchenroom'] = {
                    ['ID'] = 'KitchenroomItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Kitchen value.',
        },
        ['Kite'] = {
                    ['ID'] = 'KiteItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A fixed flying kite for your garden.',
        },
        ['Koi Pond'] = {
                    ['ID'] = 'KoiPondItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple pond filled with water for your decorative outdoor needs.',
        },
        ['Laboratory'] = {
                    ['ID'] = 'LaboratoryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For more advanced research and manufacturing. Science rules!',
        },
        ['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.',
        },
        ['Large Canoe'] = {
                    ['ID'] = 'LargeCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger canoe for personal transport and medium sized loads.',
        },
        ['Large Corrugated Steel Door'] = {
                    ['ID'] = 'LargeCorrugatedSteelDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large corrugated steel door.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Large Festive Paper Lantern'] = {
                    ['ID'] = 'LargeFestivePaperLanternItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large festive paper lantern.',
        },
        ['Large Hanging Ashlar Basalt Sign'] = {
                    ['ID'] = 'LargeHangingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Gneiss Sign'] = {
                    ['ID'] = 'LargeHangingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Granite Sign'] = {
                    ['ID'] = 'LargeHangingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Limestone Sign'] = {
                    ['ID'] = 'LargeHangingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Sandstone Sign'] = {
                    ['ID'] = 'LargeHangingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Shale Sign'] = {
                    ['ID'] = 'LargeHangingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Ashlar Stone Sign'] = {
                    ['ID'] = 'LargeHangingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Birch Sign'] = {
                    ['ID'] = 'LargeHangingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Cedar Sign'] = {
                    ['ID'] = 'LargeHangingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Ceiba Sign'] = {
                    ['ID'] = 'LargeHangingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Fir Sign'] = {
                    ['ID'] = 'LargeHangingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Hardwood Sign'] = {
                    ['ID'] = 'LargeHangingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Joshua Sign'] = {
                    ['ID'] = 'LargeHangingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Lumber Sign'] = {
                    ['ID'] = 'LargeHangingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Mortared Granite Sign'] = {
                    ['ID'] = 'LargeHangingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Mortared Limestone Sign'] = {
                    ['ID'] = 'LargeHangingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Mortared Sandstone Sign'] = {
                    ['ID'] = 'LargeHangingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Mortared Stone Sign'] = {
                    ['ID'] = 'LargeHangingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Oak Sign'] = {
                    ['ID'] = 'LargeHangingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Palm Sign'] = {
                    ['ID'] = 'LargeHangingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Redwood Sign'] = {
                    ['ID'] = 'LargeHangingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Saguaro Sign'] = {
                    ['ID'] = 'LargeHangingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Softwood Sign'] = {
                    ['ID'] = 'LargeHangingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Spruce Sign'] = {
                    ['ID'] = 'LargeHangingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Hanging Stone Sign'] = {
                    ['ID'] = 'LargeHangingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Hanging Wood Sign'] = {
                    ['ID'] = 'LargeHangingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Lumber Door'] = {
                    ['ID'] = 'LargeLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber door allowing moderate sized vehicles through..',
        },
        ['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. ',
        },
        ['Large Metal Ship Frame'] = {
                    ['ID'] = 'LargeMetalShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A large metal frame for constructing a larger naval vessel.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Large Paper Lantern'] = {
                    ['ID'] = 'LargePaperLanternItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large paper lantern.',
        },
        ['Large Standing Ashlar Basalt Sign'] = {
                    ['ID'] = 'LargeStandingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Gneiss Sign'] = {
                    ['ID'] = 'LargeStandingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Granite Sign'] = {
                    ['ID'] = 'LargeStandingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Limestone Sign'] = {
                    ['ID'] = 'LargeStandingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Sandstone Sign'] = {
                    ['ID'] = 'LargeStandingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Shale Sign'] = {
                    ['ID'] = 'LargeStandingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Ashlar Stone Sign'] = {
                    ['ID'] = 'LargeStandingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Birch Sign'] = {
                    ['ID'] = 'LargeStandingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Cedar Sign'] = {
                    ['ID'] = 'LargeStandingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Ceiba Sign'] = {
                    ['ID'] = 'LargeStandingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Fir Sign'] = {
                    ['ID'] = 'LargeStandingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Hardwood Sign'] = {
                    ['ID'] = 'LargeStandingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Joshua Sign'] = {
                    ['ID'] = 'LargeStandingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Lumber Sign'] = {
                    ['ID'] = 'LargeStandingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Mortared Granite Sign'] = {
                    ['ID'] = 'LargeStandingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Mortared Limestone Sign'] = {
                    ['ID'] = 'LargeStandingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Mortared Sandstone Sign'] = {
                    ['ID'] = 'LargeStandingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Mortared Stone Sign'] = {
                    ['ID'] = 'LargeStandingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Oak Sign'] = {
                    ['ID'] = 'LargeStandingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Palm Sign'] = {
                    ['ID'] = 'LargeStandingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Redwood Sign'] = {
                    ['ID'] = 'LargeStandingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Saguaro Sign'] = {
                    ['ID'] = 'LargeStandingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Softwood Sign'] = {
                    ['ID'] = 'LargeStandingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Spruce Sign'] = {
                    ['ID'] = 'LargeStandingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Standing Stone Sign'] = {
                    ['ID'] = 'LargeStandingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all your large text needs!',
        },
        ['Large Standing Wood Sign'] = {
                    ['ID'] = 'LargeStandingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign for all of your larger text needs!',
        },
        ['Large Windowed Lumber Door'] = {
                    ['ID'] = 'LargeWindowedLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber door with windows allowing moderate sized vehicles through..',
        },
        ['Large Wooden Bookshelf'] = {
                    ['ID'] = 'LargeWoodenBookshelfItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Large Wooden Ship Frame'] = {
                    ['ID'] = 'LargeWoodenShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A large wooden frame for constructing a larger naval vessel.',
        },
        ['Laser'] = {
                    ['ID'] = 'LaserItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'AVOID DIRECT EYE EXPOSURE',
        },
        ['Lathe'] = {
                    ['ID'] = 'LatheItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
        },
        ['Lattice Mushroom Spores'] = {
                    ['ID'] = 'LatticeMushroomSporesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow lattice mushrooms.',
        },
        ['Lattice Mushroom Spores Pack'] = {
                    ['ID'] = 'LatticeMushroomSporesPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow lattice mushrooms.',
        },
        ['Lavish Workspace: AdvancedBaking'] = {
                    ['ID'] = 'AdvancedBakingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: AdvancedCooking'] = {
                    ['ID'] = 'AdvancedCookingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: AdvancedMasonry'] = {
                    ['ID'] = 'AdvancedMasonryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: AdvancedSmelting'] = {
                    ['ID'] = 'AdvancedSmeltingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Baking'] = {
                    ['ID'] = 'BakingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: BasicEngineering'] = {
                    ['ID'] = 'BasicEngineeringLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Blacksmith'] = {
                    ['ID'] = 'BlacksmithLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Butchery'] = {
                    ['ID'] = 'ButcheryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: CampfireCooking'] = {
                    ['ID'] = 'CampfireCookingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Carpentry'] = {
                    ['ID'] = 'CarpentryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Composites'] = {
                    ['ID'] = 'CompositesLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Cooking'] = {
                    ['ID'] = 'CookingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: CuttingEdgeCooking'] = {
                    ['ID'] = 'CuttingEdgeCookingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Electronics'] = {
                    ['ID'] = 'ElectronicsLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Farming'] = {
                    ['ID'] = 'FarmingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Fertilizers'] = {
                    ['ID'] = 'FertilizersLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Glassworking'] = {
                    ['ID'] = 'GlassworkingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Industry'] = {
                    ['ID'] = 'IndustryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Masonry'] = {
                    ['ID'] = 'MasonryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Mechanics'] = {
                    ['ID'] = 'MechanicsLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Milling'] = {
                    ['ID'] = 'MillingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: OilDrilling'] = {
                    ['ID'] = 'OilDrillingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Painting'] = {
                    ['ID'] = 'PaintingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: PaperMilling'] = {
                    ['ID'] = 'PaperMillingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Pottery'] = {
                    ['ID'] = 'PotteryLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Shipwright'] = {
                    ['ID'] = 'ShipwrightLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Smelting'] = {
                    ['ID'] = 'SmeltingLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Lavish Workspace: Tailoring'] = {
                    ['ID'] = 'TailoringLavishWorkspaceTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
        },
        ['Leather Hide'] = {
                    ['ID'] = 'LeatherHideItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A thick hide.',
        },
        ['Leavened Dough'] = {
                    ['ID'] = 'LeavenedDoughItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Leavened dough with added yeast that rises when baked.',
        },
        ['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)',
        },
        ['Light Bulb'] = {
                    ['ID'] = 'LightBulbItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An electric light with a wire filament.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Limestone Bison Statue'] = {
                    ['ID'] = 'LimestoneBisonStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A bison statue carved from limestone.',
        },
        ['Limestone Otter Statue'] = {
                    ['ID'] = 'LimestoneOtterStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An otter statue carved from limestone.',
        },
        ['Limestone Owl Statue'] = {
                    ['ID'] = 'LimestoneOwlStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An owl statue carved from limestone.',
        },
        ['Limestone Podium'] = {
                    ['ID'] = 'LimestonePodiumItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Limestone Wolf Statue'] = {
                    ['ID'] = 'LimestoneWolfStatueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wolf statue carved from limestone.',
        },
        ['Linen Fabric'] = {
                    ['ID'] = 'LinenFabricItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A rough linen fabric that covers your basic needs.',
        },
        ['Linen Yarn'] = {
                    ['ID'] = 'LinenYarnItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Flax fibers spun into a usable string commonly known as linen yarn.',
        },
        ['Liquid Converter'] = {
                    ['ID'] = 'LiquidCrafterItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Example crafting table that uses liquids.',
        },
        ['Liquid Nitrogen'] = {
                    ['ID'] = 'LiquidNitrogenItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Useful for a quick chilling.',
        },
        ['Livingroom'] = {
                    ['ID'] = 'LivingroomItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'QA Test Object adding Livingroom value.',
        },
        ['Loaded Taro Fries'] = {
                    ['ID'] = 'LoadedTaroFriesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Taro Fries with extra everything.',
        },
        ['Log'] = {
                    ['ID'] = 'LogItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A stack of logs.',
        },
        ['Loggers Luck: Logging'] = {
                    ['ID'] = 'LoggingLoggersLuckTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = '[WIP - No functionality yet]Every hit has a chance of destroying tree stumps and splitting trunks immediately.',
        },
        ['Logging'] = {
                    ['ID'] = 'LoggingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Wood is a useful resource and cutting down trees is a skill anyone can appreciate. Levels up by felling trees and clearing debris.',
        },
        ['Logging Advanced Upgrade'] = {
                    ['ID'] = 'LoggingAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Logging recipes.',
        },
        ['Logging Basic Upgrade'] = {
                    ['ID'] = 'LoggingBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Logging recipes.',
        },
        ['Logic Gate Item'] = {
                    ['ID'] = 'LogicGateItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Loom'] = {
                    ['ID'] = 'LoomItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A device for making fabric by weaving yarn or thread.',
        },
        ['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%)',
        },
        ['Lubricant'] = {
                    ['ID'] = 'LubricantItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An extremely useful greasy material that helps machinery to run.',
        },
        ['Lucky Break: Mining'] = {
                    ['ID'] = 'MiningLuckyBreakTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Mining rocks no longer has a chance to create large chunks.',
        },
        ['Lumber'] = {
                    ['ID'] = 'LumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Can be fashioned into various usable equipment.',
        },
        ['Lumber Bench'] = {
                    ['ID'] = 'LumberBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A lumber bench for when you need extra seating space than a traditional chair.',
        },
        ['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.',
        },
        ['Lumber Door'] = {
                    ['ID'] = 'LumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from finely cut lumber.',
        },
        ['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.',
        },
        ['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. ',
        },
        ['Lumber Table'] = {
                    ['ID'] = 'LumberTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber table for eating meals or getting some work done.',
        },
        ['Lumber Warehouse Shelves'] = {
                    ['ID'] = 'LumberWarehouseShelvesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Lupine Seed'] = {
                    ['ID'] = 'LupineSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow lupine.',
        },
        ['Lupine Seed Pack'] = {
                    ['ID'] = 'LupineSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow lupine.',
        },
        ['Macarons'] = {
                    ['ID'] = 'MacaronsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A small circular biscuit with a sweet huckleberry filling.',
        },
        ['Machinist Table'] = {
                    ['ID'] = 'MachinistTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A fancy tool bench that creates equally fancy toys.',
        },
        ['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.',
        },
        ['Mailbox'] = {
                    ['ID'] = 'MailboxItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Maltodextrin'] = {
                    ['ID'] = 'MaltodextrinItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'For powdering high-fat liquids.',
        },
        ['Marmot Carcass'] = {
                    ['ID'] = 'MarmotCarcassItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead marmot.',
        },
        ['Masculine Mannequin'] = {
                    ['ID'] = 'MasculineMannequinItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Mason'] = {
                    ['ID'] = 'MasonSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Masons craft with stone and are a valuable source of building material and furniture. The ore they collect is used by smiths to smelt into metal bars.',
        },
        ['Mason Sign'] = {
                    ['ID'] = 'MasonSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Masonry'] = {
                    ['ID'] = 'MasonrySkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Rocks and mortar can provide a suitable building material alternative to wood. Levels up by crafting related recipes.',
        },
        ['Masonry Advanced Upgrade'] = {
                    ['ID'] = 'MasonryAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Masonry recipes.',
        },
        ['Masonry Basic Upgrade'] = {
                    ['ID'] = 'MasonryBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Masonry recipes.',
        },
        ['Masonry Skill Book'] = {
                    ['ID'] = 'MasonrySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Masonry Skill Scroll'] = {
                    ['ID'] = 'MasonrySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Masonry Table'] = {
                    ['ID'] = 'MasonryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A workstation for hewing and shaping stone into usable objects.',
        },
        ['Master Tracker: Hunting'] = {
                    ['ID'] = 'HuntingMasterTrackerTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'A master tracker is capable of following its prey over the highest peaks or through the densest of jungles.',
        },
        ['Meat Pie'] = {
                    ['ID'] = 'MeatPieItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Much like a huckleberry pie, but filled to the brim with succulent meat.',
        },
        ['Meat Stock'] = {
                    ['ID'] = 'MeatStockItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A meaty stock made from the flesh of animals.',
        },
        ['Meaty Stew'] = {
                    ['ID'] = 'MeatyStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick meaty stew. A great source of protein.',
        },
        ['Mechanical Water Pump'] = {
                    ['ID'] = 'MechanicalWaterPumpItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Pumps water from a source into a pipe network.',
        },
        ['Mechanics'] = {
                    ['ID'] = 'MechanicsSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Mechanics for more advanced creations. Levels up by crafting related recipes.',
        },
        ['Mechanics Advanced Upgrade'] = {
                    ['ID'] = 'MechanicsAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Mechanics recipes.',
        },
        ['Mechanics Modern Upgrade'] = {
                    ['ID'] = 'MechanicsModernUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Mechanics recipes.',
        },
        ['Mechanics Skill Book'] = {
                    ['ID'] = 'MechanicsSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Mechanics Skill Scroll'] = {
                    ['ID'] = 'MechanicsSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Medium Fishing Trawler'] = {
                    ['ID'] = 'MediumFishingTrawlerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Medium Metal Ship Frame'] = {
                    ['ID'] = 'MediumMetalShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A medium metal frame for constructing a naval vessel.',
        },
        ['Medium Shipyard'] = {
                    ['ID'] = 'MediumShipyardItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A bigger more suitable place to build larger vessels with more extensive functionalities.',
        },
        ['Medium Wooden Ship Frame'] = {
                    ['ID'] = 'MediumWoodenShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A medium wooden frame for constructing a larger naval vessel.',
        },
        ['Metal Keel'] = {
                    ['ID'] = 'MetalKeelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'The backbone of any metal ship.',
        },
        ['Metal Rudder'] = {
                    ['ID'] = 'MetalRudderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'If you dont have one of these, you have no control over your heading.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Meteor Shard'] = {
                    ['ID'] = 'MeteorShardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Thanks for supporting ECO!',
        },
        ['Milk'] = {
                    ['ID'] = 'MilkItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Milk, although maybe not from an animal.',
        },
        ['Mill'] = {
                    ['ID'] = 'MillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Refines food resources by crushing them under a stone millstone.',
        },
        ['Mill Stone'] = {
                    ['ID'] = 'MillStoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A simple round stone used for crushing other things.',
        },
        ['Milling'] = {
                    ['ID'] = 'MillingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Milling various products can create important materials for baking and other uses. Levels up by crafting related recipes.',
        },
        ['Milling Skill Book'] = {
                    ['ID'] = 'MillingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Milling Skill Scroll'] = {
                    ['ID'] = 'MillingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Milling Upgrade'] = {
                    ['ID'] = 'MillingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Milling recipes.',
        },
        ['Millionaires Salad'] = {
                    ['ID'] = 'MillionairesSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A decadent yet healthy assemblage.',
        },
        ['Mining'] = {
                    ['ID'] = 'MiningSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Hitting rocks with a pickaxe can be surprisingly difficult. Levels up by breaking rocks.',
        },
        ['Mining Advanced Upgrade'] = {
                    ['ID'] = 'MiningAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Mining recipes.',
        },
        ['Mining Basic Upgrade'] = {
                    ['ID'] = 'MiningBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Mining recipes.',
        },
        ['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.)',
        },
        ['Mining Modern Upgrade'] = {
                    ['ID'] = 'MiningModernUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Mining recipes.',
        },
        ['Mint'] = {
                    ['ID'] = 'MintItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows for the creation of currency.',
        },
        ['Mochi'] = {
                    ['ID'] = 'MochiItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Watch your hands!',
        },
        ['Modern Axe'] = {
                    ['ID'] = 'ModernAxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern axe with a non-slip handle made using fiberglass.',
        },
        ['Modern Double Street Light'] = {
                    ['ID'] = 'ModernDoubleStreetLightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A towering metal light post that requires electricity to run.',
        },
        ['Modern Hammer'] = {
                    ['ID'] = 'ModernHammerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern hammer with a non-slip handle made using fiberglass.',
        },
        ['Modern Hoe'] = {
                    ['ID'] = 'ModernHoeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern hoe with increased range.',
        },
        ['Modern Machete'] = {
                    ['ID'] = 'ModernMacheteItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A machete used to quickly clear plants. Has a large AoE with each swing.',
        },
        ['Modern Paint Sprayer'] = {
                    ['ID'] = 'ModernPaintSprayerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern painting tool using sophisticated electronic throttling for a continues experience.',
        },
        ['Modern Pickaxe'] = {
                    ['ID'] = 'ModernPickaxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A modern pickaxe with a non-slip handle made using fiberglass.',
        },
        ['Modern Rock Drill'] = {
                    ['ID'] = 'ModernRockDrillItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A gasoline-powered alternative for faster geological sampling.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Modern Sorter Rack'] = {
                    ['ID'] = 'ModernSorterRackItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Modern rack for sort items between stockpiles',
        },
        ['Modern Street Light'] = {
                    ['ID'] = 'ModernStreetLightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A towering metal light post that requires electricity to run.',
        },
        ['Modern Upgrade 1'] = {
                    ['ID'] = 'ModernUpgradeLvl1Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
        },
        ['Modern Upgrade 2'] = {
                    ['ID'] = 'ModernUpgradeLvl2Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
        },
        ['Modern Upgrade 3'] = {
                    ['ID'] = 'ModernUpgradeLvl3Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
        },
        ['Modern Upgrade 4'] = {
                    ['ID'] = 'ModernUpgradeLvl4Item',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade with great efficiency increase.',
        },
        ['Moon Jellyfish'] = {
                    ['ID'] = 'MoonJellyfishItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A moon jellyfish.',
        },
        ['Mortar'] = {
                    ['ID'] = 'MortarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A binding pitch useful as a mortar.',
        },
        ['Mortared Basalt'] = {
                    ['ID'] = 'MortaredBasaltItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
        },
        ['Mortared Gneiss'] = {
                    ['ID'] = 'MortaredGneissItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
        },
        ['Mortared Granite'] = {
                    ['ID'] = 'MortaredGraniteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
        },
        ['Mortared Granite Bench'] = {
                    ['ID'] = 'MortaredGraniteBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone bench for sitting.',
        },
        ['Mortared Granite Chair'] = {
                    ['ID'] = 'MortaredGraniteChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
        },
        ['Mortared Granite Door'] = {
                    ['ID'] = 'MortaredGraniteDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy mortared stone door.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Mortared Limestone'] = {
                    ['ID'] = 'MortaredLimestoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
        },
        ['Mortared Limestone Bench'] = {
                    ['ID'] = 'MortaredLimestoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone bench for sitting.',
        },
        ['Mortared Limestone Chair'] = {
                    ['ID'] = 'MortaredLimestoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
        },
        ['Mortared Limestone Door'] = {
                    ['ID'] = 'MortaredLimestoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy mortared stone door.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Mortared Sandstone'] = {
                    ['ID'] = 'MortaredSandstoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
        },
        ['Mortared Sandstone Bench'] = {
                    ['ID'] = 'MortaredSandstoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone bench for sitting.',
        },
        ['Mortared Sandstone Chair'] = {
                    ['ID'] = 'MortaredSandstoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
        },
        ['Mortared Sandstone Door'] = {
                    ['ID'] = 'MortaredSandstoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy mortared stone door.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Mortared Shale'] = {
                    ['ID'] = 'MortaredShaleItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Used to create tough but rudimentary buildings.',
        },
        ['Mortared Stone'] = {
                    ['ID'] = 'MortaredStoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Old stone',
        },
        ['Mortared Stone Bench'] = {
                    ['ID'] = 'MortaredStoneBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic stone bench for sitting.',
        },
        ['Mortared Stone Chair'] = {
                    ['ID'] = 'MortaredStoneChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An early stone chair. Not too comfy but it does the job.',
        },
        ['Mortared Stone Door'] = {
                    ['ID'] = 'MortaredStoneDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy mortared stone door.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Mountain Goat Carcass'] = {
                    ['ID'] = 'MountainGoatCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead mountain goat.',
        },
        ['Muffin Hat'] = {
                    ['ID'] = 'MuffinHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'I have no idea why it\'s called that but it\'s not edible.',
        },
        ['Nail'] = {
                    ['ID'] = 'NailItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Nails used for construction.',
        },
        ['Natural Gatherer: Gathering'] = {
                    ['ID'] = 'GatheringNaturalGathererTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the yield of natural plants by 20 percent.',
        },
        ['Nature Adventurer: SelfImprovement'] = {
                    ['ID'] = 'SelfImprovementNatureAdventurerTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Slightly increases movement speed in low activity areas.',
        },
        ['Nitric Acid'] = {
                    ['ID'] = 'NitricAcidItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An acidic compound used in a large number of chemical products . Not suitable for food.',
        },
        ['Nitrogen Item'] = {
                    ['ID'] = 'NitrogenItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'An inert gas.',
        },
        ['Normal Hair'] = {
                    ['ID'] = 'NormalHairItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'The hair with a completely normal amount of flare.',
        },
        ['Norse Canoe'] = {
                    ['ID'] = 'NorseCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A larger canoe for personal transport and medium sized loads.',
        },
        ['Nuclear Fuel'] = {
                    ['ID'] = 'NuclearFuelItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Unstable nuclear fuel.',
        },
        ['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. ',
        },
        ['Nylon Carpet'] = {
                    ['ID'] = 'NylonCarpetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A woven nylon floor covering attached to a lumber backing.',
        },
        ['Nylon Chips'] = {
                    ['ID'] = 'NylonChipsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
        },
        ['Nylon Curtains'] = {
                    ['ID'] = 'NylonCurtainsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Curtains made out of plastic?  (Only cosmetic does not impact room value.)',
        },
        ['Nylon Fabric'] = {
                    ['ID'] = 'NylonFabricItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A synthetic fabric that is desired for its durability and cheap cost to produce.',
        },
        ['Nylon Futon Bed'] = {
                    ['ID'] = 'NylonFutonBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A classic futon for when regular beds are too soft.',
        },
        ['Nylon Futon Couch'] = {
                    ['ID'] = 'NylonFutonCouchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A modern styled couch with a classic touch.',
        },
        ['Nylon Mooring Rope'] = {
                    ['ID'] = 'NylonMooringRopeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A strong synthetic rope used to make sure a ship does not drift away.',
        },
        ['Nylon Thread'] = {
                    ['ID'] = 'NylonThreadItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Synthetic thread that has more resistance to abrasion than more natural threads.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Objectives'] = {
                    ['ID'] = 'WorldPopItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Actionbar Items',
                    ['Description'] = 'Opens the objectives panel, showing the stated objectives and other activities of citizens.',
        },
        ['Occupancy Init Item'] = {
                    ['ID'] = 'OccupancyInitItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
        },
        ['Ocean Spray Seed'] = {
                    ['ID'] = 'OceanSpraySeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow ocean spray.',
        },
        ['Ocean Spray Seed Pack'] = {
                    ['ID'] = 'OceanSpraySeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow ocean spray.',
        },
        ['Office Mailbox'] = {
                    ['ID'] = 'OfficeMailboxItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Oil'] = {
                    ['ID'] = 'OilItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A plant fat extracted for use in cooking.',
        },
        ['Oil Drilling'] = {
                    ['ID'] = 'OilDrillingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'While it takes some advanced tools and constructions, harvesting and refining oil can be an important step. Levels up by crafting related recipes.',
        },
        ['Oil Drilling Skill Book'] = {
                    ['ID'] = 'OilDrillingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Oil Drilling Skill Scroll'] = {
                    ['ID'] = 'OilDrillingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Oil Drilling Upgrade'] = {
                    ['ID'] = 'OilDrillingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Oil Drilling recipes.',
        },
        ['Oil Head Lamp'] = {
                    ['ID'] = 'OilHeadLampItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'An iron hardhat with a light source for the darkest places.(Flashlight)',
        },
        ['Oil Paint'] = {
                    ['ID'] = 'OilPaintItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A collection of paint variations used for art supplies.',
        },
        ['Oil Refinery'] = {
                    ['ID'] = 'OilRefineryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sets of pipes and tanks which refine crude petroleum into usable products.',
        },
        ['Orange Vase'] = {
                    ['ID'] = 'OrangeVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
        },
        ['Orchid'] = {
                    ['ID'] = 'OrchidItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Placeholder Description.',
        },
        ['Orchid Seed'] = {
                    ['ID'] = 'OrchidSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow an orchid.',
        },
        ['Orchid Seed Pack'] = {
                    ['ID'] = 'OrchidSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow an orchid.',
        },
        ['Ornate Cast Iron Plaque'] = {
                    ['ID'] = 'OrnateCastIronPlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
        },
        ['Ornate Gold Frame Landscape'] = {
                    ['ID'] = 'OrnateGoldFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
        },
        ['Ornate Gold Frame Portrait'] = {
                    ['ID'] = 'OrnateGoldFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
        },
        ['Ornate Gold Frame Square'] = {
                    ['ID'] = 'OrnateGoldFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
        },
        ['Ornate Gold Frame Tall'] = {
                    ['ID'] = 'OrnateGoldFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
        },
        ['Ornate Gold Frame Wide'] = {
                    ['ID'] = 'OrnateGoldFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate gold frame useful for simple picture and art displays.',
        },
        ['Ornate Iron Frame Landscape'] = {
                    ['ID'] = 'OrnateIronFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
        },
        ['Ornate Iron Frame Portrait'] = {
                    ['ID'] = 'OrnateIronFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
        },
        ['Ornate Iron Frame Square'] = {
                    ['ID'] = 'OrnateIronFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
        },
        ['Ornate Iron Frame Tall'] = {
                    ['ID'] = 'OrnateIronFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
        },
        ['Ornate Iron Frame Wide'] = {
                    ['ID'] = 'OrnateIronFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate iron frame useful for simple picture and art displays.',
        },
        ['Ornate Stone Plaque'] = {
                    ['ID'] = 'OrnateStonePlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
        },
        ['Ornate Wood Plaque'] = {
                    ['ID'] = 'OrnateWoodPlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
        },
        ['Ornate Wooden Frame Landscape'] = {
                    ['ID'] = 'OrnateWoodenFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
        },
        ['Ornate Wooden Frame Portrait'] = {
                    ['ID'] = 'OrnateWoodenFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
        },
        ['Ornate Wooden Frame Square'] = {
                    ['ID'] = 'OrnateWoodenFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
        },
        ['Ornate Wooden Frame Tall'] = {
                    ['ID'] = 'OrnateWoodenFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
        },
        ['Ornate Wooden Frame Wide'] = {
                    ['ID'] = 'OrnateWoodenFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An ornate wooden frame useful for simple picture and art displays.',
        },
        ['Otter Carcass'] = {
                    ['ID'] = 'OtterCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead otter.',
        },
        ['Outpost Claim Stake Item'] = {
                    ['ID'] = 'OutpostClaimStakeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Place this to start a new claim outside of any settlement.',
        },
        ['Outpost Netting'] = {
                    ['ID'] = 'OutpostNettingItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A way to store your items when you run out of floor space.',
        },
        ['Outpost Table'] = {
                    ['ID'] = 'OutpostTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An explorers best collection of information is stored here.',
        },
        ['Oxygen Item'] = {
                    ['ID'] = 'OxygenItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A reactive gas needed for respiration.',
        },
        ['Pacific Sardine'] = {
                    ['ID'] = 'PacificSardineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A pacific sardine.',
        },
        ['Padded Chair'] = {
                    ['ID'] = 'PaddedChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A comfy chair to rest in.',
        },
        ['Paint Bucket (White)'] = {
                    ['ID'] = 'PaintBucketItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Paint',
                    ['Description'] = 'Mixed and ready to go, just need to apply and let dry.',
        },
        ['Paint Mixer'] = {
                    ['ID'] = 'PaintMixerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A mixing station for all manners of colors used in paint.',
        },
        ['Paint Tool Item'] = {
                    ['ID'] = 'PaintToolItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = '',
        },
        ['Painting'] = {
                    ['ID'] = 'PaintingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'A painter uses different combination of liquids and powders to create a practical application of colors.',
        },
        ['Painting Skill Book'] = {
                    ['ID'] = 'PaintingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Painting Skill Scroll'] = {
                    ['ID'] = 'PaintingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Painting Upgrade'] = {
                    ['ID'] = 'PaintingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Painting recipes.',
        },
        ['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.',
        },
        ['Palm Seed'] = {
                    ['ID'] = 'PalmSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a palm tree.',
        },
        ['Palm Seed Pack'] = {
                    ['ID'] = 'PalmSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a palm tree.',
        },
        ['Papaya'] = {
                    ['ID'] = 'PapayaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Nice fresh Papaya.',
        },
        ['Papaya Seed'] = {
                    ['ID'] = 'PapayaSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a papaya plant.',
        },
        ['Papaya Seed Pack'] = {
                    ['ID'] = 'PapayaSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a papaya plant.',
        },
        ['Paper'] = {
                    ['ID'] = 'PaperItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'It\'s paper.',
        },
        ['Paper Machine'] = {
                    ['ID'] = 'PaperMachineItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Paper Milling'] = {
                    ['ID'] = 'PaperMillingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Paper to carry the written word. Or used to stuff in bookshelves. Levels up by crafting related recipes.',
        },
        ['Paper Milling Skill Book'] = {
                    ['ID'] = 'PaperMillingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Paper Milling Skill Scroll'] = {
                    ['ID'] = 'PaperMillingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Paper Milling Upgrade'] = {
                    ['ID'] = 'PaperMillingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Paper Milling recipes.',
        },
        ['Paper Streamers'] = {
                    ['ID'] = 'PaperStreamersItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Parallel Processing: AdvancedBaking'] = {
                    ['ID'] = 'AdvancedBakingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: AdvancedCooking'] = {
                    ['ID'] = 'AdvancedCookingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: AdvancedMasonry'] = {
                    ['ID'] = 'AdvancedMasonryParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: AdvancedSmelting'] = {
                    ['ID'] = 'AdvancedSmeltingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Baking'] = {
                    ['ID'] = 'BakingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: BasicEngineering'] = {
                    ['ID'] = 'BasicEngineeringParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Blacksmith'] = {
                    ['ID'] = 'BlacksmithParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Butchery'] = {
                    ['ID'] = 'ButcheryParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: CampfireCooking'] = {
                    ['ID'] = 'CampfireCookingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Carpentry'] = {
                    ['ID'] = 'CarpentryParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Composites'] = {
                    ['ID'] = 'CompositesParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Cooking'] = {
                    ['ID'] = 'CookingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: CuttingEdgeCooking'] = {
                    ['ID'] = 'CuttingEdgeCookingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Electronics'] = {
                    ['ID'] = 'ElectronicsParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Farming'] = {
                    ['ID'] = 'FarmingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Fertilizers'] = {
                    ['ID'] = 'FertilizersParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Glassworking'] = {
                    ['ID'] = 'GlassworkingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Industry'] = {
                    ['ID'] = 'IndustryParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Masonry'] = {
                    ['ID'] = 'MasonryParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Mechanics'] = {
                    ['ID'] = 'MechanicsParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Milling'] = {
                    ['ID'] = 'MillingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: OilDrilling'] = {
                    ['ID'] = 'OilDrillingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Painting'] = {
                    ['ID'] = 'PaintingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: PaperMilling'] = {
                    ['ID'] = 'PaperMillingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Pottery'] = {
                    ['ID'] = 'PotteryParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Shipwright'] = {
                    ['ID'] = 'ShipwrightParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Smelting'] = {
                    ['ID'] = 'SmeltingParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Parallel Processing: Tailoring'] = {
                    ['ID'] = 'TailoringParallelProcessingTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the crafting speed of identical tables when they share a room by 20 percent.',
        },
        ['Pastry Dough'] = {
                    ['ID'] = 'PastryDoughItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'An extra fatty leavened dough for making yummy pastries.',
        },
        ['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.',
        },
        ['Peat'] = {
                    ['ID'] = 'PeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A combustible organic material which can be used as fuel.',
        },
        ['Pelt Fertilizer'] = {
                    ['ID'] = 'PeltFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'A fertilize made from fur pelts and filler.',
        },
        ['Periodic Table Poster'] = {
                    ['ID'] = 'PeriodicTablePosterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A poster for the wall.',
        },
        ['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.',
        },
        ['Phad Thai'] = {
                    ['ID'] = 'PhadThaiItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'They make you full, and proud.',
        },
        ['Phosphate Fertilizer'] = {
                    ['ID'] = 'PhosphateFertilizerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Phosphate fertilizer is a great source of Phosphorus.',
        },
        ['Picture Item'] = {
                    ['ID'] = 'PictureItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A picture displaying a captured moment.',
        },
        ['Pineapple'] = {
                    ['ID'] = 'PineappleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Nice fresh Pineapple.',
        },
        ['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.',
        },
        ['Pineapple Seed'] = {
                    ['ID'] = 'PineappleSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a pineapple plant.',
        },
        ['Pineapple Seed Pack'] = {
                    ['ID'] = 'PineappleSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a pineapple plant.',
        },
        ['Pirate Hat'] = {
                    ['ID'] = 'PirateHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A tricorne pirates hat.',
        },
        ['Pirozhok'] = {
                    ['ID'] = 'PirozhokItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A baked bun filled with tasty meat and mushrooms.',
        },
        ['Piston'] = {
                    ['ID'] = 'PistonItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A moving component that transfers force. Can also function as a valve occasionally.',
        },
        ['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.',
        },
        ['Plant Vase'] = {
                    ['ID'] = 'PlantVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
        },
        ['Plastic'] = {
                    ['ID'] = 'PlasticItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An extremely useful synthetic material derived from petrochemicals.',
        },
        ['Plastic Buoy'] = {
                    ['ID'] = 'PlasticBuoyItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A modern plastic navigational buoy, can also be used as a moorage post.',
        },
        ['Plastic Outdoor Bench'] = {
                    ['ID'] = 'PlasticOutdoorBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple molded plastic furniture for outdoor use.',
        },
        ['Plastic Outdoor Chair'] = {
                    ['ID'] = 'PlasticOutdoorChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple molded plastic furniture for outdoor use.',
        },
        ['Plastic Outdoor Table'] = {
                    ['ID'] = 'PlasticOutdoorTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple molded plastic furniture for outdoor use.',
        },
        ['Plastic Window Planter'] = {
                    ['ID'] = 'PlasticWindowPlanterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple planter box mounted on a wall or by a window.',
        },
        ['Player Item'] = {
                    ['ID'] = 'PlayerItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
        },
        ['Poke Bowl'] = {
                    ['ID'] = 'PokeBowlItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A basic yet filling meal with a bite.',
        },
        ['Polishing Paste'] = {
                    ['ID'] = 'PolishingPasteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A high quality method of repairing your tools reducing waste.',
        },
        ['Ponytail'] = {
                    ['ID'] = 'PonytailItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['Portable Steam Engine'] = {
                    ['ID'] = 'PortableSteamEngineItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An engine that generates mechanical power through steam.',
        },
        ['Pottery'] = {
                    ['ID'] = 'PotterySkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Pottery is an advancement in masonry and can provide an excellent building material for communities. Levels up by crafting related recipes.',
        },
        ['Pottery Skill Book'] = {
                    ['ID'] = 'PotterySkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Pottery Skill Scroll'] = {
                    ['ID'] = 'PotterySkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Pottery Table'] = {
                    ['ID'] = 'PotteryTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A primitive table for shaping basic clay products.',
        },
        ['Pottery Upgrade'] = {
                    ['ID'] = 'PotteryUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Pottery recipes.',
        },
        ['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.',
        },
        ['Power Shot: Hunting'] = {
                    ['ID'] = 'HuntingPowerShotTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the damage tier of Bows',
        },
        ['Powered Cart'] = {
                    ['ID'] = 'PoweredCartItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Large cart for hauling sizable loads.',
        },
        ['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.',
        },
        ['Prairie Dog Carcass'] = {
                    ['ID'] = 'PrairieDogCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead prairie dog.',
        },
        ['Prepared Meat'] = {
                    ['ID'] = 'PreparedMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Carefully butchered meat, ready to cook.',
        },
        ['Prickly Pear Fruit'] = {
                    ['ID'] = 'PricklyPearFruitItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A succulent fruit coated in a rather terrifying array of spines.',
        },
        ['Prickly Pear Seed'] = {
                    ['ID'] = 'PricklyPearSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow prickly pear cacti.',
        },
        ['Prickly Pear Seed Pack'] = {
                    ['ID'] = 'PricklyPearSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow prickly pear cacti.',
        },
        ['Prime Cut'] = {
                    ['ID'] = 'PrimeCutItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A perfectly marbled piece of meat.',
        },
        ['Primitive Canvas Boots'] = {
                    ['ID'] = 'PrimitiveCanvasBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A pair of crude canvas boots for your everyday use.',
        },
        ['Primitive Canvas Pants'] = {
                    ['ID'] = 'PrimitiveCanvasPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Roughly stitched canvas pants.',
        },
        ['Primitive Canvas Shorts'] = {
                    ['ID'] = 'PrimitiveCanvasShortsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'They\'re like the Primitive Canvas Pants, but shorter.',
        },
        ['Primitive Fur Belt'] = {
                    ['ID'] = 'PrimitiveFurBeltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'You should probably still wear pants.',
        },
        ['Primitive Leather Boots'] = {
                    ['ID'] = 'PrimitiveLeatherBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A pair of crude leather boots for your everyday use.',
        },
        ['Primitive Leather Pants'] = {
                    ['ID'] = 'PrimitiveLeatherPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'You ever tried cutting leather with a rock?',
        },
        ['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.',
        },
        ['Primitive Leather Shorts'] = {
                    ['ID'] = 'PrimitiveLeatherShortsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'You may have enough leather left over to make a nice hat.',
        },
        ['Printing Press'] = {
                    ['ID'] = 'PrintingPressItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The world will never be the same.',
        },
        ['Printing Supplies'] = {
                    ['ID'] = 'PrintingSuppliesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A package of necessary items for copying art or other more elaborate designs.',
        },
        ['Pulp Filler'] = {
                    ['ID'] = 'PulpFillerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'Wood pulp and dirt make a great filler for other fertilizers. ',
        },
        ['Pump Jack'] = {
                    ['ID'] = 'PumpJackItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Drill, baby! Drill!',
        },
        ['Pumpkin'] = {
                    ['ID'] = 'PumpkinItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Round and large.',
        },
        ['Pumpkin Seed'] = {
                    ['ID'] = 'PumpkinSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a pumpkin.',
        },
        ['Pumpkin Seed Pack'] = {
                    ['ID'] = 'PumpkinSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a pumpkin.',
        },
        ['Punch Card Time Clock'] = {
                    ['ID'] = 'PunchCardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Clock in for the late shift',
        },
        ['Pupusas'] = {
                    ['ID'] = 'PupusasItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Comforting, best served hot from the griddle.',
        },
        ['Purple Vase'] = {
                    ['ID'] = 'PurpleVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
        },
        ['Quicklime'] = {
                    ['ID'] = 'QuicklimeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A chemical compound used in steel production.',
        },
        ['Radiator'] = {
                    ['ID'] = 'RadiatorItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A heat sink that uses liquid running through copper fins to disperse heat build-up.',
        },
        ['Raw Bacon'] = {
                    ['ID'] = 'RawBaconItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fatty cut of meat that happens to be inexplicably tastier than other cuts.',
        },
        ['Raw Fish'] = {
                    ['ID'] = 'RawFishItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fatty cut of raw fish.',
        },
        ['Raw Meat'] = {
                    ['ID'] = 'RawMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Fresh raw meat from the hunt. It should probably be cooked before being consumed.',
        },
        ['Raw Roast'] = {
                    ['ID'] = 'RawRoastItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A trussed roast tied and ready to be cooked.',
        },
        ['Raw Sausage'] = {
                    ['ID'] = 'RawSausageItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Ground meat stuffed into an intestine casing.',
        },
        ['Real Estate Desk'] = {
                    ['ID'] = 'RealEstateDeskItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place to manage the sale and transfer of deeds and property.',
        },
        ['Rebar'] = {
                    ['ID'] = 'RebarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Ribbed steel bars for reinforcing stuctures.',
        },
        ['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.',
        },
        ['Red Vase'] = {
                    ['ID'] = 'RedVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
        },
        ['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.',
        },
        ['Redwood Seed'] = {
                    ['ID'] = 'RedwoodSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a redwood tree.',
        },
        ['Redwood Seed Pack'] = {
                    ['ID'] = 'RedwoodSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a redwood tree.',
        },
        ['Redwoods Poster'] = {
                    ['ID'] = 'RedwoodsPosterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A poster for the wall.',
        },
        ['Refrigerator'] = {
                    ['ID'] = 'RefrigeratorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An icebox from the future with significantly better cooling properties.',
        },
        ['Registrar'] = {
                    ['ID'] = 'RegistrarItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the setting management of titles.',
        },
        ['Reinforced Concrete'] = {
                    ['ID'] = 'ReinforcedConcreteItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A sturdy construction material poured around a latice of rebar.',
        },
        ['Remote Detonator'] = {
                    ['ID'] = 'RemoteDetonatorItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A remote that is linked to Mining Charges for detonation in a safe distance.',
        },
        ['Research Table'] = {
                    ['ID'] = 'ResearchTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic table for researching new technologies and skills.',
        },
        ['Rice'] = {
                    ['ID'] = 'RiceItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow rice.',
        },
        ['Rice Flour'] = {
                    ['ID'] = 'RiceFlourItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Rice grounded into flour is as equally versatile as its golden cousin.',
        },
        ['Rice Noodles'] = {
                    ['ID'] = 'RiceNoodlesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Noodles made from delicious milled white grains.',
        },
        ['Rice Pack'] = {
                    ['ID'] = 'RicePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow rice.',
        },
        ['Rivet'] = {
                    ['ID'] = 'RivetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A steel bolt used to hold together inventions.',
        },
        ['Roast Pumpkin'] = {
                    ['ID'] = 'RoastPumpkinItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Sweet but a suprising source of vitamins.',
        },
        ['Robotic Assembly Line'] = {
                    ['ID'] = 'RoboticAssemblyLineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A complex set of machinery for creating equally complex things.',
        },
        ['Rocker Box'] = {
                    ['ID'] = 'RockerBoxItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tool for miners to concentrate ore. The run off produces wet tailings.',
        },
        ['Rolling Mill'] = {
                    ['ID'] = 'RollingMillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For rolling steel into more buildable materials.',
        },
        ['Root Campfire Salad'] = {
                    ['ID'] = 'RootCampfireSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A myriad of plants that make a healthy and odd blend.',
        },
        ['Root Campfire Stew'] = {
                    ['ID'] = 'RootCampfireStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew chock-full of meat and charred vegetables. A surprisingly good combination.',
        },
        ['Round Pot'] = {
                    ['ID'] = 'PlanterPotRoundItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
        },
        ['Rounded Face'] = {
                    ['ID'] = 'RoundedFaceItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Face',
        },
        ['Rubber Wheel'] = {
                    ['ID'] = 'RubberWheelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Rubber wheels provide much better traction and allow the construction of more modern vehicles.',
        },
        ['Rug Large'] = {
                    ['ID'] = 'RugLargeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large area rug to cover that weird stain.',
        },
        ['Rug Medium'] = {
                    ['ID'] = 'RugMediumItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A medium rug for medium uses.',
        },
        ['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.',
        },
        ['Running Shoes'] = {
                    ['ID'] = 'RunningShoesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Light weight shoes designed to make you run faster.(Increases movement speed)',
        },
        ['Rustic Window Planter'] = {
                    ['ID'] = 'RusticWindowPlanterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple planter box mounted on a wall or by a window.',
        },
        ['Saguaro Rib'] = {
                    ['ID'] = 'SaguaroRibItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Saguaro rib is a basic, lightweight wood harvested from the saguaro cactus.',
        },
        ['Saguaro Seed'] = {
                    ['ID'] = 'SaguaroSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a saguaro cactus.',
        },
        ['Saguaro Seed Pack'] = {
                    ['ID'] = 'SaguaroSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a saguaro cactus.',
        },
        ['Salmon'] = {
                    ['ID'] = 'SalmonItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A salmon.',
        },
        ['Salt Basket'] = {
                    ['ID'] = 'SaltBasketItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basket of salt.',
        },
        ['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.',
        },
        ['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%)',
        },
        ['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!',
        },
        ['Sawmill'] = {
                    ['ID'] = 'SawmillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Used to saw wood into lumber.',
        },
        ['Saxifrage Seed'] = {
                    ['ID'] = 'SaxifrageSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow saxifrage.',
        },
        ['Saxifrage Seed Pack'] = {
                    ['ID'] = 'SaxifrageSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow saxifrage.',
        },
        ['Scarecrow'] = {
                    ['ID'] = 'ScarecrowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Keeps animals away. (WIP)',
        },
        ['School Supply Station Item'] = {
                    ['ID'] = 'SchoolSupplyStationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Scientist'] = {
                    ['ID'] = 'ScientistSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Scientists can transforms the knowledge and understanding of the world into more practical uses.',
        },
        ['Scrap Meat'] = {
                    ['ID'] = 'ScrapMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Chunks of extra meat.',
        },
        ['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.',
        },
        ['Screw Press'] = {
                    ['ID'] = 'ScrewPressItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
        },
        ['Screws'] = {
                    ['ID'] = 'ScrewsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A pointed metal fastener used in crafting to attach pieces of material together.',
        },
        ['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".',
        },
        ['Seagrass Seed'] = {
                    ['ID'] = 'SeagrassSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow seagrass.',
        },
        ['Seagrass Seed Pack'] = {
                    ['ID'] = 'SeagrassSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow seagrass.',
        },
        ['Seared Meat'] = {
                    ['ID'] = 'SearedMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A cut of perfectly seared steak.',
        },
        ['Seeded Camas Roll'] = {
                    ['ID'] = 'SeededCamasRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Seeds sprinkled on a roll made from rice, fiddleheads and camas paste.',
        },
        ['Self Improvement'] = {
                    ['ID'] = 'SelfImprovementSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Self-improvement increases both the amount of weight citizens can carry and their stomach capacity. It also decreases the calories expended when using hammers and shovels. Experience is gained when leveling up other specialties.',
        },
        ['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.',
        },
        ['Sensuous Sea Pizza'] = {
                    ['ID'] = 'SensuousSeaPizzaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The chewyness is unreal.',
        },
        ['Servo'] = {
                    ['ID'] = 'ServoItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A rotary actuator that allows for control over angular position.',
        },
        ['Settlement Crafting Table'] = {
                    ['ID'] = 'SettlementCraftingTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic workspace for crafting all manner of settlement related objects.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Shaper'] = {
                    ['ID'] = 'ShaperItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'Modules',
                    ['Description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
        },
        ['Shark Fillet Soup'] = {
                    ['ID'] = 'SharkFilletSoupItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A texture all of its own.',
        },
        ['Shark Jaws'] = {
                    ['ID'] = 'SharkJawsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A mounted jaw from a mighty catch!',
        },
        ['Sharpening Steel'] = {
                    ['ID'] = 'SharpeningSteelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A steel rod with grooves allowing more finer sharpening of tools.',
        },
        ['Sheep Mount'] = {
                    ['ID'] = 'SheepMountItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A hunting trophy for your house.',
        },
        ['Shelf Cabinet'] = {
                    ['ID'] = 'ShelfCabinetItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When a shelf and a cabinet aren\'t enough individually.',
        },
        ['Shipping Container Blue'] = {
                    ['ID'] = 'ShippingContainerBlueItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Shipping Container Green'] = {
                    ['ID'] = 'ShippingContainerGreenItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Shipping Container Red'] = {
                    ['ID'] = 'ShippingContainerRedItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Shipwright'] = {
                    ['ID'] = 'ShipwrightSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Shipwrights uses the fundamental practical application of carpenters and applying it to maritime usage.',
        },
        ['Shipwright Advanced Upgrade'] = {
                    ['ID'] = 'ShipwrightAdvancedUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Shipwright recipes.',
        },
        ['Shipwright Basic Upgrade'] = {
                    ['ID'] = 'ShipwrightBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Shipwright recipes.',
        },
        ['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.',
        },
        ['Shipwright Overalls'] = {
                    ['ID'] = 'ShipwrightOverallsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Denim overall for extra sturdy wearability.',
        },
        ['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%)',
        },
        ['Shipwright Shirt'] = {
                    ['ID'] = 'ShipwrightShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A striped shirt symbolizing your affinity for traveling across the seas.',
        },
        ['Shipwright Sign'] = {
                    ['ID'] = 'ShipwrightSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Shipwright Skill Book'] = {
                    ['ID'] = 'ShipwrightSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Shipwright Skill Scroll'] = {
                    ['ID'] = 'ShipwrightSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Shoji Door'] = {
                    ['ID'] = 'ShojiDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A Far Eastern influenced wooden sliding door.',
        },
        ['Shorn Wool'] = {
                    ['ID'] = 'ShornWoolItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Wool that has been shorn from an animal.',
        },
        ['Short Beard'] = {
                    ['ID'] = 'ShortBeardItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['Shorts'] = {
                    ['ID'] = 'ShortsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Cargo shorts that are ideal for exploring the great outdoors. More practical than elegant.',
        },
        ['Simmered Meat'] = {
                    ['ID'] = 'SimmeredMeatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Meat cooked in meat juices keeps the meat juicy.',
        },
        ['Simple Syrup'] = {
                    ['ID'] = 'SimpleSyrupItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A simple water and suger combination heated until the sugar dissolves.',
        },
        ['Sink'] = {
                    ['ID'] = 'SinkItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An industrial sink.',
        },
        ['Skid Steer'] = {
                    ['ID'] = 'SkidSteerItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small scale bucket loader. Great for flat to low slope excavation.',
        },
        ['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.',
        },
        ['Sleek Short Hair'] = {
                    ['ID'] = 'SleekShortHairItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['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.',
        },
        ['Small Canoe'] = {
                    ['ID'] = 'SmallCanoeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small Canoe for hauling minimal loads.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Small Festive Paper Lantern'] = {
                    ['ID'] = 'SmallFestivePaperLanternItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Small Hanging Ashlar Basalt Sign'] = {
                    ['ID'] = 'SmallHangingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Gneiss Sign'] = {
                    ['ID'] = 'SmallHangingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Granite Sign'] = {
                    ['ID'] = 'SmallHangingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Limestone Sign'] = {
                    ['ID'] = 'SmallHangingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Sandstone Sign'] = {
                    ['ID'] = 'SmallHangingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Shale Sign'] = {
                    ['ID'] = 'SmallHangingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ashlar Stone Sign'] = {
                    ['ID'] = 'SmallHangingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Birch Sign'] = {
                    ['ID'] = 'SmallHangingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Cedar Sign'] = {
                    ['ID'] = 'SmallHangingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Ceiba Sign'] = {
                    ['ID'] = 'SmallHangingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Fir Sign'] = {
                    ['ID'] = 'SmallHangingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Hardwood Sign'] = {
                    ['ID'] = 'SmallHangingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Joshua Sign'] = {
                    ['ID'] = 'SmallHangingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Lumber Sign'] = {
                    ['ID'] = 'SmallHangingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Mortared Granite Sign'] = {
                    ['ID'] = 'SmallHangingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Mortared Limestone Sign'] = {
                    ['ID'] = 'SmallHangingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Mortared Sandstone Sign'] = {
                    ['ID'] = 'SmallHangingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Mortared Stone Sign'] = {
                    ['ID'] = 'SmallHangingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Oak Sign'] = {
                    ['ID'] = 'SmallHangingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Palm Sign'] = {
                    ['ID'] = 'SmallHangingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Redwood Sign'] = {
                    ['ID'] = 'SmallHangingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Saguaro Sign'] = {
                    ['ID'] = 'SmallHangingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Softwood Sign'] = {
                    ['ID'] = 'SmallHangingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Spruce Sign'] = {
                    ['ID'] = 'SmallHangingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Stone Sign'] = {
                    ['ID'] = 'SmallHangingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Hanging Wood Sign'] = {
                    ['ID'] = 'SmallHangingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Meeting Chair'] = {
                    ['ID'] = 'SmallMeetingChairItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Small Meeting Table'] = {
                    ['ID'] = 'SmallMeetingTableItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Small Paper Lantern'] = {
                    ['ID'] = 'SmallPaperLanternItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small paper lantern.',
        },
        ['Small Paper Machine'] = {
                    ['ID'] = 'SmallPaperMachineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Laborous way of creating sheets of paper.',
        },
        ['Small Shipyard'] = {
                    ['ID'] = 'SmallShipyardItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A crude workspace for constructing smaller vehicles designed for use in a maritime environment.',
        },
        ['Small Sink'] = {
                    ['ID'] = 'SmallSinkItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small household sink.',
        },
        ['Small Standing Ashlar Basalt Sign'] = {
                    ['ID'] = 'SmallStandingAshlarBasaltSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Gneiss Sign'] = {
                    ['ID'] = 'SmallStandingAshlarGneissSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Granite Sign'] = {
                    ['ID'] = 'SmallStandingAshlarGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Limestone Sign'] = {
                    ['ID'] = 'SmallStandingAshlarLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Sandstone Sign'] = {
                    ['ID'] = 'SmallStandingAshlarSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Shale Sign'] = {
                    ['ID'] = 'SmallStandingAshlarShaleSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ashlar Stone Sign'] = {
                    ['ID'] = 'SmallStandingAshlarStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Birch Sign'] = {
                    ['ID'] = 'SmallStandingBirchSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Cedar Sign'] = {
                    ['ID'] = 'SmallStandingCedarSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Ceiba Sign'] = {
                    ['ID'] = 'SmallStandingCeibaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Fir Sign'] = {
                    ['ID'] = 'SmallStandingFirSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Hardwood Sign'] = {
                    ['ID'] = 'SmallStandingHardwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Joshua Sign'] = {
                    ['ID'] = 'SmallStandingJoshuaSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Lumber Sign'] = {
                    ['ID'] = 'SmallStandingLumberSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Mortared Granite Sign'] = {
                    ['ID'] = 'SmallStandingMortaredGraniteSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Mortared Limestone Sign'] = {
                    ['ID'] = 'SmallStandingMortaredLimestoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Mortared Sandstone Sign'] = {
                    ['ID'] = 'SmallStandingMortaredSandstoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Mortared Stone Sign'] = {
                    ['ID'] = 'SmallStandingMortaredStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Oak Sign'] = {
                    ['ID'] = 'SmallStandingOakSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Palm Sign'] = {
                    ['ID'] = 'SmallStandingPalmSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Redwood Sign'] = {
                    ['ID'] = 'SmallStandingRedwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Saguaro Sign'] = {
                    ['ID'] = 'SmallStandingSaguaroSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Softwood Sign'] = {
                    ['ID'] = 'SmallStandingSoftwoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Spruce Sign'] = {
                    ['ID'] = 'SmallStandingSpruceSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Stone Sign'] = {
                    ['ID'] = 'SmallStandingStoneSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Standing Wood Sign'] = {
                    ['ID'] = 'SmallStandingWoodSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A small sign for all of your smaller text needs!',
        },
        ['Small Stockpile'] = {
                    ['ID'] = 'SmallStockpileItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Designates a 3x3x3 area as storage for large items.',
        },
        ['Small Wood Cart'] = {
                    ['ID'] = 'SmallWoodCartItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small wood cart for hauling minimal loads.',
        },
        ['Small Wooden Boat'] = {
                    ['ID'] = 'SmallWoodenBoatItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A personal transport vessel capable of holding a suprising amount of goods.',
        },
        ['Small Wooden Ship Frame'] = {
                    ['ID'] = 'SmallWoodenShipFrameItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'The basis for any wooden personal vessel.',
        },
        ['Smelting'] = {
                    ['ID'] = 'SmeltingSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Metal is an important part of progress and smelting is the first step into a new age. Levels up by crafting related recipes.',
        },
        ['Smelting Basic Upgrade'] = {
                    ['ID'] = 'SmeltingBasicUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Smelting recipes.',
        },
        ['Smelting Skill Book'] = {
                    ['ID'] = 'SmeltingSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Smelting Skill Scroll'] = {
                    ['ID'] = 'SmeltingSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Smelting Upgrade'] = {
                    ['ID'] = 'SmeltingUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Advanced Upgrade that greatly increases efficiency when crafting Smelting recipes.',
        },
        ['Smith'] = {
                    ['ID'] = 'SmithSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Smiths smelt concentrate ore into metal bars and craft superior tools that helps citizens work more productively.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Smith Boots'] = {
                    ['ID'] = 'SmithBootsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Heavy duty steel-toed boots.(Decreases calories consumed when using tools by 30%)',
        },
        ['Smith Gloves'] = {
                    ['ID'] = 'SmithGlovesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A reinforced wrist guard paired with a lone work glove.',
        },
        ['Smith Pants'] = {
                    ['ID'] = 'SmithPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Denim pants with knee patches.',
        },
        ['Smith Shirt'] = {
                    ['ID'] = 'SmithShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A simple cotton shirt helps reduce the strain of heat exposure.',
        },
        ['Smog'] = {
                    ['ID'] = 'SmogItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'A smoke that contains a combination of pollutants.',
        },
        ['Smooth Gut Noodle Roll'] = {
                    ['ID'] = 'SmoothGutNoodleRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'These noodle rolls look VERY smooth.',
        },
        ['Snapping Turtle Carcass'] = {
                    ['ID'] = 'SnappingTurtleCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead snapping turtle.',
        },
        ['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!',
        },
        ['Softwood Board'] = {
                    ['ID'] = 'SoftwoodBoardItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A higher quality softwood board used for long lasting furniture.',
        },
        ['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.',
        },
        ['Softwood Lumber'] = {
                    ['ID'] = 'SoftwoodLumberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Can be fashioned into various usable equipment.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Softwood Lumber Door'] = {
                    ['ID'] = 'SoftwoodLumberDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A door made from finely cut lumber.',
        },
        ['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.',
        },
        ['Softwood Lumber Table'] = {
                    ['ID'] = 'SoftwoodLumberTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large lumber table for eating meals or getting some work done.',
        },
        ['Softwood Sorter Stand'] = {
                    ['ID'] = 'SoftwoodSorterStandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Softwood stand for sort items between stockpiles',
        },
        ['Soil Sampler'] = {
                    ['ID'] = 'SoilSamplerItem',
                    ['Category'] = 'Tools',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Beaker and measuring tools for detecting the factors influencing plants in the environment.',
        },
        ['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.',
        },
        ['Sombrero'] = {
                    ['ID'] = 'SombreroItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A traditional Sombrero.',
        },
        ['Spiky Roll'] = {
                    ['ID'] = 'SpikyRollItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Spikes are definitely removed before serving.',
        },
        ['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.',
        },
        ['Spinning Jenny'] = {
                    ['ID'] = 'SpinningJennyItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Making yarn and threads made easy!',
        },
        ['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.',
        },
        ['Spruce Log'] = {
                    ['ID'] = 'SpruceLogItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Spruce log is a type of softwood, sometimes referred to as whitewood.',
        },
        ['Spruce Seed'] = {
                    ['ID'] = 'SpruceSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a spruce tree.',
        },
        ['Spruce Seed Pack'] = {
                    ['ID'] = 'SpruceSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a spruce tree.',
        },
        ['Square Belt'] = {
                    ['ID'] = 'SquareBeltItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Belt with a square buckle.',
        },
        ['Square Jaw'] = {
                    ['ID'] = 'SquareJawItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Jaw',
        },
        ['Square Pot'] = {
                    ['ID'] = 'PlanterPotSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
        },
        ['Stamp Mill'] = {
                    ['ID'] = 'StampMillItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A crushing machine that uses iron stamps to pound rocks into small pieces.',
        },
        ['Standing Glass Sign'] = {
                    ['ID'] = 'StandingGlassSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large sign framed with a glass plate.',
        },
        ['Standing Long Steel Sign'] = {
                    ['ID'] = 'StandingLongSteelSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A long steel plate with a wooden base.',
        },
        ['Standing Steel Brick Sign'] = {
                    ['ID'] = 'StandingSteelBrickSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A solid steel plate supported by a brick base.',
        },
        ['Starter Camp'] = {
                    ['ID'] = 'StarterCampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A combination of a small tent and a tiny stockpile.',
        },
        ['Steam Engine'] = {
                    ['ID'] = 'SteamEngineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large steam engine for generating power.',
        },
        ['Steam Tractor'] = {
                    ['ID'] = 'SteamTractorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tractor powered through steam.',
        },
        ['Steam Tractor Harvester'] = {
                    ['ID'] = 'SteamTractorHarvesterItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick harvesting of plants.',
        },
        ['Steam Tractor Plow'] = {
                    ['ID'] = 'SteamTractorPlowItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick plowing.',
        },
        ['Steam Tractor Scoop'] = {
                    ['ID'] = 'SteamTractorScoopItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick terraforming.',
        },
        ['Steam Tractor Sower'] = {
                    ['ID'] = 'SteamTractorSowerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Items',
                    ['Description'] = 'An attachment for the steam tractor that allows for quick planting of seeds.',
        },
        ['Steam Truck'] = {
                    ['ID'] = 'SteamTruckItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A truck that runs on steam.',
        },
        ['Steel Abstract Fixture'] = {
                    ['ID'] = 'SteelAbstractFixtureItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Steel Axe'] = {
                    ['ID'] = 'SteelAxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A Steel axe made for cutting down trees.',
        },
        ['Steel Axle'] = {
                    ['ID'] = 'SteelAxleItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A rotating steel rod that can be fixed to wheels for use in vehicles.',
        },
        ['Steel Bar'] = {
                    ['ID'] = 'SteelBarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Refined bar of steel.',
        },
        ['Steel Buoy'] = {
                    ['ID'] = 'SteelBuoyItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A steel navigational buoy, can also be used as a moorage post.',
        },
        ['Steel Ceiling Light'] = {
                    ['ID'] = 'SteelCeilingLightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['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.',
        },
        ['Steel Gear'] = {
                    ['ID'] = 'SteelGearItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A toothed machine part that interlocks with others.',
        },
        ['Steel Gearbox'] = {
                    ['ID'] = 'SteelGearboxItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Provides speed and torque conversions from a rotating power source to another device.',
        },
        ['Steel Hammer'] = {
                    ['ID'] = 'SteelHammerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A robust steel hammer useful for shaping blocks and deconstruction.',
        },
        ['Steel Hanging Fixture'] = {
                    ['ID'] = 'SteelHangingFixtureItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Steel Hanging Lamp'] = {
                    ['ID'] = 'SteelHangingLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Steel Hoe'] = {
                    ['ID'] = 'SteelHoeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A steel hoe with improved range to help tilling larger areas.',
        },
        ['Steel Kitchen Lamp'] = {
                    ['ID'] = 'SteelKitchenLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Steel Liquids Tank'] = {
                    ['ID'] = 'SteelLiquidsTankItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Steel Machete'] = {
                    ['ID'] = 'SteelMacheteItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A machete used to quickly clear plants.',
        },
        ['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.',
        },
        ['Steel Pickaxe'] = {
                    ['ID'] = 'SteelPickaxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A steel pickaxe used to break down stone and ore into usable rubble.',
        },
        ['Steel Pipe'] = {
                    ['ID'] = 'SteelPipeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A pipe for transporting liquids.',
        },
        ['Steel Plate'] = {
                    ['ID'] = 'SteelPlateItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A sturdy steel plate for use in various crafting recipes.',
        },
        ['Steel Podium'] = {
                    ['ID'] = 'SteelPodiumItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Steel Row Seating'] = {
                    ['ID'] = 'SteelRowSeatingItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['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.',
        },
        ['Steel Searchlight'] = {
                    ['ID'] = 'SteelSearchlightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When your goal is to really light up the heaven!',
        },
        ['Steel Shovel'] = {
                    ['ID'] = 'SteelShovelItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'When an iron shovel is not enough and you need something more durable while terraforming.',
        },
        ['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.',
        },
        ['Steel Spring'] = {
                    ['ID'] = 'SteelSpringItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A steel spring used to create bouncing inventions.',
        },
        ['Steel Square Fixture'] = {
                    ['ID'] = 'SteelSquareFixtureItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Steel Table Lamp'] = {
                    ['ID'] = 'SteelTableLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For late night studying. Or working. Or anything, really.',
        },
        ['Steel Warehouse Shelves'] = {
                    ['ID'] = 'SteelWarehouseShelvesItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large metal rack allowing larger volume storage.',
        },
        ['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.',
        },
        ['Stockpile'] = {
                    ['ID'] = 'StockpileItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Designates a 5x5x5 area as storage for large items.',
        },
        ['Stone'] = {
                    ['ID'] = 'StoneItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A pile of stones.',
        },
        ['Stone Axe'] = {
                    ['ID'] = 'StoneAxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude stone axe made for cutting down trees.',
        },
        ['Stone Brazier'] = {
                    ['ID'] = 'StoneBrazierItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A stone stand which can hold burning fuel to provide light.',
        },
        ['Stone Door'] = {
                    ['ID'] = 'StoneDoorItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy stone door.',
        },
        ['Stone Hammer'] = {
                    ['ID'] = 'StoneHammerItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude stone hammer useful for shaping blocks and deconstruction.',
        },
        ['Stone Machete'] = {
                    ['ID'] = 'StoneMacheteItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A machete used to quickly clear plants.',
        },
        ['Stone Pickaxe'] = {
                    ['ID'] = 'StonePickaxeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude pickaxe used to break down stone and ore into usable rubble.',
        },
        ['Stone Plaque'] = {
                    ['ID'] = 'StonePlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
        },
        ['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.',
        },
        ['Stone Road Tool'] = {
                    ['ID'] = 'StoneRoadToolItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A tool for tamping dirt into roads.',
        },
        ['Stone Sickle'] = {
                    ['ID'] = 'StoneSickleItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A stone sickle used to harvest crops or cut grass.',
        },
        ['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.',
        },
        ['Storage Chest'] = {
                    ['ID'] = 'StorageChestItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A container you can store items in.',
        },
        ['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.',
        },
        ['Store'] = {
                    ['ID'] = 'StoreItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the selling and trading of items.',
        },
        ['Store Sign'] = {
                    ['ID'] = 'StoreSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Stove'] = {
                    ['ID'] = 'StoveItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A heavy stove for cooking more complex dishes.',
        },
        ['Strange Fuel'] = {
                    ['ID'] = 'StrangeFuelItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'CHEEEAAAAATER',
        },
        ['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.',
        },
        ['Streetlamp'] = {
                    ['ID'] = 'StreetlampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A towering metal light post that requires electricity to run.',
        },
        ['Students Desk Item'] = {
                    ['ID'] = 'StudentsDeskItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Students Desk T1'] = {
                    ['ID'] = 'StudentsDeskT1Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Students Desk T2'] = {
                    ['ID'] = 'StudentsDeskT2Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Students Desk T3'] = {
                    ['ID'] = 'StudentsDeskT3Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Stuffed Alligator'] = {
                    ['ID'] = 'StuffedAlligatorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['Stuffed Bison'] = {
                    ['ID'] = 'StuffedBisonItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['Stuffed Elk'] = {
                    ['ID'] = 'StuffedElkItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['Stuffed Goat'] = {
                    ['ID'] = 'StuffedGoatItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['Stuffed Jaguar'] = {
                    ['ID'] = 'StuffedJaguarItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['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.',
        },
        ['Stuffed Wolf'] = {
                    ['ID'] = 'StuffedWolfItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'It looks so real!',
        },
        ['Stump Bed'] = {
                    ['ID'] = 'StumpBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple collection of straw to rest on, don\'t mind the fleas.',
        },
        ['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.',
        },
        ['Stump Latrine'] = {
                    ['ID'] = 'StumpLatrineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Simple yet functional.',
        },
        ['Stump Table'] = {
                    ['ID'] = 'StumpTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large log cut in half for placing things on.',
        },
        ['Substrate'] = {
                    ['ID'] = 'SubstrateItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'The foundation material for complex electronics.',
        },
        ['Sugar'] = {
                    ['ID'] = 'SugarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Even sweet lovers don\'t eat sugar plain.',
        },
        ['Sugarcane'] = {
                    ['ID'] = 'SugarcaneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'How did you even get this?',
        },
        ['Sugarcane Pack'] = {
                    ['ID'] = 'SugarcanePackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'How did you even get this?',
        },
        ['Sulfur'] = {
                    ['ID'] = 'SulfurItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'While it may not look like much it is fundamentally essential to sustain life.',
        },
        ['Sun Butter'] = {
                    ['ID'] = 'SunButterItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'A revolutionary method to acquire butter.',
        },
        ['Sun Cheese'] = {
                    ['ID'] = 'SunCheeseItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Cheesy yet not made in a traditional way.',
        },
        ['Sunflower'] = {
                    ['ID'] = 'SunflowerItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A plant whose seeds are quite versitile in their use further processed.',
        },
        ['Sunflower Seed'] = {
                    ['ID'] = 'SunflowerSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow sunflowers.',
        },
        ['Sunflower Seed Pack'] = {
                    ['ID'] = 'SunflowerSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow sunflowers.',
        },
        ['Survivalist'] = {
                    ['ID'] = 'SurvivalistSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'All citizens are survivalists in the world of Eco. How can you save the world if you can\'t save yourself?',
        },
        ['Sweeping Hands: Mining'] = {
                    ['ID'] = 'MiningSweepingHandsTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Picking up rocks also attempts to pick up similar rocks in an area.',
        },
        ['Sweet Deer Jerky'] = {
                    ['ID'] = 'SweetDeerJerkyItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Marinated in a mix of oil, herbs and some sweetener really increased the potential.',
        },
        ['Sweet Salad'] = {
                    ['ID'] = 'SweetSaladItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'The sweetness of the fruits happens to work well with the salad.',
        },
        ['Swirl Vase'] = {
                    ['ID'] = 'SwirlVaseItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A  vase made with glass to brighten up your home.',
        },
        ['Switch'] = {
                    ['ID'] = 'SwitchItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Toggle on any touching wires and electronic objects.',
        },
        ['Synthetic Rubber'] = {
                    ['ID'] = 'SyntheticRubberItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An extremely useful synthetic material derived from petrochemicals.',
        },
        ['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.',
        },
        ['Tailor'] = {
                    ['ID'] = 'TailorSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Tailorings work with cloth to make high-end furniture.and clothing that provides special bonuses when worn.',
        },
        ['Tailor Bowler Hat'] = {
                    ['ID'] = 'TailorBowlerHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A stylish bowler hat made of tighly spun fur felt.',
        },
        ['Tailor Pants'] = {
                    ['ID'] = 'TailorPantsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Tailored slacks that fit just right.',
        },
        ['Tailor Shirt'] = {
                    ['ID'] = 'TailorShirtItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A form-fitting vest and tie ensemble which includes measuring tape.',
        },
        ['Tailor Shoes'] = {
                    ['ID'] = 'TailorShoesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Two-toned suede shoes.(Decreases calories consumed when using tools by 30%)',
        },
        ['Tailor Sign'] = {
                    ['ID'] = 'TailorSignItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A helpful sign for advertisements along the road.',
        },
        ['Tailoring'] = {
                    ['ID'] = 'TailoringSkill',
                    ['Category'] = '_None',
                    ['Group'] = 'Skills',
                    ['Description'] = 'Creating new clothes and setting trends. Levels up by crafting related recipes.',
        },
        ['Tailoring Basic Upgrade'] = {
                    ['ID'] = 'TailoringUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Basic Upgrade that greatly increases efficiency when crafting Tailoring recipes.',
        },
        ['Tailoring Modern Upgrade'] = {
                    ['ID'] = 'TailoringModernUpgradeItem',
                    ['Category'] = 'Efficiency Modules',
                    ['Group'] = 'Upgrade',
                    ['Description'] = 'Modern Upgrade that greatly increases efficiency when crafting Tailoring recipes.',
        },
        ['Tailoring Skill Book'] = {
                    ['ID'] = 'TailoringSkillBook',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Books',
                    ['Description'] = '',
        },
        ['Tailoring Skill Scroll'] = {
                    ['ID'] = 'TailoringSkillScroll',
                    ['Category'] = 'Hidden/Research',
                    ['Group'] = 'Skill Scrolls',
                    ['Description'] = '',
        },
        ['Tailoring Table'] = {
                    ['ID'] = 'TailoringTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Spearhead the fashion movement with the finest clothes and hair!',
        },
        ['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.',
        },
        ['Tallow'] = {
                    ['ID'] = 'TallowItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Rendered animal fat useful for more than just cooking.',
        },
        ['Tallow Candle'] = {
                    ['ID'] = 'TallowCandleItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A candle which can burn tallow to produce a small amount of light.',
        },
        ['Tallow Lamp'] = {
                    ['ID'] = 'TallowLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A pottery lamp. Fuel with tallow.',
        },
        ['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.',
        },
        ['Tapestry'] = {
                    ['ID'] = 'TapestryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple neutral tapestry.',
        },
        ['Tapestry Fish'] = {
                    ['ID'] = 'TapestryFishItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tapestry with a beautiful fish display.',
        },
        ['Tapestry Sunset'] = {
                    ['ID'] = 'TapestrySunsetItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A tapestry with a beautiful sunset display.',
        },
        ['Taro Fries'] = {
                    ['ID'] = 'TaroFriesItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Crispy strips of taro that have been deep fried in oil.',
        },
        ['Taro Root'] = {
                    ['ID'] = 'TaroRootItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Colocasia esculenta.',
        },
        ['Taro Seed'] = {
                    ['ID'] = 'TaroSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow taro.',
        },
        ['Taro Seed Pack'] = {
                    ['ID'] = 'TaroSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow taro.',
        },
        ['Tasty Tropical Pizza'] = {
                    ['ID'] = 'TastyTropicalPizzaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'To some it is tasty. To others, unforgivable.',
        },
        ['Teachers Desk Item'] = {
                    ['ID'] = 'TeachersDeskItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Teachers Desk T1'] = {
                    ['ID'] = 'TeachersDeskT1Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Teachers Desk T2'] = {
                    ['ID'] = 'TeachersDeskT2Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Teachers Desk T3'] = {
                    ['ID'] = 'TeachersDeskT3Item',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Tech Tree Visualizer'] = {
                    ['ID'] = 'TechTreeVizItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Actionbar Items',
                    ['Description'] = 'Displays the tech tree visualizer and the research progress across the world.',
        },
        ['The Bob'] = {
                    ['ID'] = 'TheBobItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = '',
        },
        ['Tiki Torch'] = {
                    ['ID'] = 'TikiTorchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Great for outdoor l',
        },
        ['Tiny Stockpile'] = {
                    ['ID'] = 'TinyStockpileItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Designates a 2x3x2 area as storage for large items.',
        },
        ['Toilet'] = {
                    ['ID'] = 'ToiletItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When you gotta go, you gotta go.',
        },
        ['Toll'] = {
                    ['ID'] = 'TollItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Toggle on any touching wires and electronic objects.',
        },
        ['Tomato'] = {
                    ['ID'] = 'TomatoItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Intelligence is knowing this is a fruit; wisdom is not putting it in a fruit salad.',
        },
        ['Tomato Seed'] = {
                    ['ID'] = 'TomatoSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow tomato plants.',
        },
        ['Tomato Seed Pack'] = {
                    ['ID'] = 'TomatoSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow tomato plants.',
        },
        ['Tool Bench'] = {
                    ['ID'] = 'ToolBenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A place to craft and fix up tools.',
        },
        ['Tool Efficiency: Gathering'] = {
                    ['ID'] = 'GatheringToolEfficiencyTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the calorie cost of using related tool by 20 percent.',
        },
        ['Tool Efficiency: Logging'] = {
                    ['ID'] = 'LoggingToolEfficiencyTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the calorie cost of using related tool by 20 percent.',
        },
        ['Tool Efficiency: Mining'] = {
                    ['ID'] = 'MiningToolEfficiencyTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Lowers the calorie cost of using related tool by 20 percent.',
        },
        ['Tool Strength: Gathering'] = {
                    ['ID'] = 'GatheringToolStrengthTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the damage of related tools by 1.',
        },
        ['Tool Strength: Logging'] = {
                    ['ID'] = 'LoggingToolStrengthTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the damage of related tools by 1.',
        },
        ['Tool Strength: Mining'] = {
                    ['ID'] = 'MiningToolStrengthTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Increases the damage of related tools by 1.',
        },
        ['Topped Porridge'] = {
                    ['ID'] = 'ToppedPorridgeItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick gruel of boiled grains with a dash of fruity flavor.',
        },
        ['Torch'] = {
                    ['ID'] = 'TorchItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A little bit of light to help beat back the night.',
        },
        ['Torch Stand'] = {
                    ['ID'] = 'TorchStandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A stand for a torch.',
        },
        ['Tortilla'] = {
                    ['ID'] = 'TortillaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thin, unleavened flatbread.',
        },
        ['Towel Rack'] = {
                    ['ID'] = 'TowelRackItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden hanging rack designed for towels.',
        },
        ['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.',
        },
        ['Town Claim Stake'] = {
                    ['ID'] = 'TownClaimStakeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Town Foundation'] = {
                    ['ID'] = 'TownFoundationItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'The founding stone for civilization.',
        },
        ['Trailer Truck'] = {
                    ['ID'] = 'TrailerTruckItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Modern truck for hauling sizable loads.',
        },
        ['Transglutaminase'] = {
                    ['ID'] = 'TransglutaminaseItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Food',
                    ['Description'] = 'Any enzyme that can be used to bond proteins together.',
        },
        ['Transmission Pole'] = {
                    ['ID'] = 'TransmissionPoleItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Can link electrical energy.',
        },
        ['Trapper Fur Hat'] = {
                    ['ID'] = 'TrapperFurHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'It sure is warm.',
        },
        ['Trapper Leather Hat'] = {
                    ['ID'] = 'TrapperLeatherHatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Helps keep the sun off your face... and neck... and also ears.',
        },
        ['Trash Item'] = {
                    ['ID'] = 'TrashItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = '',
        },
        ['Treasure Backpack'] = {
                    ['ID'] = 'TreasureBackpackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A backpack full of odds and ends, bits and bobs, that sort of thing.',
        },
        ['Treasury'] = {
                    ['ID'] = 'TreasuryItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Allows the setting of taxes.',
        },
        ['Tree Debris'] = {
                    ['ID'] = 'TreeDebrisItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Clear cut debris that needs to be broken down to be more usable.',
        },
        ['Trillium Flower'] = {
                    ['ID'] = 'TrilliumFlowerItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Placeholder Description.',
        },
        ['Trillium Seed'] = {
                    ['ID'] = 'TrilliumSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow trillium.',
        },
        ['Trillium Seed Pack'] = {
                    ['ID'] = 'TrilliumSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow trillium.',
        },
        ['Tripod Camera'] = {
                    ['ID'] = 'TripodCameraItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'When you want to save the world but in a frame.',
        },
        ['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).',
        },
        ['Trout'] = {
                    ['ID'] = 'TroutItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A trout.',
        },
        ['Truck'] = {
                    ['ID'] = 'TruckItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Modern truck for hauling sizable loads.',
        },
        ['Tuna'] = {
                    ['ID'] = 'TunaItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A tuna.',
        },
        ['Tunic'] = {
                    ['ID'] = 'TunicItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A simply made canvas shirt. Does not have a pocket to put your pen in.',
        },
        ['Turkey Carcass'] = {
                    ['ID'] = 'TurkeyCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead turkey.',
        },
        ['Upholstered Chair'] = {
                    ['ID'] = 'UpholsteredChairItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Like a chair, but upholstered.',
        },
        ['Upholstered Couch'] = {
                    ['ID'] = 'UpholsteredCouchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Like a couch, but upholstered.',
        },
        ['Urban Traveller: SelfImprovement'] = {
                    ['ID'] = 'SelfImprovementUrbanTravellerTalentGroup',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Talents',
                    ['Description'] = 'Slightly increases movement speed in high activity areas.',
        },
        ['Urchin'] = {
                    ['ID'] = 'UrchinItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An urchin.',
        },
        ['Valve'] = {
                    ['ID'] = 'ValveItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A device that regulates, directs, or controls the flow of fluid.',
        },
        ['Vegetable Medley'] = {
                    ['ID'] = 'VegetableMedleyItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'An eclectic arrangement of vegetables.',
        },
        ['Vegetable Soup'] = {
                    ['ID'] = 'VegetableSoupItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Who knew plants in plant broth could be so tasty?',
        },
        ['Vegetable Stock'] = {
                    ['ID'] = 'VegetableStockItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A hearty stock full of assorted vegetables.',
        },
        ['Vehicle Tool Toggle'] = {
                    ['ID'] = 'VehicleToggleItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Press to toggle digging/driving mode.',
        },
        ['Villagers Cowl Lowered'] = {
                    ['ID'] = 'VillagersCowlLoweredItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A rough linen cowl lowered, showing your face.',
        },
        ['Villagers Cowl Raised'] = {
                    ['ID'] = 'VillagersCowlRaisedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A rough linen cowl raised, hiding your face partially.',
        },
        ['Wainwright Table'] = {
                    ['ID'] = 'WainwrightTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
        },
        ['Wall Candle'] = {
                    ['ID'] = 'WallCandleItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wall mounted candle.',
        },
        ['Wall Mounted Chest'] = {
                    ['ID'] = 'WallMountedChestItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A chest but for the wall.',
        },
        ['Wall Mounted Trunk'] = {
                    ['ID'] = 'WallMountedTrunkItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A chest but for the wall.',
        },
        ['Wand Tool'] = {
                    ['ID'] = 'WandToolItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Tools',
                    ['Description'] = 'Does magical World Edit things',
        },
        ['Wanderers Hood Lowered'] = {
                    ['ID'] = 'WanderersHoodLoweredItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A quality linen cowl lowered, showing your face.',
        },
        ['Wanderers Hood Raised'] = {
                    ['ID'] = 'WanderersHoodRaisedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'A quality linen cowl raised, hiding your face partially.',
        },
        ['Washboard'] = {
                    ['ID'] = 'WashboardItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Sometimes it can be nice to have clean clothes.',
        },
        ['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?',
        },
        ['Waste Filter'] = {
                    ['ID'] = 'WasteFilterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Treats raw sewage.',
        },
        ['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.',
        },
        ['Waterweed Seed'] = {
                    ['ID'] = 'WaterweedSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow waterweed.',
        },
        ['Waterweed Seed Pack'] = {
                    ['ID'] = 'WaterweedSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow waterweed.',
        },
        ['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.',
        },
        ['Wet Brick'] = {
                    ['ID'] = 'WetBrickItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A simple wet brick ready to be processed into a construction block.',
        },
        ['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.',
        },
        ['Wheat'] = {
                    ['ID'] = 'WheatItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A common grain that is significantly more useful processed.',
        },
        ['Wheat Seed'] = {
                    ['ID'] = 'WheatSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow wheat.',
        },
        ['Wheat Seed Pack'] = {
                    ['ID'] = 'WheatSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow wheat.',
        },
        ['Wheelbarrow'] = {
                    ['ID'] = 'WheelbarrowItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small wheelbarrow for hauling minimal loads.',
        },
        ['Whetstone'] = {
                    ['ID'] = 'WhetstoneItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A polished piece of stone specifically cut to reduce damage of tools.',
        },
        ['White Bursage Seed'] = {
                    ['ID'] = 'WhiteBursageSeedItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Plant to grow a white bursage.',
        },
        ['White Bursage Seed Pack'] = {
                    ['ID'] = 'WhiteBursageSeedPackItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Items',
                    ['Description'] = 'Plant to grow a white bursage.',
        },
        ['White Powder'] = {
                    ['ID'] = 'WhitePowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Petals taken through a drying and grinding stage leaving this fine powder.',
        },
        ['Wide Hips'] = {
                    ['ID'] = 'WideHipsItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Hips',
        },
        ['Wild Mix'] = {
                    ['ID'] = 'WildMixItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A dressed salad that, with the added sweetness, it\'s pretty tasty.',
        },
        ['Wild Stew'] = {
                    ['ID'] = 'WildStewItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A thick stew made with a variety of vegetables.',
        },
        ['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.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Window Shutters Center'] = {
                    ['ID'] = 'WindowShuttersCenterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple window shutter helps to keep things in or out.',
        },
        ['Window Shutters Left'] = {
                    ['ID'] = 'WindowShuttersLeftItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple window shutter helps to keep things in or out.',
        },
        ['Window Shutters Right'] = {
                    ['ID'] = 'WindowShuttersRightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple window shutter helps to keep things in or out.',
        },
        ['Wire'] = {
                    ['ID'] = 'WireItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Connects electronic components.',
        },
        ['Wolf Carcass'] = {
                    ['ID'] = 'WolfCarcassItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A dead wolf.',
        },
        ['Wolf Pelt'] = {
                    ['ID'] = 'WolfPeltItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple animal skin processed for indoor use.',
        },
        ['Wolf Whisperer Hat'] = {
                    ['ID'] = 'WolfWhispererHatItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Thanks for supporting ECO!',
        },
        ['Wolf Whisperer Mask'] = {
                    ['ID'] = 'WolfWhispererMaskItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'AWOOOOOOOOO',
        },
        ['Wolf Whisperer Shirt'] = {
                    ['ID'] = 'WolfWhispererShirtItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'Avatar Part',
                    ['Description'] = 'Thanks for supporting ECO!',
        },
        ['Wood Cart'] = {
                    ['ID'] = 'WoodCartItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Small cart for hauling small loads.',
        },
        ['Wood Plaque'] = {
                    ['ID'] = 'WoodPlaqueItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A plaque used for rating a property.',
        },
        ['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.',
        },
        ['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.',
        },
        ['Wood Window Planter'] = {
                    ['ID'] = 'WoodWindowPlanterItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple planter box mounted on a wall or by a window.',
        },
        ['Wooden Barge'] = {
                    ['ID'] = 'WoodenBargeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Wooden Bow'] = {
                    ['ID'] = 'WoodenBowItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A primitive ranged weapon for hunting. Requires arrows to fire.',
        },
        ['Wooden Ceiling Light'] = {
                    ['ID'] = 'WoodenCeilingLightItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Wooden Elevator'] = {
                    ['ID'] = 'WoodenElevatorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'An elevator for transporting loads vertically.',
        },
        ['Wooden Fabric Bed'] = {
                    ['ID'] = 'WoodenFabricBedItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A much more comfortable bed made with fabric.',
        },
        ['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.',
        },
        ['Wooden Frame Landscape'] = {
                    ['ID'] = 'WoodenFrameLandscapeItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden frame useful for simple picture and art displays.',
        },
        ['Wooden Frame Portrait'] = {
                    ['ID'] = 'WoodenFramePortraitItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden frame useful for simple picture and art displays.',
        },
        ['Wooden Frame Square'] = {
                    ['ID'] = 'WoodenFrameSquareItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden frame useful for simple picture and art displays.',
        },
        ['Wooden Frame Tall'] = {
                    ['ID'] = 'WoodenFrameTallItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden frame useful for simple picture and art displays.',
        },
        ['Wooden Frame Wide'] = {
                    ['ID'] = 'WoodenFrameWideItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden frame useful for simple picture and art displays.',
        },
        ['Wooden Gear'] = {
                    ['ID'] = 'WoodenGearItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A basic gear for use in early wooden machinery.',
        },
        ['Wooden Hoe'] = {
                    ['ID'] = 'WoodenHoeItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A crude wooden hoe made for tilling soil.',
        },
        ['Wooden Hull Planks'] = {
                    ['ID'] = 'WoodenHullPlanksItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Basic wooden boards specially made for ships.',
        },
        ['Wooden Keel'] = {
                    ['ID'] = 'WoodenKeelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'The backbone of any wooden ships.',
        },
        ['Wooden Kitchen Lamp'] = {
                    ['ID'] = 'WoodenKitchenLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A more modern way to light up a room.',
        },
        ['Wooden Latrine'] = {
                    ['ID'] = 'LatrineItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wooden potty.',
        },
        ['Wooden Liquids Tank'] = {
                    ['ID'] = 'WoodenLiquidsTankItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Wooden Mold'] = {
                    ['ID'] = 'WoodenMoldItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A useful material for hardening, curing, and other various uses.',
        },
        ['Wooden Moorage Post'] = {
                    ['ID'] = 'WoodenMooragePostItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A basic moorage post made from wood to anchor smaller vessels in place.',
        },
        ['Wooden Oar'] = {
                    ['ID'] = 'WoodenOarItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'An important piece of equipment used to give smaller wooden ships momentum.',
        },
        ['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.',
        },
        ['Wooden Podium'] = {
                    ['ID'] = 'WoodenPodiumItem',
                    ['Category'] = 'Hidden',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Wooden Rudder'] = {
                    ['ID'] = 'WoodenRudderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'If you dont have one of these, you have no control over your heading.',
        },
        ['Wooden Shovel'] = {
                    ['ID'] = 'WoodenShovelItem',
                    ['Category'] = 'Tool',
                    ['Group'] = 'Tools',
                    ['Description'] = 'A simple wooden shovel made for moving dirt.',
        },
        ['Wooden Sliding Door'] = {
                    ['ID'] = 'WoodenSlidingDoorItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A simple sliding door made out of wood.',
        },
        ['Wooden Sorter Stand'] = {
                    ['ID'] = 'WoodenSorterStandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'Wooden stand for sort items between stockpiles',
        },
        ['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.',
        },
        ['Wooden Table Lamp'] = {
                    ['ID'] = 'WoodenTableLampItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'For late night studying. Or working. Or anything, really.',
        },
        ['Wooden Transport Ship'] = {
                    ['ID'] = 'WoodenTransportShipItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = '',
        },
        ['Wooden Wall Torch Stand'] = {
                    ['ID'] = 'WoodenWallTorchStandItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A wall mounted stand for a torch.',
        },
        ['Wooden Wheel'] = {
                    ['ID'] = 'WoodenWheelItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'A basic wheel for use in early wooden vehicles.',
        },
        ['Wool Carpet'] = {
                    ['ID'] = 'WoolCarpetItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'A woven wool floor covering attached to a lumber backing.',
        },
        ['Wool Curtains'] = {
                    ['ID'] = 'WoolCurtainsItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'Curtains woven using the finest wool.  (Only cosmetic does not impact room value.)',
        },
        ['Wool Fabric'] = {
                    ['ID'] = 'WoolFabricItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Wool fabric is warm and durable, but it can be slightly itchy.',
        },
        ['Wool Yarn'] = {
                    ['ID'] = 'WoolYarnItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Spun wool that can be used for knitting, weaving, or sewing.',
        },
        ['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)',
        },
        ['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)',
        },
        ['Workbench'] = {
                    ['ID'] = 'WorkbenchItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A bench for the basics and making even more benches.',
        },
        ['Worldly Donut'] = {
                    ['ID'] = 'WorldlyDonutItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'Understand this, and you will understand a lot.',
        },
        ['Yeast'] = {
                    ['ID'] = 'YeastItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Food',
                    ['Description'] = 'A fungus that acts as an amazing leavening agent.',
        },
        ['Yellow Powder'] = {
                    ['ID'] = 'YellowPowderItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Items',
                    ['Description'] = 'Petals taken through a drying and grinding stage leaving this fine powder.',
        },
        ['Zataku Table'] = {
                    ['ID'] = 'ZatakuTableItem',
                    ['Category'] = 'WorldObject',
                    ['Group'] = 'World Object',
                    ['Description'] = 'A large table for eating meals or getting some work done.',
        },
        ['Zen Garden'] = {
                    ['ID'] = 'ZenGardenItem',
                    ['Category'] = '_None',
                    ['Group'] = 'Block Items',
                    ['Description'] = 'The serenity and beauty of nature just outside in your own hands..',
        },
        ['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.',
        },
    },
}