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:
@ -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
|
||||
|
Reference in New Issue
Block a user