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


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