mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-23 18:05:30 +01:00
Update mobs mod
- Add Yeti monster (not over), spawn on snow biome, attack with snowball(arrow), equivalent to Mese Monster but in surface - Add Minotaur monster (not over), move slowly and attack sowly, but do big damage - Fix the "colisionbox" and "view range" of the zombie - Wolf can now be tamed into dog - he has modified skills (3 damages, move more slower, different texture, run and walk more slowly) - NPC now do 4 damage when tamed (6 damage when neutral/enemy)
This commit is contained in:
@@ -76,7 +76,7 @@ mobs:register_arrow("mobs:mese_arrow", {
|
||||
hit_player = function(self, player)
|
||||
player:punch(self.object, 1.0, {
|
||||
full_punch_interval=1.0,
|
||||
damage_groups = {fleshy=9},
|
||||
damage_groups = {fleshy=1},
|
||||
}, 0)
|
||||
end,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user