some stuff

master
Toby plowy 2017-02-12 02:47:50 +01:00
parent 9e9e119d7a
commit 5e92e4bd0f
11 changed files with 33 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 B

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 491 B

After

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 917 B

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 B

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 B

After

Width:  |  Height:  |  Size: 718 B

1
mods/tools/NOTE.txt Normal file
View File

@ -0,0 +1 @@
all weapon demages need to be fixed

View File

@ -25,4 +25,35 @@ minetest.register_tool("tools:bigstone_sword", {
damage_groups = {fleshy=5, choppy=4},
},
sound = {breaks = "default_tool_breaks"},
})
})
minetest.register_tool("tools:big_iron_battleaxe", {
description = "Big Iron Battleaxe",
inventory_image = "tools_big_iron_battleaxe.png",
wield_scale = {x=2, y=2, z=2},
tool_capabilities = {
full_punch_interval = 1.2,
max_drop_level=0,
groupcaps={
snappy={times={[2]=1.4, [3]=0.40}, uses=25, maxlevel=1},
},
damage_groups = {fleshy=5, choppy=4},
},
sound = {breaks = "default_tool_breaks"},
})
minetest.register_tool("tools:sword_crystal", {
description = "Crystal Sword",
inventory_image = "tools_sword_crystal.png",
wield_scale = {x=2, y=2, z=2},
tool_capabilities = {
full_punch_interval = 1.2,
max_drop_level=0,
groupcaps={
snappy={times={[2]=1.4, [3]=0.40}, uses=25, maxlevel=1},
},
damage_groups = {fleshy=5, choppy=4},
},
sound = {breaks = "default_tool_breaks"},
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 873 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 B

After

Width:  |  Height:  |  Size: 559 B