diff options
-rw-r--r-- | about.html | 1 | ||||
-rw-r--r-- | info/notes.html | 27 |
2 files changed, 28 insertions, 0 deletions
@@ -12,6 +12,7 @@ Game Design by Brian Train. <ul> <li><a href="/algeria/info/rules.html">Rules of Play</a> <li><a href="/algeria/info/charts.html">Charts & Tables</a> +<li><a href="/algeria/info/notes.html">Implementation Notes</a> </ul> <p class="warning"> diff --git a/info/notes.html b/info/notes.html new file mode 100644 index 0000000..76d4059 --- /dev/null +++ b/info/notes.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<head> +<title>Algeria - Notes</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> +Algeria: Implementation Notes</h1> + +<hr> + +<p> +Rule changes for online play: + +<ul> +<li>In the Redeployment Segment all Government mobile units are returned to the OC box (instead of the OPS box). In the Reinforcement Phase they can be Activated into the OPS box. + This way there is no need for an intermediary state to differentiate between activated and inactive units in the OPS box.</li> +</ul> + +<hr> + +<p style="text-align:center"> +<p style="font-style:normal;font-size:36px;text-align:center;margin:0">❦</p> |