mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-02-02 21:30:20 +01:00
Update lavaslimes.lua
This commit is contained in:
parent
e11d2e7259
commit
4cbce2b611
@ -22,7 +22,7 @@ mobs:register_mob("mobs:lavasmall", {
|
|||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
attacks_monsters = true,
|
attacks_monsters = true,
|
||||||
-- health and armor
|
-- health and armor
|
||||||
hp_min = 2, hp_max = 4,
|
hp_min = 2, hp_max = 4,
|
||||||
armor = 100,
|
armor = 100,
|
||||||
-- textures and model
|
-- textures and model
|
||||||
collisionbox = {-0.25, -0.25, -0.25, 0.25, 0.25, 0.25},
|
collisionbox = {-0.25, -0.25, -0.25, 0.25, 0.25, 0.25},
|
||||||
@ -47,7 +47,7 @@ mobs:register_mob("mobs:lavasmall", {
|
|||||||
-- chance of dropping coins
|
-- chance of dropping coins
|
||||||
drops = {
|
drops = {
|
||||||
{name = "maptools:copper_coin",
|
{name = "maptools:copper_coin",
|
||||||
chance = 2, min = 1, max = 1,},
|
chance = 2, min = 1, max = 1},
|
||||||
},
|
},
|
||||||
-- damaged by
|
-- damaged by
|
||||||
water_damage = 10,
|
water_damage = 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user