Add some more Fear token abilities for large dungeons.
[heroik.git] / scenario.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>Scenario - Hero: Immortal King</title>
31 </head>
32 <body onload="generateScenario()">
33 <header>
34 <a class=button href="heroik.html">◀ Finished!</a>
35 <a class=button style="float: right; text-align: right"
36 onclick="nextEvent(this)">
37 Press On ▼
38 </a>
39 </header>
40 <main>
41 <h1 id=name onclick="randomizeName()">The Boiling Forest</h1>
42 <table id=fate>
43 <thead><tr><th>Fate Chart</th><th>Event</th></tr></thead>
44 <tbody></tbody>
45 <tfoot>
46 <tr>
47 <td></td>
48 <td>
49 You stand outside the entrance.
50 <noscript>Without JavaScript a strange barrier prevents
51 you from continuing.</noscript>
52 </td></tr>
53 </tfoot>
54 </table>
55 </main>
56 </body>
57 </html>