mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-26 01:30:29 +01:00
Decrease a little the damage of the Stone Monster
This commit is contained in:
parent
570679cf41
commit
e7dba9c4b0
@ -8,7 +8,7 @@ mobs:register_mob("mobs:stone_monster", {
|
|||||||
passive = false,
|
passive = false,
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
reach = 2,
|
reach = 2,
|
||||||
damage = 7,
|
damage = 6,
|
||||||
-- health & armor
|
-- health & armor
|
||||||
hp_min = 20,
|
hp_min = 20,
|
||||||
hp_max = 25,
|
hp_max = 25,
|
||||||
|
Loading…
Reference in New Issue
Block a user