1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2024-09-20 19:50:26 +02:00

Signed-off-by: TenPlus1 <kinsellaja@yahoo.com>

This commit is contained in:
TenPlus1 2017-03-17 13:03:04 +00:00
parent 5cabfdfff3
commit e02425f456

View File

@ -10,7 +10,8 @@ mobs:register_mob("mobs_monster:dungeon_master", {
damage = 4,
attack_type = "dogshoot",
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,
shoot_interval = 2.5,
arrow = "mobs_monster:fireball",