Torneio de Magia: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(Criou página com '<!-- Torneio do Zodíaco — Edda World --> <html> <style> .tz-card { background:#fff; border:1px solid rgba(14,165,233,0.16); border-radius:10px; overflow:hidden; margin-bottom:12px; } .tz-card-title { background:#050E1F; padding:10px 18px; display:flex; align-items:center; gap:10px; } .tz-card-title-text { color:#7DD8FF; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; } .tz-card-body { padding:16px 18px; } .tz-rule { display:flex; ali...') |
Sem resumo de edição |
||
| (7 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 1: | Linha 1: | ||
<!-- Torneio | <!-- Torneio de Magia — Edda World --> | ||
<html> | <html> | ||
<style> | <style> | ||
.tz-card { background:#fff; border:1px solid rgba( | .tz-card { background:#fff; border:1px solid rgba(94,207,168,0.16); border-radius:10px; overflow:hidden; margin-bottom:12px; } | ||
.tz-card-title { background:# | .tz-card-title { background:#241832; padding:10px 18px; display:flex; align-items:center; gap:10px; } | ||
.tz-card-title-text { color:# | .tz-card-title-text { color:#A8E8D0; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; } | ||
.tz-card-body { padding:16px 18px; } | .tz-card-body { padding:16px 18px; } | ||
.tz-rule { display:flex; align-items:flex-start; gap:10px; padding:7px 0; border-bottom:1px solid rgba( | .tz-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; } | ||
.tz-rule:last-child { border-bottom:none; } | .tz-rule:last-child { border-bottom:none; } | ||
.tz-rule-dot { width:6px; height:6px; border-radius:50%; background:# | .tz-rule-dot { width:6px; height:6px; border-radius:50%; background:#5ECFA8; flex-shrink:0; margin-top:5px; } | ||
.tz-rule-dot.gold { background:# | .tz-rule-dot.gold { background:#D97706; } | ||
.tz-rule-dot.purple { background:# | .tz-rule-dot.purple { background:#7C3AED; } | ||
.tz-rule-dot.red { background:# | .tz-rule-dot.red { background:#DC2626; } | ||
.tz-stats { display:grid; grid-template-columns:1fr | .tz-stats { display:grid; grid-template-columns:repeat(auto-fill,minmax(170px,1fr)); gap:8px; margin-bottom:14px; } | ||
.tz-stat { background:# | .tz-stat { background:#F0FBF6; border:1px solid rgba(94,207,168,0.12); border-radius:8px; padding:11px; text-align:center; } | ||
.tz-stat-label { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:# | .tz-stat-label { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#5A7A9A; margin-bottom:4px; } | ||
.tz-stat-val { font-size:12.5px; font-weight:700; color:#0C1A36; } | .tz-stat-val { font-size:12.5px; font-weight:700; color:#0C1A36; } | ||
.tz-stat-val.blue { color:# | .tz-stat-val.blue { color:#2E8F6E; } | ||
.tz-stat-val.gold { color:#D97706; } | .tz-stat-val.gold { color:#D97706; } | ||
/* CAMINHOS */ | /* CAMINHOS */ | ||
.tz-path-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; } | .tz-path-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; } | ||
.tz-path { border-radius:9px; overflow:hidden; border:1px solid rgba( | .tz-path { border-radius:9px; overflow:hidden; border:1px solid rgba(94,207,168,0.14); } | ||
.tz-path-header { background:# | .tz-path-header { background:#241832; padding:9px 14px; } | ||
.tz-path-title { color:# | .tz-path-title { color:#A8E8D0; font-size:11px; font-weight:700; margin-bottom:2px; } | ||
.tz-path-body { background:#fff; padding:10px 14px; } | .tz-path-body { background:#fff; padding:10px 14px; } | ||
.tz-path-row { font-size:12px; color:#5A7A9A; padding:2px 0; line-height:1.6; display:flex; align-items:flex-start; gap:6px; } | .tz-path-row { font-size:12px; color:#5A7A9A; padding:2px 0; line-height:1.6; display:flex; align-items:flex-start; gap:6px; } | ||
.tz-path-row::before { content:"·"; color:# | .tz-path-row::before { content:"·"; color:#5ECFA8; font-weight:700; flex-shrink:0; } | ||
.tz-path-row.reward { color:#D97706; font-weight:600; } | .tz-path-row.reward { color:#D97706; font-weight:600; } | ||
.tz-path-row.reward::before { color:# | .tz-path-row.reward::before { color:#D97706; } | ||
/* TABELA OPONENTES */ | /* TABELA OPONENTES */ | ||
.tz-opp-table { width:100%; border-collapse:collapse; } | .tz-opp-table { width:100%; border-collapse:collapse; } | ||
.tz-opp-table thead th { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:# | .tz-opp-table thead th { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#5A7A9A; padding:8px 14px; text-align:left; border-bottom:1px solid rgba(94,207,168,0.1); background:#FAFCFA; } | ||
.tz-opp-table thead th.center { text-align:center; } | .tz-opp-table thead th.center { text-align:center; } | ||
.tz-opp-table tbody td { padding:9px 14px; border-bottom:1px solid rgba( | .tz-opp-table tbody td { padding:9px 14px; border-bottom:1px solid rgba(94,207,168,0.05); vertical-align:middle; color:#1A2640; } | ||
.tz-opp-table tbody tr:last-child td { border-bottom:none; } | .tz-opp-table tbody tr:last-child td { border-bottom:none; } | ||
.tz-opp-table tbody tr:hover td { background:rgba( | .tz-opp-table tbody tr:hover td { background:rgba(94,207,168,0.02); } | ||
.tz-opp-table tbody tr.final-row td { background:#FFFBEB; } | .tz-opp-table tbody tr.final-row td { background:#FFFBEB; } | ||
.tz-opp-table tbody tr.final-row:hover td { background:#FFF3CD; } | .tz-opp-table tbody tr.final-row:hover td { background:#FFF3CD; } | ||
.tz-num { font-size:11px; font-weight:700; color:# | .tz-num { font-size:11px; font-weight:700; color:#5A7A9A; text-align:center; } | ||
.tz-num.gold { color:#D97706; } | .tz-num.gold { color:#D97706; } | ||
| Linha 50: | Linha 50: | ||
.tz-mob img { width:48px; height:48px; object-fit:contain; image-rendering:pixelated; flex-shrink:0; } | .tz-mob img { width:48px; height:48px; object-fit:contain; image-rendering:pixelated; flex-shrink:0; } | ||
.tz-mob-name { font-size:12.5px; font-weight:600; color:#1A2640; line-height:1.3; } | .tz-mob-name { font-size:12.5px; font-weight:600; color:#1A2640; line-height:1.3; } | ||
.tz-mob-note { font-size:10px; color:# | .tz-mob-note { font-size:10px; color:#5A7A9A; font-weight:400; } | ||
.tz-coin { display:inline-flex; align-items:center; gap:4px; font-size:12px; font-weight:700; color:#D97706; justify-content:center; } | .tz-coin { display:inline-flex; align-items:center; gap:4px; font-size:12px; font-weight:700; color:#D97706; justify-content:center; } | ||
.tz-coin img { width:16px; height:16px; object-fit:contain; image-rendering:pixelated; } | .tz-coin img { width:16px; height:16px; object-fit:contain; image-rendering:pixelated; } | ||
.tz-total { font-size:11px; font-weight:700; color:# | .tz-total { font-size:11px; font-weight:700; color:#5A7A9A; text-align:center; } | ||
.tz-total.gold { color:#D97706; } | .tz-total.gold { color:#D97706; } | ||
/* LOJA */ | /* LOJA */ | ||
.tz-shop-table { width:100%; border-collapse:collapse; } | .tz-shop-table { width:100%; border-collapse:collapse; } | ||
.tz-shop-table thead th { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:# | .tz-shop-table thead th { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#5A7A9A; padding:8px 14px; text-align:left; border-bottom:1px solid rgba(94,207,168,0.1); background:#FAFCFA; } | ||
.tz-shop-table thead th.center { text-align:center; } | .tz-shop-table thead th.center { text-align:center; } | ||
.tz-shop-table tbody td { padding:9px 14px; border-bottom:1px solid rgba( | .tz-shop-table tbody td { padding:9px 14px; border-bottom:1px solid rgba(94,207,168,0.05); vertical-align:middle; } | ||
.tz-shop-table tbody tr:last-child td { border-bottom:none; } | .tz-shop-table tbody tr:last-child td { border-bottom:none; } | ||
.tz-shop-table tbody tr:hover td { background:rgba( | .tz-shop-table tbody tr:hover td { background:rgba(94,207,168,0.02); } | ||
.tz-shop-item { display:flex; align-items:center; gap:9px; } | .tz-shop-item { display:flex; align-items:center; gap:9px; } | ||
.tz-shop-item img { width:28px; height:28px; object-fit:contain; image-rendering:pixelated; background:# | .tz-shop-item img { width:28px; height:28px; object-fit:contain; image-rendering:pixelated; background:#F0FBF6; border-radius:4px; padding:2px; flex-shrink:0; } | ||
.tz-shop-name { font-size:12.5px; color:#1A2640; } | .tz-shop-name { font-size:12.5px; color:#1A2640; } | ||
.tz-shop-price { display:flex; align-items:center; justify-content:center; gap:4px; font-size:12px; font-weight:700; color:#D97706; } | .tz-shop-price { display:flex; align-items:center; justify-content:center; gap:4px; font-size:12px; font-weight:700; color:#D97706; } | ||
| Linha 72: | Linha 72: | ||
/* COMBINAÇÃO */ | /* COMBINAÇÃO */ | ||
.tz-combo-table { width:100%; border-collapse:collapse; font-size:12px; } | .tz-combo-table { width:100%; border-collapse:collapse; font-size:12px; } | ||
.tz-combo-table thead th { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:# | .tz-combo-table thead th { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#5A7A9A; padding:8px 12px; text-align:left; border-bottom:1px solid rgba(94,207,168,0.1); background:#FAFCFA; } | ||
.tz-combo-table tbody td { padding:7px 12px; border-bottom:1px solid rgba( | .tz-combo-table tbody td { padding:7px 12px; border-bottom:1px solid rgba(94,207,168,0.05); vertical-align:middle; color:#1A2640; } | ||
.tz-combo-table tbody tr:last-child td { border-bottom:none; } | .tz-combo-table tbody tr:last-child td { border-bottom:none; } | ||
.tz-combo-table tbody tr:hover td { background:rgba( | .tz-combo-table tbody tr:hover td { background:rgba(94,207,168,0.02); } | ||
.tz-pct { display:inline-block; font-size:10px; font-weight:700; padding:1px 7px; border-radius:20px; white-space:nowrap; } | .tz-pct { display:inline-block; font-size:10px; font-weight:700; padding:1px 7px; border-radius:20px; white-space:nowrap; } | ||
.tz-pct.blue { background:rgba( | .tz-pct.blue { background:rgba(94,207,168,0.1); border:1px solid rgba(94,207,168,0.22); color:#2E8F6E; } | ||
.tz-pct.gold { background:rgba(234,179,8,0.1); border:1px solid rgba(234,179,8,0.22); color:#D97706; } | .tz-pct.gold { background:rgba(234,179,8,0.1); border:1px solid rgba(234,179,8,0.22); color:#D97706; } | ||
| Linha 84: | Linha 84: | ||
<!-- HERO --> | <!-- HERO --> | ||
<div style="background:# | <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:220px;height:220px;background:radial-gradient(circle,rgba( | <div style="position:absolute;top:-30px;left:-20px;width:220px;height:220px;background:radial-gradient(circle,rgba(124,58,237,0.12) 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( | <div style="position:absolute;bottom:-20px;right:5%;width:180px;height:180px;background:radial-gradient(circle,rgba(94,207,168,0.1) 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:5px;background:rgba( | <div style="display:inline-flex;align-items:center;gap:5px;background:rgba(124,58,237,0.15);border:1px solid rgba(124,58,237,0.35);color:#E9D5FF;font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:3px 10px;border-radius:20px;margin-bottom:12px;">Instância Solo</div> | ||
<div style="margin-bottom:10px;"><img src="https://browiki.org/images/f/f7/Monster_FenrisFenrir.png" width="80" height="80" style="image-rendering:pixelated;margin:0 auto;" alt="Fenris Fenrir"></div> | <div style="margin-bottom:10px;"><img src="https://browiki.org/images/f/f7/Monster_FenrisFenrir.png" width="80" height="80" style="image-rendering:pixelated;margin:0 auto;" alt="Fenris Fenrir"></div> | ||
<div style="color:#fff;font-size:22px;font-weight:800;margin-bottom:6px;">Torneio | <div style="color:#fff;font-size:22px;font-weight:800;margin-bottom:6px;">Torneio de Magia</div> | ||
<div style="color:rgba(255,255,255,0.4);font-size:13px;">Volte ao passado · 12 batalhas · Derrote Fenris Fenrir</div> | <div style="color:rgba(255,255,255,0.4);font-size:13px;">Volte ao passado · 12 batalhas · Derrote Fenris Fenrir</div> | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- | <!-- SOBRE A INSTÂNCIA --> | ||
<div class="tz-card"> | <div class="tz-card"> | ||
<div class="tz-card-title"><div class="tz-card-title-text"> | <div class="tz-card-title"><div class="tz-card-title-text">Sobre a Instância</div></div> | ||
<div class="tz-card-body"> | <div class="tz-card-body"> | ||
<div class="tz-stats"> | <div class="tz-stats"> | ||
| Linha 103: | Linha 103: | ||
<div class="tz-stat"><div class="tz-stat-label">Jogadores</div><div class="tz-stat-val">Solo</div></div> | <div class="tz-stat"><div class="tz-stat-label">Jogadores</div><div class="tz-stat-val">Solo</div></div> | ||
<div class="tz-stat"><div class="tz-stat-label">Duração</div><div class="tz-stat-val blue">2 horas</div></div> | <div class="tz-stat"><div class="tz-stat-label">Duração</div><div class="tz-stat-val blue">2 horas</div></div> | ||
<div class="tz-stat"><div class="tz-stat-label">Cooldown</div><div class="tz-stat-val gold"> | <div class="tz-stat"><div class="tz-stat-label">Cooldown</div><div class="tz-stat-val gold">1x por dia · reseta às 00h</div></div> | ||
<div class="tz-stat"> | |||
<div class="tz-stat-label">Custo de Entrada</div> | |||
<div class="tz-stat-val gold" style="display:flex;align-items:center;justify-content:center;gap:4px;"> | |||
<img src="https://static.divine-pride.net/images/items/item/6379.png" width="14" height="14" style="image-rendering:pixelated;" alt="MoEddas">100x MoEddas | |||
</div> | |||
</div> | |||
<div class="tz-stat"><div class="tz-stat-label">Local de Entrada</div><div class="tz-stat-val" style="white-space:nowrap;">Espaço Dimensional</div></div> | |||
</div> | |||
<div style="display:flex;align-items:center;gap:16px;background:#FFFBEB;border:1px solid rgba(217,119,6,0.25);border-radius:9px;padding:14px 18px;margin-bottom:14px;"> | |||
<img src="https://rd.fharr.com/images/sprite/idle/id/2564/?format=webp" width="64" height="64" style="image-rendering:pixelated;flex-shrink:0;" alt="Fenris Fenrir"> | |||
<div> | |||
<div style="font-size:14px;font-weight:800;color:#D97706;">Fenris Fenrir</div> | |||
<div style="font-size:11px;color:#92400E;margin-top:2px;">Chefe da instância · ID 2564</div> | |||
</div> | |||
</div> | </div> | ||
<div class="tz-rule"><div class="tz-rule-dot"></div> | |||
<div class="tz-rule"><div class="tz-rule-dot"></div>Fale com o <strong>Pesquisador de Fissuras</strong> no Espaço Dimensional para pagar a taxa e entrar na fila da instância</div> | |||
<div class="tz-rule"><div class="tz-rule-dot"></div>Ao entrar, escolha um dos <strong>4 caminhos</strong> — cada um oferece um bônus diferente para o torneio</div> | <div class="tz-rule"><div class="tz-rule-dot"></div>Ao entrar, escolha um dos <strong>4 caminhos</strong> — cada um oferece um bônus diferente para o torneio</div> | ||
<div class="tz-rule"><div class="tz-rule-dot"></div>Inscreva-se com o <strong>Recepcionista</strong> e dirija-se ao portal ao sul da fonte de Geffen</div> | <div class="tz-rule"><div class="tz-rule-dot"></div>Inscreva-se com o <strong>Recepcionista</strong> e dirija-se ao portal ao sul da fonte de Geffen</div> | ||
<div class="tz-rule"><div class="tz-rule-dot gold"></div>Cada batalha tem duração máxima de <strong>3 minutos</strong> | <div class="tz-rule"><div class="tz-rule-dot gold"></div>Cada batalha tem duração máxima de <strong>3 minutos.</strong> A batalha contra Fenris Fenrir dura <strong>5 minutos</strong></div> | ||
<div class="tz-rule"><div class="tz-rule-dot gold"></div>A cada 3 batalhas, um <strong>Funcionário do Torneio</strong> oferece cura total de HP e SP</div> | <div class="tz-rule"><div class="tz-rule-dot gold"></div>A cada 3 batalhas, um <strong>Funcionário do Torneio</strong> oferece cura total de HP e SP</div> | ||
<div class="tz-rule"><div class="tz-rule-dot gold"></div>Ao terminar cada batalha, fale com o <strong>Guia do Torneio</strong> para receber as moedas e avançar</div> | <div class="tz-rule"><div class="tz-rule-dot gold"></div>Ao terminar cada batalha, fale com o <strong>Guia do Torneio</strong> para receber as moedas e avançar</div> | ||
| Linha 211: | Linha 227: | ||
<div class="tz-mob"><img src="https://rd.fharr.com/images/sprite/idle/id/2553/?format=webp" alt="Pemont"><div><div class="tz-mob-name">Pemont, o Bandido</div></div></div> | <div class="tz-mob"><img src="https://rd.fharr.com/images/sprite/idle/id/2553/?format=webp" alt="Pemont"><div><div class="tz-mob-name">Pemont, o Bandido</div></div></div> | ||
</div> | </div> | ||
<div style="font-size:10px;color:# | <div style="font-size:10px;color:#5A7A9A;margin-top:6px;padding-left:2px;">Depende do caminho escolhido</div> | ||
</td> | </td> | ||
<td><div class="tz-coin"><img src="https://static.divine-pride.net/images/items/item/6671.png" alt="">3</div></td> | <td><div class="tz-coin"><img src="https://static.divine-pride.net/images/items/item/6671.png" alt="">3</div></td> | ||
| Linha 287: | Linha 303: | ||
<tr class="final-row"> | <tr class="final-row"> | ||
<td class="tz-num gold">Final</td> | <td class="tz-num gold">Final</td> | ||
<td><div class="tz-mob-wrap"><div class="tz-mob"><img src="https:// | <td><div class="tz-mob-wrap"><div class="tz-mob"><img src="https://rd.fharr.com/images/sprite/idle/id/2564/?format=webp" alt="Fenris Fenrir" style="width:48px;height:48px;object-fit:contain;image-rendering:pixelated;flex-shrink:0;"><div class="tz-mob-name" style="color:#92400E;">Fenris Fenrir</div></div></div></td> | ||
<td><div class="tz-coin"><img src="https://static.divine-pride.net/images/items/item/6671.png" alt="">20</div></td> | <td><div class="tz-coin"><img src="https://static.divine-pride.net/images/items/item/6671.png" alt="">20</div></td> | ||
<td class="tz-total gold">110</td> | <td class="tz-total gold">110</td> | ||
| Linha 294: | Linha 310: | ||
</tbody> | </tbody> | ||
</table> | </table> | ||
<div style="padding:10px 14px;font-size:11px;color:# | <div style="padding:10px 14px;font-size:11px;color:#5A7A9A;border-top:1px solid rgba(94,207,168,0.07);">Ao derrotar o Homunculus Alfonso, vários Alfonsos Jr. aparecerão em combate.</div> | ||
</div> | </div> | ||
</div> | </div> | ||
| Linha 314: | Linha 330: | ||
<td><div class="tz-shop-item"><img src="https://static.divine-pride.net/images/items/item/23679.png" alt="">Encantador Místico de Geffen</div></td> | <td><div class="tz-shop-item"><img src="https://static.divine-pride.net/images/items/item/23679.png" alt="">Encantador Místico de Geffen</div></td> | ||
<td><div class="tz-shop-price"><img src="https://static.divine-pride.net/images/items/item/6671.png" alt="">100</div></td> | <td><div class="tz-shop-price"><img src="https://static.divine-pride.net/images/items/item/6671.png" alt="">100</div></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td><div class="tz-shop-item"><img src="https://static.divine-pride.net/images/items/item/24038.png" alt="">Cx. de Grevas Sombrias</div></td> | <td><div class="tz-shop-item"><img src="https://static.divine-pride.net/images/items/item/24038.png" alt="">Cx. de Grevas Sombrias</div></td> | ||
<td><div class="tz-shop-price"><img src="https://static.divine-pride.net/images/items/item/6671.png" alt=""> | <td><div class="tz-shop-price"><img src="https://static.divine-pride.net/images/items/item/6671.png" alt="">500</div></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td><div class="tz-shop-item"><img src="https://static.divine-pride.net/images/items/item/24039.png" alt="">Cx. de Escudos Sombrios</div></td> | <td><div class="tz-shop-item"><img src="https://static.divine-pride.net/images/items/item/24039.png" alt="">Cx. de Escudos Sombrios</div></td> | ||
<td><div class="tz-shop-price"><img src="https://static.divine-pride.net/images/items/item/6671.png" alt=""> | <td><div class="tz-shop-price"><img src="https://static.divine-pride.net/images/items/item/6671.png" alt="">500</div></td> | ||
</tr> | </tr> | ||
| Linha 355: | Linha 361: | ||
<div class="tz-card-title"><div class="tz-card-title-text">Encantador Místico de Geffen — Bônus Aleatórios</div></div> | <div class="tz-card-title"><div class="tz-card-title-text">Encantador Místico de Geffen — Bônus Aleatórios</div></div> | ||
<div class="tz-card-body"> | <div class="tz-card-body"> | ||
<div class="tz-note"> | <div class="tz-note">Os acessórios recebem <strong>2 Bônus Aleatórios de uma só vez</strong> e podem ser resetados quantas vezes quiser. Os bônus são sempre aleatórios e substituem os anteriores.</div> | ||
<div class="tz-note" style="margin-bottom:14px;"><strong style="color:#C2410C;">[PROPRIEDADE]</strong> pode ser, aleatoriamente: Água, Fogo, Terra ou Vento.</div> | <div class="tz-note" style="margin-bottom:14px;"><strong style="color:#C2410C;">[PROPRIEDADE]</strong> pode ser, aleatoriamente: Água, Fogo, Terra ou Vento.</div> | ||
<div style="font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:0.8px;color:# | <div style="font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:0.8px;color:#5A7A9A;margin-bottom:6px;">Aplicado em: Anel de Reforço Físico & Anel de Reforço Mágico</div> | ||
<table class="tz-combo-table"> | <table class="tz-combo-table"> | ||
<thead> | <thead> | ||
Edição atual tal como às 00h35min de 15 de julho de 2026
Sobre a Instância
Batalhas
12 + Final
Jogadores
Solo
Duração
2 horas
Cooldown
1x por dia · reseta às 00h
Custo de Entrada
Local de Entrada
Espaço Dimensional
Fenris Fenrir
Chefe da instância · ID 2564
Fale com o Pesquisador de Fissuras no Espaço Dimensional para pagar a taxa e entrar na fila da instância
Ao entrar, escolha um dos 4 caminhos — cada um oferece um bônus diferente para o torneio
Inscreva-se com o Recepcionista e dirija-se ao portal ao sul da fonte de Geffen
Cada batalha tem duração máxima de 3 minutos. A batalha contra Fenris Fenrir dura 5 minutos
A cada 3 batalhas, um Funcionário do Torneio oferece cura total de HP e SP
Ao terminar cada batalha, fale com o Guia do Torneio para receber as moedas e avançar
Se o tempo acabar, você perde. Caso morra, aguarde o tempo encerrar
Independente do resultado, fale com Chaos, Loki, Iris, Lydia e Fenrir para receber bônus aleatórios de poções e sementes
Caminhos — Escolha ao Entrar
← Esquerda — Estudante em Apuros
Salve a Estudante derrotando 3 Valentões de Geffen
Loki e Fenrir aparecem para te abençoar
+1h de Dano Mágico contra Humanoides
3º oponente: Valentão de Geffen
→ Direita — Kafra em Apuros
Salve a Kafra derrotando 3 Bandidos de Geffen
Chaos e Iris aparecem para te abençoar
+1h de Resistência contra Humanoides
3º oponente: Bandido de Geffen
↖ Centro-Esquerda — Moradora em Apuros
Salve a Moradora seguindo a Gatuna de Geffen
Você perderá Zenys até enfrentar a Gatuna
Lydia aparece para te abençoar
+1h de Dano Físico contra Humanoides
3º oponente: Gatuna de Geffen
↗ Centro-Direita — Sem Evento
Nenhum evento acontece neste caminho
Nenhum bônus é concedido
3º oponente: Gatuna de Geffen
Oponentes & Recompensas
| Partida | Oponente | Total | |
|---|---|---|---|
| 1 | Alphard |
1 |
1 |
| 2 | Sirius |
2 |
3 |
| 3 |
Lechenie, a Gatuna Ordre, o Valentão Pemont, o Bandido Depende do caminho escolhido
|
3 |
6 |
| 4 | Mirzam |
4 |
10 |
| 5 | Muliphen |
5 |
15 |
| 6 | Wezen |
6 |
21 |
| 7 | Wei |
7 |
28 |
| 8 | Sargas |
8 |
36 |
| 9 | Shaula |
9 |
45 |
| 10 | Ahdara |
10 |
55 |
| 11 | Procyon |
15 |
70 |
| 12 |
Atria Fay Kanavion + Homunculus Alfonso |
20 |
90 |
| Final | Fenris Fenrir |
20 |
110 |
Ao derrotar o Homunculus Alfonso, vários Alfonsos Jr. aparecerão em combate.
Prêmios — Negociante do Torneio
| Item | Custo |
|---|---|
Encantador Místico de Geffen |
100 |
Cx. de Grevas Sombrias |
500 |
Cx. de Escudos Sombrios |
500 |
Anel de Reforço Físico |
1.500 |
Anel de Reforço Mágico |
1.500 |
Encantador Místico de Geffen — Bônus Aleatórios
Os acessórios recebem 2 Bônus Aleatórios de uma só vez e podem ser resetados quantas vezes quiser. Os bônus são sempre aleatórios e substituem os anteriores.
[PROPRIEDADE] pode ser, aleatoriamente: Água, Fogo, Terra ou Vento.
Aplicado em: Anel de Reforço Físico & Anel de Reforço Mágico
| 1º Bônus | Chance | 2º Bônus | Chance |
|---|---|---|---|
| HP máx. +1~3% | 7,70% | HP máx. +1~3% | 7,70% |
| SP máx. +1~3% | 7,70% | SP máx. +1~3% | 7,70% |
| ATQ da arma +1~3% | 7,70% | ATQ da arma +1~3% | 7,70% |
| Dano mágico +1~3% | 7,70% | Dano mágico +1~3% | 7,70% |
| Dano crítico +5~8% | 7,69% | Dano crítico +5~8% | 7,69% |
| Conjuração variável -5~8% | 7,69% | Conjuração variável -5~8% | 7,69% |
| Velocidade de ataque +3~5% | 7,69% | Velocidade de ataque +3~5% | 7,69% |
| Consumo de SP -3~5% | 7,69% | Consumo de SP -3~5% | 7,69% |
| Resistência a [PROPRIEDADE] +3~5% | 7,69% | Resistência a [PROPRIEDADE] +3~5% | 7,69% |
| Resist. a todas as Prop. (exceto Neutro) +1~3% | 7,69% | Resist. a todas as Prop. (exceto Neutro) +1~3% | 7,69% |

1
Encantador Místico de Geffen
Cx. de Grevas Sombrias
Cx. de Escudos Sombrios
Anel de Reforço Físico
Anel de Reforço Mágico