return { Enable = 1, -- 1 = el acceso se maneja desde el boton MasterHub (sin badge propio) -- 0 = comportamiento original con badge "Invasion Activa" UseMasterHub = 1, PacketName = "InvasionNotifier", NameLength = 40, BossLength = 32, MapLength = 24, HideTicks = 900, ScreenHeight = 480, Panel = { Width = 260, RowHeight = 22, PosX = 18, PosY = 116, CompactWidth = 96, CompactHeight = 22, }, Preview = { Enable = 1, Width = 74, Height = 86, Size = 1.35, UseRotation = 0, ScaleByClass = { [275] = 1.45, -- Kundun Dark [800] = 1.45, -- Kundun Gold [822] = 1.45, -- Kundun Red [824] = 1.35, -- God of Darkness [798] = 1.25, -- Herohim Plateado [799] = 1.25, -- Silver HellMine [819] = 1.25, -- Medusa Plateada [820] = 1.25, -- Nix [821] = 1.25, -- Selupan Plateado [823] = 1.25, -- Nightmare Plateado }, }, -- El marco, filas y botones del panel usan el tema compartido -- (Scripts\MasterHub\Theme.lua). Aqui solo quedan los colores propios. Colors = { Shadow = { 0.00, 0.00, 0.00, 0.36 }, BadgeBack = { 0.04, 0.06, 0.08, 0.82 }, BadgeBorder = { 0.28, 0.60, 0.72, 0.90 }, BadgeBorderHover = { 0.42, 0.78, 0.90, 1.00 }, BadgeShine = { 0.50, 0.82, 0.92, 0.42 }, PreviewBack = { 0.00, 0.00, 0.00, 0.22 }, }, }