mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-16 07:05:26 +01: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:spider", {
|
||||
-- agressive, does 4 damage to player when hit
|
||||
passive = false,
|
||||
attack_type = "dogfight",
|
||||
damage = 4,
|
||||
damage = 6,
|
||||
-- health & armor
|
||||
hp_min = 30, hp_max = 40, armor = 100,
|
||||
-- textures and model
|
||||
|
||||
Reference in New Issue
Block a user