You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
830 B

--------------------------------------------------------------------------------
-- Module declaration
--
local mod, CL = BigWigs:NewBoss("Murozond", 938, 289)
if not mod then return end
mod:RegisterEnableMob(54432)
mod.engageId = 1271
mod.respawnTime = 120 -- yes, for real
--------------------------------------------------------------------------------
-- Localization
--
local L = mod:GetLocale()
if L then
end
--------------------------------------------------------------------------------
-- Initialization
--
-- XXX revise this module
function mod:GetOptions()
return {
-3676, -- Distortion Bomb
}
end
function mod:OnBossEnable()
end
function mod:OnEngage()
end
--------------------------------------------------------------------------------
-- Event Handlers
--