ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.
From April 26 to May 12, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.

Module:Skills

From Eco - English Wiki
Revision as of 13:48, 29 December 2023 by StalEF (talk | contribs) (Replaced content with "return { skills = { ['Advanced Baking'] = { ['skillID'] = 'AdvancedBakingSkill', ['untranslated'] = 'Advanced Baking', ['name'] = 'Advanced Baking', ['description'] = 'Advanced baking mostly improves recipes that involve a leavening agent. Levels up by crafting advanced baking recipes.', ['rootSkill'] = 'Chef', ['maxLevel'] = '7', ['Tier'] = '4' }, }, }")

Documentation

DO NOT manually edit this page!

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:Skills is currently used in:


return {		
	skills = {	
		['Advanced Baking'] = {
		['skillID'] = 'AdvancedBakingSkill',
		['untranslated'] = 'Advanced Baking',
		['name'] = 'Advanced Baking',
		['description'] = 'Advanced baking mostly improves recipes that involve a leavening agent. Levels up by crafting advanced baking recipes.',
		['rootSkill'] = 'Chef',
		['maxLevel'] = '7',
		['Tier'] = '4'
		},
	},
}