Module:Buildings

From Foundation - Wiki
Revision as of 17:27, 11 August 2022 by Sakaratte (talk | contribs) (Created page with "return { ['apiary'] = { workers = 2, products = { 'honey', 'wax' }, requirements = { planks = 30, tools = 5 }, maintenance = 10 } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Buildings/doc

return {
	['apiary'] = {
		workers = 2,
		products = {
			'honey',
			'wax'
		},
		requirements = {
			planks = 30,
			tools = 5
		},
		maintenance = 10
	}
}