Guardião dos Destinos: 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>
.gd-card { background:#fff; border:1px solid rgba(14,165,233,0.16); border-radius:10px; overflow:hidden; margin-bottom:12px; }
.gd-card { background:#fff; border:1px solid rgba(94,207,168,0.16); border-radius:10px; overflow:hidden; margin-bottom:12px; }
.gd-card-title { background:#050E1F; padding:10px 18px; display:flex; align-items:center; gap:10px; }
.gd-card-title { background:#241832; padding:10px 18px; display:flex; align-items:center; gap:10px; }
.gd-card-title-text { color:#7DD8FF; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; }
.gd-card-title-text { color:#A8E8D0; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; }
.gd-card-body { padding:16px 18px; }
.gd-card-body { padding:16px 18px; }


.gd-rule { display:flex; align-items:flex-start; gap:10px; padding:7px 0; border-bottom:1px solid rgba(14,165,233,0.07); font-size:12.5px; color:#1A2640; line-height:1.5; }
.gd-rule { display:flex; align-items:flex-start; gap:10px; padding:7px 0; border-bottom:1px solid rgba(94,207,168,0.07); font-size:12.5px; color:#1A2640; line-height:1.5; }
.gd-rule:last-child { border-bottom:none; }
.gd-rule:last-child { border-bottom:none; }
.gd-rule-dot { width:6px; height:6px; border-radius:50%; background:#0EA5E9; flex-shrink:0; margin-top:5px; }
.gd-rule-dot { width:6px; height:6px; border-radius:50%; background:#5ECFA8; flex-shrink:0; margin-top:5px; }


.gd-cost-bar { background:#F4F8FF; border:1px solid rgba(14,165,233,0.14); border-radius:8px; padding:14px 18px; display:grid; grid-template-columns:1fr 1fr 1fr; gap:12px; margin-bottom:14px; }
.gd-cost-bar { background:#F0FBF6; border:1px solid rgba(94,207,168,0.14); border-radius:8px; padding:14px 18px; display:grid; grid-template-columns:1fr 1fr 1fr; gap:12px; margin-bottom:14px; }
.gd-stat { text-align:center; }
.gd-stat { text-align:center; }
.gd-stat-label { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#8EA8C4; margin-bottom:6px; }
.gd-stat-label { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#5A7A9A; margin-bottom:6px; }
.gd-stat-val { font-size:13px; font-weight:700; color:#0C1A36; }
.gd-stat-val { font-size:13px; font-weight:700; color:#0C1A36; }
.gd-stat-val.blue { color:#0284C7; }
.gd-stat-val.blue { color:#2E8F6E; }


.gd-phase { margin-bottom:10px; }
.gd-phase { margin-bottom:10px; }
.gd-phase-header { display:flex; align-items:center; gap:10px; padding:8px 14px; border-radius:8px 8px 0 0; }
.gd-phase-header { display:flex; align-items:center; gap:10px; padding:8px 14px; border-radius:8px 8px 0 0; }
.gd-phase-header.launch { background:linear-gradient(90deg,#0A1F35,#0D2A45); border:1px solid rgba(14,165,233,0.25); border-bottom:none; }
.gd-phase-header.launch { background:linear-gradient(90deg,#241832,#2E2040); border:1px solid rgba(94,207,168,0.25); border-bottom:none; }
.gd-phase-header.cycle { background:linear-gradient(90deg,#1A0A35,#2D1055); border:1px solid rgba(168,85,247,0.25); border-bottom:none; }
.gd-phase-header.cycle { background:linear-gradient(90deg,#1A0A35,#2D1055); border:1px solid rgba(124,58,237,0.25); border-bottom:none; }
.gd-phase-header.unknown { background:linear-gradient(90deg,#1A1A1A,#2D2D2D); border:1px solid rgba(120,120,120,0.25); border-bottom:none; }
.gd-phase-header.unknown { background:linear-gradient(90deg,#1A1A1A,#2D2D2D); border:1px solid rgba(120,120,120,0.25); border-bottom:none; }
.gd-phase-label { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; }
.gd-phase-label { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; }
.gd-phase-label.launch { color:#7DD8FF; }
.gd-phase-label.launch { color:#A8E8D0; }
.gd-phase-label.cycle { color:#D8B4FE; }
.gd-phase-label.cycle { color:#D8B4FE; }
.gd-phase-label.unknown { color:#8EA8C4; }
.gd-phase-label.unknown { color:#5A7A9A; }
.gd-phase-badge { font-size:9px; font-weight:700; padding:2px 8px; border-radius:20px; margin-left:auto; }
.gd-phase-badge { font-size:9px; font-weight:700; padding:2px 8px; border-radius:20px; margin-left:auto; }
.gd-phase-badge.launch { background:rgba(14,165,233,0.15); border:1px solid rgba(14,165,233,0.3); color:#7DD8FF; }
.gd-phase-badge.launch { background:rgba(94,207,168,0.15); border:1px solid rgba(94,207,168,0.3); color:#A8E8D0; }
.gd-phase-badge.cycle { background:rgba(168,85,247,0.15); border:1px solid rgba(168,85,247,0.3); color:#D8B4FE; }
.gd-phase-badge.cycle { background:rgba(124,58,237,0.15); border:1px solid rgba(124,58,237,0.3); color:#D8B4FE; }
.gd-phase-badge.unknown { background:rgba(120,120,120,0.1); border:1px solid rgba(120,120,120,0.25); color:#8EA8C4; }
.gd-phase-badge.unknown { background:rgba(120,120,120,0.1); border:1px solid rgba(120,120,120,0.25); color:#5A7A9A; }


.gd-dungeon-list { border-left:1px solid rgba(14,165,233,0.15); border-right:1px solid rgba(14,165,233,0.15); border-bottom:1px solid rgba(14,165,233,0.15); border-radius:0 0 8px 8px; overflow:hidden; }
.gd-dungeon-list { border-left:1px solid rgba(94,207,168,0.15); border-right:1px solid rgba(94,207,168,0.15); border-bottom:1px solid rgba(94,207,168,0.15); border-radius:0 0 8px 8px; overflow:hidden; }
.gd-dungeon-list.cycle { border-color:rgba(168,85,247,0.15); }
.gd-dungeon-list.cycle { border-color:rgba(124,58,237,0.15); }
.gd-dungeon-list.unknown { border-color:rgba(120,120,120,0.15); }
.gd-dungeon-list.unknown { border-color:rgba(120,120,120,0.15); }
.gd-dungeon-row { display:flex; align-items:center; justify-content:space-between; padding:9px 14px; border-bottom:1px solid rgba(14,165,233,0.05); }
.gd-dungeon-row { display:flex; align-items:center; justify-content:space-between; padding:9px 14px; border-bottom:1px solid rgba(94,207,168,0.05); }
.gd-dungeon-list.cycle .gd-dungeon-row { border-bottom-color:rgba(168,85,247,0.05); }
.gd-dungeon-list.cycle .gd-dungeon-row { border-bottom-color:rgba(124,58,237,0.05); }
.gd-dungeon-list.unknown .gd-dungeon-row { border-bottom-color:rgba(120,120,120,0.05); }
.gd-dungeon-list.unknown .gd-dungeon-row { border-bottom-color:rgba(120,120,120,0.05); }
.gd-dungeon-row:last-child { border-bottom:none; }
.gd-dungeon-row:last-child { border-bottom:none; }
.gd-dungeon-row:hover { background:#F4F8FF; }
.gd-dungeon-row:hover { background:#F0FBF6; }
.gd-dungeon-list.cycle .gd-dungeon-row:hover { background:#FAF5FF; }
.gd-dungeon-list.cycle .gd-dungeon-row:hover { background:#F6F1FD; }
.gd-dungeon-name { font-size:12.5px; font-weight:600; color:#1A2640; }
.gd-dungeon-name { font-size:12.5px; font-weight:600; color:#1A2640; }
.gd-dungeon-name.unknown { color:#8EA8C4; }
.gd-dungeon-name.unknown { color:#5A7A9A; }
.gd-dungeon-map { font-family:monospace; font-size:10px; color:#8EA8C4; background:#F4F8FF; padding:1px 7px; border-radius:4px; }
.gd-dungeon-map { font-family:monospace; font-size:10px; color:#5A7A9A; background:#F0FBF6; padding:1px 7px; border-radius:4px; }
.gd-dungeon-list.cycle .gd-dungeon-map { background:#FAF5FF; color:#A78BFA; }
.gd-dungeon-list.cycle .gd-dungeon-map { background:#F6F1FD; color:#A78BFA; }


.gd-footer { background:#050E1F; border-radius:8px; padding:12px 16px; margin-top:4px; display:flex; align-items:center; gap:10px; font-size:12px; color:rgba(255,255,255,0.5); line-height:1.6; }
.gd-footer { background:#241832; border-radius:8px; padding:12px 16px; margin-top:4px; display:flex; align-items:center; gap:10px; font-size:12px; color:rgba(255,255,255,0.5); line-height:1.6; }
.gd-footer strong { color:#7DD8FF; }
.gd-footer strong { color:#A8E8D0; }


.gd-cycle-counter { display:flex; align-items:center; gap:8px; background:#FAF5FF; border:1px solid rgba(168,85,247,0.2); border-radius:8px; padding:10px 14px; margin-bottom:10px; font-size:12.5px; color:#5B21B6; }
.gd-cycle-counter { display:flex; align-items:center; gap:8px; background:#F6F1FD; border:1px solid rgba(124,58,237,0.2); border-radius:8px; padding:10px 14px; margin-bottom:10px; font-size:12.5px; color:#5B21B6; }
.gd-cycle-counter strong { color:#7C3AED; }
.gd-cycle-counter strong { color:#7C3AED; }
</style>
</style>


<!-- HERO -->
<!-- HERO -->
<div style="background:#050E1F;border-radius:12px;padding:28px 32px;text-align:center;margin-bottom:16px;position:relative;overflow:hidden;">
<div style="background:#241832;border-radius:12px;padding:28px 32px;text-align:center;margin-bottom:16px;position:relative;overflow:hidden;">
   <div style="position:absolute;top:-30px;left:-20px;width:200px;height:200px;background:radial-gradient(circle,rgba(14,165,233,0.12) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div>
   <div style="position:absolute;top:-30px;left:-20px;width:200px;height:200px;background:radial-gradient(circle,rgba(94,207,168,0.12) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div>
   <div style="position:absolute;bottom:-20px;right:5%;width:160px;height:160px;background:radial-gradient(circle,rgba(168,85,247,0.08) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div>
   <div style="position:absolute;bottom:-20px;right:5%;width:160px;height:160px;background:radial-gradient(circle,rgba(124,58,237,0.08) 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="margin-bottom:10px;"><img src="https://static.divine-pride.net/images/items/item/6659.png" width="54" height="54" style="image-rendering:pixelated;" alt=""></div>
     <div style="margin-bottom:10px;"><img src="https://static.divine-pride.net/images/items/item/6659.png" width="54" height="54" style="image-rendering:pixelated;" alt=""></div>
     <div style="color:#fff;font-size:20px;font-weight:700;margin-bottom:6px;">Guardião dos Destinos</div>
     <div style="color:#fff;font-size:20px;font-weight:700;margin-bottom:6px;">Guardião dos Destinos</div>
     <div style="color:rgba(255,255,255,0.45);font-size:13px;">Acesso progressivo aos territórios mais sombrios de Midgard · Localizado em <strong style="color:#7DD8FF;">Prontera</strong></div>
     <div style="color:rgba(255,255,255,0.45);font-size:13px;">Acesso progressivo aos territórios mais sombrios de Midgard · Localizado em <strong style="color:#A8E8D0;">Prontera</strong></div>
   </div>
   </div>
</div>
</div>
Linha 102: Linha 102:
<div class="gd-card">
<div class="gd-card">
   <div class="gd-card-title">
   <div class="gd-card-title">
     <div class="gd-card-title-text">📜 Ordem de Lançamento</div>
     <div class="gd-card-title-text">Ordem de Lançamento</div>
   </div>
   </div>
   <div class="gd-card-body">
   <div class="gd-card-body">


     <div class="gd-cycle-counter">
     <div class="gd-cycle-counter">
      <span style="font-size:18px;">🗓️</span>
       <div>A cada <strong>15 dias</strong>, 2 novas dungeons são desbloqueadas e permanecem disponíveis para sempre — o catálogo só cresce.</div>
       <div>A cada <strong>15 dias</strong>, 2 novas dungeons são desbloqueadas e permanecem disponíveis para sempre — o catálogo só cresce.</div>
     </div>
     </div>
Linha 114: Linha 113:
     <div class="gd-phase">
     <div class="gd-phase">
       <div class="gd-phase-header launch">
       <div class="gd-phase-header launch">
        <span style="font-size:14px;">🚀</span>
         <div class="gd-phase-label launch">Dia 0 — Abertura do servidor</div>
         <div class="gd-phase-label launch">Dia 0 — Abertura do servidor</div>
         <span class="gd-phase-badge launch">7 mapas</span>
         <span class="gd-phase-badge launch">7 mapas</span>
Linha 153: Linha 151:
     <div class="gd-phase">
     <div class="gd-phase">
       <div class="gd-phase-header cycle">
       <div class="gd-phase-header cycle">
        <span style="font-size:14px;">⏱️</span>
         <div class="gd-phase-label cycle">Dia 22/05</div>
         <div class="gd-phase-label cycle">Dia 22/05</div>
         <span class="gd-phase-badge cycle">2 mapas</span>
         <span class="gd-phase-badge cycle">2 mapas</span>
Linha 172: Linha 169:
     <div class="gd-phase">
     <div class="gd-phase">
       <div class="gd-phase-header cycle">
       <div class="gd-phase-header cycle">
        <span style="font-size:14px;">⏱️</span>
         <div class="gd-phase-label cycle">Dia 05/06</div>
         <div class="gd-phase-label cycle">Dia 05/06</div>
         <span class="gd-phase-badge cycle">3 mapas</span>
         <span class="gd-phase-badge cycle">3 mapas</span>
Linha 195: Linha 191:
     <div class="gd-phase">
     <div class="gd-phase">
       <div class="gd-phase-header cycle">
       <div class="gd-phase-header cycle">
        <span style="font-size:14px;">⏱️</span>
         <div class="gd-phase-label cycle">Dia 19/06</div>
         <div class="gd-phase-label cycle">Dia 19/06</div>
         <span class="gd-phase-badge cycle">3 mapas</span>
         <span class="gd-phase-badge cycle">3 mapas</span>
Linha 218: Linha 213:
     <div class="gd-phase">
     <div class="gd-phase">
       <div class="gd-phase-header cycle">
       <div class="gd-phase-header cycle">
        <span style="font-size:14px;">⏱️</span>
         <div class="gd-phase-label cycle">Dia 03/07</div>
         <div class="gd-phase-label cycle">Dia 03/07</div>
         <span class="gd-phase-badge cycle">3 mapas</span>
         <span class="gd-phase-badge cycle">3 mapas</span>
Linha 239: Linha 233:


     <div class="gd-footer">
     <div class="gd-footer">
      <span style="font-size:18px;flex-shrink:0;">💡</span>
       <div>O Guardião dos Destinos lança o acesso de forma sequencial — a cada quinzena, novas dungeons são desbloqueadas e <strong>permanecem disponíveis para sempre</strong>, expandindo continuamente o catálogo de exploração.</div>
       <div>O Guardião dos Destinos lança o acesso de forma sequencial — a cada quinzena, novas dungeons são desbloqueadas e <strong>permanecem disponíveis para sempre</strong>, expandindo continuamente o catálogo de exploração.</div>
     </div>
     </div>

Edição atual tal como às 17h22min de 15 de julho de 2026

Guardião dos Destinos
Acesso progressivo aos territórios mais sombrios de Midgard · Localizado em Prontera
Como Funciona
Custo
25× Moedas Colecionáveis + 10.000z
Duração
4 horas
Ao expirar
Teleporte automático

Ao pagar o acesso, o jogador aluga 4 horas de exploração contínua. Durante esse período pode entrar, sair, morrer e retornar a qualquer mapa da lista sem pagar novamente — o acesso pertence às 4 horas, não a uma única entrada.

O jogador pode trocar livremente entre os mapas disponíveis durante o período ativo, sem restrição de progressão interna
O catálogo de mapas só cresce — todas as liberadas anteriormente permanecem acessíveis
O acesso é individual — cada jogador paga separadamente
Monstros seguem as regras padrão — drops normais, Dimensionais ativos, Mapa Bônus válido
Atenção: moc_fild20, 21 e 22 serão tratados como dungeons e permanecerão bloqueados.
As quests de acesso de todas as dungeons foram desativadas.
Ordem de Lançamento
A cada 15 dias, 2 novas dungeons são desbloqueadas e permanecem disponíveis para sempre — o catálogo só cresce.
Dia 0 — Abertura do servidor
7 mapas
Ilha da Tartaruga tur_dun01
Labirinto de Tatames ama_dun01
Labirinto Ancestral ayo_dun01
Ruínas de Juperos juperos_01
Biolaboratório lhz_dun01
Lago do Abismo abyss_01
Torre de Thanatos tha_t01
Dia 22/05
2 mapas
Vulcão de Thor thor_v01
Caverna de Gelo ice_dun01
Dia 05/06
3 mapas
Fábrica de Robôs kh_dun01
Templo de Odin odin_tem01
Santuário de Rachel ra_san01
Dia 19/06
3 mapas
Floresta Encantada mosk_dun01
Arredores de Manuk man_fild01
Monastério nameless_n
Dia 03/07
3 mapas
Arredores de Esplendor spl_fild01
Deserto de Sograt (21) moc_fild21
Caverna das Cataratas bra_dun01