1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-16 07:05:26 +01:00

Finish the mobs update

This commit is contained in:
Ombridride
2015-03-26 20:08:30 +01:00
parent 5f9d3c54bd
commit a291222ea6
15 changed files with 92 additions and 79 deletions

View File

@@ -4,7 +4,7 @@
mobs:register_mob("mobs:spider", {
-- animal, monster, npc, barbarian
type = "monster",
-- agressive, does 4 damage to player when hit
-- agressive, does 6 damage to player when hit
passive = false,
attack_type = "dogfight",
damage = 6,