mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-16 07:05:26 +01:00
1 less damage for almost every monsters
This commit is contained in:
@@ -7,7 +7,7 @@ mobs:register_mob("mobs:spider", {
|
||||
-- agressive, does 6 damage to player when hit
|
||||
passive = false,
|
||||
attack_type = "dogfight",
|
||||
damage = 6,
|
||||
damage = 5,
|
||||
-- health & armor
|
||||
hp_min = 30,
|
||||
hp_max = 40,
|
||||
|
||||
Reference in New Issue
Block a user