bit bigger difference between swords

master
juraj 2016-02-22 02:09:10 +01:00
parent ccfebece31
commit f9428737cc
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ minetest.register_tool("diamonds:sword", {
max_drop_level=1,
groupcaps={
fleshy={times={[1]=2.00, [2]=0.65, [3]=0.25}, uses=500, maxlevel=3},
snappy={times={[1]=1.90, [2]=0.70, [3]=0.25}, uses=450, maxlevel=3},
snappy={times={[1]=1.90, [2]=0.80, [3]=0.30}, uses=450, maxlevel=3},
choppy={times={[3]=0.65}, uses=400, maxlevel=0}
},
damage_groups = {fleshy=9},
@ -116,7 +116,7 @@ minetest.register_tool("diamonds:steelsword", {
description = "Super Diamond and Steel Sword",
inventory_image = "diamond_steel_sword.png",
tool_capabilities = {
full_punch_interval = 0.5,
full_punch_interval = 0.45,
max_drop_level=1,
groupcaps={
fleshy={times={[1]=2.00, [2]=0.65, [3]=0.25}, uses=700, maxlevel=3},