Mudanças entre as edições de "Teste-boss-world"

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 7: Linha 7:


     <div class="home-card">
     <div class="home-card">
         <div style="display: flex; flex-wrap: wrap; padding: 15px; gap: 15px;">
         <div style="display: flex; flex-wrap: wrap; padding: 15px; gap: 15px; background: grey;">
             <div style="width: 250px; height: 250px; background: #000; display: flex; align-items: center; justify-content: center; color: white; border: 2px solid #333;">[[Arquivo:Mihawk_Boss.png|250px]]</div>
             <div style="width: 250px; height: 250px; background: #000; display: flex; align-items: center; justify-content: center; color: white; border: 2px solid #333;">[[Arquivo:Mihawk_Boss.png|250px]]</div>
             <div class="home-card" style="flex:1; min-width:300px; margin-bottom:0;">
             <div class="home-card" style="flex:1; min-width:300px; margin-bottom:0;">

Edição das 00h25min de 17 de abril de 2026

Informações Importantes
                   * Recomendado grupo de 6 jogadores.
                   * O uso de controle de grupo (CC) é obrigatório.
Habilidades
Fases
Recompensas
Personagens
Habilidades do Boss
Suichoku-Icon.png
Suihei-Icon.png
Chi wo Hau Zangeki-Icon.png
Mihakw-Dash-Icon.png
Kokuto Issen-Icon.png
Taka No Me-Icon.png
Kokuto Kogetsu-Icon.png
Kokuto Arahoshi-Icon.png
Black Sword Yoru (Passiva)-Icon.png
Fase 1 a 3
Início calmo, utiliza apenas teleporte.
Recomendados: Tanks
                   Card-jinbe.png
                   Card-kid.png

<script> document.querySelectorAll('.boss-nav-btn').forEach(button => {

   button.addEventListener('click', () => {
       const target = button.getAttribute('data-target');
       
       // Remove 'active' de todos
       document.querySelectorAll('.boss-nav-btn').forEach(btn => btn.classList.remove('active'));
       document.querySelectorAll('.boss-section').forEach(sec => sec.classList.remove('active'));
       
       // Adiciona 'active' no alvo
       button.classList.add('active');
       document.getElementById(target).classList.add('active');
   });

}); </script>