sorcery  matreg.lua at [01f4ba8ddc]

File matreg.lua artifact 4e7450eef0 part of check-in 01f4ba8ddc


return {
	lookup = {};
	tools = {
		pick = { cost = 3; };
		axe = { cost = 3; };
		shovel = { cost = 1; };
		sword = { cost = 2; };
		hoe = { cost = 2; };
	};
	armors = {
		helmet = { cost = 5 };
		boots = { cost = 4 };
		leggings = { cost = 6 };
		chestplate = { cost = 8 };
		shield = { cost = 7 };
	};
}