Herramientas de usuario

Herramientas del sitio


en:software:nuevos_desarrollos:hero_quest

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
en:software:nuevos_desarrollos:hero_quest [2026/07/22 18:40] jesusen:software:nuevos_desarrollos:hero_quest [2026/07/22 18:44] (actual) jesus
Línea 62: Línea 62:
     position: relative !important;     position: relative !important;
     z-index: 3 !important;     z-index: 3 !important;
 +    justify-content: center !important;
 +    align-items: center !important;
   }   }
  
Línea 256: Línea 258:
   </div>   </div>
  
-  <!-- SECCIÓN DISCO -->+  <!-- SECCIÓN DISCOS CON TAMAÑO HOMOGÉNEO FIJO CORREGIDO -->
   <div class="retro-subtitle">Disks</div>   <div class="retro-subtitle">Disks</div>
-  <div class="pcw-bloque-imagenes"> +  <div class="pcw-bloque-imagenes" style="display: flex; justify-content: center; gap: 15px; flex-wrap: wrap;"> 
-    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_1.jpg" style="width:180px;" onclick="verImagen(this.src)"> +    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_1.jpg" style="width:180px; height:auto; object-fit:contain;" onclick="verImagen(this.src)"> 
-    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_2.jpg" style="width:180px;" onclick="verImagen(this.src)"> +    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_2.jpg" style="width:180px; height:auto; object-fit:contain;" onclick="verImagen(this.src)"> 
-    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_3.jpg" style="width:180px;" onclick="verImagen(this.src)">+    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_3.jpg" style="width:180px; height:auto; object-fit:contain;" onclick="verImagen(this.src)">
   </div>   </div>
  
Línea 308: Línea 310:
   <div class="retro-subtitle" style="font-size: 1.1em; margin-top: 25px; border-bottom: 1px dotted #00ff00;">Strategies, Board Rules, and Dungeon Mechanics</div>   <div class="retro-subtitle" style="font-size: 1.1em; margin-top: 25px; border-bottom: 1px dotted #00ff00;">Strategies, Board Rules, and Dungeon Mechanics</div>
   <div class="pcw-texto-plano" style="text-align: justify;">   <div class="pcw-texto-plano" style="text-align: justify;">
-    <strong>• Optimal Hero Party Management:</strong> Each of the four characters has a mathematical and critical role in the expedition. The Barbarian excels in raw offensive strength (ideal for clearing corridors guarded by Orcs), the Dwarf possesses the innate ability to disarm traps without tools, the Elf balances physical agility with minor spells, and the Wizard commands the most destructive arsenal of elemental spells in exchange for alarming fragility in close-quarters combat.<br><br>+    <strong>• Party Management:</strong> Each of the four characters has a mathematical and critical role in the expedition. The Barbarian excels in raw offensive strength (ideal for clearing corridors guarded by Orcs), the Dwarf possesses the innate ability to disarm traps without tools, the Elf balances physical agility with minor spells, and the Wizard commands the most destructive arsenal of elemental spells in exchange for alarming fragility in close-quarters combat.<br><br>
     <strong>• Systematic Search for Traps and Secrets:</strong> Advancing blindly through rooms is a direct ticket to defeat. Before moving your characters into an unexplored area, it is mandatory to execute the "Search for Traps" and "Search for Secret Doors" actions from the isometric menu. The game engine will read adjacent squares and reveal hidden hazards before irreversible body point damage is sustained.<br><br>     <strong>• Systematic Search for Traps and Secrets:</strong> Advancing blindly through rooms is a direct ticket to defeat. Before moving your characters into an unexplored area, it is mandatory to execute the "Search for Traps" and "Search for Secret Doors" actions from the isometric menu. The game engine will read adjacent squares and reveal hidden hazards before irreversible body point damage is sustained.<br><br>
     <strong>• Combat Dice and Shields Mechanics:</strong> Encounters against Morcar's hordes are governed by a randomized system that emulates the official board game dice. When attacking, you need to roll skull symbols to inflict damage. The defender (whether hero or monster) will automatically roll their shield dice: white shields save adventurers, while black shields defend creatures of Chaos.<br><br>     <strong>• Combat Dice and Shields Mechanics:</strong> Encounters against Morcar's hordes are governed by a randomized system that emulates the official board game dice. When attacking, you need to roll skull symbols to inflict damage. The defender (whether hero or monster) will automatically roll their shield dice: white shields save adventurers, while black shields defend creatures of Chaos.<br><br>
Línea 314: Línea 316:
   </div>   </div>
  
-  <!-- SECCIÓN DESCARGA -->+  <!-- SECCIÓN DESCARGA TOTALMENTE CENTRADA -->
   <div class="retro-subtitle">Available Downloads</div>   <div class="retro-subtitle">Available Downloads</div>
      
-  <div class="retro-subtitle" style="font-size1.1emmargin-top: 25px; border-bottom1px dotted #00ff00;">Game File</div+  <div style="display: flex; flex-directioncolumnalign-items: center; justify-content: center; gap: 20px; margin: 25px 0position: relative; z-index: 3; width100%;"> 
-  <div class="pcw-bloque-imagenes" style="gap: 20px !important;"+    <!-- Enlace Juego Centrado --> 
-    <a href="/lib/exe/fetch.php?media=software:nuevos_desarrollos:descargas:Heroquest.zip" style="text-decoration: none !important;">+    <a href="/lib/exe/fetch.php?media=software:nuevos_desarrollos:descargas:Heroquest.zip" style="text-decoration: none !important; width: 100%; max-width: 400px;">
       <div style="border: 2px solid #005500; background: rgba(0,20,0,0.6); padding: 12px 20px; border-radius: 6px; text-align: center; transition: 0.2s; cursor: pointer;" onmouseover="this.style.borderColor='#00ff00'; this.style.boxShadow='0 0 10px #00ff00';" onmouseout="this.style.borderColor='#005500'; this.style.boxShadow='none';">       <div style="border: 2px solid #005500; background: rgba(0,20,0,0.6); padding: 12px 20px; border-radius: 6px; text-align: center; transition: 0.2s; cursor: pointer;" onmouseover="this.style.borderColor='#00ff00'; this.style.boxShadow='0 0 10px #00ff00';" onmouseout="this.style.borderColor='#005500'; this.style.boxShadow='none';">
         <span style="color: #00ff00; font-weight: bold; font-size: 1.1em; display: block; margin-bottom: 4px;">⬇ HeroQuest</span>         <span style="color: #00ff00; font-weight: bold; font-size: 1.1em; display: block; margin-bottom: 4px;">⬇ HeroQuest</span>
Línea 325: Línea 327:
       </div>       </div>
     </a>     </a>
-  </div> 
  
-  <div class="retro-subtitle" style="font-size: 1.1em; margin-top: 30px; border-bottom: 1px dotted #00ff00;">Manuals</div> +    <!-- Enlace Manual Centrado --> 
-  <div class="pcw-bloque-imagenes" style="gap: 20px !important; margin-bottom: 35px;"+    <a href="/lib/exe/fetch.php?media=software:nuevos_desarrollos:descargas:Heroquest_manual.pdf" style="text-decoration: none !important; width: 100%; max-width: 400px;">
-    <a href="/lib/exe/fetch.php?media=software:nuevos_desarrollos:descargas:Heroquest_manual.pdf" style="text-decoration: none !important;">+
       <div style="border: 2px solid #005500; background: rgba(0,20,0,0.6); padding: 12px 20px; border-radius: 6px; text-align: center; transition: 0.2s; cursor: pointer;" onmouseover="this.style.borderColor='#00ff00'; this.style.boxShadow='0 0 10px #00ff00';" onmouseout="this.style.borderColor='#005500'; this.style.boxShadow='none';">       <div style="border: 2px solid #005500; background: rgba(0,20,0,0.6); padding: 12px 20px; border-radius: 6px; text-align: center; transition: 0.2s; cursor: pointer;" onmouseover="this.style.borderColor='#00ff00'; this.style.boxShadow='0 0 10px #00ff00';" onmouseout="this.style.borderColor='#005500'; this.style.boxShadow='none';">
         <span style="color: #00ff00; font-weight: bold; font-size: 1.1em; display: block; margin-bottom: 4px;">📄 Rulebook</span>         <span style="color: #00ff00; font-weight: bold; font-size: 1.1em; display: block; margin-bottom: 4px;">📄 Rulebook</span>
Línea 346: Línea 346:
 </div> </div>
 </html> </html>
 +
 +
  
en/software/nuevos_desarrollos/hero_quest.txt · Última modificación: por jesus