sorcery  matreg.lua at [82178e0a16]

File matreg.lua artifact 550cf0df14 part of check-in 82178e0a16


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