mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-26 02:30:38 +01:00
change mese_dragon offset
This commit is contained in:
parent
e5521dc82b
commit
beb47c942f
@ -7,7 +7,7 @@ mobs:register_mob("mobs:mese_dragon", {
|
|||||||
reach = 4,
|
reach = 4,
|
||||||
shoot_interval = 2,
|
shoot_interval = 2,
|
||||||
arrow = "mobs:mese_dragon_fireball",
|
arrow = "mobs:mese_dragon_fireball",
|
||||||
shoot_offset = 2,
|
shoot_offset = -0.5,
|
||||||
-- health & armor
|
-- health & armor
|
||||||
hp_min = 175,
|
hp_min = 175,
|
||||||
hp_max = 225,
|
hp_max = 225,
|
||||||
|
Loading…
Reference in New Issue
Block a user