mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-05 10:45:24 +01:00
Decrease a little the damage of the Stone Monster
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user