neverending.
[heroik.git] / cards.html
index 726d746..4b1e760 100644 (file)
     <title>Expansion Cards - Hero: Immortal King</title>
   </head>
   <body>
-    <div id=statusbar></div>
+    <header>
+      <a class=button href="heroik.html">◀ Return</a>
+    </header>
     <main>
-    <div style="height: 3em" class="no-print">
-      <a class=button style="float: left; text-align: left"
-         href="heroik.html">
-        ◄ Return
-      </a>
-    </div>
     <h1>Promotional Cards</h1>
     <div class='card adventurer'>
       <div class=name>Ykesha</div>
       <div class=code>Promo 2</div>
     </div>
 
+    <!-- Still too ugly
+    <div class='card final dungeon'>
+      <div class=name>Kwill</div>
+      <div class=type>Greenskin - Final Monster</div>
+      <div class=code>Promo 3</div>
+      <div class=power><img src=rps.png> / 11</div>
+      <div class=effect>
+        You gain 2 Fear tokens when you win a game of rock, paper,
+        scissors.
+        <br>
+        In solitaire, all Greenskins gain +1 Strength.
+      </div>
+    </div> -->
+
     <div class='card adventurer'>
       <div class=name>Phœnix</div>
       <div class=type>Warrior</div>
           token.
         </div>
         <div class=temporary>
-          +2 to combat rolls for each Tenacity token on Phoenix.
+          +2 to combat rolls for each Tenacity token on Phœnix.
         </div>
         <div class=ultimate>
-          Place 1 Tenacity token on Phoenix and 1 Mana on any
+          Place 1 Tenacity token on Phœnix and 1 Mana on any
           adventurer.
         </div>
       </div>
     </div>
+
+    <h1>Custom Cards</h1>
+    <div class='card adventurer'
+         title='Photo: Brass Powered Woodsman #7 by Mike Boynton - https://www.flickr.com/photos/boyntonartstudio/4880735257/in/photostream/ / Creative Commons Attribution Share-Alike 3.0 License'>
+      <div class=name>P-34</div>
+      <div class=type>Automaton</div>
+      <img class=art src=p33.jpg>
+      <div class=flavor>Beep boop, whistle pop beep whirr.</div>
+      <div class=code>Yuu~ 1</div>
+      <div class=abilities>
+        <div class=skill>
+          Don't discard a Mana token when defeating a Psi monster.
+          P-33 cannot have a Mana token.
+        </div>
+        <div class=ultimate>
+          Destroy all traps in one dungeon deck, then reshuffle the
+          deck. Lose one Courage token.
+        </div>
+      </div>
+    </div>
+
+    <div class='card adventurer'
+         title="Model: Angelic-Obscura - http://angelic-obscura.deviantart.com/art/Sorceress-381535915 / Background: Black Box Berlin - http://blackboxberin.deviantart.com/#/art/Basement-Bar-201263528?hf=1 / Creative Commons Attribution 3.0 License">
+      <div class=name>Alessandra</div>
+      <div class=type>Priest</div>
+      <img class=art src=alessandra.jpg>
+      <div class=gender><img src=female.png></div>
+      <div class=flavor>M → M<sup>2+</sup> + 2m<sup>−</sup>.</div>
+      <div class=code>Yuu~ 2</div>
+      <div class=abilities>
+        <div class=skill>
+          Alessandra may have up to 3 Mana tokens at once (but
+          still starts with 1).
+        </div>
+        <div class=temporary>
+          +2 to combat rolls against monsters without a Mana icon.
+          Gain two Mana tokens if you defeat a monster with a Mana
+          icon.
+        </div>
+        <div class=ultimate>
+          Gain a Courage token for each Mana token on any adventurer.
+          The dungeon master gains 1 Fear token.
+        </div>
+      </div>
+    </div>
     </main>
   </body>
 </html>