mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 18:20:36 +01:00
Sword unification in "moreore mod"
silver + mithril
This commit is contained in:
parent
5071301b77
commit
bb3165a013
@ -351,7 +351,7 @@ minetest.register_tool("default:sword_wood", {
|
|||||||
description = "Wooden Sword",
|
description = "Wooden Sword",
|
||||||
inventory_image = "default_tool_woodsword.png",
|
inventory_image = "default_tool_woodsword.png",
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 1,
|
full_punch_interval = 1.0,
|
||||||
max_drop_level = 0,
|
max_drop_level = 0,
|
||||||
groupcaps = {
|
groupcaps = {
|
||||||
snappy = {times = {[2] = 1.4, [3] = 0.2}, uses = 20, maxlevel = 1},
|
snappy = {times = {[2] = 1.4, [3] = 0.2}, uses = 20, maxlevel = 1},
|
||||||
@ -363,7 +363,7 @@ minetest.register_tool("default:sword_stone", {
|
|||||||
description = "Stone Sword",
|
description = "Stone Sword",
|
||||||
inventory_image = "default_tool_stonesword.png",
|
inventory_image = "default_tool_stonesword.png",
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 1,
|
full_punch_interval = 1.0,
|
||||||
max_drop_level = 0,
|
max_drop_level = 0,
|
||||||
groupcaps = {
|
groupcaps = {
|
||||||
snappy = {times = {[2] = 1.2, [3] = 0.175}, uses = 25, maxlevel = 1},
|
snappy = {times = {[2] = 1.2, [3] = 0.175}, uses = 25, maxlevel = 1},
|
||||||
|
@ -250,11 +250,11 @@ local oredefs = {
|
|||||||
sword = {
|
sword = {
|
||||||
fleshy = {times = {[2] = 0.70, [3] = 0.30}, uses = 100, maxlevel= 1},
|
fleshy = {times = {[2] = 0.70, [3] = 0.30}, uses = 100, maxlevel= 1},
|
||||||
snappy = {times = {[2] = 0.70, [3] = 0.30}, uses = 100, maxlevel= 1},
|
snappy = {times = {[2] = 0.70, [3] = 0.30}, uses = 100, maxlevel= 1},
|
||||||
choppy = {times = {[3] = 0.80}, uses = 100, maxlevel= 0}
|
choppy = {times = {[3] = 0.80}, uses = 40, maxlevel= 0}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
full_punch_interval = 1.0,
|
full_punch_interval = 0.8,
|
||||||
damage_groups = {fleshy = 6},
|
damage_groups = {fleshy = 5},
|
||||||
},
|
},
|
||||||
tin = {
|
tin = {
|
||||||
desc = "Tin",
|
desc = "Tin",
|
||||||
@ -296,7 +296,7 @@ local oredefs = {
|
|||||||
choppy = {times = {[3] = 0.65}, uses = 200, maxlevel= 0}
|
choppy = {times = {[3] = 0.65}, uses = 200, maxlevel= 0}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
full_punch_interval = 0.45,
|
full_punch_interval = 0.5,
|
||||||
damage_groups = {fleshy = 9},
|
damage_groups = {fleshy = 9},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user