1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-01 07:30:27 +02:00

Changed mobs' damage values

- Changed values of damages for mobs listed in the ods file
- Resized one little column in the ods file
This commit is contained in:
LeMagnesium
2015-03-26 18:49:28 +01:00
parent 09c772a1d2
commit e92a8e004c
13 changed files with 14 additions and 11 deletions

View File

@ -7,7 +7,7 @@ mobs:register_mob("mobs:dirt_monster", {
-- aggressive, deals 4 damage to player when hit
passive = false,
attack_type = "dogfight",
damage = 4,
damage = 6,
-- health & armor
hp_min = 25, hp_max = 30, armor = 90,
-- textures and model