Module:BuildingIcons/data

From Workers & Resources: Soviet Republic Official Wiki
< Module:BuildingIcons
Revision as of 10:07, 25 February 2024 by workers-resources-fandom>Mrd.escher (Created page with "buildingIconData = { ['brick factory']= { ['icon'] = 'Tool brick factory.png', ['tip'] = 'Brick factory', }, ['concrete plant']= { ['icon'] = 'Tool concrete plant.png', ['tip'] = 'Concrete plant', }, ['cement plant']= { ['icon'] = 'Tool cement plant.png', ['tip'] = 'Cement plant', }, ['cement plant']= { ['icon'] = 'CementPlant.png', ['tip'] = 'Cement plant', } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

buildingIconData = {
	['brick factory']= {
		['icon'] = 'Tool brick factory.png',
		['tip'] = 'Brick factory',
	},
	['concrete plant']= {
		['icon'] = 'Tool concrete plant.png',
		['tip'] = 'Concrete plant',
	},
	['cement plant']= {
		['icon'] = 'Tool cement plant.png',
		['tip'] = 'Cement plant',
	},
	['cement plant']= {
		['icon'] = 'CementPlant.png',
		['tip'] = 'Cement plant',
	}
}