Geffenia: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 3: | Linha 3: | ||
<style> | <style> | ||
.gef- | .gef-card { background:#fff; border-radius:10px; overflow:hidden; margin-bottom:12px; } | ||
.gef-card.comum { border:1px solid rgba(14,165,233,0.2); } | |||
.gef-card.red { border:1px solid rgba(239,68,68,0.2); } | |||
.gef-card.neutral { border:1px solid rgba(14,165,233,0.16); } | |||
.gef-card-title { background:#050E1F; padding:10px 18px; display:flex; align-items:center; gap:10px; } | |||
. | .gef-card-title-text { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; } | ||
. | .gef-card-title-text.blue { color:#7DD8FF; } | ||
. | .gef-card-title-text.red { color:#FCA5A5; } | ||
. | .gef-card-body { padding:16px 18px; } | ||
. | .gef-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; } | ||
. | .gef-rule:last-child { border-bottom:none; } | ||
. | .gef-rule-dot { width:6px; height:6px; border-radius:50%; flex-shrink:0; margin-top:5px; } | ||
. | .gef-rule-dot.blue { background:#0EA5E9; } | ||
.gef-rule-dot.red { background:#EF4444; } | |||
/* | /* TABLE */ | ||
. | .gef-table { width:100%; border-collapse:collapse; font-size:12.5px; } | ||
. | .gef-table thead th { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#8EA8C4; padding:8px 14px; text-align:left; border-bottom:1px solid rgba(14,165,233,0.1); } | ||
. | .gef-table tbody td { padding:9px 14px; border-bottom:1px solid rgba(14,165,233,0.06); vertical-align:middle; text-align:left; } | ||
.gef-table tbody tr:last-child td { border-bottom:none; } | |||
.gef-map-name { font-family:monospace; font-size:11px; font-weight:700; color:#0284C7; background:rgba(14,165,233,0.08); border:1px solid rgba(14,165,233,0.2); padding:2px 9px; border-radius:6px; display:inline-block; } | |||
/* | /* BADGES */ | ||
. | .gef-badge { display:inline-block; font-size:9px; font-weight:700; padding:2px 9px; border-radius:20px; } | ||
.gef-badge.instant { background:rgba(34,197,94,0.1); border:1px solid rgba(34,197,94,0.25); color:#16A34A; } | |||
.gef-badge.slow { background:rgba(239,68,68,0.1); border:1px solid rgba(239,68,68,0.25); color:#DC2626; } | |||
.gef-badge.pvp { background:rgba(239,68,68,0.15); border:1px solid rgba(239,68,68,0.35); color:#DC2626; } | |||
.gef-badge.off { background:rgba(34,197,94,0.1); border:1px solid rgba(34,197,94,0.25); color:#16A34A; } | |||
.gef-badge.blue { background:rgba(14,165,233,0.1); border:1px solid rgba(14,165,233,0.25); color:#0284C7; } | |||
/* | /* MVP */ | ||
. | .gef-mvp-hero { background:linear-gradient(135deg,#1A0505,#2D0808); padding:16px 20px; display:flex; align-items:center; gap:16px; } | ||
. | .gef-mvp-hero-name { font-size:16px; font-weight:800; color:#FCA5A5; margin-bottom:4px; } | ||
. | .gef-mvp-hero-sub { font-size:11px; font-weight:600; color:rgba(252,165,165,0.5); } | ||
. | .gef-mvp-stats { display:flex; flex-wrap:wrap; gap:8px; padding:12px 16px; background:#FFF5F5; border-bottom:1px solid rgba(239,68,68,0.08); } | ||
.gef-stat-pill { background:#fff; border:1px solid rgba(239,68,68,0.15); border-radius:4px; padding:5px 14px; font-size:11.5px; } | |||
.gef-stat-pill span { color:#8EA8C4; font-size:10px; margin-right:4px; } | |||
/* | /* DROPS */ | ||
. | .gef-drops { padding:12px 16px 14px; background:#fff; } | ||
. | .gef-drops-title { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#8EA8C4; margin-bottom:8px; } | ||
.gef-drop-row { display:flex; align-items:center; justify-content:space-between; padding:7px 12px; border-radius:6px; margin-bottom:4px; background:#FFF8F8; border:1px solid rgba(239,68,68,0.08); } | |||
. | .gef-drop-left { display:flex; align-items:center; gap:8px; } | ||
. | .gef-drop-icon { background:#FFF0F0; border-radius:5px; padding:2px; width:26px; height:26px; display:flex; align-items:center; justify-content:center; flex-shrink:0; } | ||
. | .gef-drop-icon img { width:22px; height:22px; object-fit:contain; image-rendering:pixelated; display:block; } | ||
.gef-drop-name { font-size:12px; color:#1A2640; font-weight:500; } | |||
.gef-drop-id { font-size:10px; color:#8EA8C4; } | |||
.gef-drop-pct { font-size:12px; font-weight:700; padding:1px 9px; border-radius:20px; color:#DC2626; background:rgba(239,68,68,0.1); border:1px solid rgba(239,68,68,0.2); white-space:nowrap; } | |||
/* | /* ACESSO */ | ||
. | .gef-cost-grid { display:flex; flex-wrap:wrap; gap:10px; margin:14px 0; } | ||
. | .gef-cost-item { display:flex; align-items:center; gap:10px; background:#F4F8FF; border:1px solid rgba(14,165,233,0.12); border-radius:7px; padding:10px 14px; flex:1; min-width:180px; } | ||
.gef-cost-item img { width:28px; height:28px; object-fit:contain; image-rendering:pixelated; display:block; } | |||
. | .gef-cost-label { font-size:10px; color:#8EA8C4; font-weight:600; text-transform:uppercase; letter-spacing:0.5px; } | ||
. | .gef-cost-value { font-size:14px; font-weight:800; color:#0284C7; } | ||
. | |||
.gef-warning { display:flex; gap:10px; align-items:flex-start; background:#FFFBEB; border:1px solid rgba(234,179,8,0.3); border-radius:7px; padding:12px 14px; font-size:12.5px; color:#92400E; line-height:1.6; } | |||
. | .gef-warning strong { color:#78350F; } | ||
. | |||
. | |||
.gef-note { font-size:11px; color:#8EA8C4; padding:8px 14px 12px; line-height:1.6; } | |||
. | |||
</style> | </style> | ||
<!-- HERO --> | |||
<div style="background:#050E1F;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(155,60,220,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(239,68,68,0.08) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div> | |||
<div style="position:relative;z-index:1;"> | |||
<div style="margin-bottom:10px;"> | |||
<img src="https://static.divine-pride.net/images/mobs/png/2253.png" width="60" height="60" style="image-rendering:pixelated;margin:0 auto;filter:drop-shadow(0 0 10px rgba(180,80,255,0.4));" alt="General Daehyun"> | |||
</div> | </div> | ||
<div style="color:#fff;font-size:20px;font-weight:700;margin-bottom:6px;">Geffenia</div> | |||
<div style="color:rgba(255,255,255,0.45);font-size:13px;">O Reino das Sombras — Reformulado · Acesso direto sem Quest do Sinal</div> | |||
</div> | </div> | ||
</div> | |||
<!-- SOBRE A REFORMULAÇÃO --> | |||
<div class="gef-card neutral"> | |||
<div class="gef-card-title"> | |||
<div class="gef-card-title-text blue">Sobre a Reformulação</div> | |||
</div> | |||
<div class="gef-card-body"> | |||
<p style="font-size:12.5px;color:#5A7A9A;line-height:1.7;margin:0 0 12px;"> | |||
A Geffenia foi reequilibrada no servidor: a obrigatoriedade da <em>Quest do Sinal</em> foi removida e os quatro mapas receberam configurações distintas de respawn para criar uma experiência mais competitiva e dinâmica. | |||
</p> | |||
<div class="gef-rule"><div class="gef-rule-dot blue"></div>Entrada direta — nenhuma quest prévia é necessária</div> | |||
<div class="gef-rule"><div class="gef-rule-dot blue"></div>Quatro mapas com configurações independentes de respawn e PvP</div> | |||
<div class="gef-rule"><div class="gef-rule-dot blue"></div>MvP exclusivo <strong>General Daehyun</strong> inserido em gefenia04</div> | |||
<div class="gef-rule"><div class="gef-rule-dot red"></div><strong>gefenia04 opera em modo PvP 24 horas</strong> — combate entre jogadores ativo a qualquer momento</div> | |||
</div> | </div> | ||
</div> | |||
<!-- CONFIGURAÇÕES POR MAPA --> | |||
<div class="gef-card comum"> | |||
<div class="gef-card-title"> | |||
<div class="gef-card-title-text blue">Configurações por Mapa</div> | |||
</div> | |||
<div class="gef-card-body" style="padding:0;"> | |||
<table class="gef-table"> | |||
<thead> | |||
<tr> | |||
<th>Mapa</th> | |||
<th>Respawn (Monstros)</th> | |||
<th>Respawn (Miniboss)</th> | |||
<th>PvP</th> | |||
</tr> | |||
</thead> | |||
<tbody> | |||
<tr> | |||
<td><span class="gef-map-name">gefenia01</span></td> | |||
<td><span class="gef-badge slow">1 hora</span></td> | |||
<td><span class="gef-badge slow">1 hora</span></td> | |||
<td><span class="gef-badge off">✅ Desativado</span></td> | |||
</tr> | |||
<tr> | |||
<td><span class="gef-map-name">gefenia02</span></td> | |||
<td><span class="gef-badge slow">1 hora</span></td> | |||
<td><span class="gef-badge slow">1 hora</span></td> | |||
<td><span class="gef-badge off">✅ Desativado</span></td> | |||
</tr> | |||
<tr> | |||
<td><span class="gef-map-name">gefenia03</span></td> | |||
<td><span class="gef-badge slow">1 hora</span></td> | |||
<td><span class="gef-badge slow">1 hora</span></td> | |||
<td><span class="gef-badge off">✅ Desativado</span></td> | |||
</tr> | |||
<tr> | |||
<td><span class="gef-map-name">gefenia04</span></td> | |||
<td><span class="gef-badge instant">Instantâneo</span></td> | |||
<td><span class="gef-badge blue">Padrão</span></td> | |||
<td><span class="gef-badge pvp">⚔️ PvP 24h</span></td> | |||
</tr> | |||
</tbody> | |||
</table> | |||
<p class="gef-note">* Em gefenia04, apenas monstros comuns têm respawn instantâneo. O respawn dos minibosses permanece no valor padrão do servidor.</p> | |||
</div> | </div> | ||
</div> | |||
<!-- MVP --> | |||
<div class="gef-card red"> | |||
<div class="gef-card-title"> | |||
<img src="https://browiki.org/images/4/42/Monster_Daehyun.png" width="20" height="20" style="image-rendering:pixelated;display:block;" alt=""> | |||
<div class="gef-card-title-text red">MvP — General Daehyun</div> | |||
</div> | |||
<div style="padding:0;"> | |||
<div class="gef-mvp-hero"> | |||
<img src="https://static.divine-pride.net/images/mobs/png/2253.png" width="64" height="64" style="image-rendering:pixelated;object-fit:contain;filter:drop-shadow(0 0 8px rgba(239,68,68,0.5));flex-shrink:0;" alt="General Daehyun"> | |||
<div> | |||
<div class="gef-mvp-hero-name">General Daehyun</div> | |||
<div class="gef-mvp-hero-sub">MvP exclusivo · gefenia04 · ID 2253</div> | |||
</div> | </div> | ||
</div> | |||
<div class="gef-mvp-stats"> | |||
<div class="gef-stat-pill"><span>Local</span>gefenia04</div> | |||
<div class="gef-stat-pill"><span>Respawn</span>4 horas</div> | |||
<div class="gef-stat-pill"><span>Túmulo</span>✓ Sim</div> | |||
<div class="gef-stat-pill"><span>Ambiente</span>PvP Ativo</div> | |||
</div> | |||
<div class="gef-drops"> | |||
<div class="gef-drops-title">Drops ao eliminar General Daehyun</div> | |||
<div class="gef-drop-row"> | |||
<div class="gef-drop-left"> | |||
<div class="gef-drop-icon"><img src="https://www.divine-pride.net/img/items/item/bRO/7321" alt=""></div> | |||
<div><div class="gef-drop-name">Fragmento Dimensional</div><div class="gef-drop-id">#7321</div></div> | |||
</div> | </div> | ||
<span class="gef-drop-pct">10%</span> | |||
</div> | |||
<div class="gef-drop-row"> | |||
<div class="gef-drop-left"> | |||
<div class="gef-drop-icon"><img src="https://www.divine-pride.net/img/items/item/bRO/25184" alt=""></div> | |||
<div><div class="gef-drop-name">Kit de Costura</div><div class="gef-drop-id">#25184</div></div> | |||
</div> | </div> | ||
<span class="gef-drop-pct">5%</span> | |||
</div> | |||
<div class="gef-drop-row"> | |||
<div class="gef-drop-left"> | |||
<div class="gef-drop-icon"><img src="https://www.divine-pride.net/img/items/item/bRO/7830" alt=""></div> | |||
<div><div class="gef-drop-name">Lágrima da Deusa</div><div class="gef-drop-id">#7830</div></div> | |||
</div> | </div> | ||
<span class="gef-drop-pct">5%</span> | |||
</div> | |||
<div class="gef-drop-row"> | |||
<div class="gef-drop-left"> | |||
<div class="gef-drop-icon"><img src="https://www.divine-pride.net/img/items/item/bRO/2644" alt=""></div> | |||
<div><div class="gef-drop-name">O Sinal</div><div class="gef-drop-id">#2644</div></div> | |||
</div> | </div> | ||
<span class="gef-drop-pct">5%</span> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | |||
<!-- ACESSO --> | |||
<div class="gef-card neutral"> | |||
<div class="gef-card-title"> | |||
<div class="gef-card-title-text blue">Taxa de Acesso — gefenia01</div> | |||
</div> | |||
<div class="gef-card-body"> | |||
<p style="font-size:12.5px;color:#5A7A9A;line-height:1.7;margin:0 0 2px;"> | |||
Para entrar em <strong style="color:#1A2640;">gefenia01</strong>, o jogador deve pagar a seguinte taxa de entrada: | |||
</p> | |||
<div class="gef-cost-grid"> | |||
<div class="gef-cost-item"> | |||
<span style="font-size:24px;line-height:1;flex-shrink:0;">💰</span> | |||
<div> | |||
<div class="gef-cost-label">Zeny</div> | |||
<div class="gef-cost-value">20.000 z</div> | |||
</div> | </div> | ||
</div> | |||
<div class="gef-cost-item"> | |||
<img src="https://www.divine-pride.net/img/items/item/bRO/1001007" alt="Moeda Colecionável"> | |||
<div> | |||
<div class="gef-cost-label">Moeda Colecionável <span style="color:#8EA8C4;font-size:9px;">#1001007</span></div> | |||
<div class="gef-cost-value">× 5</div> | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | |||
<div class="gef-warning"> | |||
<span style="font-size:18px;flex-shrink:0;">⚠️</span> | |||
<div> | |||
Caso o jogador <strong>morra</strong>, <strong>deslogue</strong> ou <strong>saia do mapa</strong> por qualquer motivo, a taxa de acesso deverá ser paga novamente para retornar. Planeje sua entrada com cuidado. | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</html> | </html> | ||
Edição das 06h00min de 22 de abril de 2026
Sobre a Reformulação
A Geffenia foi reequilibrada no servidor: a obrigatoriedade da Quest do Sinal foi removida e os quatro mapas receberam configurações distintas de respawn para criar uma experiência mais competitiva e dinâmica.
Entrada direta — nenhuma quest prévia é necessária
Quatro mapas com configurações independentes de respawn e PvP
MvP exclusivo General Daehyun inserido em gefenia04
gefenia04 opera em modo PvP 24 horas — combate entre jogadores ativo a qualquer momento
Configurações por Mapa
| Mapa | Respawn (Monstros) | Respawn (Miniboss) | PvP |
|---|---|---|---|
| gefenia01 | 1 hora | 1 hora | ✅ Desativado |
| gefenia02 | 1 hora | 1 hora | ✅ Desativado |
| gefenia03 | 1 hora | 1 hora | ✅ Desativado |
| gefenia04 | Instantâneo | Padrão | ⚔️ PvP 24h |
* Em gefenia04, apenas monstros comuns têm respawn instantâneo. O respawn dos minibosses permanece no valor padrão do servidor.
MvP — General Daehyun
General Daehyun
MvP exclusivo · gefenia04 · ID 2253
Localgefenia04
Respawn4 horas
Túmulo✓ Sim
AmbientePvP Ativo
Drops ao eliminar General Daehyun
Fragmento Dimensional
#7321
Kit de Costura
#25184
Lágrima da Deusa
#7830
O Sinal
#2644
Taxa de Acesso — gefenia01
Para entrar em gefenia01, o jogador deve pagar a seguinte taxa de entrada:
💰
Zeny
20.000 z
Moeda Colecionável #1001007
× 5
⚠️
Caso o jogador morra, deslogue ou saia do mapa por qualquer motivo, a taxa de acesso deverá ser paga novamente para retornar. Planeje sua entrada com cuidado.