tools adjustments, shovel rotated texture

master
juraj 2016-02-21 02:17:01 +01:00
parent a019036b4b
commit 603854361d
1 changed files with 14 additions and 12 deletions

View File

@ -51,10 +51,10 @@ minetest.register_tool("diamonds:axe", {
description = "Super Diamond Axe",
inventory_image = "diamond_axe.png",
tool_capabilities = {
full_punch_interval = 0.5,
full_punch_interval = 0.9,
max_drop_level=1,
groupcaps={
choppy={times={[1]=1.75, [2]=0.45, [3]=0.45}, uses=500, maxlevel=2},
choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=500, maxlevel=2},
fleshy={times={[2]=0.95, [3]=0.30}, uses=600, maxlevel=2}
},
damage_groups = {fleshy=7},
@ -64,11 +64,12 @@ minetest.register_tool("diamonds:axe", {
minetest.register_tool("diamonds:shovel", {
description = "Super Diamond Shovel",
inventory_image = "diamond_shovel.png",
wield_image = "diamond_shovel.png^[transformR90",
tool_capabilities = {
full_punch_interval = 0.5,
full_punch_interval = 1.0,
max_drop_level=1,
groupcaps={
crumbly={times = {[1]=0.70, [2]=0.35, [3]=0.20}, uses=500, maxlevel=3}
crumbly={times = {[1]=1.10, [2]=0.50, [3]=0.30}, uses=500, maxlevel=3}
},
damage_groups = {fleshy=4},
},
@ -78,12 +79,12 @@ minetest.register_tool("diamonds:pick", {
description = "Super Diamond Pickaxe",
inventory_image = "diamond_pick.png",
tool_capabilities = {
full_punch_interval = 0.5,
full_punch_interval = 0.9,
max_drop_level=3,
groupcaps={
cracky={times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=500, maxlevel=3},
crumbly={times={[1]=2.0, [2]=1.0, [3]=0.5}, uses=600, maxlevel=3},
snappy={times={[1]=2.0, [2]=1.0, [3]=0.5}, uses=550, maxlevel=3}
crumbly={times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=600, maxlevel=3},
snappy={times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=550, maxlevel=3}
},
damage_groups = {fleshy=5},
},
@ -130,10 +131,10 @@ minetest.register_tool("diamonds:steelaxe", {
description = "Super Diamond and Steel Axe",
inventory_image = "diamond_steel_axe.png",
tool_capabilities = {
full_punch_interval = 0.5,
full_punch_interval = 0.9,
max_drop_level=1,
groupcaps={
choppy={times={[1]=1.75, [2]=0.45, [3]=0.50}, uses=700, maxlevel=2},
choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=700, maxlevel=2},
fleshy={times={[2]=0.95, [3]=0.30}, uses=800, maxlevel=2}
},
damage_groups = {fleshy=7},
@ -143,11 +144,12 @@ minetest.register_tool("diamonds:steelaxe", {
minetest.register_tool("diamonds:steelshovel", {
description = "Super Diamond and Steel Shovel",
inventory_image = "diamond_steel_shovel.png",
wield_image = "diamond_steel_shovel.png^[transformR90",
tool_capabilities = {
full_punch_interval = 0.5,
full_punch_interval = 1.0,
max_drop_level=1,
groupcaps={
crumbly={times={[1]=0.70, [2]=0.35, [3]=0.20}, uses=700, maxlevel=3}
crumbly={times={[1]=1.10, [2]=0.50, [3]=0.30}, uses=700, maxlevel=3}
},
damage_groups = {fleshy=4},
},
@ -157,7 +159,7 @@ minetest.register_tool("diamonds:steelpick", {
description = "Super Diamond and Steel Pickaxe",
inventory_image = "diamond_steel_pick.png",
tool_capabilities = {
full_punch_interval = 0.5,
full_punch_interval = 0.9,
max_drop_level=3,
groupcaps={
cracky={times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=700, maxlevel=3},