forked from mtcontrib/mobs_monster
glowing dm fireball for latest dev
This commit is contained in:
parent
e5f4c2a774
commit
dbc5cafc5b
@ -78,9 +78,11 @@ mobs:register_arrow("mobs_monster:fireball", {
|
|||||||
visual_size = {x = 1, y = 1},
|
visual_size = {x = 1, y = 1},
|
||||||
textures = {"mobs_fireball.png"},
|
textures = {"mobs_fireball.png"},
|
||||||
velocity = 6,
|
velocity = 6,
|
||||||
-- tail = 1,
|
tail = 1,
|
||||||
-- tail_texture = "mobs_fireball.png",
|
tail_texture = "mobs_fireball.png",
|
||||||
-- tail_size = 10,
|
tail_size = 10,
|
||||||
|
glow = 5,
|
||||||
|
expire = 0.1,
|
||||||
|
|
||||||
-- direct hit, no fire... just plenty of pain
|
-- direct hit, no fire... just plenty of pain
|
||||||
hit_player = function(self, player)
|
hit_player = function(self, player)
|
||||||
|
@ -8,6 +8,7 @@ mobs:register_mob("mobs_monster:sand_monster", {
|
|||||||
passive = false,
|
passive = false,
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
pathfinding = true,
|
pathfinding = true,
|
||||||
|
--specific_attack = {"player", "mobs_npc:npc"},
|
||||||
reach = 2,
|
reach = 2,
|
||||||
damage = 1,
|
damage = 1,
|
||||||
hp_min = 4,
|
hp_min = 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user