summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about.html2
-rw-r--r--info/cards.html12
-rw-r--r--info/readme.html56
-rw-r--r--play.html1
4 files changed, 70 insertions, 1 deletions
diff --git a/about.html b/about.html
index 79e9352..c87db8c 100644
--- a/about.html
+++ b/about.html
@@ -21,5 +21,5 @@ Cover art by Rodger B. MacGowan © 2017.
<li><a href="/time-of-crisis/info/rules.html">Rules of Play</a>
<li><a href="/time-of-crisis/info/expansion.html">Expansion Rules</a>
<li><a href="/time-of-crisis/info/cards.html">Card Gallery</a>
-<li><a href="/time-of-crisis/info/notes.html">Implementation Notes</a>
+<li><a href="/time-of-crisis/info/readme.html">FAQ</a>
</ul>
diff --git a/info/cards.html b/info/cards.html
index beeda6e..4fc8758 100644
--- a/info/cards.html
+++ b/info/cards.html
@@ -6,6 +6,12 @@ html {
background-color: slategray;
}
+h2 {
+ color: white;
+ margin: 20px 40px;
+ border-bottom: 2px solid white;
+}
+
.list {
display: flex;
flex-wrap: wrap;
@@ -101,6 +107,8 @@ html {
<body>
+<h2>Influence Cards</h2>
+
<div class="list">
<div class="card influence influence_m1"></div>
<div class="card influence influence_m2"></div>
@@ -120,6 +128,8 @@ html {
<div class="card influence influence_s4"></div>
</div>
+<h2>Expansion Influence Cards</h2>
+
<div class="list">
<div class="card influence influence_m2x"></div>
<div class="card influence influence_m3x"></div>
@@ -137,6 +147,8 @@ html {
<div class="card influence influence_s4b"></div>
</div>
+<h2>Event Cards</h2>
+
<div class="list">
<div class="card event event_1"></div>
<div class="card event event_2"></div>
diff --git a/info/readme.html b/info/readme.html
new file mode 100644
index 0000000..abcef14
--- /dev/null
+++ b/info/readme.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<head>
+<title>Time of Crisis - Readme</title>
+<link rel="stylesheet" href="/fonts/fonts.css">
+<link rel="stylesheet" href="/style.css">
+<style>h1{text-align:center}body{max-width:50rem;margin:0 auto;}</style>
+</head>
+<body>
+<article>
+
+<h1>
+Time of Crisis
+</h1>
+
+<hr>
+<p>
+How do I recruit a general/governor?
+<p>
+Select an unavailable general/governor and pay their cost.
+
+<hr>
+<p>
+How do I take the Place Governor action?
+<p>
+Select an available governor and then the province you want to take over.
+Don't forget to spend enough senate influence points before rolling the dice!
+
+<hr>
+<p>
+How do I take the Create Army action?
+<p>
+Select an available general and then the province you want to create the army in.
+
+<hr>
+<p>
+How do I take the Initiate Battle action?
+<p>
+Select an army (general or militia) and then the target you want to attack.
+
+<hr>
+<p>
+How do I take the Increase Support Level, Place Militia, Hold Games, or Build Improvement actions?
+<p>
+Select the governor in the region you want to take the action.
+
+<hr>
+<p>
+How do I use the event on a card?
+<p>
+Once the card is in your "Played" area you can click it again to use the event.
+The card will turn dark once its effect has been used.
+"Flanking Maneuver" and "Damnatio Memoriae" can only be played when prompted at the appropriate time.
+
+<hr>
+
+<img style="display:block;margin:20px auto;" src="../favicon.png">
diff --git a/play.html b/play.html
index 5640f15..98db87a 100644
--- a/play.html
+++ b/play.html
@@ -19,6 +19,7 @@
<div class="menu">
<div class="menu_title"><img src="/images/cog.svg"></div>
<div class="menu_popup">
+ <a class="menu_item" target="_blanK" href="/time-of-crisis/info/readme.html">Read me!</a>
<a class="menu_item" target="_blanK" href="/time-of-crisis/info/rules.html">Rules of Play</a>
<a class="menu_item" target="_blanK" href="/time-of-crisis/info/expansion.html">Expansion Rules</a>
<a class="menu_item" target="_blanK" href="/time-of-crisis/info/cards.html">Card Gallery</a>