@@ -50,28 +50,28 @@ minetest.register_tool("default:pick_stone", {
50
50
sound = {breaks = " default_tool_breaks" },
51
51
})
52
52
53
- minetest .register_tool (" default:pick_steel " , {
54
- description = " Steel Pickaxe" ,
55
- inventory_image = " default_tool_steelpick .png" ,
53
+ minetest .register_tool (" default:pick_bronze " , {
54
+ description = " Bronze Pickaxe" ,
55
+ inventory_image = " default_tool_bronzepick .png" ,
56
56
tool_capabilities = {
57
57
full_punch_interval = 1.0 ,
58
58
max_drop_level = 1 ,
59
59
groupcaps = {
60
- cracky = {times = {[1 ]= 4.00 , [2 ]= 1.60 , [3 ]= 0.80 }, uses = 20 , maxlevel = 2 },
60
+ cracky = {times = {[1 ]= 4.50 , [2 ]= 1.80 , [3 ]= 0.90 }, uses = 20 , maxlevel = 2 },
61
61
},
62
62
damage_groups = {fleshy = 4 },
63
63
},
64
64
sound = {breaks = " default_tool_breaks" },
65
65
})
66
66
67
- minetest .register_tool (" default:pick_bronze " , {
68
- description = " Bronze Pickaxe" ,
69
- inventory_image = " default_tool_bronzepick .png" ,
67
+ minetest .register_tool (" default:pick_steel " , {
68
+ description = " Steel Pickaxe" ,
69
+ inventory_image = " default_tool_steelpick .png" ,
70
70
tool_capabilities = {
71
71
full_punch_interval = 1.0 ,
72
72
max_drop_level = 1 ,
73
73
groupcaps = {
74
- cracky = {times = {[1 ]= 4.00 , [2 ]= 1.60 , [3 ]= 0.80 }, uses = 30 , maxlevel = 2 },
74
+ cracky = {times = {[1 ]= 4.00 , [2 ]= 1.60 , [3 ]= 0.80 }, uses = 20 , maxlevel = 2 },
75
75
},
76
76
damage_groups = {fleshy = 4 },
77
77
},
@@ -141,30 +141,30 @@ minetest.register_tool("default:shovel_stone", {
141
141
sound = {breaks = " default_tool_breaks" },
142
142
})
143
143
144
- minetest .register_tool (" default:shovel_steel " , {
145
- description = " Steel Shovel" ,
146
- inventory_image = " default_tool_steelshovel .png" ,
147
- wield_image = " default_tool_steelshovel .png^[transformR90" ,
144
+ minetest .register_tool (" default:shovel_bronze " , {
145
+ description = " Bronze Shovel" ,
146
+ inventory_image = " default_tool_bronzeshovel .png" ,
147
+ wield_image = " default_tool_bronzeshovel .png^[transformR90" ,
148
148
tool_capabilities = {
149
149
full_punch_interval = 1.1 ,
150
150
max_drop_level = 1 ,
151
151
groupcaps = {
152
- crumbly = {times = {[1 ]= 1.50 , [2 ]= 0.90 , [3 ]= 0.40 }, uses = 30 , maxlevel = 2 },
152
+ crumbly = {times = {[1 ]= 1.65 , [2 ]= 1.05 , [3 ]= 0.45 }, uses = 25 , maxlevel = 2 },
153
153
},
154
154
damage_groups = {fleshy = 3 },
155
155
},
156
156
sound = {breaks = " default_tool_breaks" },
157
157
})
158
158
159
- minetest .register_tool (" default:shovel_bronze " , {
160
- description = " Bronze Shovel" ,
161
- inventory_image = " default_tool_bronzeshovel .png" ,
162
- wield_image = " default_tool_bronzeshovel .png^[transformR90" ,
159
+ minetest .register_tool (" default:shovel_steel " , {
160
+ description = " Steel Shovel" ,
161
+ inventory_image = " default_tool_steelshovel .png" ,
162
+ wield_image = " default_tool_steelshovel .png^[transformR90" ,
163
163
tool_capabilities = {
164
164
full_punch_interval = 1.1 ,
165
165
max_drop_level = 1 ,
166
166
groupcaps = {
167
- crumbly = {times = {[1 ]= 1.50 , [2 ]= 0.90 , [3 ]= 0.40 }, uses = 40 , maxlevel = 2 },
167
+ crumbly = {times = {[1 ]= 1.50 , [2 ]= 0.90 , [3 ]= 0.40 }, uses = 30 , maxlevel = 2 },
168
168
},
169
169
damage_groups = {fleshy = 3 },
170
170
},
@@ -234,28 +234,28 @@ minetest.register_tool("default:axe_stone", {
234
234
sound = {breaks = " default_tool_breaks" },
235
235
})
236
236
237
- minetest .register_tool (" default:axe_steel " , {
238
- description = " Steel Axe" ,
239
- inventory_image = " default_tool_steelaxe .png" ,
237
+ minetest .register_tool (" default:axe_bronze " , {
238
+ description = " Bronze Axe" ,
239
+ inventory_image = " default_tool_bronzeaxe .png" ,
240
240
tool_capabilities = {
241
241
full_punch_interval = 1.0 ,
242
242
max_drop_level = 1 ,
243
243
groupcaps = {
244
- choppy = {times = {[1 ]= 2.50 , [2 ]= 1.40 , [3 ]= 1.00 }, uses = 20 , maxlevel = 2 },
244
+ choppy = {times = {[1 ]= 2.75 , [2 ]= 1.70 , [3 ]= 1.15 }, uses = 20 , maxlevel = 2 },
245
245
},
246
246
damage_groups = {fleshy = 4 },
247
247
},
248
248
sound = {breaks = " default_tool_breaks" },
249
249
})
250
250
251
- minetest .register_tool (" default:axe_bronze " , {
252
- description = " Bronze Axe" ,
253
- inventory_image = " default_tool_bronzeaxe .png" ,
251
+ minetest .register_tool (" default:axe_steel " , {
252
+ description = " Steel Axe" ,
253
+ inventory_image = " default_tool_steelaxe .png" ,
254
254
tool_capabilities = {
255
255
full_punch_interval = 1.0 ,
256
256
max_drop_level = 1 ,
257
257
groupcaps = {
258
- choppy = {times = {[1 ]= 2.50 , [2 ]= 1.40 , [3 ]= 1.00 }, uses = 30 , maxlevel = 2 },
258
+ choppy = {times = {[1 ]= 2.50 , [2 ]= 1.40 , [3 ]= 1.00 }, uses = 20 , maxlevel = 2 },
259
259
},
260
260
damage_groups = {fleshy = 4 },
261
261
},
@@ -323,28 +323,28 @@ minetest.register_tool("default:sword_stone", {
323
323
sound = {breaks = " default_tool_breaks" },
324
324
})
325
325
326
- minetest .register_tool (" default:sword_steel " , {
327
- description = " Steel Sword" ,
328
- inventory_image = " default_tool_steelsword .png" ,
326
+ minetest .register_tool (" default:sword_bronze " , {
327
+ description = " Bronze Sword" ,
328
+ inventory_image = " default_tool_bronzesword .png" ,
329
329
tool_capabilities = {
330
330
full_punch_interval = 0.8 ,
331
331
max_drop_level = 1 ,
332
332
groupcaps = {
333
- snappy = {times = {[1 ]= 2.5 , [2 ]= 1.20 , [3 ]= 0.35 }, uses = 30 , maxlevel = 2 },
333
+ snappy = {times = {[1 ]= 2.75 , [2 ]= 1.30 , [3 ]= 0.375 }, uses = 25 , maxlevel = 2 },
334
334
},
335
335
damage_groups = {fleshy = 6 },
336
336
},
337
337
sound = {breaks = " default_tool_breaks" },
338
338
})
339
339
340
- minetest .register_tool (" default:sword_bronze " , {
341
- description = " Bronze Sword" ,
342
- inventory_image = " default_tool_bronzesword .png" ,
340
+ minetest .register_tool (" default:sword_steel " , {
341
+ description = " Steel Sword" ,
342
+ inventory_image = " default_tool_steelsword .png" ,
343
343
tool_capabilities = {
344
344
full_punch_interval = 0.8 ,
345
345
max_drop_level = 1 ,
346
346
groupcaps = {
347
- snappy = {times = {[1 ]= 2.5 , [2 ]= 1.20 , [3 ]= 0.35 }, uses = 40 , maxlevel = 2 },
347
+ snappy = {times = {[1 ]= 2.5 , [2 ]= 1.20 , [3 ]= 0.35 }, uses = 30 , maxlevel = 2 },
348
348
},
349
349
damage_groups = {fleshy = 6 },
350
350
},
0 commit comments