mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-15 06:45:22 +01:00
update mobs mod
This commit is contained in:
@@ -44,10 +44,8 @@ mobs:register_mob("mobs:greensmall", {
|
||||
floats = 1,
|
||||
-- chance of dropping glue and coins
|
||||
drops = {
|
||||
{name = "mesecons_materials:glue",
|
||||
chance = 4, min = 1, max = 2},
|
||||
{name = "maptools:silver_coin",
|
||||
chance = 4, min = 1, max = 1,},
|
||||
{name = "mesecons_materials:glue", chance = 4, min = 1, max = 2},
|
||||
{name = "maptools:silver_coin", chance = 4, min = 1, max = 1,},
|
||||
},
|
||||
-- damaged by
|
||||
water_damage = 0,
|
||||
|
||||
Reference in New Issue
Block a user