mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-12-23 09:20:26 +01:00
Signed-off-by: TenPlus1 <kinsellaja@yahoo.com>
This commit is contained in:
parent
5cabfdfff3
commit
e02425f456
@ -10,7 +10,8 @@ mobs:register_mob("mobs_monster:dungeon_master", {
|
|||||||
damage = 4,
|
damage = 4,
|
||||||
attack_type = "dogshoot",
|
attack_type = "dogshoot",
|
||||||
dogshoot_switch = 1,
|
dogshoot_switch = 1,
|
||||||
dogshoot_count_max = 10,
|
dogshoot_count_max = 12, -- shoot for 10 seconds
|
||||||
|
dogshoot_count2_max = 3, -- chase player for 3 seconds
|
||||||
reach = 3,
|
reach = 3,
|
||||||
shoot_interval = 2.5,
|
shoot_interval = 2.5,
|
||||||
arrow = "mobs_monster:fireball",
|
arrow = "mobs_monster:fireball",
|
||||||
|
Loading…
Reference in New Issue
Block a user