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

Reduced the health of the Stone Monster

Because of his high level of armor, the Stone Monster in too difficult to kill if you don't have inflict to him 3 damages of more per hit. So, this health reduction will help you to kill them more easier in caves for unequipped players
This commit is contained in:
Ombridride 2015-09-25 21:39:58 +02:00
parent 5641c457f6
commit 863c9032b8

View File

@ -9,8 +9,8 @@ mobs:register_mob("mobs:stone_monster", {
attack_type = "dogfight",
damage = 7,
-- health & armor
hp_min = 30,
hp_max = 35,
hp_min = 20,
hp_max = 25,
armor = 70,
-- textures and model
collisionbox = {-0.4, -1, -0.4, 0.4, 0.8, 0.4},