diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-24 21:37:08 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | 6450c0f31a1ef2b1abbccd8a345ad82e4df1c23d (patch) | |
tree | d04c5206703d02a094f26281ac1f322d817e7c36 /info | |
parent | ef64999e69e54f5477e46439a1be626f9b870679 (diff) | |
download | time-of-crisis-6450c0f31a1ef2b1abbccd8a345ad82e4df1c23d.tar.gz |
Add readme.
Diffstat (limited to 'info')
-rw-r--r-- | info/cards.html | 12 | ||||
-rw-r--r-- | info/readme.html | 56 |
2 files changed, 68 insertions, 0 deletions
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"> |