mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 00:08:25 +01: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:
parent
5641c457f6
commit
863c9032b8
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user