mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-13 21:30:23 +02:00
1 less damage for almost every monsters
This commit is contained in:
@ -7,7 +7,7 @@ mobs:register_mob("mobs:cow", {
|
||||
-- aggressive, does 5 damage to player when threatened
|
||||
passive = false,
|
||||
attack_type = "dogfight",
|
||||
damage = 5,
|
||||
damage = 4,
|
||||
-- health & armor
|
||||
hp_min = 25,
|
||||
hp_max = 30,
|
||||
|
Reference in New Issue
Block a user