Ir para o conteúdo

Capuz de Serpente: diferenças entre revisões

De Atlax - Wiki
Criou a página com "{{Equipamento |Categoria=Elmos+ |Subcategoria= |Nível=120 |NívelMax= |Classe= |Lasca=Lasca Poder Sagrada(120) |Imagem=Capuz de Serpente |Gema= |Pedra=3 |Aparência= |Aparência Masculina= |Aparência Feminina= |Cache=True |BonusBase= *link=Defesa Defesa *Ataque Mágico/Corpo-a-Corpo |BonusAdicional= '''1 Bónus Aleatório''' *Vontade de Sung Ma (FRÇ) *Vontade de Sung Ma (VIT) *Vontade de Sung Ma (RES) *Vontade de Sung Ma (..."
 
Sem resumo de edição
Etiqueta: Revertida
Linha 1: Linha 1:
/* ===================================================== */
/* SUPORTE EXTRA PARA TEMPLATE {{Equipamento}}          */
/* sem alterar a identidade visual da tua wiki          */
/* ===================================================== */
/* caixas internas */
#mw-content .fondfenetre,
.fondfenetre {
  background: url("https://pt-wiki.metin2.gameforge.com/images/a/a4/Fundo2.png") repeat;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
}
.fondfenetre a,
.fondfenetre span {
  color: #fff;
}
/* tabelas usadas em equipamento / drops / refinamento */
table.pretty-table {
  width: 100%;
  border-collapse: collapse;
}
table.pretty-table th,
table.pretty-table td {
  border: 1px solid rgba(0,0,0,0.35);
}
table.pretty-table td {
  padding: 5px 4px;
}
table.pretty-table th {
  padding: 2px 4px;
  font-weight: normal;
  font-size: 1.1em;
  background: url("https://pt-wiki.metin2.gameforge.com/images/a/a4/Fundo2.png") repeat;
  color: #fff;
}
table.pretty-table th a,
table.pretty-table th span {
  color: #fff;
}
table.pretty-table tbody > *:nth-child(2n + 1) > td {
  background: rgba(0, 0, 0, 0.08);
}
table.pretty-table tr:hover {
  background: rgba(255, 255, 255, 0.04);
}
table.pretty-table caption {
  margin-top: 10px;
  font-weight: bold;
}
/* cabeçalho fixo em tabelas grandes */
table.sticky-header-row thead tr {
  position: sticky;
  top: 0;
  z-index: 10;
}
/* botões */
.button {
  border: 2px solid grey;
  padding: 0 12px;
  line-height: 25px;
  border-radius: 16px;
  background: rgba(234, 234, 234, 1);
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
  white-space: nowrap;
}
.button:hover {
  background: transparent;
}
.tabber-active.button {
  font-weight: bold;
}
/* separador de tabs / secções */
.tab-glob {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
  column-gap: 2px;
  align-items: flex-start;
}
.tab-glob > :first-child {
  display: grid;
  grid-template-columns: max-content;
  row-gap: 2px;
}
.tab-glob > :first-child > * {
  border: 1px black solid;
}
.tab-glob > :first-child > *:not(.fondfenetre) {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-glob > :nth-child(2) {
  width: 100%;
  overflow-x: auto;
}
.tab-glob > :nth-child(2) > :first-child {
  display: grid;
  grid-template-columns: repeat(10, minmax(75px, 1fr));
  gap: 2px;
}
.tab-glob > :nth-child(2) > :first-child > * {
  border: 1px black solid;
}
.tab-glob > :nth-child(2) > :first-child > :not(.fondfenetre) {
  display: flex;
}
.tab-glob > :nth-child(2) > :first-child > :not(.fondfenetre) > * {
  margin: auto;
}
/* lista visual de itens/equipamentos */
.list-equip {
  padding: 5px;
  border: 1px solid #2f1d1f;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.list-equip > :first-child {
  width: 100%;
  line-height: 25px;
}
.list-equip > :first-child > * {
  padding: 0 5px;
}
/* imagens de item */
.image-sizing img,
.image-sizing-200 img,
.image-sizing-none img {
  height: auto;
  width: auto;
  max-height: 300px;
  max-width: 100%;
}
.image-sizing-200 img {
  max-height: 200px;
}
.image-sizing-none img {
  max-height: none;
}
/* texto longo em listas e colunas */
.texte-long,
.texte-long-2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.texte-long:hover,
.texte-long-2:hover {
  white-space: normal;
}
/* colapsáveis */
.improved-collapsible > .mw-collapsible-toggle {
  grid-area: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: initial;
  z-index: 1;
  padding-right: 5px;
}
.improved-collapsible .mw-collapsible-text {
  display: none;
}
.improved-collapsible .mw-collapsible-toggle:after {
  content: "▾";
  font-size: 20px;
  transition: transform 0.2s ease-in-out;
}
.improved-collapsible .mw-collapsible-toggle-expanded:after {
  transform: rotate(-180deg);
}
/* esconder conteúdo de tabs inativas */
.tabber-container > :last-child > :not(.tabber-active),
.tabber-noactive {
  display: none;
}
/* responsivo */
@media screen and (max-width: 768px) {
  .tab-glob {
    flex-direction: column;
  }
  .tab-glob > :first-child {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .texte-long {
    white-space: normal;
    overflow: visible;
  }
}
{{Equipamento
{{Equipamento
|Categoria=Elmos+
|Categoria=Elmos+

Revisão das 20h13min de 29 de março de 2026

/* ===================================================== */

/* SUPORTE EXTRA PARA TEMPLATE

  • Metin2 Wiki
  • Capuz de Serpente
Informações Gerais
Características
Nível Mínimo
Lasca 6/7
Aparência
Bónus
Bónus Base
Bónus 1/5
Não definido
Bónus 6/7
Não definido

Localização do Equipamento

Como obter?

{{{Origem}}}

  • Metin2 Wiki
  • Capuz de Serpente
          */

/* sem alterar a identidade visual da tua wiki */ /* ===================================================== */

/* caixas internas */

  1. mw-content .fondfenetre,

.fondfenetre {

 background: url("https://pt-wiki.metin2.gameforge.com/images/a/a4/Fundo2.png") repeat;
 color: #fff;
 padding: 4px 8px;
 border-radius: 6px;

}

.fondfenetre a, .fondfenetre span {

 color: #fff;

}

/* tabelas usadas em equipamento / drops / refinamento */ table.pretty-table {

 width: 100%;
 border-collapse: collapse;

}

table.pretty-table th, table.pretty-table td {

 border: 1px solid rgba(0,0,0,0.35);

}

table.pretty-table td {

 padding: 5px 4px;

}

table.pretty-table th {

 padding: 2px 4px;
 font-weight: normal;
 font-size: 1.1em;
 background: url("https://pt-wiki.metin2.gameforge.com/images/a/a4/Fundo2.png") repeat;
 color: #fff;

}

table.pretty-table th a, table.pretty-table th span {

 color: #fff;

}

table.pretty-table tbody > *:nth-child(2n + 1) > td {

 background: rgba(0, 0, 0, 0.08);

}

table.pretty-table tr:hover {

 background: rgba(255, 255, 255, 0.04);

}

table.pretty-table caption {

 margin-top: 10px;
 font-weight: bold;

}

/* cabeçalho fixo em tabelas grandes */ table.sticky-header-row thead tr {

 position: sticky;
 top: 0;
 z-index: 10;

}

/* botões */ .button {

 border: 2px solid grey;
 padding: 0 12px;
 line-height: 25px;
 border-radius: 16px;
 background: rgba(234, 234, 234, 1);
 cursor: pointer;
 display: inline-block;
 position: relative;
 user-select: none;
 white-space: nowrap;

}

.button:hover {

 background: transparent;

}

.tabber-active.button {

 font-weight: bold;

}

/* separador de tabs / secções */ .tab-glob {

 display: flex;
 flex-direction: row;
 margin: 10px 0;
 column-gap: 2px;
 align-items: flex-start;

}

.tab-glob > :first-child {

 display: grid;
 grid-template-columns: max-content;
 row-gap: 2px;

}

.tab-glob > :first-child > * {

 border: 1px black solid;

}

.tab-glob > :first-child > *:not(.fondfenetre) {

 font-weight: bold;
 display: flex;
 justify-content: center;
 align-items: center;

}

.tab-glob > :nth-child(2) {

 width: 100%;
 overflow-x: auto;

}

.tab-glob > :nth-child(2) > :first-child {

 display: grid;
 grid-template-columns: repeat(10, minmax(75px, 1fr));
 gap: 2px;

}

.tab-glob > :nth-child(2) > :first-child > * {

 border: 1px black solid;

}

.tab-glob > :nth-child(2) > :first-child > :not(.fondfenetre) {

 display: flex;

}

.tab-glob > :nth-child(2) > :first-child > :not(.fondfenetre) > * {

 margin: auto;

}

/* lista visual de itens/equipamentos */ .list-equip {

 padding: 5px;
 border: 1px solid #2f1d1f;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 5px;

}

.list-equip > :first-child {

 width: 100%;
 line-height: 25px;

}

.list-equip > :first-child > * {

 padding: 0 5px;

}

/* imagens de item */ .image-sizing img, .image-sizing-200 img, .image-sizing-none img {

 height: auto;
 width: auto;
 max-height: 300px;
 max-width: 100%;

}

.image-sizing-200 img {

 max-height: 200px;

}

.image-sizing-none img {

 max-height: none;

}

/* texto longo em listas e colunas */ .texte-long, .texte-long-2 {

 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;

}

.texte-long:hover, .texte-long-2:hover {

 white-space: normal;

}

/* colapsáveis */ .improved-collapsible > .mw-collapsible-toggle {

 grid-area: 1 / -1;
 display: flex;
 justify-content: flex-end;
 align-items: center;
 float: initial;
 z-index: 1;
 padding-right: 5px;

}

.improved-collapsible .mw-collapsible-text {

 display: none;

}

.improved-collapsible .mw-collapsible-toggle:after {

 content: "▾";
 font-size: 20px;
 transition: transform 0.2s ease-in-out;

}

.improved-collapsible .mw-collapsible-toggle-expanded:after {

 transform: rotate(-180deg);

}

/* esconder conteúdo de tabs inativas */ .tabber-container > :last-child > :not(.tabber-active), .tabber-noactive {

 display: none;

}

/* responsivo */ @media screen and (max-width: 768px) {

 .tab-glob {
   flex-direction: column;
 }
 .tab-glob > :first-child {
   grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
 }
 .texte-long {
   white-space: normal;
   overflow: visible;
 }

}

  • Metin2 Wiki
  • Elmos
  • Capuz de Serpente
Informações Gerais
Características
Nível Mínimo
Lv. 120
Classe
Lasca 6/7
Lasca Poder Sagrada(120)

Esta lasca é necessária para adicionar o Bónus 6/7 no teu equipamento.

Aparência
Capuz de Serpente
Bónus

Localização do Equipamento

Tabela de Bónus
Esta elmo pode possuir no máximo 1 Bónus Adicional. As informações sobre os bónus estão disponíveis em suas páginas.
+0
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
Bónus Base
27
31
35
45
55
75
85
97
107
121
135
151
167
187
209
233
1
1
2
3
4
4
5
6
7
9
10
11
12
13
14
16
Bónus Adicional: 1o Bónus Aleatório
1-2
2-3
3-4
4-6
6-8
8-10
10-12
12-14
14-17
17-20
19-22
21-24
23-26
26-29
30-33
34-38
1-2
1-2
1-2
1-2
2-3
3-4
4-5
5-6
6-7
8-10
9-11
11-13
12-14
14-16
17-19
19-22
1-2
1-2
1-2
1-2
2-3
3-4
4-5
5-6
6-7
8-10
9-11
11-13
12-14
14-16
17-19
19-22
1-2
O número máximo de ciclos foi atingido
O número máximo de ciclos foi atingido
O número máximo de ciclos foi atingido
Tabela de Melhoramentos
O número máximo de ciclos foi atingido
O número máximo de ciclos foi atingido
Refine 1
O número máximo de ciclos foi atingido
Refine 2
O número máximo de ciclos foi atingido
Refine 3
O número máximo de ciclos foi atingido
  • Metin2 Wiki
  • Elmos
  • Capuz de Serpente