Lorde: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
<!-- | <!-- Lorde — Edda World --> | ||
<html> | <html> | ||
<style> | <style> | ||
.fc-layout { display:flex; flex-wrap:wrap; gap:22px; align-items:flex-start; } | .fc-layout { display:flex; flex-wrap:wrap; gap:22px; align-items:flex-start; } | ||
.fc-main { flex:1 1 360px; min-width:280px; } | .fc-main { flex:1 1 360px; min-width:280px; } | ||
.fc-sidebar { flex:0 1 | .fc-sidebar { flex:0 1 450px; min-width:380px; } | ||
.fc-body-text { font-size:13px; color:#1A2640; line-height:1.8; margin:0 0 12px; } | .fc-body-text { font-size:13px; color:#1A2640; line-height:1.8; margin:0 0 12px; } | ||
| Linha 15: | Linha 15: | ||
/* infobox lateral */ | /* infobox lateral */ | ||
.fc-sidebar-header { background:#241832; padding: | .fc-sidebar-header { background:#241832; padding:13px 20px; display:flex; align-items:center; gap:10px; } | ||
.fc-sidebar-header-text { color:#fff; font-size: | .fc-sidebar-header img { image-rendering:pixelated; } | ||
.fc-sidebar-subhead { background:#241832; padding: | .fc-sidebar-header-text { color:#fff; font-size:18px; font-weight:800; } | ||
.fc-sidebar-body { padding: | .fc-sidebar-subhead { background:#241832; padding:8px 18px; color:#A8E8D0; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; text-align:center; } | ||
.fc-sidebar-body { padding:18px 20px; } | |||
.fc-art { text-align:center; } | .fc-art { text-align:center; } | ||
.fc-art img { max-width: | .fc-art img { max-width:270px; width:100%; height:auto; } | ||
.fc-sprite-grid { display:grid; grid-template-columns:1fr 1fr; gap: | .fc-sprite-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; } | ||
.fc-sprite-box { text-align:center; } | .fc-sprite-box { text-align:center; } | ||
.fc-sprite-box img { max-width:100%; height:auto; image-rendering:pixelated; } | .fc-sprite-box img { max-width:100%; height:auto; image-rendering:pixelated; } | ||
.fc-sprite-tag { font-size: | .fc-sprite-tag { font-size:11px; color:#5A7A9A; font-weight:700; margin-top:7px; } | ||
.fc-bonus-grid { display:grid; grid-template-columns:repeat(6,1fr); gap: | .fc-bonus-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:6px; } | ||
.fc-bonus-cell { background:#F0FBF6; border:1px solid rgba(94,207,168,0.2); border-radius:8px; padding: | .fc-bonus-cell { background:#F0FBF6; border:1px solid rgba(94,207,168,0.2); border-radius:8px; padding:9px 3px; text-align:center; } | ||
.fc-bonus-label { font-size: | .fc-bonus-label { font-size:9.5px; font-weight:700; color:#5A7A9A; text-transform:uppercase; letter-spacing:0.5px; } | ||
.fc-bonus-val { font-size: | .fc-bonus-val { font-size:15px; font-weight:800; color:#2E8F6E; margin-top:3px; } | ||
/* habilidades */ | /* habilidades — lista */ | ||
.fc-skill-legend { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:14px; padding-bottom:12px; border-bottom:1px solid rgba(94,207,168,0.12); } | .fc-skill-legend { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:14px; padding-bottom:12px; border-bottom:1px solid rgba(94,207,168,0.12); } | ||
.fc-skill-legend span { display:flex; align-items:center; gap:6px; font-size:10.5px; color:#5A7A9A; font-weight:700; } | .fc-skill-legend span { display:flex; align-items:center; gap:6px; font-size:10.5px; color:#5A7A9A; font-weight:700; } | ||
| Linha 55: | Linha 56: | ||
.fc-divider-label { font-size:9.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#9B92A8; white-space:nowrap; } | .fc-divider-label { font-size:9.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.8px; color:#9B92A8; white-space:nowrap; } | ||
.fc-tree- | /* árvore de habilidades */ | ||
.fc-tree-note { font-size:10.5px; color:#B45309; background:#FFFBEB; border:1px solid rgba(234,179,8,0.25); border-radius:7px; padding:8px 12px; margin-bottom:14px; line-height:1.6; } | |||
.fc-tree-legend { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:12px; } | |||
.fc-tree-legend span { display:flex; align-items:center; gap:6px; font-size:10.5px; color:#5A7A9A; font-weight:700; } | |||
.fc-tree-legend-dot { width:9px; height:9px; border-radius:3px; display:inline-block; } | |||
.fc-tree-legend-dot.esp { background:#D97706; } | |||
.fc-tree-legend-dot.cav { background:#2E8F6E; } | |||
.fc-tree-legend-dot.lor { background:#0EA5E9; } | |||
.fc-tree-wrap { position:relative; width:100%; padding-top:100%; border-radius:10px; background:#FAFCFA; border:1px solid rgba(94,207,168,0.15); overflow:visible; } | |||
.fc-tree-svg { position:absolute; inset:0; width:100%; height:100%; } | |||
.fc-tree-node { position:absolute; border-radius:5px; display:flex; align-items:center; justify-content:center; text-align:center; padding:2px 5px; font-size:8.5px; font-weight:700; color:#fff; line-height:1.2; box-shadow:0 1px 2px rgba(0,0,0,0.18); } | |||
.fc-tree-node.esp { background:#D97706; } | |||
.fc-tree-node.cav { background:#2E8F6E; } | |||
.fc-tree-node.lor { background:#0EA5E9; } | |||
</style> | </style> | ||
| Linha 62: | Linha 77: | ||
<!-- COLUNA PRINCIPAL --> | <!-- COLUNA PRINCIPAL --> | ||
<div class="fc-main"> | <div class="fc-main"> | ||
<p class="fc-body-text">O Lorde | <p class="fc-body-text">O Lorde eleva o conceito de Cavaleiro a um novo patamar, unindo vigor físico e força bruta em proporções raras.</p> | ||
<p class="fc-body-text"> | <p class="fc-body-text">Enfrenta qualquer linha de combate sem hesitar, abrindo caminho entre os inimigos com rapidez.</p> | ||
<p class="fc-body-text">As habilidades transcendentais elevam o dano dos golpes básicos e reforçam sua resistência, fazendo do Lorde um rival à altura de qualquer campeão.</p> | |||
<div class="fc-card" style="margin-top:18px;"> | <div class="fc-card" style="margin-top:18px;"> | ||
| Linha 102: | Linha 118: | ||
<div class="fc-divider-line"></div> | <div class="fc-divider-line"></div> | ||
</div> | </div> | ||
<div class="fc-tree- | |||
<div class="fc-tree-note">Árvore reconstruída a partir do print enviado — confira os números "Nv." antes de publicar, é o ponto com maior chance de erro de leitura.</div> | |||
<div class="fc-tree-legend"> | |||
<span><i class="fc-tree-legend-dot esp"></i>Espadachins</span> | |||
<span><i class="fc-tree-legend-dot cav"></i>Cavaleiros</span> | |||
<span><i class="fc-tree-legend-dot lor"></i>Lordes</span> | |||
</div> | |||
<div class="fc-tree-wrap"> | |||
<svg class="fc-tree-svg" viewBox="0 0 700 700"> | |||
<defs> | |||
<marker id="fc-arrow" markerWidth="7" markerHeight="7" refX="5" refY="2.5" orient="auto"><path d="M0,0 L5,2.5 L0,5 Z" fill="#9BD9C4"/></marker> | |||
</defs> | |||
<g stroke="#9BD9C4" stroke-width="1.4" fill="none"> | |||
<line x1="66.5" y1="52.5" x2="205" y2="57" marker-end="url(#fc-arrow)"/> | |||
<line x1="205" y1="57" x2="334" y2="55.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="334" y1="55.5" x2="530" y2="55.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="334" y1="55.5" x2="317.5" y2="104" marker-end="url(#fc-arrow)"/> | |||
<line x1="66.5" y1="52.5" x2="80" y2="150" marker-end="url(#fc-arrow)"/> | |||
<line x1="80" y1="150" x2="206" y2="151" marker-end="url(#fc-arrow)"/> | |||
<line x1="206" y1="151" x2="333.5" y2="151" marker-end="url(#fc-arrow)"/> | |||
<line x1="530" y1="55.5" x2="531" y2="177.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="206" y1="151" x2="329" y2="215.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="531" y1="177.5" x2="530" y2="228.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="329" y1="215.5" x2="530" y2="228.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="530" y1="228.5" x2="531" y2="291.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="97" y1="355" x2="259.5" y2="353.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="97" y1="355" x2="204.5" y2="409.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="259.5" y1="353.5" x2="345.5" y2="403" marker-end="url(#fc-arrow)"/> | |||
<line x1="204.5" y1="409.5" x2="345.5" y2="403" marker-end="url(#fc-arrow)"/> | |||
<line x1="345.5" y1="403" x2="530.5" y2="404" marker-end="url(#fc-arrow)"/> | |||
<line x1="97" y1="355" x2="92" y2="493.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="92" y1="493.5" x2="246" y2="490.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="92" y1="493.5" x2="121.5" y2="556" marker-end="url(#fc-arrow)"/> | |||
<line x1="121.5" y1="556" x2="121.5" y2="603.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="530.5" y1="404" x2="615.5" y2="521.5" marker-end="url(#fc-arrow)"/> | |||
<line x1="615.5" y1="521.5" x2="616" y2="573" marker-end="url(#fc-arrow)"/> | |||
<line x1="531" y1="291.5" x2="505" y2="641" marker-end="url(#fc-arrow)"/> | |||
</g> | |||
<g font-size="9" fill="#5A7A9A" text-anchor="middle"> | |||
<text x="136" y="49">Nv.5</text> | |||
<text x="270" y="50">Nv.5</text> | |||
<text x="432" y="49">Nv.10</text> | |||
<text x="336" y="80">Nv.3</text> | |||
<text x="52" y="101">Nv.3</text> | |||
<text x="143" y="145">Nv.1</text> | |||
<text x="270" y="145">Nv.1</text> | |||
<text x="543" y="117">Nv.5</text> | |||
<text x="264" y="178">Nv.1</text> | |||
<text x="543" y="203">Nv.9</text> | |||
<text x="429" y="216">Nv.3</text> | |||
<text x="543" y="260">Nv.5</text> | |||
<text x="178" y="348">Nv.5</text> | |||
<text x="128" y="382">Nv.10</text> | |||
<text x="302" y="373">Nv.3</text> | |||
<text x="275" y="415">Nv.10</text> | |||
<text x="438" y="397">Nv.5</text> | |||
<text x="73" y="424">Nv.5</text> | |||
<text x="169" y="486">Nv.5</text> | |||
<text x="86" y="525">Nv.5</text> | |||
<text x="132" y="580">Nv.10</text> | |||
<text x="573" y="457">Nv.5</text> | |||
<text x="628" y="547">Nv.5</text> | |||
<text x="528" y="466">Nv.10</text> | |||
</g> | |||
</svg> | |||
<div class="fc-tree-node cav" style="left:1.14%;top:4.57%;width:16.71%;height:5.86%;">Perícia com Lança (10)</div> | |||
<div class="fc-tree-node cav" style="left:22.29%;top:5.71%;width:14.0%;height:4.86%;">Perfurar (10)</div> | |||
<div class="fc-tree-node cav" style="left:40.0%;top:5.57%;width:15.43%;height:4.71%;">Estocada (10)</div> | |||
<div class="fc-tree-node lor" style="left:66.29%;top:5.57%;width:18.86%;height:4.71%;">Perfurar em Espiral (5)</div> | |||
<div class="fc-tree-node cav" style="left:35.43%;top:12.57%;width:19.86%;height:4.57%;">Lança Bumerangue (5)</div> | |||
<div class="fc-tree-node esp" style="left:4.43%;top:19.14%;width:14.0%;height:4.57%;">Vigor (10)</div> | |||
<div class="fc-tree-node cav" style="left:22.29%;top:19.29%;width:14.29%;height:4.57%;">Montaria (1)</div> | |||
<div class="fc-tree-node cav" style="left:40.0%;top:19.43%;width:15.29%;height:4.29%;">Brandir Lança (10)</div> | |||
<div class="fc-tree-node lor" style="left:66.29%;top:23.0%;width:19.14%;height:4.71%;">Golpe Traumático (5)</div> | |||
<div class="fc-tree-node cav" style="left:38.57%;top:28.43%;width:16.86%;height:4.71%;">Perícia em Montaria (5)</div> | |||
<div class="fc-tree-node lor" style="left:66.43%;top:30.29%;width:18.57%;height:4.71%;">Ataque Vital (10)</div> | |||
<div class="fc-tree-node lor" style="left:66.57%;top:39.29%;width:18.57%;height:4.71%;">Dedicação (5)</div> | |||
<div class="fc-tree-node esp" style="left:4.0%;top:47.0%;width:19.71%;height:7.43%;">Perícia com Espada de Duas Mãos (10)</div> | |||
<div class="fc-tree-node cav" style="left:29.29%;top:48.14%;width:15.57%;height:4.71%;">Contra-Ataque (5)</div> | |||
<div class="fc-tree-node cav" style="left:22.29%;top:55.14%;width:13.86%;height:6.71%;">Rapidez com Duas Mãos (10)</div> | |||
<div class="fc-tree-node lor" style="left:41.43%;top:55.14%;width:15.86%;height:4.86%;">Impacto de Tyr (10)</div> | |||
<div class="fc-tree-node lor" style="left:66.57%;top:55.29%;width:18.43%;height:4.86%;">Lâmina de Aura (5)</div> | |||
<div class="fc-tree-node esp" style="left:4.29%;top:68.0%;width:17.71%;height:5.0%;">Provocar (10)</div> | |||
<div class="fc-tree-node lor" style="left:26.86%;top:67.71%;width:16.57%;height:4.71%;">Aparar Golpe (10)</div> | |||
<div class="fc-tree-node lor" style="left:79.71%;top:72.14%;width:16.43%;height:4.71%;">Frenesi (1)</div> | |||
<div class="fc-tree-node esp" style="left:4.29%;top:77.0%;width:26.14%;height:4.86%;">Golpe Fulminante (10)</div> | |||
<div class="fc-tree-node esp" style="left:4.29%;top:83.86%;width:26.14%;height:4.71%;">Impacto Explosivo (10)</div> | |||
<div class="fc-tree-node esp" style="left:79.71%;top:78.43%;width:16.57%;height:6.86%;">Aumentar Recuperação de HP (10)</div> | |||
<div class="fc-tree-node lor" style="left:64.29%;top:89.14%;width:15.71%;height:4.86%;">Relaxar (1)</div> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
| Linha 111: | Linha 219: | ||
<div class="fc-card"> | <div class="fc-card"> | ||
<div class="fc-sidebar-header"> | <div class="fc-sidebar-header"> | ||
< | <img src="https://s3circe.browiki.org/browiki/8/8f/Lordespartyicn.png" width="24" height="24" alt=""> | ||
<span class="fc-sidebar-header-text">Lordes</span> | <span class="fc-sidebar-header-text">Lordes</span> | ||
</div> | </div> | ||
Edição das 21h50min de 17 de agosto de 2026
O Lorde eleva o conceito de Cavaleiro a um novo patamar, unindo vigor físico e força bruta em proporções raras.
Enfrenta qualquer linha de combate sem hesitar, abrindo caminho entre os inimigos com rapidez.
As habilidades transcendentais elevam o dano dos golpes básicos e reforçam sua resistência, fazendo do Lorde um rival à altura de qualquer campeão.
Habilidades
Ofensiva
Suporte
Ativa
Passiva
Impacto de Tyr
Lâmina de Aura
Avanço Ofensivo
Perfurar
Perfurar em Espiral
Rapidez com Uma Mão
Estocada
Aparar Golpe
Lança Bumerangue
Relaxar
Brandir Lança
Dedicação
Contra-Ataque
Golpe Traumático
Rapidez com Duas Mãos
Ataque Vital
Montaria
Frenesi
Perícia em Montaria
Perícia com Lança
Árvore de Habilidades
Árvore reconstruída a partir do print enviado — confira os números "Nv." antes de publicar, é o ponto com maior chance de erro de leitura.
Espadachins
Cavaleiros
Lordes
Perícia com Lança (10)
Perfurar (10)
Estocada (10)
Perfurar em Espiral (5)
Lança Bumerangue (5)
Vigor (10)
Montaria (1)
Brandir Lança (10)
Golpe Traumático (5)
Perícia em Montaria (5)
Ataque Vital (10)
Dedicação (5)
Perícia com Espada de Duas Mãos (10)
Contra-Ataque (5)
Rapidez com Duas Mãos (10)
Impacto de Tyr (10)
Lâmina de Aura (5)
Provocar (10)
Aparar Golpe (10)
Frenesi (1)
Golpe Fulminante (10)
Impacto Explosivo (10)
Aumentar Recuperação de HP (10)
Relaxar (1)