mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 07:50: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,
|
||||
attack_type = "dogfight",
|
||||
reach = 2,
|
||||
damage = 7,
|
||||
damage = 6,
|
||||
-- health & armor
|
||||
hp_min = 20,
|
||||
hp_max = 25,
|
||||
|
|
Loading…
Reference in New Issue
Block a user