Module:TalentData: Difference between revisions

From Eco - English Wiki
[unchecked revision][checked revision]
m (1 revision imported)
No edit summary
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- Eco Version : 0.8.2.6 beta
-- Eco Version : 0.9.7.13 beta release-506
-- Export Language: English


return {
return {
     talents = {
     talents = {
        ['Aggressive Angler: Hunting'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Aggressive Angler: Hunting',
                    ['description'] = '',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Hunting Skill',
                    ['activeLevel'] = '6',
                    },
         ['Arrow Recovery: Hunting'] = {
         ['Arrow Recovery: Hunting'] = {
                    ['untranslated'] = 'Arrow Recovery: Hunting',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Arrow Recovery: Hunting',
                     ['name'] = 'Arrow Recovery: Hunting',
                     ['description'] = 'Allows you to recover arrows shot into animals when harvesting them.',
                     ['description'] = 'Allows you to recover arrows shot into animals when harvesting them with a 50 percent chance.',
                     ['talentType'] = 'Basic Talent',
                     ['talentType'] = 'Basic Talent',
                     ['owningSkill'] = 'Hunting Skill',
                     ['owningSkill'] = 'Hunting Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '3',
                    },
        },
         ['Cleanup Crew: Logging'] = {
         ['Cleanup Crew: Logging'] = {
                    ['untranslated'] = 'Cleanup Crew: Logging',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Cleanup Crew: Logging',
                     ['name'] = 'Cleanup Crew: Logging',
                     ['description'] = 'Destroying tree debris no longer costs additional calories.',
                     ['description'] = '[WIP - No functionality yet] Allows to pick up debris by hand that costs no calories.',
                     ['talentType'] = 'Basic Talent',
                     ['talentType'] = 'Basic Talent',
                     ['owningSkill'] = 'Logging Skill',
                     ['owningSkill'] = 'Logging Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Deadeye: Hunting'] = {
         ['Deadeye: Hunting'] = {
                    ['untranslated'] = 'Deadeye: Hunting',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Deadeye: Hunting',
                     ['name'] = 'Deadeye: Hunting',
                     ['description'] = 'Doubles the headshot damage multiplier.',
                     ['description'] = 'Increases the headshot damage by 50 percent.',
                     ['talentType'] = 'Basic Talent',
                     ['talentType'] = 'Basic Talent',
                     ['owningSkill'] = 'Hunting Skill',
                     ['owningSkill'] = 'Hunting Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '6',
                    },
        },
         ['Diver: SelfImprovement'] = {
         ['Deeper Pockets: SelfImprovement'] = {
                    ['untranslated'] = 'Deeper Pockets: SelfImprovement',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Diver: SelfImprovement',
                     ['name'] = 'Deeper Pockets: SelfImprovement',
                     ['description'] = '',
                     ['description'] = 'Increase your inventory size by 5kg.',
                     ['talentType'] = 'Basic Talent',
                     ['talentType'] = 'Basic Talent',
                     ['owningSkill'] = 'Self Improvement Skill',
                     ['owningSkill'] = 'Self Improvement Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Experienced Farmhand: Gathering'] = {
         ['Experienced Farmhand: Gathering'] = {
                    ['untranslated'] = 'Experienced Farmhand: Gathering',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 56: Line 53:
                     ['owningSkill'] = 'Gathering Skill',
                     ['owningSkill'] = 'Gathering Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
         },
         ['Fisherman: Hunting'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Fisherman: Hunting',
                    ['description'] = '',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Hunting Skill',
                    ['activeLevel'] = '3',
                    },
         ['Focused Workflow: AdvancedBaking'] = {
         ['Focused Workflow: AdvancedBaking'] = {
                    ['untranslated'] = 'Focused Workflow: AdvancedBaking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 74: Line 63:
                     ['owningSkill'] = 'Advanced Baking Skill',
                     ['owningSkill'] = 'Advanced Baking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: AdvancedCampfireCooking'] = {
         ['Focused Workflow: AdvancedCooking'] = {
                    ['untranslated'] = 'Focused Workflow: AdvancedCooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Focused Workflow: AdvancedCampfireCooking',
                     ['name'] = 'Focused Workflow: AdvancedCooking',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Campfire Cooking Skill',
                     ['owningSkill'] = 'Advanced Cooking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: AdvancedCooking'] = {
         ['Focused Workflow: AdvancedMasonry'] = {
                    ['untranslated'] = 'Focused Workflow: AdvancedMasonry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Focused Workflow: AdvancedCooking',
                     ['name'] = 'Focused Workflow: AdvancedMasonry',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Cooking Skill',
                     ['owningSkill'] = 'Advanced Masonry Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: AdvancedSmelting'] = {
         ['Focused Workflow: AdvancedSmelting'] = {
                    ['untranslated'] = 'Focused Workflow: AdvancedSmelting',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 101: Line 93:
                     ['owningSkill'] = 'Advanced Smelting Skill',
                     ['owningSkill'] = 'Advanced Smelting Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Baking'] = {
         ['Focused Workflow: Baking'] = {
                    ['untranslated'] = 'Focused Workflow: Baking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 110: Line 103:
                     ['owningSkill'] = 'Baking Skill',
                     ['owningSkill'] = 'Baking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: BasicEngineering'] = {
         ['Focused Workflow: BasicEngineering'] = {
                    ['untranslated'] = 'Focused Workflow: BasicEngineering',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 119: Line 113:
                     ['owningSkill'] = 'Basic Engineering Skill',
                     ['owningSkill'] = 'Basic Engineering Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                     },
        },
         ['Focused Workflow: Bricklaying'] = {
        ['Focused Workflow: Butchery'] = {
                    ['untranslated'] = 'Focused Workflow: Butchery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Butchery',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Butchery Skill',
                    ['activeLevel'] = '3',
        },
         ['Focused Workflow: CampfireCooking'] = {
                    ['untranslated'] = 'Focused Workflow: CampfireCooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Focused Workflow: Bricklaying',
                     ['name'] = 'Focused Workflow: CampfireCooking',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Bricklaying Skill',
                     ['owningSkill'] = 'Campfire Cooking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Butchery'] = {
         ['Focused Workflow: Carpentry'] = {
                    ['untranslated'] = 'Focused Workflow: Carpentry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Focused Workflow: Butchery',
                     ['name'] = 'Focused Workflow: Carpentry',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Butchery Skill',
                     ['owningSkill'] = 'Carpentry Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Cement'] = {
         ['Focused Workflow: Composites'] = {
                    ['untranslated'] = 'Focused Workflow: Composites',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Focused Workflow: Cement',
                     ['name'] = 'Focused Workflow: Composites',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Cement Skill',
                     ['owningSkill'] = 'Composites Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Cooking'] = {
         ['Focused Workflow: Cooking'] = {
                    ['untranslated'] = 'Focused Workflow: Cooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 155: Line 163:
                     ['owningSkill'] = 'Cooking Skill',
                     ['owningSkill'] = 'Cooking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: CuttingEdgeCooking'] = {
         ['Focused Workflow: CuttingEdgeCooking'] = {
                    ['untranslated'] = 'Focused Workflow: CuttingEdgeCooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 164: Line 173:
                     ['owningSkill'] = 'Cutting Edge Cooking Skill',
                     ['owningSkill'] = 'Cutting Edge Cooking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Electronics'] = {
         ['Focused Workflow: Electronics'] = {
                    ['untranslated'] = 'Focused Workflow: Electronics',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 173: Line 183:
                     ['owningSkill'] = 'Electronics Skill',
                     ['owningSkill'] = 'Electronics Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Farming'] = {
         ['Focused Workflow: Farming'] = {
                    ['untranslated'] = 'Focused Workflow: Farming',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 182: Line 193:
                     ['owningSkill'] = 'Farming Skill',
                     ['owningSkill'] = 'Farming Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Fertilizers'] = {
         ['Focused Workflow: Fertilizers'] = {
                    ['untranslated'] = 'Focused Workflow: Fertilizers',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 191: Line 203:
                     ['owningSkill'] = 'Fertilizers Skill',
                     ['owningSkill'] = 'Fertilizers Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Glassworking'] = {
         ['Focused Workflow: Glassworking'] = {
                    ['untranslated'] = 'Focused Workflow: Glassworking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 200: Line 213:
                     ['owningSkill'] = 'Glassworking Skill',
                     ['owningSkill'] = 'Glassworking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
         },
         ['Focused Workflow: Hewing'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Hewing',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Hewing Skill',
                    ['activeLevel'] = '3',
                    },
         ['Focused Workflow: Industry'] = {
         ['Focused Workflow: Industry'] = {
                    ['untranslated'] = 'Focused Workflow: Industry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 218: Line 223:
                     ['owningSkill'] = 'Industry Skill',
                     ['owningSkill'] = 'Industry Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Lumber'] = {
         ['Focused Workflow: Masonry'] = {
                    ['untranslated'] = 'Focused Workflow: Masonry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Focused Workflow: Lumber',
                     ['name'] = 'Focused Workflow: Masonry',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['description'] = 'Doubles the speed of related tables when alone.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Lumber Skill',
                     ['owningSkill'] = 'Masonry Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Mechanics'] = {
         ['Focused Workflow: Mechanics'] = {
                    ['untranslated'] = 'Focused Workflow: Mechanics',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 236: Line 243:
                     ['owningSkill'] = 'Mechanics Skill',
                     ['owningSkill'] = 'Mechanics Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Milling'] = {
         ['Focused Workflow: Milling'] = {
                    ['untranslated'] = 'Focused Workflow: Milling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 245: Line 253:
                     ['owningSkill'] = 'Milling Skill',
                     ['owningSkill'] = 'Milling Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
         },
         ['Focused Workflow: Mortaring'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Mortaring',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Mortaring Skill',
                    ['activeLevel'] = '3',
                    },
         ['Focused Workflow: OilDrilling'] = {
         ['Focused Workflow: OilDrilling'] = {
                    ['untranslated'] = 'Focused Workflow: OilDrilling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 263: Line 263:
                     ['owningSkill'] = 'Oil Drilling Skill',
                     ['owningSkill'] = 'Oil Drilling Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: PaperMilling'] = {
         ['Focused Workflow: PaperMilling'] = {
                    ['untranslated'] = 'Focused Workflow: PaperMilling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 272: Line 273:
                     ['owningSkill'] = 'Paper Milling Skill',
                     ['owningSkill'] = 'Paper Milling Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                     },
        },
        ['Focused Workflow: Pottery'] = {
                     ['untranslated'] = 'Focused Workflow: Pottery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Pottery',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Pottery Skill',
                    ['activeLevel'] = '3',
        },
         ['Focused Workflow: Smelting'] = {
         ['Focused Workflow: Smelting'] = {
                    ['untranslated'] = 'Focused Workflow: Smelting',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 281: Line 293:
                     ['owningSkill'] = 'Smelting Skill',
                     ['owningSkill'] = 'Smelting Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Focused Workflow: Tailoring'] = {
         ['Focused Workflow: Tailoring'] = {
                    ['untranslated'] = 'Focused Workflow: Tailoring',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 290: Line 303:
                     ['owningSkill'] = 'Tailoring Skill',
                     ['owningSkill'] = 'Tailoring Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Frugal Workspace: AdvancedBaking'] = {
         ['Frugal Workspace: AdvancedBaking'] = {
                    ['untranslated'] = 'Frugal Workspace: AdvancedBaking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: AdvancedBaking',
                     ['name'] = 'Frugal Workspace: AdvancedBaking',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Baking Skill',
                     ['owningSkill'] = 'Advanced Baking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: AdvancedCampfireCooking'] = {
         ['Frugal Workspace: AdvancedCooking'] = {
                    ['untranslated'] = 'Frugal Workspace: AdvancedCooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: AdvancedCampfireCooking',
                     ['name'] = 'Frugal Workspace: AdvancedCooking',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Campfire Cooking Skill',
                     ['owningSkill'] = 'Advanced Cooking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: AdvancedCooking'] = {
         ['Frugal Workspace: AdvancedMasonry'] = {
                    ['untranslated'] = 'Frugal Workspace: AdvancedMasonry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: AdvancedCooking',
                     ['name'] = 'Frugal Workspace: AdvancedMasonry',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Cooking Skill',
                     ['owningSkill'] = 'Advanced Masonry Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: AdvancedSmelting'] = {
         ['Frugal Workspace: AdvancedSmelting'] = {
                    ['untranslated'] = 'Frugal Workspace: AdvancedSmelting',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: AdvancedSmelting',
                     ['name'] = 'Frugal Workspace: AdvancedSmelting',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Smelting Skill',
                     ['owningSkill'] = 'Advanced Smelting Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Baking'] = {
         ['Frugal Workspace: Baking'] = {
                    ['untranslated'] = 'Frugal Workspace: Baking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Baking',
                     ['name'] = 'Frugal Workspace: Baking',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Baking Skill',
                     ['owningSkill'] = 'Baking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: BasicEngineering'] = {
         ['Frugal Workspace: BasicEngineering'] = {
                    ['untranslated'] = 'Frugal Workspace: BasicEngineering',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: BasicEngineering',
                     ['name'] = 'Frugal Workspace: BasicEngineering',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Basic Engineering Skill',
                     ['owningSkill'] = 'Basic Engineering Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Bricklaying'] = {
         ['Frugal Workspace: Butchery'] = {
                    ['untranslated'] = 'Frugal Workspace: Butchery',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Bricklaying',
                     ['name'] = 'Frugal Workspace: Butchery',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Bricklaying Skill',
                     ['owningSkill'] = 'Butchery Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                     },
        },
         ['Frugal Workspace: Butchery'] = {
        ['Frugal Workspace: CampfireCooking'] = {
                    ['untranslated'] = 'Frugal Workspace: CampfireCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: CampfireCooking',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Campfire Cooking Skill',
                    ['activeLevel'] = '6',
        },
         ['Frugal Workspace: Carpentry'] = {
                    ['untranslated'] = 'Frugal Workspace: Carpentry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Butchery',
                     ['name'] = 'Frugal Workspace: Carpentry',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Butchery Skill',
                     ['owningSkill'] = 'Carpentry Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Cement'] = {
         ['Frugal Workspace: Composites'] = {
                    ['untranslated'] = 'Frugal Workspace: Composites',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Cement',
                     ['name'] = 'Frugal Workspace: Composites',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Cement Skill',
                     ['owningSkill'] = 'Composites Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Cooking'] = {
         ['Frugal Workspace: Cooking'] = {
                    ['untranslated'] = 'Frugal Workspace: Cooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Cooking',
                     ['name'] = 'Frugal Workspace: Cooking',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Cooking Skill',
                     ['owningSkill'] = 'Cooking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: CuttingEdgeCooking'] = {
         ['Frugal Workspace: CuttingEdgeCooking'] = {
                    ['untranslated'] = 'Frugal Workspace: CuttingEdgeCooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: CuttingEdgeCooking',
                     ['name'] = 'Frugal Workspace: CuttingEdgeCooking',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Cutting Edge Cooking Skill',
                     ['owningSkill'] = 'Cutting Edge Cooking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Electronics'] = {
         ['Frugal Workspace: Electronics'] = {
                    ['untranslated'] = 'Frugal Workspace: Electronics',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Electronics',
                     ['name'] = 'Frugal Workspace: Electronics',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Electronics Skill',
                     ['owningSkill'] = 'Electronics Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Farming'] = {
         ['Frugal Workspace: Farming'] = {
                    ['untranslated'] = 'Frugal Workspace: Farming',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Farming',
                     ['name'] = 'Frugal Workspace: Farming',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Farming Skill',
                     ['owningSkill'] = 'Farming Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Fertilizers'] = {
         ['Frugal Workspace: Fertilizers'] = {
                    ['untranslated'] = 'Frugal Workspace: Fertilizers',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Fertilizers',
                     ['name'] = 'Frugal Workspace: Fertilizers',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Fertilizers Skill',
                     ['owningSkill'] = 'Fertilizers Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Glassworking'] = {
         ['Frugal Workspace: Glassworking'] = {
                    ['untranslated'] = 'Frugal Workspace: Glassworking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Glassworking',
                     ['name'] = 'Frugal Workspace: Glassworking',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Glassworking Skill',
                     ['owningSkill'] = 'Glassworking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
         },
         ['Frugal Workspace: Hewing'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Hewing',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Hewing Skill',
                    ['activeLevel'] = '6',
                    },
         ['Frugal Workspace: Industry'] = {
         ['Frugal Workspace: Industry'] = {
                    ['untranslated'] = 'Frugal Workspace: Industry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Industry',
                     ['name'] = 'Frugal Workspace: Industry',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Industry Skill',
                     ['owningSkill'] = 'Industry Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Lumber'] = {
         ['Frugal Workspace: Masonry'] = {
                    ['untranslated'] = 'Frugal Workspace: Masonry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Lumber',
                     ['name'] = 'Frugal Workspace: Masonry',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Lumber Skill',
                     ['owningSkill'] = 'Masonry Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Mechanics'] = {
         ['Frugal Workspace: Mechanics'] = {
                    ['untranslated'] = 'Frugal Workspace: Mechanics',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Mechanics',
                     ['name'] = 'Frugal Workspace: Mechanics',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Mechanics Skill',
                     ['owningSkill'] = 'Mechanics Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Milling'] = {
         ['Frugal Workspace: Milling'] = {
                    ['untranslated'] = 'Frugal Workspace: Milling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Milling',
                     ['name'] = 'Frugal Workspace: Milling',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Milling Skill',
                     ['owningSkill'] = 'Milling Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
         },
         ['Frugal Workspace: Mortaring'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Mortaring',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Mortaring Skill',
                    ['activeLevel'] = '6',
                    },
         ['Frugal Workspace: OilDrilling'] = {
         ['Frugal Workspace: OilDrilling'] = {
                    ['untranslated'] = 'Frugal Workspace: OilDrilling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: OilDrilling',
                     ['name'] = 'Frugal Workspace: OilDrilling',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Oil Drilling Skill',
                     ['owningSkill'] = 'Oil Drilling Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: PaperMilling'] = {
         ['Frugal Workspace: PaperMilling'] = {
                    ['untranslated'] = 'Frugal Workspace: PaperMilling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: PaperMilling',
                     ['name'] = 'Frugal Workspace: PaperMilling',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Paper Milling Skill',
                     ['owningSkill'] = 'Paper Milling Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                     },
        },
        ['Frugal Workspace: Pottery'] = {
                     ['untranslated'] = 'Frugal Workspace: Pottery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Pottery',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Pottery Skill',
                    ['activeLevel'] = '6',
        },
         ['Frugal Workspace: Smelting'] = {
         ['Frugal Workspace: Smelting'] = {
                    ['untranslated'] = 'Frugal Workspace: Smelting',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Smelting',
                     ['name'] = 'Frugal Workspace: Smelting',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Smelting Skill',
                     ['owningSkill'] = 'Smelting Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Frugal Workspace: Tailoring'] = {
         ['Frugal Workspace: Tailoring'] = {
                    ['untranslated'] = 'Frugal Workspace: Tailoring',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Frugal Workspace: Tailoring',
                     ['name'] = 'Frugal Workspace: Tailoring',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2',
                     ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Tailoring Skill',
                     ['owningSkill'] = 'Tailoring Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                     },
        },
        ['Glutton: SelfImprovement'] = {
                     ['untranslated'] = 'Glutton: SelfImprovement',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Glutton: SelfImprovement',
                    ['description'] = 'Increase you stomache capacity count by 1000cal.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Self Improvement Skill',
                    ['activeLevel'] = '3',
        },
         ['Lavish Workspace: AdvancedBaking'] = {
         ['Lavish Workspace: AdvancedBaking'] = {
                    ['untranslated'] = 'Lavish Workspace: AdvancedBaking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: AdvancedBaking',
                     ['name'] = 'Lavish Workspace: AdvancedBaking',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Baking Skill',
                     ['owningSkill'] = 'Advanced Baking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: AdvancedCampfireCooking'] = {
         ['Lavish Workspace: AdvancedCooking'] = {
                    ['untranslated'] = 'Lavish Workspace: AdvancedCooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: AdvancedCampfireCooking',
                     ['name'] = 'Lavish Workspace: AdvancedCooking',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Campfire Cooking Skill',
                     ['owningSkill'] = 'Advanced Cooking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: AdvancedCooking'] = {
         ['Lavish Workspace: AdvancedMasonry'] = {
                    ['untranslated'] = 'Lavish Workspace: AdvancedMasonry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: AdvancedCooking',
                     ['name'] = 'Lavish Workspace: AdvancedMasonry',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Cooking Skill',
                     ['owningSkill'] = 'Advanced Masonry Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: AdvancedSmelting'] = {
         ['Lavish Workspace: AdvancedSmelting'] = {
                    ['untranslated'] = 'Lavish Workspace: AdvancedSmelting',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: AdvancedSmelting',
                     ['name'] = 'Lavish Workspace: AdvancedSmelting',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Smelting Skill',
                     ['owningSkill'] = 'Advanced Smelting Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Baking'] = {
         ['Lavish Workspace: Baking'] = {
                    ['untranslated'] = 'Lavish Workspace: Baking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Baking',
                     ['name'] = 'Lavish Workspace: Baking',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Baking Skill',
                     ['owningSkill'] = 'Baking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: BasicEngineering'] = {
         ['Lavish Workspace: BasicEngineering'] = {
                    ['untranslated'] = 'Lavish Workspace: BasicEngineering',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: BasicEngineering',
                     ['name'] = 'Lavish Workspace: BasicEngineering',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Basic Engineering Skill',
                     ['owningSkill'] = 'Basic Engineering Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Bricklaying'] = {
         ['Lavish Workspace: Butchery'] = {
                    ['untranslated'] = 'Lavish Workspace: Butchery',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Bricklaying',
                     ['name'] = 'Lavish Workspace: Butchery',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Bricklaying Skill',
                     ['owningSkill'] = 'Butchery Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                     },
        },
         ['Lavish Workspace: Butchery'] = {
        ['Lavish Workspace: CampfireCooking'] = {
                    ['untranslated'] = 'Lavish Workspace: CampfireCooking',
                    ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: CampfireCooking',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Campfire Cooking Skill',
                    ['activeLevel'] = '6',
        },
         ['Lavish Workspace: Carpentry'] = {
                    ['untranslated'] = 'Lavish Workspace: Carpentry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Butchery',
                     ['name'] = 'Lavish Workspace: Carpentry',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Butchery Skill',
                     ['owningSkill'] = 'Carpentry Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Cement'] = {
         ['Lavish Workspace: Composites'] = {
                    ['untranslated'] = 'Lavish Workspace: Composites',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Cement',
                     ['name'] = 'Lavish Workspace: Composites',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Cement Skill',
                     ['owningSkill'] = 'Composites Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Cooking'] = {
         ['Lavish Workspace: Cooking'] = {
                    ['untranslated'] = 'Lavish Workspace: Cooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Cooking',
                     ['name'] = 'Lavish Workspace: Cooking',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Cooking Skill',
                     ['owningSkill'] = 'Cooking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: CuttingEdgeCooking'] = {
         ['Lavish Workspace: CuttingEdgeCooking'] = {
                    ['untranslated'] = 'Lavish Workspace: CuttingEdgeCooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: CuttingEdgeCooking',
                     ['name'] = 'Lavish Workspace: CuttingEdgeCooking',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Cutting Edge Cooking Skill',
                     ['owningSkill'] = 'Cutting Edge Cooking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Electronics'] = {
         ['Lavish Workspace: Electronics'] = {
                    ['untranslated'] = 'Lavish Workspace: Electronics',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Electronics',
                     ['name'] = 'Lavish Workspace: Electronics',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Electronics Skill',
                     ['owningSkill'] = 'Electronics Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Farming'] = {
         ['Lavish Workspace: Farming'] = {
                    ['untranslated'] = 'Lavish Workspace: Farming',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Farming',
                     ['name'] = 'Lavish Workspace: Farming',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Farming Skill',
                     ['owningSkill'] = 'Farming Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Fertilizers'] = {
         ['Lavish Workspace: Fertilizers'] = {
                    ['untranslated'] = 'Lavish Workspace: Fertilizers',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Fertilizers',
                     ['name'] = 'Lavish Workspace: Fertilizers',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Fertilizers Skill',
                     ['owningSkill'] = 'Fertilizers Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Glassworking'] = {
         ['Lavish Workspace: Glassworking'] = {
                    ['untranslated'] = 'Lavish Workspace: Glassworking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Glassworking',
                     ['name'] = 'Lavish Workspace: Glassworking',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Glassworking Skill',
                     ['owningSkill'] = 'Glassworking Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
         },
         ['Lavish Workspace: Hewing'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Hewing',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Hewing Skill',
                    ['activeLevel'] = '6',
                    },
         ['Lavish Workspace: Industry'] = {
         ['Lavish Workspace: Industry'] = {
                    ['untranslated'] = 'Lavish Workspace: Industry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Industry',
                     ['name'] = 'Lavish Workspace: Industry',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Industry Skill',
                     ['owningSkill'] = 'Industry Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Lumber'] = {
         ['Lavish Workspace: Masonry'] = {
                    ['untranslated'] = 'Lavish Workspace: Masonry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Lumber',
                     ['name'] = 'Lavish Workspace: Masonry',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Lumber Skill',
                     ['owningSkill'] = 'Masonry Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Mechanics'] = {
         ['Lavish Workspace: Mechanics'] = {
                    ['untranslated'] = 'Lavish Workspace: Mechanics',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Mechanics',
                     ['name'] = 'Lavish Workspace: Mechanics',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Mechanics Skill',
                     ['owningSkill'] = 'Mechanics Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Milling'] = {
         ['Lavish Workspace: Milling'] = {
                    ['untranslated'] = 'Lavish Workspace: Milling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Milling',
                     ['name'] = 'Lavish Workspace: Milling',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Milling Skill',
                     ['owningSkill'] = 'Milling Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
         },
         ['Lavish Workspace: Mortaring'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Mortaring',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Mortaring Skill',
                    ['activeLevel'] = '6',
                    },
         ['Lavish Workspace: OilDrilling'] = {
         ['Lavish Workspace: OilDrilling'] = {
                    ['untranslated'] = 'Lavish Workspace: OilDrilling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: OilDrilling',
                     ['name'] = 'Lavish Workspace: OilDrilling',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Oil Drilling Skill',
                     ['owningSkill'] = 'Oil Drilling Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: PaperMilling'] = {
         ['Lavish Workspace: PaperMilling'] = {
                    ['untranslated'] = 'Lavish Workspace: PaperMilling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: PaperMilling',
                     ['name'] = 'Lavish Workspace: PaperMilling',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Paper Milling Skill',
                     ['owningSkill'] = 'Paper Milling Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                     },
        },
        ['Lavish Workspace: Pottery'] = {
                     ['untranslated'] = 'Lavish Workspace: Pottery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Pottery',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Pottery Skill',
                    ['activeLevel'] = '6',
        },
         ['Lavish Workspace: Smelting'] = {
         ['Lavish Workspace: Smelting'] = {
                    ['untranslated'] = 'Lavish Workspace: Smelting',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Smelting',
                     ['name'] = 'Lavish Workspace: Smelting',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Smelting Skill',
                     ['owningSkill'] = 'Smelting Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lavish Workspace: Tailoring'] = {
         ['Lavish Workspace: Tailoring'] = {
                    ['untranslated'] = 'Lavish Workspace: Tailoring',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Lavish Workspace: Tailoring',
                     ['name'] = 'Lavish Workspace: Tailoring',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 10 percent.',
                     ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Tailoring Skill',
                     ['owningSkill'] = 'Tailoring Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Loggers Luck: Logging'] = {
         ['Loggers Luck: Logging'] = {
                    ['untranslated'] = 'Loggers Luck: Logging',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Loggers Luck: Logging',
                     ['name'] = 'Loggers Luck: Logging',
                     ['description'] = '',
                     ['description'] = '[WIP - No functionality yet]Every hit has a chance of destroying tree stumps and splitting trunks immediately.',
                     ['talentType'] = 'Basic Talent',
                     ['talentType'] = 'Basic Talent',
                     ['owningSkill'] = 'Logging Skill',
                     ['owningSkill'] = 'Logging Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Lucky Break: Mining'] = {
         ['Lucky Break: Mining'] = {
                    ['untranslated'] = 'Lucky Break: Mining',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 758: Line 833:
                     ['owningSkill'] = 'Mining Skill',
                     ['owningSkill'] = 'Mining Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                     },
        },
        ['Master Tracker: Hunting'] = {
                     ['untranslated'] = 'Master Tracker: Hunting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Master Tracker: Hunting',
                    ['description'] = 'A master tracker is capable of following its prey over the highest peaks or through the densest of jungles.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Hunting Skill',
                    ['activeLevel'] = '3',
        },
         ['Natural Gatherer: Gathering'] = {
         ['Natural Gatherer: Gathering'] = {
                    ['untranslated'] = 'Natural Gatherer: Gathering',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 767: Line 853:
                     ['owningSkill'] = 'Gathering Skill',
                     ['owningSkill'] = 'Gathering Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Nature Adventurer: SelfImprovement'] = {
         ['Nature Adventurer: SelfImprovement'] = {
                    ['untranslated'] = 'Nature Adventurer: SelfImprovement',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 776: Line 863:
                     ['owningSkill'] = 'Self Improvement Skill',
                     ['owningSkill'] = 'Self Improvement Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Parallel Processing: AdvancedBaking'] = {
         ['Parallel Processing: AdvancedBaking'] = {
                    ['untranslated'] = 'Parallel Processing: AdvancedBaking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 785: Line 873:
                     ['owningSkill'] = 'Advanced Baking Skill',
                     ['owningSkill'] = 'Advanced Baking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: AdvancedCampfireCooking'] = {
         ['Parallel Processing: AdvancedCooking'] = {
                    ['untranslated'] = 'Parallel Processing: AdvancedCooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Parallel Processing: AdvancedCampfireCooking',
                     ['name'] = 'Parallel Processing: AdvancedCooking',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Campfire Cooking Skill',
                     ['owningSkill'] = 'Advanced Cooking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: AdvancedCooking'] = {
         ['Parallel Processing: AdvancedMasonry'] = {
                    ['untranslated'] = 'Parallel Processing: AdvancedMasonry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Parallel Processing: AdvancedCooking',
                     ['name'] = 'Parallel Processing: AdvancedMasonry',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Advanced Cooking Skill',
                     ['owningSkill'] = 'Advanced Masonry Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: AdvancedSmelting'] = {
         ['Parallel Processing: AdvancedSmelting'] = {
                    ['untranslated'] = 'Parallel Processing: AdvancedSmelting',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 812: Line 903:
                     ['owningSkill'] = 'Advanced Smelting Skill',
                     ['owningSkill'] = 'Advanced Smelting Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Baking'] = {
         ['Parallel Processing: Baking'] = {
                    ['untranslated'] = 'Parallel Processing: Baking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 821: Line 913:
                     ['owningSkill'] = 'Baking Skill',
                     ['owningSkill'] = 'Baking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: BasicEngineering'] = {
         ['Parallel Processing: BasicEngineering'] = {
                    ['untranslated'] = 'Parallel Processing: BasicEngineering',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 830: Line 923:
                     ['owningSkill'] = 'Basic Engineering Skill',
                     ['owningSkill'] = 'Basic Engineering Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Bricklaying'] = {
         ['Parallel Processing: Butchery'] = {
                    ['untranslated'] = 'Parallel Processing: Butchery',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Parallel Processing: Bricklaying',
                     ['name'] = 'Parallel Processing: Butchery',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Bricklaying Skill',
                     ['owningSkill'] = 'Butchery Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                     },
        },
         ['Parallel Processing: Butchery'] = {
        ['Parallel Processing: CampfireCooking'] = {
                    ['untranslated'] = 'Parallel Processing: CampfireCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: CampfireCooking',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Campfire Cooking Skill',
                    ['activeLevel'] = '3',
        },
         ['Parallel Processing: Carpentry'] = {
                    ['untranslated'] = 'Parallel Processing: Carpentry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Parallel Processing: Butchery',
                     ['name'] = 'Parallel Processing: Carpentry',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Butchery Skill',
                     ['owningSkill'] = 'Carpentry Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Cement'] = {
         ['Parallel Processing: Composites'] = {
                    ['untranslated'] = 'Parallel Processing: Composites',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Parallel Processing: Cement',
                     ['name'] = 'Parallel Processing: Composites',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Cement Skill',
                     ['owningSkill'] = 'Composites Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Cooking'] = {
         ['Parallel Processing: Cooking'] = {
                    ['untranslated'] = 'Parallel Processing: Cooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 866: Line 973:
                     ['owningSkill'] = 'Cooking Skill',
                     ['owningSkill'] = 'Cooking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: CuttingEdgeCooking'] = {
         ['Parallel Processing: CuttingEdgeCooking'] = {
                    ['untranslated'] = 'Parallel Processing: CuttingEdgeCooking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 875: Line 983:
                     ['owningSkill'] = 'Cutting Edge Cooking Skill',
                     ['owningSkill'] = 'Cutting Edge Cooking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Electronics'] = {
         ['Parallel Processing: Electronics'] = {
                    ['untranslated'] = 'Parallel Processing: Electronics',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 884: Line 993:
                     ['owningSkill'] = 'Electronics Skill',
                     ['owningSkill'] = 'Electronics Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Farming'] = {
         ['Parallel Processing: Farming'] = {
                    ['untranslated'] = 'Parallel Processing: Farming',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 893: Line 1,003:
                     ['owningSkill'] = 'Farming Skill',
                     ['owningSkill'] = 'Farming Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Fertilizers'] = {
         ['Parallel Processing: Fertilizers'] = {
                    ['untranslated'] = 'Parallel Processing: Fertilizers',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 902: Line 1,013:
                     ['owningSkill'] = 'Fertilizers Skill',
                     ['owningSkill'] = 'Fertilizers Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Glassworking'] = {
         ['Parallel Processing: Glassworking'] = {
                    ['untranslated'] = 'Parallel Processing: Glassworking',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 911: Line 1,023:
                     ['owningSkill'] = 'Glassworking Skill',
                     ['owningSkill'] = 'Glassworking Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
         },
         ['Parallel Processing: Hewing'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Hewing',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Hewing Skill',
                    ['activeLevel'] = '3',
                    },
         ['Parallel Processing: Industry'] = {
         ['Parallel Processing: Industry'] = {
                    ['untranslated'] = 'Parallel Processing: Industry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 929: Line 1,033:
                     ['owningSkill'] = 'Industry Skill',
                     ['owningSkill'] = 'Industry Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Lumber'] = {
         ['Parallel Processing: Masonry'] = {
                    ['untranslated'] = 'Parallel Processing: Masonry',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Parallel Processing: Lumber',
                     ['name'] = 'Parallel Processing: Masonry',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                     ['talentType'] = 'Crafting Talent',
                     ['talentType'] = 'Crafting Talent',
                     ['owningSkill'] = 'Lumber Skill',
                     ['owningSkill'] = 'Masonry Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Mechanics'] = {
         ['Parallel Processing: Mechanics'] = {
                    ['untranslated'] = 'Parallel Processing: Mechanics',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 947: Line 1,053:
                     ['owningSkill'] = 'Mechanics Skill',
                     ['owningSkill'] = 'Mechanics Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Milling'] = {
         ['Parallel Processing: Milling'] = {
                    ['untranslated'] = 'Parallel Processing: Milling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 956: Line 1,063:
                     ['owningSkill'] = 'Milling Skill',
                     ['owningSkill'] = 'Milling Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
         },
         ['Parallel Processing: Mortaring'] = {
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Mortaring',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Mortaring Skill',
                    ['activeLevel'] = '3',
                    },
         ['Parallel Processing: OilDrilling'] = {
         ['Parallel Processing: OilDrilling'] = {
                    ['untranslated'] = 'Parallel Processing: OilDrilling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 974: Line 1,073:
                     ['owningSkill'] = 'Oil Drilling Skill',
                     ['owningSkill'] = 'Oil Drilling Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: PaperMilling'] = {
         ['Parallel Processing: PaperMilling'] = {
                    ['untranslated'] = 'Parallel Processing: PaperMilling',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 983: Line 1,083:
                     ['owningSkill'] = 'Paper Milling Skill',
                     ['owningSkill'] = 'Paper Milling Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                     },
        },
        ['Parallel Processing: Pottery'] = {
                     ['untranslated'] = 'Parallel Processing: Pottery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Pottery',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Pottery Skill',
                    ['activeLevel'] = '3',
        },
         ['Parallel Processing: Smelting'] = {
         ['Parallel Processing: Smelting'] = {
                    ['untranslated'] = 'Parallel Processing: Smelting',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 992: Line 1,103:
                     ['owningSkill'] = 'Smelting Skill',
                     ['owningSkill'] = 'Smelting Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Parallel Processing: Tailoring'] = {
         ['Parallel Processing: Tailoring'] = {
                    ['untranslated'] = 'Parallel Processing: Tailoring',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 1,001: Line 1,113:
                     ['owningSkill'] = 'Tailoring Skill',
                     ['owningSkill'] = 'Tailoring Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Sprinter: SelfImprovement'] = {
         ['Power Shot: Hunting'] = {
                    ['untranslated'] = 'Power Shot: Hunting',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
                     ['name'] = 'Sprinter: SelfImprovement',
                     ['name'] = 'Power Shot: Hunting',
                     ['description'] = '',
                     ['description'] = 'Increases the damage tier of Bows',
                     ['talentType'] = 'Basic Talent',
                     ['talentType'] = 'Basic Talent',
                     ['owningSkill'] = 'Self Improvement Skill',
                     ['owningSkill'] = 'Hunting Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '6',
                    },
        },
         ['Sweeping Hands: Mining'] = {
         ['Sweeping Hands: Mining'] = {
                    ['untranslated'] = 'Sweeping Hands: Mining',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 1,019: Line 1,133:
                     ['owningSkill'] = 'Mining Skill',
                     ['owningSkill'] = 'Mining Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
         ['Tool Efficiency: Gathering'] = {
         ['Tool Efficiency: Gathering'] = {
                    ['untranslated'] = 'Tool Efficiency: Gathering',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 1,028: Line 1,143:
                     ['owningSkill'] = 'Gathering Skill',
                     ['owningSkill'] = 'Gathering Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Tool Efficiency: Logging'] = {
         ['Tool Efficiency: Logging'] = {
                    ['untranslated'] = 'Tool Efficiency: Logging',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 1,037: Line 1,153:
                     ['owningSkill'] = 'Logging Skill',
                     ['owningSkill'] = 'Logging Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Tool Efficiency: Mining'] = {
         ['Tool Efficiency: Mining'] = {
                    ['untranslated'] = 'Tool Efficiency: Mining',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 1,046: Line 1,163:
                     ['owningSkill'] = 'Mining Skill',
                     ['owningSkill'] = 'Mining Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Tool Strength: Gathering'] = {
         ['Tool Strength: Gathering'] = {
                    ['untranslated'] = 'Tool Strength: Gathering',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 1,055: Line 1,173:
                     ['owningSkill'] = 'Gathering Skill',
                     ['owningSkill'] = 'Gathering Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Tool Strength: Logging'] = {
         ['Tool Strength: Logging'] = {
                    ['untranslated'] = 'Tool Strength: Logging',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 1,064: Line 1,183:
                     ['owningSkill'] = 'Logging Skill',
                     ['owningSkill'] = 'Logging Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Tool Strength: Mining'] = {
         ['Tool Strength: Mining'] = {
                    ['untranslated'] = 'Tool Strength: Mining',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 1,073: Line 1,193:
                     ['owningSkill'] = 'Mining Skill',
                     ['owningSkill'] = 'Mining Skill',
                     ['activeLevel'] = '3',
                     ['activeLevel'] = '3',
                    },
        },
         ['Urban Traveller: SelfImprovement'] = {
         ['Urban Traveller: SelfImprovement'] = {
                    ['untranslated'] = 'Urban Traveller: SelfImprovement',
                     ['category'] = 'Hidden',
                     ['category'] = 'Hidden',
                     ['group'] = 'Talents',
                     ['group'] = 'Talents',
Line 1,082: Line 1,203:
                     ['owningSkill'] = 'Self Improvement Skill',
                     ['owningSkill'] = 'Self Improvement Skill',
                     ['activeLevel'] = '6',
                     ['activeLevel'] = '6',
                    },
        },
     },
     },
}
}

Latest revision as of 00:15, 2 September 2023

Documentation[edit source]


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


The Module:TalentData is currently used in:


-- Eco Version : 0.9.7.13 beta release-506
-- Export Language: English

return {
    talents = {
        ['Arrow Recovery: Hunting'] = {
                    ['untranslated'] = 'Arrow Recovery: Hunting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Arrow Recovery: Hunting',
                    ['description'] = 'Allows you to recover arrows shot into animals when harvesting them with a 50 percent chance.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Hunting Skill',
                    ['activeLevel'] = '3',
        },
        ['Cleanup Crew: Logging'] = {
                    ['untranslated'] = 'Cleanup Crew: Logging',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Cleanup Crew: Logging',
                    ['description'] = '[WIP - No functionality yet] Allows to pick up debris by hand that costs no calories.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Logging Skill',
                    ['activeLevel'] = '6',
        },
        ['Deadeye: Hunting'] = {
                    ['untranslated'] = 'Deadeye: Hunting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Deadeye: Hunting',
                    ['description'] = 'Increases the headshot damage by 50 percent.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Hunting Skill',
                    ['activeLevel'] = '6',
        },
        ['Deeper Pockets: SelfImprovement'] = {
                    ['untranslated'] = 'Deeper Pockets: SelfImprovement',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Deeper Pockets: SelfImprovement',
                    ['description'] = 'Increase your inventory size by 5kg.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Self Improvement Skill',
                    ['activeLevel'] = '3',
        },
        ['Experienced Farmhand: Gathering'] = {
                    ['untranslated'] = 'Experienced Farmhand: Gathering',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Experienced Farmhand: Gathering',
                    ['description'] = 'Increases the yield of farmed plants by 20 percent.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Gathering Skill',
                    ['activeLevel'] = '6',
        },
        ['Focused Workflow: AdvancedBaking'] = {
                    ['untranslated'] = 'Focused Workflow: AdvancedBaking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: AdvancedBaking',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Baking Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: AdvancedCooking'] = {
                    ['untranslated'] = 'Focused Workflow: AdvancedCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: AdvancedCooking',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Cooking Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: AdvancedMasonry'] = {
                    ['untranslated'] = 'Focused Workflow: AdvancedMasonry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: AdvancedMasonry',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Masonry Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: AdvancedSmelting'] = {
                    ['untranslated'] = 'Focused Workflow: AdvancedSmelting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: AdvancedSmelting',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Smelting Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Baking'] = {
                    ['untranslated'] = 'Focused Workflow: Baking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Baking',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Baking Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: BasicEngineering'] = {
                    ['untranslated'] = 'Focused Workflow: BasicEngineering',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: BasicEngineering',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Basic Engineering Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Butchery'] = {
                    ['untranslated'] = 'Focused Workflow: Butchery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Butchery',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Butchery Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: CampfireCooking'] = {
                    ['untranslated'] = 'Focused Workflow: CampfireCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: CampfireCooking',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Campfire Cooking Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Carpentry'] = {
                    ['untranslated'] = 'Focused Workflow: Carpentry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Carpentry',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Carpentry Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Composites'] = {
                    ['untranslated'] = 'Focused Workflow: Composites',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Composites',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Composites Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Cooking'] = {
                    ['untranslated'] = 'Focused Workflow: Cooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Cooking',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Cooking Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: CuttingEdgeCooking'] = {
                    ['untranslated'] = 'Focused Workflow: CuttingEdgeCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: CuttingEdgeCooking',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Cutting Edge Cooking Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Electronics'] = {
                    ['untranslated'] = 'Focused Workflow: Electronics',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Electronics',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Electronics Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Farming'] = {
                    ['untranslated'] = 'Focused Workflow: Farming',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Farming',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Farming Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Fertilizers'] = {
                    ['untranslated'] = 'Focused Workflow: Fertilizers',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Fertilizers',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Fertilizers Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Glassworking'] = {
                    ['untranslated'] = 'Focused Workflow: Glassworking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Glassworking',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Glassworking Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Industry'] = {
                    ['untranslated'] = 'Focused Workflow: Industry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Industry',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Industry Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Masonry'] = {
                    ['untranslated'] = 'Focused Workflow: Masonry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Masonry',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Masonry Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Mechanics'] = {
                    ['untranslated'] = 'Focused Workflow: Mechanics',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Mechanics',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Mechanics Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Milling'] = {
                    ['untranslated'] = 'Focused Workflow: Milling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Milling',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Milling Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: OilDrilling'] = {
                    ['untranslated'] = 'Focused Workflow: OilDrilling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: OilDrilling',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Oil Drilling Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: PaperMilling'] = {
                    ['untranslated'] = 'Focused Workflow: PaperMilling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: PaperMilling',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Paper Milling Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Pottery'] = {
                    ['untranslated'] = 'Focused Workflow: Pottery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Pottery',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Pottery Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Smelting'] = {
                    ['untranslated'] = 'Focused Workflow: Smelting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Smelting',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Smelting Skill',
                    ['activeLevel'] = '3',
        },
        ['Focused Workflow: Tailoring'] = {
                    ['untranslated'] = 'Focused Workflow: Tailoring',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Focused Workflow: Tailoring',
                    ['description'] = 'Doubles the speed of related tables when alone.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Tailoring Skill',
                    ['activeLevel'] = '3',
        },
        ['Frugal Workspace: AdvancedBaking'] = {
                    ['untranslated'] = 'Frugal Workspace: AdvancedBaking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: AdvancedBaking',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Baking Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: AdvancedCooking'] = {
                    ['untranslated'] = 'Frugal Workspace: AdvancedCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: AdvancedCooking',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Cooking Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: AdvancedMasonry'] = {
                    ['untranslated'] = 'Frugal Workspace: AdvancedMasonry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: AdvancedMasonry',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Masonry Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: AdvancedSmelting'] = {
                    ['untranslated'] = 'Frugal Workspace: AdvancedSmelting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: AdvancedSmelting',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Smelting Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Baking'] = {
                    ['untranslated'] = 'Frugal Workspace: Baking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Baking',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Baking Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: BasicEngineering'] = {
                    ['untranslated'] = 'Frugal Workspace: BasicEngineering',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: BasicEngineering',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Basic Engineering Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Butchery'] = {
                    ['untranslated'] = 'Frugal Workspace: Butchery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Butchery',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Butchery Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: CampfireCooking'] = {
                    ['untranslated'] = 'Frugal Workspace: CampfireCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: CampfireCooking',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Campfire Cooking Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Carpentry'] = {
                    ['untranslated'] = 'Frugal Workspace: Carpentry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Carpentry',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Carpentry Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Composites'] = {
                    ['untranslated'] = 'Frugal Workspace: Composites',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Composites',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Composites Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Cooking'] = {
                    ['untranslated'] = 'Frugal Workspace: Cooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Cooking',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Cooking Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: CuttingEdgeCooking'] = {
                    ['untranslated'] = 'Frugal Workspace: CuttingEdgeCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: CuttingEdgeCooking',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Cutting Edge Cooking Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Electronics'] = {
                    ['untranslated'] = 'Frugal Workspace: Electronics',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Electronics',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Electronics Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Farming'] = {
                    ['untranslated'] = 'Frugal Workspace: Farming',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Farming',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Farming Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Fertilizers'] = {
                    ['untranslated'] = 'Frugal Workspace: Fertilizers',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Fertilizers',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Fertilizers Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Glassworking'] = {
                    ['untranslated'] = 'Frugal Workspace: Glassworking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Glassworking',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Glassworking Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Industry'] = {
                    ['untranslated'] = 'Frugal Workspace: Industry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Industry',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Industry Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Masonry'] = {
                    ['untranslated'] = 'Frugal Workspace: Masonry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Masonry',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Masonry Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Mechanics'] = {
                    ['untranslated'] = 'Frugal Workspace: Mechanics',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Mechanics',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Mechanics Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Milling'] = {
                    ['untranslated'] = 'Frugal Workspace: Milling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Milling',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Milling Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: OilDrilling'] = {
                    ['untranslated'] = 'Frugal Workspace: OilDrilling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: OilDrilling',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Oil Drilling Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: PaperMilling'] = {
                    ['untranslated'] = 'Frugal Workspace: PaperMilling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: PaperMilling',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Paper Milling Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Pottery'] = {
                    ['untranslated'] = 'Frugal Workspace: Pottery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Pottery',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Pottery Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Smelting'] = {
                    ['untranslated'] = 'Frugal Workspace: Smelting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Smelting',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Smelting Skill',
                    ['activeLevel'] = '6',
        },
        ['Frugal Workspace: Tailoring'] = {
                    ['untranslated'] = 'Frugal Workspace: Tailoring',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Frugal Workspace: Tailoring',
                    ['description'] = 'Lowers the tier requirement of related tables by 0.2.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Tailoring Skill',
                    ['activeLevel'] = '6',
        },
        ['Glutton: SelfImprovement'] = {
                    ['untranslated'] = 'Glutton: SelfImprovement',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Glutton: SelfImprovement',
                    ['description'] = 'Increase you stomache capacity count by 1000cal.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Self Improvement Skill',
                    ['activeLevel'] = '3',
        },
        ['Lavish Workspace: AdvancedBaking'] = {
                    ['untranslated'] = 'Lavish Workspace: AdvancedBaking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: AdvancedBaking',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Baking Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: AdvancedCooking'] = {
                    ['untranslated'] = 'Lavish Workspace: AdvancedCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: AdvancedCooking',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Cooking Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: AdvancedMasonry'] = {
                    ['untranslated'] = 'Lavish Workspace: AdvancedMasonry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: AdvancedMasonry',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Masonry Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: AdvancedSmelting'] = {
                    ['untranslated'] = 'Lavish Workspace: AdvancedSmelting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: AdvancedSmelting',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Smelting Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Baking'] = {
                    ['untranslated'] = 'Lavish Workspace: Baking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Baking',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Baking Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: BasicEngineering'] = {
                    ['untranslated'] = 'Lavish Workspace: BasicEngineering',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: BasicEngineering',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Basic Engineering Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Butchery'] = {
                    ['untranslated'] = 'Lavish Workspace: Butchery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Butchery',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Butchery Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: CampfireCooking'] = {
                    ['untranslated'] = 'Lavish Workspace: CampfireCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: CampfireCooking',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Campfire Cooking Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Carpentry'] = {
                    ['untranslated'] = 'Lavish Workspace: Carpentry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Carpentry',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Carpentry Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Composites'] = {
                    ['untranslated'] = 'Lavish Workspace: Composites',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Composites',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Composites Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Cooking'] = {
                    ['untranslated'] = 'Lavish Workspace: Cooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Cooking',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Cooking Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: CuttingEdgeCooking'] = {
                    ['untranslated'] = 'Lavish Workspace: CuttingEdgeCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: CuttingEdgeCooking',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Cutting Edge Cooking Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Electronics'] = {
                    ['untranslated'] = 'Lavish Workspace: Electronics',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Electronics',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Electronics Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Farming'] = {
                    ['untranslated'] = 'Lavish Workspace: Farming',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Farming',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Farming Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Fertilizers'] = {
                    ['untranslated'] = 'Lavish Workspace: Fertilizers',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Fertilizers',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Fertilizers Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Glassworking'] = {
                    ['untranslated'] = 'Lavish Workspace: Glassworking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Glassworking',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Glassworking Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Industry'] = {
                    ['untranslated'] = 'Lavish Workspace: Industry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Industry',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Industry Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Masonry'] = {
                    ['untranslated'] = 'Lavish Workspace: Masonry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Masonry',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Masonry Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Mechanics'] = {
                    ['untranslated'] = 'Lavish Workspace: Mechanics',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Mechanics',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Mechanics Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Milling'] = {
                    ['untranslated'] = 'Lavish Workspace: Milling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Milling',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Milling Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: OilDrilling'] = {
                    ['untranslated'] = 'Lavish Workspace: OilDrilling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: OilDrilling',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Oil Drilling Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: PaperMilling'] = {
                    ['untranslated'] = 'Lavish Workspace: PaperMilling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: PaperMilling',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Paper Milling Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Pottery'] = {
                    ['untranslated'] = 'Lavish Workspace: Pottery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Pottery',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Pottery Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Smelting'] = {
                    ['untranslated'] = 'Lavish Workspace: Smelting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Smelting',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Smelting Skill',
                    ['activeLevel'] = '6',
        },
        ['Lavish Workspace: Tailoring'] = {
                    ['untranslated'] = 'Lavish Workspace: Tailoring',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lavish Workspace: Tailoring',
                    ['description'] = 'Increases the tier requirement of tables by 0.2, but reduces the resources needed by 5 percent.(Only applies to claimed workstations)',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Tailoring Skill',
                    ['activeLevel'] = '6',
        },
        ['Loggers Luck: Logging'] = {
                    ['untranslated'] = 'Loggers Luck: Logging',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Loggers Luck: Logging',
                    ['description'] = '[WIP - No functionality yet]Every hit has a chance of destroying tree stumps and splitting trunks immediately.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Logging Skill',
                    ['activeLevel'] = '6',
        },
        ['Lucky Break: Mining'] = {
                    ['untranslated'] = 'Lucky Break: Mining',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Lucky Break: Mining',
                    ['description'] = 'Mining rocks no longer has a chance to create large chunks.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Mining Skill',
                    ['activeLevel'] = '6',
        },
        ['Master Tracker: Hunting'] = {
                    ['untranslated'] = 'Master Tracker: Hunting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Master Tracker: Hunting',
                    ['description'] = 'A master tracker is capable of following its prey over the highest peaks or through the densest of jungles.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Hunting Skill',
                    ['activeLevel'] = '3',
        },
        ['Natural Gatherer: Gathering'] = {
                    ['untranslated'] = 'Natural Gatherer: Gathering',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Natural Gatherer: Gathering',
                    ['description'] = 'Increases the yield of natural plants by 20 percent.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Gathering Skill',
                    ['activeLevel'] = '6',
        },
        ['Nature Adventurer: SelfImprovement'] = {
                    ['untranslated'] = 'Nature Adventurer: SelfImprovement',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Nature Adventurer: SelfImprovement',
                    ['description'] = 'Slightly increases movement speed in low activity areas.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Self Improvement Skill',
                    ['activeLevel'] = '6',
        },
        ['Parallel Processing: AdvancedBaking'] = {
                    ['untranslated'] = 'Parallel Processing: AdvancedBaking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: AdvancedBaking',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Baking Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: AdvancedCooking'] = {
                    ['untranslated'] = 'Parallel Processing: AdvancedCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: AdvancedCooking',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Cooking Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: AdvancedMasonry'] = {
                    ['untranslated'] = 'Parallel Processing: AdvancedMasonry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: AdvancedMasonry',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Masonry Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: AdvancedSmelting'] = {
                    ['untranslated'] = 'Parallel Processing: AdvancedSmelting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: AdvancedSmelting',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Advanced Smelting Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Baking'] = {
                    ['untranslated'] = 'Parallel Processing: Baking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Baking',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Baking Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: BasicEngineering'] = {
                    ['untranslated'] = 'Parallel Processing: BasicEngineering',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: BasicEngineering',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Basic Engineering Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Butchery'] = {
                    ['untranslated'] = 'Parallel Processing: Butchery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Butchery',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Butchery Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: CampfireCooking'] = {
                    ['untranslated'] = 'Parallel Processing: CampfireCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: CampfireCooking',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Campfire Cooking Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Carpentry'] = {
                    ['untranslated'] = 'Parallel Processing: Carpentry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Carpentry',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Carpentry Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Composites'] = {
                    ['untranslated'] = 'Parallel Processing: Composites',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Composites',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Composites Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Cooking'] = {
                    ['untranslated'] = 'Parallel Processing: Cooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Cooking',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Cooking Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: CuttingEdgeCooking'] = {
                    ['untranslated'] = 'Parallel Processing: CuttingEdgeCooking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: CuttingEdgeCooking',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Cutting Edge Cooking Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Electronics'] = {
                    ['untranslated'] = 'Parallel Processing: Electronics',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Electronics',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Electronics Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Farming'] = {
                    ['untranslated'] = 'Parallel Processing: Farming',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Farming',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Farming Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Fertilizers'] = {
                    ['untranslated'] = 'Parallel Processing: Fertilizers',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Fertilizers',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Fertilizers Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Glassworking'] = {
                    ['untranslated'] = 'Parallel Processing: Glassworking',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Glassworking',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Glassworking Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Industry'] = {
                    ['untranslated'] = 'Parallel Processing: Industry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Industry',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Industry Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Masonry'] = {
                    ['untranslated'] = 'Parallel Processing: Masonry',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Masonry',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Masonry Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Mechanics'] = {
                    ['untranslated'] = 'Parallel Processing: Mechanics',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Mechanics',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Mechanics Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Milling'] = {
                    ['untranslated'] = 'Parallel Processing: Milling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Milling',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Milling Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: OilDrilling'] = {
                    ['untranslated'] = 'Parallel Processing: OilDrilling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: OilDrilling',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Oil Drilling Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: PaperMilling'] = {
                    ['untranslated'] = 'Parallel Processing: PaperMilling',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: PaperMilling',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Paper Milling Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Pottery'] = {
                    ['untranslated'] = 'Parallel Processing: Pottery',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Pottery',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Pottery Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Smelting'] = {
                    ['untranslated'] = 'Parallel Processing: Smelting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Smelting',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Smelting Skill',
                    ['activeLevel'] = '3',
        },
        ['Parallel Processing: Tailoring'] = {
                    ['untranslated'] = 'Parallel Processing: Tailoring',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Parallel Processing: Tailoring',
                    ['description'] = 'Increases the crafting speed of related tables when they share a room with the same tables by 20 percent.',
                    ['talentType'] = 'Crafting Talent',
                    ['owningSkill'] = 'Tailoring Skill',
                    ['activeLevel'] = '3',
        },
        ['Power Shot: Hunting'] = {
                    ['untranslated'] = 'Power Shot: Hunting',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Power Shot: Hunting',
                    ['description'] = 'Increases the damage tier of Bows',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Hunting Skill',
                    ['activeLevel'] = '6',
        },
        ['Sweeping Hands: Mining'] = {
                    ['untranslated'] = 'Sweeping Hands: Mining',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Sweeping Hands: Mining',
                    ['description'] = 'Picking up rocks also attempts to pick up similar rocks in an area.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Mining Skill',
                    ['activeLevel'] = '6',
        },
        ['Tool Efficiency: Gathering'] = {
                    ['untranslated'] = 'Tool Efficiency: Gathering',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Tool Efficiency: Gathering',
                    ['description'] = 'Lowers the calorie cost of using related tool by 20 percent.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Gathering Skill',
                    ['activeLevel'] = '3',
        },
        ['Tool Efficiency: Logging'] = {
                    ['untranslated'] = 'Tool Efficiency: Logging',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Tool Efficiency: Logging',
                    ['description'] = 'Lowers the calorie cost of using related tool by 20 percent.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Logging Skill',
                    ['activeLevel'] = '3',
        },
        ['Tool Efficiency: Mining'] = {
                    ['untranslated'] = 'Tool Efficiency: Mining',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Tool Efficiency: Mining',
                    ['description'] = 'Lowers the calorie cost of using related tool by 20 percent.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Mining Skill',
                    ['activeLevel'] = '3',
        },
        ['Tool Strength: Gathering'] = {
                    ['untranslated'] = 'Tool Strength: Gathering',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Tool Strength: Gathering',
                    ['description'] = 'Increases the tier of related tools by 1.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Gathering Skill',
                    ['activeLevel'] = '3',
        },
        ['Tool Strength: Logging'] = {
                    ['untranslated'] = 'Tool Strength: Logging',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Tool Strength: Logging',
                    ['description'] = 'Increases the tier of related tools by 1.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Logging Skill',
                    ['activeLevel'] = '3',
        },
        ['Tool Strength: Mining'] = {
                    ['untranslated'] = 'Tool Strength: Mining',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Tool Strength: Mining',
                    ['description'] = 'Increases the tier of related tools by 1.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Mining Skill',
                    ['activeLevel'] = '3',
        },
        ['Urban Traveller: SelfImprovement'] = {
                    ['untranslated'] = 'Urban Traveller: SelfImprovement',
                    ['category'] = 'Hidden',
                    ['group'] = 'Talents',
                    ['name'] = 'Urban Traveller: SelfImprovement',
                    ['description'] = 'Slightly increases movement speed in high activity areas.',
                    ['talentType'] = 'Basic Talent',
                    ['owningSkill'] = 'Self Improvement Skill',
                    ['activeLevel'] = '6',
        },
    },
}