1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

Decrease a little the damage of the Stone Monster

This commit is contained in:
Ombridride 2015-10-08 11:58:49 +02:00
parent 570679cf41
commit e7dba9c4b0

View File

@ -8,7 +8,7 @@ mobs:register_mob("mobs:stone_monster", {
passive = false,
attack_type = "dogfight",
reach = 2,
damage = 7,
damage = 6,
-- health & armor
hp_min = 20,
hp_max = 25,