1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-11 20:30:22 +02: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:mese_monster", {
-- animal, monster, npc, barbarian
type = "monster",
-- agressive, deals 3 damage to player when hit
-- agressive, deals 9 damage to player when hit
passive = false,
damage = 9,
attack_type = "shoot",
@ -78,7 +78,7 @@ mobs:register_arrow("mobs:mese_arrow", {
player:punch(self.object, 1.0, {
full_punch_interval=1.0,
damage_groups = {fleshy=7},
damage_groups = {fleshy=9},
}, 0)
end,