1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-07-01 08:00:23 +02:00

Reduced the damages of the Shark

Now kill in 4 hits naked players
This commit is contained in:
Ombridride 2015-09-25 21:36:32 +02:00
parent 29ea9b7af4
commit a36bd01a73

View File

@ -27,9 +27,9 @@ local l_spawn_chance = 60000
mobs:register_mob("mobs:shark_lg", {
type = "monster",
attack_type = "dogfight",
damage = 10,
damage = 6,
hp_min = 20,
hp_max = 25,
hp_max = 30,
armor = 150,
collisionbox = {-0.75, -0.5, -0.75, 0.75, 0.5, 0.75},
visual = "mesh",