mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 15:30:30 +01:00
Decrease the HP/damage/speed of the Minotaur
This commit is contained in:
parent
e7dba9c4b0
commit
662d50c697
|
@ -7,10 +7,10 @@ mobs:register_mob("mobs:minotaur", {
|
||||||
-- aggressive, deals 11 damage to player when hit
|
-- aggressive, deals 11 damage to player when hit
|
||||||
passive = false,
|
passive = false,
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 8,
|
damage = 7,
|
||||||
-- health & armor
|
-- health & armor
|
||||||
hp_min = 80,
|
hp_min = 60,
|
||||||
hp_max = 100,
|
hp_max = 70,
|
||||||
armor = 90,
|
armor = 90,
|
||||||
-- textures and model
|
-- textures and model
|
||||||
collisionbox = {-0.9,-0.01,-0.9, 0.9,2.5,0.9},
|
collisionbox = {-0.9,-0.01,-0.9, 0.9,2.5,0.9},
|
||||||
|
@ -30,8 +30,8 @@ mobs:register_mob("mobs:minotaur", {
|
||||||
-- death = "mobs_zombie_death",
|
-- death = "mobs_zombie_death",
|
||||||
-- },
|
-- },
|
||||||
-- speed and jump
|
-- speed and jump
|
||||||
walk_velocity = 3,
|
walk_velocity = 2.5,
|
||||||
run_velocity = 4,
|
run_velocity = 3.5,
|
||||||
jump = true,
|
jump = true,
|
||||||
floats = 1,
|
floats = 1,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user