-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrules.html
42 lines (41 loc) · 1 KB
/
rules.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<HTML>
<HEAD>
<STYLE>
body {
background-color:#FBDF93
}
table {
border-collapse: collapse;
border: 0px;
width: 200px;
}
</STYLE>
</HEAD>
<BODY>
<TABLE>
<TR>
<TD>Victory Conditions</TD>
</TR>
<TR>
<TD>
Provided no GO American MMC/vehicles are within three hexes of 17R4, the Germans win immediately by exiting >=8 VP (excluding Prisoners) off the south edge
</TD>
</TD>
<TR>
<TD>Special Rules</TD>
</TR>
<TR>
<TD>
<ol>
<li>EC are moderate with no wind at start.</li>
<li>All hedges and walls are Bocage (B9.5).</li>
<li>Kindling is NA.</li>
<li>If any GO American MMC are on board 11 and within 3 hexes of the I1-I5-R9-S9-Y10 road at the start of German Turn 4, the American reinforcements enter on Turn 4, otherwise they enter on Turn 6.</li>
<li>The OB-given American hero as a ROF of 1 when using Inherent FP.</li>
<li>Bore Sighting is NA.</li>
</ol>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>