Dragão Púrpura: mudanças entre as edições

De Edda World Wiki
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 3: Linha 3:


<style>
<style>
.dp-card { background:#fff; border:1px solid rgba(168,85,247,0.18); border-radius:10px; overflow:hidden; margin-bottom:12px; }
.dp-card { background:#fff; border:1px solid rgba(124,58,237,0.18); border-radius:10px; overflow:hidden; margin-bottom:12px; }
.dp-card-title { background:#050E1F; padding:10px 18px; display:flex; align-items:center; gap:10px; }
.dp-card-title { background:#241832; padding:10px 18px; display:flex; align-items:center; gap:10px; }
.dp-card-title-text { color:#D8B4FE; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; }
.dp-card-title-text { color:#D8B4FE; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; }
.dp-card-body { padding:16px 18px; }
.dp-card-body { padding:16px 18px; }


.dp-rule { display:flex; align-items:flex-start; gap:10px; padding:7px 0; border-bottom:1px solid rgba(168,85,247,0.07); font-size:12.5px; color:#1A2640; line-height:1.5; }
.dp-rule { display:flex; align-items:flex-start; gap:10px; padding:7px 0; border-bottom:1px solid rgba(124,58,237,0.07); font-size:12.5px; color:#1A2640; line-height:1.5; }
.dp-rule:last-child { border-bottom:none; }
.dp-rule:last-child { border-bottom:none; }
.dp-rule-dot { width:6px; height:6px; border-radius:50%; background:#A855F7; flex-shrink:0; margin-top:5px; }
.dp-rule-dot { width:6px; height:6px; border-radius:50%; background:#7C3AED; flex-shrink:0; margin-top:5px; }
.dp-rule-dot.red { background:#EF4444; }
.dp-rule-dot.red { background:#DC2626; }


/* STATS */
/* STATS */
.dp-stats { display:grid; grid-template-columns:1fr 1fr 1fr; gap:8px; margin-bottom:14px; }
.dp-stats { display:grid; grid-template-columns:1fr 1fr 1fr; gap:8px; margin-bottom:14px; }
.dp-stat { background:#FAF5FF; border:1px solid rgba(168,85,247,0.12); border-radius:8px; padding:11px; text-align:center; }
.dp-stat { background:#F6F1FD; border:1px solid rgba(124,58,237,0.12); border-radius:8px; padding:11px; text-align:center; }
.dp-stat-label { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#A78BFA; margin-bottom:4px; }
.dp-stat-label { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#A78BFA; margin-bottom:4px; }
.dp-stat-val { font-size:12.5px; font-weight:700; color:#0C1A36; }
.dp-stat-val { font-size:12.5px; font-weight:700; color:#0C1A36; }
Linha 25: Linha 25:
.dp-schedule-block { border-radius:10px; overflow:hidden; }
.dp-schedule-block { border-radius:10px; overflow:hidden; }
.dp-schedule-header { padding:10px 16px; display:flex; align-items:center; justify-content:space-between; }
.dp-schedule-header { padding:10px 16px; display:flex; align-items:center; justify-content:space-between; }
.dp-schedule-header.week { background:linear-gradient(110deg,#1A0A2E,#2D1060); border:1px solid rgba(168,85,247,0.3); border-bottom:none; }
.dp-schedule-header.week { background:linear-gradient(110deg,#1A0A2E,#2D1060); border:1px solid rgba(124,58,237,0.3); border-bottom:none; }
.dp-schedule-header.weekend { background:linear-gradient(110deg,#1A0505,#2D0A0A); border:1px solid rgba(239,68,68,0.25); border-bottom:none; }
.dp-schedule-header.weekend { background:linear-gradient(110deg,#1A0505,#2D0A0A); border:1px solid rgba(220,38,38,0.25); border-bottom:none; }
.dp-schedule-days { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; }
.dp-schedule-days { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; }
.dp-schedule-days.week { color:#C4B5FD; }
.dp-schedule-days.week { color:#C4B5FD; }
.dp-schedule-days.weekend { color:#FCA5A5; }
.dp-schedule-days.weekend { color:#FCA5A5; }
.dp-schedule-body { padding:14px 16px; display:flex; align-items:center; justify-content:space-between; }
.dp-schedule-body { padding:14px 16px; display:flex; align-items:center; justify-content:space-between; }
.dp-schedule-body.week { background:#FAF5FF; border:1px solid rgba(168,85,247,0.18); border-top:none; border-radius:0 0 10px 10px; }
.dp-schedule-body.week { background:#F6F1FD; border:1px solid rgba(124,58,237,0.18); border-top:none; border-radius:0 0 10px 10px; }
.dp-schedule-body.weekend { background:#FFF5F5; border:1px solid rgba(239,68,68,0.15); border-top:none; border-radius:0 0 10px 10px; }
.dp-schedule-body.weekend { background:#FFF5F5; border:1px solid rgba(220,38,38,0.15); border-top:none; border-radius:0 0 10px 10px; }
.dp-schedule-time { font-size:26px; font-weight:900; line-height:1; }
.dp-schedule-time { font-size:26px; font-weight:900; line-height:1; }
.dp-schedule-time.week { color:#7C3AED; }
.dp-schedule-time.week { color:#7C3AED; }
.dp-schedule-time.weekend { color:#DC2626; }
.dp-schedule-time.weekend { color:#DC2626; }
.dp-schedule-sub { font-size:11px; color:#8EA8C4; margin-top:3px; }
.dp-schedule-sub { font-size:11px; color:#5A7A9A; margin-top:3px; }
.dp-schedule-badge { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.6px; padding:3px 10px; border-radius:20px; }
.dp-schedule-badge { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.6px; padding:3px 10px; border-radius:20px; }
.dp-schedule-badge.week { background:rgba(168,85,247,0.12); border:1px solid rgba(168,85,247,0.25); color:#7C3AED; }
.dp-schedule-badge.week { background:rgba(124,58,237,0.12); border:1px solid rgba(124,58,237,0.25); color:#7C3AED; }
.dp-schedule-badge.weekend { background:rgba(239,68,68,0.08); border:1px solid rgba(239,68,68,0.2); color:#B91C1C; }
.dp-schedule-badge.weekend { background:rgba(220,38,38,0.08); border:1px solid rgba(220,38,38,0.2); color:#B91C1C; }


/* PVP WARN */
/* PVP WARN */
Linha 47: Linha 47:
/* DROPS */
/* DROPS */
.dp-drop-grid { display:grid; grid-template-columns:1fr 1fr; gap:6px; }
.dp-drop-grid { display:grid; grid-template-columns:1fr 1fr; gap:6px; }
.dp-drop-row { display:flex; align-items:center; justify-content:space-between; padding:8px 12px; background:#FAF5FF; border:1px solid rgba(168,85,247,0.1); border-radius:7px; }
.dp-drop-row { display:flex; align-items:center; justify-content:space-between; padding:8px 12px; background:#F6F1FD; border:1px solid rgba(124,58,237,0.1); border-radius:7px; }
.dp-drop-row.exclusive { background:#FFF8FF; border-color:rgba(168,85,247,0.25); }
.dp-drop-row.exclusive { background:#FBF7FF; border-color:rgba(124,58,237,0.25); }
.dp-drop-left { display:flex; align-items:center; gap:8px; }
.dp-drop-left { display:flex; align-items:center; gap:8px; }
.dp-drop-icon { background:#F3E8FF; border-radius:5px; padding:2px; display:flex; align-items:center; justify-content:center; flex-shrink:0; width:28px; height:28px; }
.dp-drop-icon { background:#F3E8FF; border-radius:5px; padding:2px; display:flex; align-items:center; justify-content:center; flex-shrink:0; width:28px; height:28px; }
.dp-drop-icon img { image-rendering:pixelated; width:22px; height:22px; object-fit:contain; }
.dp-drop-icon img { image-rendering:pixelated; width:22px; height:22px; object-fit:contain; }
.dp-drop-name { font-size:11.5px; color:#1A2640; font-weight:500; }
.dp-drop-name { font-size:11.5px; color:#1A2640; font-weight:500; }
.dp-drop-id { font-size:9px; color:#B0C4D8; font-family:monospace; }
.dp-drop-id { font-size:9px; color:#5A7A9A; font-family:monospace; }
.dp-drop-pct { font-size:11px; font-weight:700; color:#7C3AED; background:rgba(168,85,247,0.1); border:1px solid rgba(168,85,247,0.22); padding:2px 10px; border-radius:20px; white-space:nowrap; flex-shrink:0; }
.dp-drop-pct { font-size:11px; font-weight:700; color:#7C3AED; background:rgba(124,58,237,0.1); border:1px solid rgba(124,58,237,0.22); padding:2px 10px; border-radius:20px; white-space:nowrap; flex-shrink:0; }


/* DIVIDER */
/* DIVIDER */
Linha 61: Linha 61:


<!-- HERO -->
<!-- HERO -->
<div style="background:linear-gradient(135deg,#0D0518,#130B24,#050E1F);border-radius:12px;padding:30px 32px;text-align:center;margin-bottom:16px;position:relative;overflow:hidden;">
<div style="background:linear-gradient(135deg,#0D0518,#130B24,#241832);border-radius:12px;padding:30px 32px;text-align:center;margin-bottom:16px;position:relative;overflow:hidden;">
   <div style="position:absolute;top:-40px;left:-20px;width:240px;height:240px;background:radial-gradient(circle,rgba(168,85,247,0.16) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div>
   <div style="position:absolute;top:-40px;left:-20px;width:240px;height:240px;background:radial-gradient(circle,rgba(124,58,237,0.16) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div>
   <div style="position:absolute;bottom:-20px;right:5%;width:180px;height:180px;background:radial-gradient(circle,rgba(239,68,68,0.09) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div>
   <div style="position:absolute;bottom:-20px;right:5%;width:180px;height:180px;background:radial-gradient(circle,rgba(220,38,38,0.09) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div>
   <div style="position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(124,58,237,0.07) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div>
   <div style="position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(124,58,237,0.07) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div>
   <div style="position:relative;z-index:1;">
   <div style="position:relative;z-index:1;">
     <div style="display:inline-flex;align-items:center;gap:6px;background:rgba(168,85,247,0.18);border:1px solid rgba(168,85,247,0.4);color:#D8B4FE;font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:14px;">⚔️ RAID BOSS GLOBAL</div>
     <div style="display:inline-flex;align-items:center;gap:6px;background:rgba(124,58,237,0.18);border:1px solid rgba(124,58,237,0.4);color:#D8B4FE;font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:14px;">Raid Boss Global</div>
     <div style="margin-bottom:12px;"><img src="https://browiki.org/images/6/67/Monster_Drag%C3%A3oP%C3%BArpura.png" width="80" height="80" style="image-rendering:pixelated;margin:0 auto;filter:drop-shadow(0 0 18px rgba(168,85,247,0.5));" alt=""></div>
     <div style="margin-bottom:12px;"><img src="https://browiki.org/images/6/67/Monster_Drag%C3%A3oP%C3%BArpura.png" width="80" height="80" style="image-rendering:pixelated;margin:0 auto;filter:drop-shadow(0 0 18px rgba(124,58,237,0.5));" alt=""></div>
     <div style="color:#fff;font-size:22px;font-weight:800;margin-bottom:6px;letter-spacing:0.3px;">Dragão Púrpura</div>
     <div style="color:#fff;font-size:22px;font-weight:800;margin-bottom:6px;letter-spacing:0.3px;">Dragão Púrpura</div>
     <div style="color:rgba(255,255,255,0.4);font-size:13px;">Aparição diária · Campos abertos · PvP ativo</div>
     <div style="color:rgba(255,255,255,0.4);font-size:13px;">Aparição diária · Campos abertos · PvP ativo</div>
Linha 75: Linha 75:
<!-- HORÁRIOS -->
<!-- HORÁRIOS -->
<div class="dp-card">
<div class="dp-card">
   <div class="dp-card-title"><div class="dp-card-title-text">📅 Horários de Aparição</div></div>
   <div class="dp-card-title"><div class="dp-card-title-text">Horários de Aparição</div></div>
   <div class="dp-card-body">
   <div class="dp-card-body">
     <div class="dp-schedule-grid">
     <div class="dp-schedule-grid">
Linha 115: Linha 115:
<!-- PVP -->
<!-- PVP -->
<div class="dp-card">
<div class="dp-card">
   <div class="dp-card-title"><div class="dp-card-title-text">⚔️ PvP</div></div>
   <div class="dp-card-title"><div class="dp-card-title-text">PvP</div></div>
   <div class="dp-card-body">
   <div class="dp-card-body">
     <div class="dp-pvp-warn">
     <div class="dp-pvp-warn">
      <span style="font-size:20px;flex-shrink:0;line-height:1;">⚔️</span>
       <div>O <strong>PvP é ativado imediatamente em todo o mapa</strong> no momento em que o Dragão Púrpura nasce, e permanece ativo até que ele seja eliminado. Prepare-se para lutar em duas frentes — contra o Dragão e contra outros jogadores.</div>
       <div>O <strong>PvP é ativado imediatamente em todo o mapa</strong> no momento em que o Dragão Púrpura nasce, e permanece ativo até que ele seja eliminado. Prepare-se para lutar em duas frentes — contra o Dragão e contra outros jogadores.</div>
     </div>
     </div>
Linha 129: Linha 128:
<!-- DROPS -->
<!-- DROPS -->
<div class="dp-card">
<div class="dp-card">
   <div class="dp-card-title"><div class="dp-card-title-text">💎 Drops</div></div>
   <div class="dp-card-title"><div class="dp-card-title-text">Drops</div></div>
   <div class="dp-card-body">
   <div class="dp-card-body">


Linha 182: Linha 181:
       <div class="dp-drop-row exclusive">
       <div class="dp-drop-row exclusive">
         <div class="dp-drop-left">
         <div class="dp-drop-left">
           <div class="dp-drop-icon"><img src="https://www.divine-pride.net/img/items/item/bRO/19104" alt=""></div>
           <div class="dp-drop-icon"><img src="https://static.divine-pride.net/images/items/item/19104.png" alt=""></div>
           <div><div class="dp-drop-name">Asas de Dragão</div><div class="dp-drop-id">#19104</div></div>
           <div><div class="dp-drop-name">Asas de Dragão</div><div class="dp-drop-id">#19104</div></div>
         </div>
         </div>

Edição das 14h48min de 16 de julho de 2026

Raid Boss Global
Dragão Púrpura
Aparição diária · Campos abertos · PvP ativo
Horários de Aparição
Segunda · Terça · Quarta · Quinta · Sexta
21h30
Mapa aleatório · Anúncio global
Dias úteis
Sábado · Domingo
22h30
Mapa aleatório · Anúncio global
Final de semana
O mapa de aparição é sorteado aleatoriamente entre os campos abertos disponíveis — revelado apenas no anúncio global
Um novo Dragão só nasce após o anterior ser derrotado — sem tempo limite de permanência
Não pertence à pool global de MVPs — é independente do ciclo comum do servidor
Monstros do mapa continuam invocando Dimensionais normalmente enquanto o Dragão estiver vivo
PvP
O PvP é ativado imediatamente em todo o mapa no momento em que o Dragão Púrpura nasce, e permanece ativo até que ele seja eliminado. Prepare-se para lutar em duas frentes — contra o Dragão e contra outros jogadores.
O PvP afeta todo o mapa, sem zonas seguras
Qualquer jogador presente pode ser atacado por outros
O PvP se encerra junto com a morte do Dragão
Drops
Velho Álbum de Cartas
#616
10%
Elunium Enriquecido
#7619
10%
Oridecon Enriquecido
#7620
10%
Kit de Costura
#25184
10%
Fragmento Dimensional
#1001090
10%
Galho Sangrento
#12103
10%
Asas de Dragão
#19104
5%
Cólera do Dragão [2]
#1865
10%
Elmo Dracônico [1]
#19285
5%
Cota do Dragão Maligno [1]
#15238
10%