1
0
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:
2016-02-10 05:02:17 +01:00
parent a63a618f7e
commit 10a0bf418b
24 changed files with 187 additions and 169 deletions

View File

@@ -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,