mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-19 08:40:29 +01:00
Reduced the damages of the Shark
Now kill in 4 hits naked players
This commit is contained in:
parent
29ea9b7af4
commit
a36bd01a73
@ -27,9 +27,9 @@ local l_spawn_chance = 60000
|
|||||||
mobs:register_mob("mobs:shark_lg", {
|
mobs:register_mob("mobs:shark_lg", {
|
||||||
type = "monster",
|
type = "monster",
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 10,
|
damage = 6,
|
||||||
hp_min = 20,
|
hp_min = 20,
|
||||||
hp_max = 25,
|
hp_max = 30,
|
||||||
armor = 150,
|
armor = 150,
|
||||||
collisionbox = {-0.75, -0.5, -0.75, 0.75, 0.5, 0.75},
|
collisionbox = {-0.75, -0.5, -0.75, 0.75, 0.5, 0.75},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
|
Loading…
Reference in New Issue
Block a user