Página Principal: 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 61: Linha 61:
.wiki-block-title.hero.compact img { width:22px; height:22px; }
.wiki-block-title.hero.compact img { width:22px; height:22px; }


.wiki-link { display:flex; align-items:center; gap:8px; padding:8px 14px; text-decoration:none; color:var(--edda-text); font-size:13px; transition:color 0.1s,background 0.1s; }
.wiki-link { display:flex; align-items:center; gap:8px; padding:8px 14px; border-bottom:1px solid var(--edda-mint-tint); text-decoration:none; color:var(--edda-text); font-size:13px; transition:color 0.1s,background 0.1s; }
.wiki-link:hover { color:#2E8F6E; background:#F2FBF7; }
.wiki-link:hover { color:#2E8F6E; background:#F2FBF7; }
.wiki-link img { image-rendering:pixelated; flex-shrink:0; }
.wiki-link img { image-rendering:pixelated; flex-shrink:0; }
/* Lista de 1 coluna: linha divisória embaixo de cada item, exceto o último */
/* Linha divisória embaixo de TODO item, inclusive o(s) da última fileira —
.wiki-list .wiki-link { border-bottom:1px solid var(--edda-mint-tint); }
   assim nenhuma célula (mesmo numa última fileira incompleta) fica sem linha */
.wiki-list .wiki-link:last-child { border-bottom:none; }
/* Grids de N colunas: divisória em cima de cada item, exceto os da primeira
   linha — assim a última linha nunca fica "torta" quando não é múltiplo de N */
.wiki-grid-2 { display:grid; grid-template-columns:repeat(2,1fr); }
.wiki-grid-2 { display:grid; grid-template-columns:repeat(2,1fr); }
.wiki-grid-2 .wiki-link { border-top:1px solid var(--edda-mint-tint); border-right:1px solid var(--edda-mint-tint); }
.wiki-grid-2 .wiki-link { border-right:1px solid var(--edda-mint-tint); }
.wiki-grid-2 .wiki-link:nth-child(-n+2) { border-top:none; }
.wiki-grid-2 .wiki-link:nth-child(2n) { border-right:none; }
.wiki-grid-2 .wiki-link:nth-child(2n) { border-right:none; }
.wiki-grid-3 { display:grid; grid-template-columns:repeat(3,1fr); }
.wiki-grid-3 { display:grid; grid-template-columns:repeat(3,1fr); }
.wiki-grid-3 .wiki-link { border-top:1px solid var(--edda-mint-tint); border-right:1px solid var(--edda-mint-tint); }
.wiki-grid-3 .wiki-link { border-right:1px solid var(--edda-mint-tint); }
.wiki-grid-3 .wiki-link:nth-child(-n+3) { border-top:none; }
.wiki-grid-3 .wiki-link:nth-child(3n) { border-right:none; }
.wiki-grid-3 .wiki-link:nth-child(3n) { border-right:none; }
.wiki-grid-4 { display:grid; grid-template-columns:repeat(4,1fr); }
.wiki-grid-4 { display:grid; grid-template-columns:repeat(4,1fr); }
.wiki-grid-4 .wiki-link { border-top:1px solid var(--edda-mint-tint); border-right:1px solid var(--edda-mint-tint); }
.wiki-grid-4 .wiki-link { border-right:1px solid var(--edda-mint-tint); }
.wiki-grid-4 .wiki-link:nth-child(-n+4) { border-top:none; }
.wiki-grid-4 .wiki-link:nth-child(4n) { border-right:none; }
.wiki-grid-4 .wiki-link:nth-child(4n) { border-right:none; }


Linha 88: Linha 82:


/* ===== ÍNDICE RÁPIDO ===== */
/* ===== ÍNDICE RÁPIDO ===== */
.wiki-jumpnav { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:26px; }
.wiki-jumpnav a { display:inline-flex; align-items:center; gap:5px; background:#fff; border:1px solid var(--edda-mint-tint-strong); color:var(--edda-text-secondary); font-size:11px; font-weight:600; padding:5px 12px; border-radius:20px; text-decoration:none; transition:all 0.15s; }
.wiki-jumpnav a:hover { background:var(--edda-mint); border-color:var(--edda-mint); color:#fff; }
/* ===== CABEÇALHO DE CATEGORIA "SOLTO" (categoria com múltiplos sub-grupos internos) ===== */
.wiki-cat-header { display:flex; align-items:center; gap:12px; background:var(--edda-plum); border:1px solid var(--edda-lavender-tint); border-radius:10px; padding:14px 20px; margin:28px 0 12px; scroll-margin-top:16px; }
.wiki-cat-header:first-of-type { margin-top:6px; }
.wiki-cat-header img { image-rendering:pixelated; flex-shrink:0; }
.wiki-block-full[id], .wiki-block[id] { scroll-margin-top:16px; }
.wiki-block-full[id], .wiki-block[id] { scroll-margin-top:16px; }
/* Sub-blocos empilhados dentro de uma categoria grande (ex.: Instâncias, provisório) */
.wiki-subgroup-stack .wiki-block { margin-bottom:12px; }
.wiki-subgroup-stack .wiki-block:last-child { margin-bottom:0; }


/* ===== RODAPÉ EDDA ===== */
/* ===== RODAPÉ EDDA ===== */
Linha 126: Linha 107:
<!-- HERO -->
<!-- HERO -->
<div class="edda-hero"></div>
<div class="edda-hero"></div>
<!-- ÍNDICE -->
<div class="wiki-jumpnav">
  <a href="#sec-sobre">Sobre o Edda World</a>
  <a href="#sec-iniciantes">Iniciantes</a>
  <a href="#sec-instancias">Instâncias</a>
</div>


<!-- ============= SOBRE O EDDA WORLD | INICIANTES =============
<!-- ============= SOBRE O EDDA WORLD | INICIANTES =============
Linha 146: Linha 120:
       <a href="/index.php/Informações_do_Servidor" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7304.png" width="24" height="24" alt="">Informações do Servidor</a>
       <a href="/index.php/Informações_do_Servidor" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7304.png" width="24" height="24" alt="">Informações do Servidor</a>
       <a href="https://www.eddaworld.com.br" class="wiki-link"><img src="https://wiki.eddaworld.com.br/images/2/20/Logo_Solo_-_Edda_%28PNG_Verde_sem_fundo%29.png" width="24" height="24" alt="">Site</a>
       <a href="https://www.eddaworld.com.br" class="wiki-link"><img src="https://wiki.eddaworld.com.br/images/2/20/Logo_Solo_-_Edda_%28PNG_Verde_sem_fundo%29.png" width="24" height="24" alt="">Site</a>
       <a href="https://discord.gg/eddaworld" class="wiki-link"><img src="https://wiki.eddaworld.com.br/images/0/02/40685-discord-pixel-emoji.png" width="24" height="24" alt="">Discord</a>
       <a href="https://discord.gg/7WZM2w5mTM" class="wiki-link"><img src="https://wiki.eddaworld.com.br/images/0/02/40685-discord-pixel-emoji.png" width="24" height="24" alt="">Discord</a>
       <a href="/index.php/Regras" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/12108" width="24" height="24" alt="">Regras</a>
       <a href="/index.php/Regras" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/12108" width="24" height="24" alt="">Regras</a>
     </div>
     </div>
Linha 165: Linha 139:
<!-- ===================== INSTÂNCIAS (+ tudo que estava nas outras categorias,
<!-- ===================== INSTÂNCIAS (+ tudo que estava nas outras categorias,
     provisório até você reorganizar) ===================== -->
     provisório até você reorganizar) ===================== -->
<div class="wiki-cat-header" id="sec-instancias">
<div class="wiki-block-full" id="sec-instancias">
   <img src="https://www.divine-pride.net/img/items/item/bRO/6000" width="26" height="26" alt="">
   <div class="wiki-block-title hero">
  <span class="wiki-cat-title-text">Instâncias</span>
     <img src="https://www.divine-pride.net/img/items/item/bRO/6000" width="26" height="26" alt="">
</div>
     <span class="wiki-cat-title-text">Instâncias</span>
<div class="wiki-subgroup-stack">
  <div class="wiki-block">
    <div class="wiki-block-title"><span class="wiki-block-title-text">Instâncias</span></div>
     <div class="wiki-grid-4">
      <a href="/index.php/Batalha_dos_Orcs" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/28522" width="24" height="24" alt="">Batalha dos Orcs</a>
      <a href="/index.php/Torre_sem_Fim" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6000" width="24" height="24" alt="">Torre sem Fim</a>
      <a href="/index.php/Thanatos_Corrompido" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/480136" width="24" height="24" alt="">Thanatos Corrompido</a>
      <a href="/index.php/Memórias_de_Sarah" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/100080" width="24" height="24" alt="">Memórias de Sarah</a>
      <a href="/index.php/Palácio_das_Mágoas" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6672" width="24" height="24" alt="">Palácio das Mágoas</a>
      <a href="/index.php/Torneio_de_Magia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6671" width="24" height="24" alt="">Torneio de Magia</a>
      <a href="/index.php/Invasão_ao_Aeroplano" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/19144" width="24" height="24" alt="">Invasão ao Aeroplano</a>
      <a href="/index.php/Altar_do_Selo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6004" width="24" height="24" alt="">Altar do Selo</a>
      <a href="/index.php/Ninho_de_Nidhogg" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/2554" width="24" height="24" alt="">Ninho de Nidhogg</a>
      <a href="/index.php/Caverna_do_Polvo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/12647" width="24" height="24" alt="">Caverna do Polvo</a>
      <a href="/index.php/Esgotos_de_Malangdo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/23962" width="24" height="24" alt="">Esgotos de Malangdo</a>
      <a href="/index.php/Maldição_de_Glastheim" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6607" width="24" height="24" alt="">Maldição de Glastheim</a>
      <a href="/index.php/Fenda_Dimensional" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/313932.png" width="24" height="24" alt="">Fenda Dimensional</a>
     </div>
  </div>
 
  <div class="wiki-block">
    <div class="wiki-block-title"><span class="wiki-block-title-text">Sobre o Servidor</span></div>
    <div class="wiki-grid-3">
      <a href="/index.php/Economia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7444.png" width="24" height="24" alt="">Economia</a>
      <a href="/index.php/Sistema_MVP" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/31488.png" width="24" height="24" alt="">Sistema MVP</a>
      <a href="/index.php/Monstros_Dimensionais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/20562.png" width="24" height="24" alt="">Monstros Dimensionais</a>
      <a href="/index.php/Zona_Morta" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7642.png" width="24" height="24" alt="">Zona Morta</a>
      <a href="/index.php/Bestiário" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/22653.png" width="24" height="24" alt="">Bestiário</a>
    </div>
  </div>
 
  <div class="wiki-block">
    <div class="wiki-block-title"><span class="wiki-block-title-text">Cash Shop e ROPs</span></div>
    <div class="wiki-grid-4">
      <a href="/index.php/Loja_de_ROPs" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/670.png" width="24" height="24" alt="">Loja de ROPs</a>
      <a href="/index.php/Passe_de_Batalha" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/540111" width="24" height="24" alt="">Passe de Batalha</a>
      <a href="/index.php/Máquina_de_Prêmios" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/1000392" width="24" height="24" alt="">Máquina de Prêmios</a>
      <a href="/index.php/Benefícios_VIP" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/25876.png" width="24" height="24" alt="">Benefícios VIP</a>
      <a href="/index.php/Loja_Kachua" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1000274.png" width="24" height="24" alt="">Loja Kachua</a>
      <a href="/index.php/Pedras_Visuais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6638.png" width="24" height="24" alt="">Pedras Visuais</a>
      <a href="/index.php/Pedras_Gráficas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001095.png" width="24" height="24" alt="">Pedras Gráficas</a>
      <a href="/index.php/Caixa_dos_Melhores_Itens" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12608.png" width="24" height="24" alt="">Caixa dos Melhores Itens</a>
    </div>
  </div>
 
  <div class="wiki-block">
    <div class="wiki-block-title"><span class="wiki-block-title-text">Pontos e Bonificações</span></div>
    <div class="wiki-grid-3">
      <a href="/index.php/MoEdda" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6379.png" width="24" height="24" alt="">MoEdda</a>
      <a href="/index.php/Pontos_de_Voto" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/20344.png" width="24" height="24" alt="">Pontos de Voto</a>
      <a href="/index.php/Pontos_de_Presença" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001010.png" width="24" height="24" alt="">Pontos de Presença</a>
      <a href="/index.php/Logue_e_Ganhe" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/105759.png" width="24" height="24" alt="">Logue e Ganhe</a>
      <a href="/index.php/Bônus_de_Retorno" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/103426.png" width="24" height="24" alt="">Bônus de Retorno</a>
    </div>
  </div>
 
  <div class="wiki-block">
    <div class="wiki-block-title"><span class="wiki-block-title-text">PvP &amp; Equipamentos Especiais</span></div>
    <div class="wiki-grid-2">
      <a href="/index.php/Guerra_do_Emperium" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1000330.png" width="24" height="24" alt="">Guerra do Emperium</a>
      <a href="/index.php/Sistema_PK" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7752.png" width="24" height="24" alt="">Sistema PK</a>
      <a href="/index.php/KVM" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6376.png" width="24" height="24" alt="">KVM</a>
      <a href="/index.php/Pedras_de_Rate" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001655.png" width="24" height="24" alt="">Pedras de Rate</a>
      <a href="/index.php/Equipamentos_Aprimoráveis" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/550181.png" width="24" height="24" alt="">Equipamentos Aprimoráveis</a>
      <a href="/index.php/Equipamentos_Sombrios" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/24184.png" width="24" height="24" alt="">Equipamentos Sombrios</a>
      <a href="/index.php/Equipamentos_Rubi" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490045.png" width="24" height="24" alt="">Equipamentos Rubi</a>
      <a href="/index.php/Equipamentos_Safira" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490063.png" width="24" height="24" alt="">Equipamentos Safira</a>
      <a href="/index.php/Equipamentos_Dimensionais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490162.png" width="24" height="24" alt="">Equipamentos Dimensionais</a>
      <a href="/index.php/Espólios_Rekenber" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/400243.png" width="24" height="24" alt="">Espólios Rekenber</a>
    </div>
  </div>
 
  <div class="wiki-block">
    <div class="wiki-block-title"><span class="wiki-block-title-text">Eventos Recorrentes</span></div>
    <div class="wiki-grid-2">
      <a href="/index.php/Mapa_do_Tesouro" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/420385.png" width="24" height="24" alt="">Mapa do Tesouro</a>
      <a href="/index.php/Corrida_dos_Bichos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/18930.png" width="24" height="24" alt="">Corrida dos Bichos</a>
      <a href="/index.php/Fuja_da_Dengue" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/742.png" width="24" height="24" alt="">Fuja da Dengue</a>
      <a href="/index.php/Pegue_o_Pombo" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/18912.png" width="24" height="24" alt="">Pegue o Pombo</a>
      <a href="/index.php/Raça_do_Dia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/410059.png" width="24" height="24" alt="">Raça do Dia</a>
    </div>
  </div>
 
  <div class="wiki-block">
    <div class="wiki-block-title"><span class="wiki-block-title-text">NPCs</span></div>
    <div class="wiki-grid-3">
      <a href="/index.php/Mestra_das_Classes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/102909.png" width="24" height="24" alt="">Mestra das Classes</a>
      <a href="/index.php/Curandeira" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12002.png" width="24" height="24" alt="">Curandeira</a>
      <a href="/index.php/Resetadora" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12213.png" width="24" height="24" alt="">Resetadora</a>
      <a href="/index.php/Artesão" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/11641.png" width="24" height="24" alt="">Artesão</a>
      <a href="/index.php/Removedora_de_Cartas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6443.png" width="24" height="24" alt="">Removedora de Cartas</a>
      <a href="/index.php/Dragão_Púrpura" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/31561" width="24" height="24" alt="">Dragão Púrpura</a>
    </div>
  </div>
 
  <div class="wiki-block">
    <div class="wiki-block-title"><span class="wiki-block-title-text">Criação &amp; Aprimoramento</span></div>
    <div class="wiki-grid-3">
      <a href="/index.php/Refinamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6438.png" width="24" height="24" alt="">Refinamentos</a>
      <a href="/index.php/Encantamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001090.png" width="24" height="24" alt="">Encantamentos</a>
      <a href="/index.php/Sloteamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001076.png" width="24" height="24" alt="">Sloteamentos</a>
      <a href="/index.php/Sistema_de_Runas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001283.png" width="24" height="24" alt="">Sistema de Runas</a>
      <a href="/index.php/Sistema_de_Progressão" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001661.png" width="24" height="24" alt="">Sistema de Progressão</a>
      <a href="/index.php/Mascotes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/9065.png" width="24" height="24" alt="">Mascotes</a>
      <a href="/index.php/Forja" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6596.png" width="24" height="24" alt="">Forja</a>
      <a href="/index.php/Alquimia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6285.png" width="24" height="24" alt="">Alquimia</a>
      <a href="/index.php/Mineração" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/28116.png" width="24" height="24" alt="">Mineração</a>
      <a href="/index.php/Afinidades" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/28627.png" width="24" height="24" alt="">Afinidades</a>
      <a href="/index.php/Encantamentos_de_Malangdo" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6423.png" width="24" height="24" alt="">Encantamentos de Malangdo</a>
    </div>
   </div>
   </div>
 
   <div class="wiki-grid-4">
   <div class="wiki-block">
    <a href="/index.php/Batalha_dos_Orcs" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/28522" width="24" height="24" alt="">Batalha dos Orcs</a>
     <div class="wiki-block-title"><span class="wiki-block-title-text">Outros</span></div>
    <a href="/index.php/Torre_sem_Fim" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6000" width="24" height="24" alt="">Torre sem Fim</a>
     <div class="wiki-grid-3">
    <a href="/index.php/Thanatos_Corrompido" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/480136" width="24" height="24" alt="">Thanatos Corrompido</a>
      <a href="/index.php/Mapas_Modificados" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/28527.png" width="24" height="24" alt="">Mapas Modificados</a>
    <a href="/index.php/Memórias_de_Sarah" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/100080" width="24" height="24" alt="">Memórias de Sarah</a>
      <a href="/index.php/Quests_Edda" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7874.png" width="24" height="24" alt="">Quests Edda</a>
    <a href="/index.php/Palácio_das_Mágoas" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6672" width="24" height="24" alt="">Palácio das Mágoas</a>
      <a href="/index.php/Balanceamento_de_Classes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/2822.png" width="24" height="24" alt="">Balanceamento de Classes</a>
    <a href="/index.php/Torneio_de_Magia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6671" width="24" height="24" alt="">Torneio de Magia</a>
    </div>
    <a href="/index.php/Invasão_ao_Aeroplano" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/19144" width="24" height="24" alt="">Invasão ao Aeroplano</a>
    <a href="/index.php/Altar_do_Selo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6004" width="24" height="24" alt="">Altar do Selo</a>
    <a href="/index.php/Ninho_de_Nidhogg" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/2554" width="24" height="24" alt="">Ninho de Nidhogg</a>
    <a href="/index.php/Caverna_do_Polvo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/12647" width="24" height="24" alt="">Caverna do Polvo</a>
    <a href="/index.php/Esgotos_de_Malangdo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/23962" width="24" height="24" alt="">Esgotos de Malangdo</a>
    <a href="/index.php/Maldição_de_Glastheim" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6607" width="24" height="24" alt="">Maldição de Glastheim</a>
    <a href="/index.php/Fenda_Dimensional" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/313932.png" width="24" height="24" alt="">Fenda Dimensional</a>
    <a href="/index.php/Economia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7444.png" width="24" height="24" alt="">Economia</a>
    <a href="/index.php/Sistema_MVP" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/31488.png" width="24" height="24" alt="">Sistema MVP</a>
    <a href="/index.php/Monstros_Dimensionais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/20562.png" width="24" height="24" alt="">Monstros Dimensionais</a>
    <a href="/index.php/Zona_Morta" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7642.png" width="24" height="24" alt="">Zona Morta</a>
    <a href="/index.php/Bestiário" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/22653.png" width="24" height="24" alt="">Bestiário</a>
    <a href="/index.php/Loja_de_ROPs" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/670.png" width="24" height="24" alt="">Loja de ROPs</a>
    <a href="/index.php/Passe_de_Batalha" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/540111" width="24" height="24" alt="">Passe de Batalha</a>
    <a href="/index.php/Máquina_de_Prêmios" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/1000392" width="24" height="24" alt="">Máquina de Prêmios</a>
    <a href="/index.php/Benefícios_VIP" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/25876.png" width="24" height="24" alt="">Benefícios VIP</a>
    <a href="/index.php/Loja_Kachua" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1000274.png" width="24" height="24" alt="">Loja Kachua</a>
     <a href="/index.php/Pedras_Visuais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6638.png" width="24" height="24" alt="">Pedras Visuais</a>
    <a href="/index.php/Pedras_Gráficas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001095.png" width="24" height="24" alt="">Pedras Gráficas</a>
    <a href="/index.php/Caixa_dos_Melhores_Itens" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12608.png" width="24" height="24" alt="">Caixa dos Melhores Itens</a>
    <a href="/index.php/MoEdda" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6379.png" width="24" height="24" alt="">MoEdda</a>
    <a href="/index.php/Pontos_de_Voto" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/20344.png" width="24" height="24" alt="">Pontos de Voto</a>
    <a href="/index.php/Pontos_de_Presença" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001010.png" width="24" height="24" alt="">Pontos de Presença</a>
    <a href="/index.php/Logue_e_Ganhe" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/105759.png" width="24" height="24" alt="">Logue e Ganhe</a>
    <a href="/index.php/Bônus_de_Retorno" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/103426.png" width="24" height="24" alt="">Bônus de Retorno</a>
    <a href="/index.php/Guerra_do_Emperium" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1000330.png" width="24" height="24" alt="">Guerra do Emperium</a>
    <a href="/index.php/Sistema_PK" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7752.png" width="24" height="24" alt="">Sistema PK</a>
    <a href="/index.php/KVM" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6376.png" width="24" height="24" alt="">KVM</a>
    <a href="/index.php/Pedras_de_Rate" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001655.png" width="24" height="24" alt="">Pedras de Rate</a>
    <a href="/index.php/Equipamentos_Aprimoráveis" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/550181.png" width="24" height="24" alt="">Equipamentos Aprimoráveis</a>
    <a href="/index.php/Equipamentos_Sombrios" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/24184.png" width="24" height="24" alt="">Equipamentos Sombrios</a>
    <a href="/index.php/Equipamentos_Rubi" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490045.png" width="24" height="24" alt="">Equipamentos Rubi</a>
    <a href="/index.php/Equipamentos_Safira" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490063.png" width="24" height="24" alt="">Equipamentos Safira</a>
    <a href="/index.php/Equipamentos_Dimensionais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490162.png" width="24" height="24" alt="">Equipamentos Dimensionais</a>
    <a href="/index.php/Espólios_Rekenber" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/400243.png" width="24" height="24" alt="">Espólios Rekenber</a>
    <a href="/index.php/Mapa_do_Tesouro" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/420385.png" width="24" height="24" alt="">Mapa do Tesouro</a>
    <a href="/index.php/Corrida_dos_Bichos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/18930.png" width="24" height="24" alt="">Corrida dos Bichos</a>
    <a href="/index.php/Fuja_da_Dengue" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/742.png" width="24" height="24" alt="">Fuja da Dengue</a>
    <a href="/index.php/Pegue_o_Pombo" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/18912.png" width="24" height="24" alt="">Pegue o Pombo</a>
    <a href="/index.php/Raça_do_Dia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/410059.png" width="24" height="24" alt="">Raça do Dia</a>
    <a href="/index.php/Mestra_das_Classes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/102909.png" width="24" height="24" alt="">Mestra das Classes</a>
    <a href="/index.php/Curandeira" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12002.png" width="24" height="24" alt="">Curandeira</a>
    <a href="/index.php/Resetadora" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12213.png" width="24" height="24" alt="">Resetadora</a>
    <a href="/index.php/Artesão" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/11641.png" width="24" height="24" alt="">Artesão</a>
    <a href="/index.php/Removedora_de_Cartas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6443.png" width="24" height="24" alt="">Removedora de Cartas</a>
    <a href="/index.php/Dragão_Púrpura" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/31561" width="24" height="24" alt="">Dragão Púrpura</a>
    <a href="/index.php/Refinamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6438.png" width="24" height="24" alt="">Refinamentos</a>
    <a href="/index.php/Encantamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001090.png" width="24" height="24" alt="">Encantamentos</a>
    <a href="/index.php/Sloteamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001076.png" width="24" height="24" alt="">Sloteamentos</a>
    <a href="/index.php/Sistema_de_Runas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001283.png" width="24" height="24" alt="">Sistema de Runas</a>
    <a href="/index.php/Sistema_de_Progressão" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001661.png" width="24" height="24" alt="">Sistema de Progressão</a>
    <a href="/index.php/Mascotes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/9065.png" width="24" height="24" alt="">Mascotes</a>
    <a href="/index.php/Forja" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6596.png" width="24" height="24" alt="">Forja</a>
    <a href="/index.php/Alquimia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6285.png" width="24" height="24" alt="">Alquimia</a>
    <a href="/index.php/Mineração" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/28116.png" width="24" height="24" alt="">Mineração</a>
    <a href="/index.php/Afinidades" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/28627.png" width="24" height="24" alt="">Afinidades</a>
     <a href="/index.php/Encantamentos_de_Malangdo" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6423.png" width="24" height="24" alt="">Encantamentos de Malangdo</a>
    <a href="/index.php/Mapas_Modificados" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/28527.png" width="24" height="24" alt="">Mapas Modificados</a>
    <a href="/index.php/Quests_Edda" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7874.png" width="24" height="24" alt="">Quests Edda</a>
    <a href="/index.php/Balanceamento_de_Classes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/2822.png" width="24" height="24" alt="">Balanceamento de Classes</a>
   </div>
   </div>
</div>
</div>

Edição das 04h12min de 15 de agosto de 2026

Edda World — o mundo é vivo
Tudo acontece por aqui — fendas dimensionais, MVPs globais e muito mais!