1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 00:10:33 +02:00

[mobs/shark] Update

- Fix #290
This commit is contained in:
LeMagnesium 2015-09-30 16:08:23 +02:00
parent 2c47322feb
commit eb896a1274

View File

@ -28,6 +28,7 @@ mobs:register_mob("mobs:shark_lg", {
type = "monster",
attack_type = "dogfight",
damage = 6,
reach = 3,
hp_min = 20,
hp_max = 30,
armor = 150,
@ -71,6 +72,7 @@ mobs:register_mob("mobs:shark_md", {
type = "monster",
attack_type = "dogfight",
damage = 5,
reach = 2,
hp_min = 20,
hp_max = 25,
armor = 125,