1
0
miroir de https://github.com/sys4-fr/server-nalc.git synchronisé 2025-12-28 20:05:30 +01:00

Sword unification in "moreore mod"

silver + mithril
Cette révision appartient à :
Ombridride
2014-12-23 22:19:29 +01:00
Parent 5071301b77
révision bb3165a013
2 fichiers modifiés avec 6 ajouts et 6 suppressions

Voir le fichier

@@ -351,7 +351,7 @@ minetest.register_tool("default:sword_wood", {
description = "Wooden Sword",
inventory_image = "default_tool_woodsword.png",
tool_capabilities = {
full_punch_interval = 1,
full_punch_interval = 1.0,
max_drop_level = 0,
groupcaps = {
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",
inventory_image = "default_tool_stonesword.png",
tool_capabilities = {
full_punch_interval = 1,
full_punch_interval = 1.0,
max_drop_level = 0,
groupcaps = {
snappy = {times = {[2] = 1.2, [3] = 0.175}, uses = 25, maxlevel = 1},