-------------------------------------------------------------------------------- -- 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 --