1
0
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:
root
2015-07-13 23:12:30 +02:00
parent 885cfdc524
commit 98e1295475
18 changed files with 24 additions and 24 deletions

View File

@ -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,