sorcery  matreg.lua at [794d5b023a]

File matreg.lua artifact 550cf0df14 part of check-in 794d5b023a


return {
	lookup = {};
	tools = {
		'pick'; 'axe'; 'shovel';
		'sword'; 'hoe';
	};
	armors = {
		'helmet'; 'boots'; 'shield';
		'chestplate'; 'leggings';
	};
}