Keep back/press on controls in a fixed header when standalone.
[heroik.git] / cards.html
1 <!DOCTYPE html>
2 <html manifest=heroik.appcache>
3 <!--
4 The person who associated a work with this deed has dedicated the work
5 to the public domain by waiving all of his or her rights to the work
6 worldwide under copyright law, including all related and neighboring
7 rights, to the extent allowed by law.
8
9 You can copy, modify, distribute and perform the work, even for
10 commercial purposes, all without asking permission.
11
12 See https://creativecommons.org/publicdomain/zero/1.0/ for details.
13 -->
14 <head>
15 <meta charset="utf-8">
16 <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
17 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
18 <meta name="apple-mobile-web-app-capable" content="yes">
19 <meta name="apple-mobile-web-app-title" content="Hero: IK">
20 <meta name="mobile-web-app-capable" content="yes">
21 <link rel="apple-touch-icon" href="favicon_192.png">
22 <link rel=icon type="image/png" sizes="32x32" href="favicon_32.png">
23 <link rel=icon type="image/png" sizes="192x192" href="favicon_192.png">
24 <link rel=icon type="image/png" sizes="256x256" href="favicon_256.png">
25 <link rel=stylesheet href="heroik.css" type="text/css">
26 <script src="fastclick.js" type="text/javascript"></script>
27 <script src="heroik.js" type="text/javascript"></script>
28 <script src="names.js" type="text/javascript"></script>
29 <script src="scenarios.js" type="text/javascript"></script>
30 <title>Expansion Cards - Hero: Immortal King</title>
31 </head>
32 <body>
33 <header>
34 <a class=button href="heroik.html">◀ Return</a>
35 </header>
36 <main>
37 <h1>Promotional Cards</h1>
38 <div class='card adventurer'>
39 <div class=name>Ykesha</div>
40 <div class=type>Warrior</div>
41 <div class=code>Promo 1</div>
42 <img class=art src=ykesha.jpg>
43 <div class=gender><img src=male.png></div>
44 <div class=abilities>
45 <div class=skill>
46 At the start of the game, take a weapon from your collection
47 and put it into play face-up for free.
48 </div>
49 <div class=temporary>
50 +X to your combat die, where X is the number of face-up
51 weapons you have.
52 </div>
53 <div class=ultimate>
54 Roll 3d6. For each 6, destroy one face-up dungeon card, and
55 gain 1 Mana token and 1 Courage token.
56 </div>
57 </div>
58 </div>
59
60 <div class='card object'>
61 <div class=name>Conqueror's Sword</div>
62 <div class=type>Weapon, Unique</div>
63 <img class=art src="epee.jpg">
64 <div class=effect>
65 <div class=cost>
66 <span class=r><img src=sword.png></span>
67 <span class=r><img src=sword.png></span>
68 <span class=r><img src=sword.png></span>
69 <span class=g></span>
70 <span class=g></span>
71 </div>
72 Once per combat, you may re-roll a combat die showing a 1. At
73 the end of each round, if you lost at least one Courage token,
74 you may place a Mana token on an adventurer.
75 </div>
76 <div class=code>Promo 2</div>
77 </div>
78
79 <!-- Still too ugly
80 <div class='card final dungeon'>
81 <div class=name>Kwill</div>
82 <div class=type>Greenskin - Final Monster</div>
83 <div class=code>Promo 3</div>
84 <div class=power><img src=rps.png> / 11</div>
85 <div class=effect>
86 You gain 2 Fear tokens when you win a game of rock, paper,
87 scissors.
88 <br>
89 In solitaire, all Greenskins gain +1 Strength.
90 </div>
91 </div> -->
92
93 <div class='card adventurer'>
94 <div class=name>Phœnix</div>
95 <div class=type>Warrior</div>
96 <img class=art src=phoenix.jpg>
97 <div class=flavor>Ashes to ashes...</div>
98 <div class=code>Promo 4</div>
99 <div class=gender><img src=male.png></div>
100 <div class=abilities>
101 <div class=skill>
102 +2 to combat rolls against dragons. If the adventurers lose
103 their last Courage token, remove a Tenacity token from
104 Phœnix and immediately gain 3 Courage tokens and 1 Mana
105 token.
106 </div>
107 <div class=temporary>
108 +2 to combat rolls for each Tenacity token on Phoenix.
109 </div>
110 <div class=ultimate>
111 Place 1 Tenacity token on Phoenix and 1 Mana on any
112 adventurer.
113 </div>
114 </div>
115 </div>
116 </main>
117 </body>
118 </html>