diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-09-05 16:34:12 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-09-05 16:34:12 +0200 |
commit | bbce7a8179cad39feafe3f98026c5321ace6c7e8 (patch) | |
tree | 346cfc8aa7db442eaa0411b69c996ebe4e877819 /info/charts.html | |
parent | 627225aead0401f59789658e541f960afd94837c (diff) | |
download | algeria-bbce7a8179cad39feafe3f98026c5321ace6c7e8.tar.gz |
map and counters
Diffstat (limited to 'info/charts.html')
-rw-r--r-- | info/charts.html | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/info/charts.html b/info/charts.html index 201024b..ccb2618 100644 --- a/info/charts.html +++ b/info/charts.html @@ -1,12 +1,64 @@ <!DOCTYPE html> <title>Algeria Chart</title> <style> -body { max-width: 50rem; margin: 2rem; } +html,body{margin:0;padding:0} +main { max-width: 600px; margin: 0 auto; } table { border-collapse: collapse; width: 100%; } th, td { border: 1px solid black; padding: 0 5px; } th { background-color: gainsboro; } </style> <body> +<main> <h1>Algeria Charts</h1> +<h2>Combat Results Table</h2> + +<p> +<table> +<tr><th>Die Roll<th>1<th>2-4<th>5-8<th>9-15<th>16-24<th>25-36<th>37-50<th>51+ +<tr><td>1<td>-<td>-<td>-<td>-<td>1<td>1<td>1<td>2 +<tr><td>2<td>-<td>-<td>-<td>1<td>1<td>1<td>2<td>2 +<tr><td>3<td>-<td>-<td>1<td>1<td>2<td>2<td>2<td>3 +<tr><td>4<td>-<td>1<td>1<td>2<td>2<td>2<td>3<td>4 +<tr><td>5<td>1<td>1<td>2<td>2<td>2<td>3<td>4<td>4 +<tr><td>6<td>1<td>2<td>2<td>2<td>3<td>4<td>4<td>5 +</table> + +<h2>FLN AP Cost & Sources</h2> + +<p> +<table> +<tr><th>Activity<th style="width: 50px;">APs<th>Units<th>Comments +<tr><td>Build<td>3 (2)<td>0<td>non-neutralized Front needed; only Cadres or Companies may be build. Only 2 AP to build in Morocco or Tunisia +<tr><td>Augment<td>3<td>1 Cadre<td>Cadre augments to Front; only one Front per area and not in Remote +<tr><td>Harass<td>0<td>1 Company<td>roll on Combat Results Table; French fire back at half firepower. May do any number in area per turn but Companies attack singly. +<tr><td>Propaganda<td>1<td>1 (any unit will do)<td>any FLN unit will do; one per area, not in Remote +<tr><td>Strike (urban only)<td>5<td>1 Front + Cadres<td>non-neutralized Front needed; each Cadre assisting gives +1 DRM +<tr><td>Intimidate<td>3<td>1 (any mobile unit)<td>only one area per turn +<tr><td>Movement<td>0<td>1 (any mobile unit)<td>units attempt movement one at a time +</table> + +<p> +<table> +<tr><th>Source<th colspan="3">APs Received +<tr><td>Areas under FLN Control (-1 AP if area is terrorized) +<td><strong>Urban:</strong> +<ul><li>5 if controlled<li>2 if contested but non-neutralized FLN units are present</ul> +<td><strong>Rural:</strong> +<ul><li>2 if controlled<li>1 if contested but non-neutralized FLN units are present</ul> +<td><strong>Remote:</strong> +<ul><li>0</ul> +<tr><td>Foreign Governments<td colspan="3">per random event: AP arrive by sea and some may be intercepted by French Navy (11.7) +<tr><td>FLN PSL<td colspan="3">AP = 10% of current FLN PSL (round fractions down) +</td></tr> +</table> + +<h2>Mission Success</h2> + +<p> +<table> +<tr><th>Die Roll<td>-1<td>0<td>1<td>2<td>3<td>4<td>5<td>6<td>7<td>8 +<tr><th>Result<td>0+<td>0+<td>1+<td>1<td>1<td>2<td>2<td>3@<td>4@<td>5@ +</table> +</main> </body> |