Promo 3 card.
[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 <div id=statusbar></div>
34 <main>
35 <div style="height: 3em" class="no-print">
36 <a class=button style="float: left; text-align: left"
37 href="heroik.html">
38 ◄ Return
39 </a>
40 </div>
41 <h1>Promotional Cards</h1>
42 <div class='card adventurer'>
43 <div class=name>Ykesha</div>
44 <div class=type>Warrior</div>
45 <div class=code>Promo 1</div>
46 <img class=art src=ykesha.jpg>
47 <div class=gender><img src=male.png></div>
48 <div class=abilities>
49 <div class=skill>
50 At the start of the game, take a weapon from your collection
51 and put it into play face-up for free.
52 </div>
53 <div class=temporary>
54 +X to your combat die, where X is the number of face-up
55 weapons you have.
56 </div>
57 <div class=ultimate>
58 Roll 3d6. For each 6, destroy one face-up dungeon card, and
59 gain 1 Mana token and 1 Courage token.
60 </div>
61 </div>
62 </div>
63
64 <div class='card object'>
65 <div class=name>Conqueror's Sword</div>
66 <div class=type>Weapon, Unique</div>
67 <img class=art src="epee.jpg">
68 <div class=effect>
69 <div class=cost>
70 <span class=r><img src=sword.png></span>
71 <span class=r><img src=sword.png></span>
72 <span class=r><img src=sword.png></span>
73 <span class=g></span>
74 <span class=g></span>
75 </div>
76 Once per combat, you may re-roll a combat die showing a 1. At
77 the end of each round, if you lost at least one Courage token,
78 you may place a Mana token on an adventurer.
79 </div>
80 <div class=code>Promo 2</div>
81 </div>
82
83 <!-- Still too ugly
84 <div class='card final dungeon'>
85 <div class=name>Kwill</div>
86 <div class=type>Greenskin - Final Monster</div>
87 <div class=code>Promo 3</div>
88 <div class=power><img src=rps.png> / 11</div>
89 <div class=effect>
90 You gain 2 Fear tokens when you win a game of rock, paper,
91 scissors.
92 <br>
93 In solitaire, all Greenskins gain +1 Strength.
94 </div>
95 </div> -->
96
97 <div class='card adventurer'>
98 <div class=name>Phœnix</div>
99 <div class=type>Warrior</div>
100 <img class=art src=phoenix.jpg>
101 <div class=flavor>Ashes to ashes...</div>
102 <div class=code>Promo 4</div>
103 <div class=gender><img src=male.png></div>
104 <div class=abilities>
105 <div class=skill>
106 +2 to combat rolls against dragons. If the adventurers lose
107 their last Courage token, remove a Tenacity token from
108 Phœnix and immediately gain 3 Courage tokens and 1 Mana
109 token.
110 </div>
111 <div class=temporary>
112 +2 to combat rolls for each Tenacity token on Phoenix.
113 </div>
114 <div class=ultimate>
115 Place 1 Tenacity token on Phoenix and 1 Mana on any
116 adventurer.
117 </div>
118 </div>
119 </div>
120 </main>
121 </body>
122 </html>