a90d87a7d6ece37f88b4bf6026766c97d8ba453b
[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 ◄ Finished!
39 </a>
40 </div>
41 <h1>Promotional Cards</h1>
42 <div class='card adventurer'>
43 <div class=name>Ph&oelig;nix</div>
44 <div class=type>Warrior</div>
45 <div class=flavor>Ashes to ashes...</div>
46 <div class=code>Promo 4</div>
47 <div class=gender><img src=male.png></div>
48 <div class=abilities>
49 <div class=skill>
50 +2 to combat rolls against dragons. If the adventurers lose
51 their last Courage token, remove a Tenacity token from
52 Phoenix and immediately gain 3 Courage tokens and 1 Mana
53 token.
54 </div>
55 <div class=temporary>
56 +2 to combat rolls for each Tenacity token on Phoenix.
57 </div>
58 <div class=ultimate>
59 Place 1 Tenacity token on Phoenix and 1 Mana on any
60 adventurer.
61 </div>
62 </div>
63 </div>
64 <div class='card adventurer'>
65 <div class=name>Ykesha</div>
66 <div class=type>Warrior</div>
67 <div class=code>Promo 1</div>
68 <div class=gender><img src=male.png></div>
69 <div class=abilities>
70 <div class=skill>
71 At the start of the game, take a weapon from your collection
72 and put it into play face-up for free.
73 </div>
74 <div class=temporary>
75 +X to your combat die, where X is the number of face-up
76 weapons you have.
77 </div>
78 <div class=ultimate>
79 Roll 3d6. For each 6, destroy one face-up dungeon card, and
80 gain 1 Mana token and 1 Courage token.
81 </div>
82 </div>
83 </div>
84
85 <div class='card object'>
86 <div class=name>Conqueror's Sword</div>
87 <div class=type>Weapon - Unique</div>
88 <div class=effect>
89 <div class=cost><span class=r></span><span class=r></span><span class=r></span><span class=g></span><span class=g></span></div>
90 Once per combat, you may re-roll a combat die showing a 1. At
91 the end of each round, if you lost at least one Courage token,
92 you may place a Mana token on an adventurer.
93 </div>
94 <div class=code>Promo 2</div>
95 </main>
96 </body>
97 </html>