sorcery  matreg.lua at [0a49ac4849]

File matreg.lua artifact 550cf0df14 part of check-in 0a49ac4849


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