Mistranslation (vague/wave).
[heroik.git] / heroik.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 <title>Hero: Immortal King</title>
29 </head>
30 <body>
31 <div id=statusbar></div>
32 <main>
33 <h1>Find a Dungeon</h1>
34 <h2>Difficulty</h2>
35 <select>
36 <option data-events=5 data-nop=4>Easy</option>
37 <option data-events=5 data-nop=3 selected>Medium</option>
38 <option data-events=5 data-nop=2>Difficult</option>
39 <option data-events=6 data-nop=1>Perilous</option>
40 <option data-events=7 data-nop=0>Vicious</option>
41 <option data-events=6 data-nop=0>Heroic</option>
42 <option data-events=79 data-nop=20>Endless</option>
43 </select>
44 <h2>Denizens</h2>
45 <div>
46 <ul class=cards>
47 <li><label><input type=checkbox data-flags=demons checked>Demons</label></li>
48 <li><label><input type=checkbox data-flags=undead checked>Undead</label></li>
49 <li><label><input type=checkbox data-flags=dragons checked>Dragons</label></li>
50 <li><label><input type=checkbox data-flags=bubbleyes>Bubbleyes</label></li>
51 <li><label><input type=checkbox data-flags=traps>Traps</label></li>
52 <li><label><input type=checkbox data-flags=abunakkashii>Abunakkashii</label></li>
53 </ul>
54 </div>
55 <div style="font-size: 1.1em; line-height: 2em">
56 <label><input type=checkbox data-flags=helpful>Helpful fates</label>
57 <br>
58 <label><input type=checkbox data-flags=noncanonical checked>Non-canonical fates</label>
59 </div>
60 <div>
61 <a class=button onclick="ventureForth()">Venture Forth</a>
62 </div>
63 <noscript>
64 Venturing forth requires JavaScript.
65 </noscript>
66
67 <h1>Information</h1>
68
69 <h2>Reference &amp; Resources</h2>
70 <div>
71 <a class="big button" href="variants.html">Variants</a>
72 <a class="big button" href="abilities.html">Abilities</a>
73 <a class="big button" href="cards.html">More Cards</a>
74 <a class="big button" href="allevents.html">Fate Events</a>
75 </div>
76 <h2>Acknowledgments</h2>
77 <div style="font-size: 0.9em">
78 <p>
79 <em>Hero: Immortal King</em> is designed by
80 <a target=_blank href="http://www.moonstergames.com/">Emmanuel Beltrando</a>
81 and published by
82 <a target=_blank href="http://www.asmodee.com/">Asmodee</a>.
83 This site is not affiliated with or authorized by either. Some
84 events used are from <a target=_blank href="http://boardgamegeek.com/filepage/57107/random-scenario-generator">Sean Allen's random scenario
85 generator</a>. Fonts used are <a target=_blank href="http://scholarsfonts.net/">David Perry's Cardo</a> and <a target=_blank href="http://pospelov.com/2012/08/01/oranienbaum-font/">Oleg
86 Pospelov</a> and <a target=_blank href="http://www.jovanny.ru/">Jovanny Lemonad's</a> Oranienbaum.
87 </p>
88 </div>
89 <div>
90 <a target=_blank href="https://yukkurigames.com/">Yukkuri Games</a>
91 </div>
92 </main>
93 </body>
94 </html>