Reduce instruments durability

This commit is contained in:
Kotolegokot 2013-03-24 13:10:51 +06:00
parent fcae971123
commit b428bcead3

View File

@ -56,7 +56,8 @@ instruments.stone_head_recipes = {
instruments.levels = {0,0,0,0,1,2,2,2,2,2,3,4,5} instruments.levels = {0,0,0,0,1,2,2,2,2,2,3,4,5}
instruments.durability = {50, 211, 281, 296, 411, 521, 531, 581, 601, 731, 801, 1101, 1501} --instruments.durability = {50, 211, 281, 296, 411, 521, 531, 581, 601, 731, 801, 1101, 1501}
instruments.durability = {13, 53, 71, 74, 103, 131, 133, 151, 151, 183, 201, 326, 376}
instruments.list = {"pick", "axe", "shovel", "hammer", "sword", "spear", "chisel"} instruments.list = {"pick", "axe", "shovel", "hammer", "sword", "spear", "chisel"}