Artifact 4e7450eef008d01650df1f1511e3a5a806a3a7c4aa8510c9cc084322c3c2d8fc:
- File matreg.lua — part of check-in [9278734b41] at 2020-08-17 13:35:12 on branch trunk — fix bugs, finish grinder, add conduits and condensers to extract and transmit energy from leylines (user: lexi, size: 307) [annotate] [blame] [check-ins using]
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 }; }; }