-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathR_ground_forces.php
28 lines (26 loc) · 1.19 KB
/
R_ground_forces.php
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
<?php include "prefix.php"?>
<header>Ground Forces</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '43.' counter(item, decimal);} </style>
<p>A ground force is a type of unit. All infantry and mech units in the game are ground forces. Some races have unique infantry units.</p>
<ol class="lrr">
<li>Ground forces are always on planets, in a space area with ships that have capacity values, or being transported by those ships.</li>
<li>Ground forces being transported by a ship are placed in a system’s space area along with the ship that is transporting them.</li>
<li>There is no limit to the number of ground forces a player can have on a planet.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_capacity">Capacity</a></li>
<li><a href="/R_control">Control</a></li>
<li><a href="/R_ground_combat">Ground Combat</a></li>
<li><a href="/R_infantry_tokens">Infantry Tokens</a></li>
<li><a href="/R_mechs">Mechs</a></li>
<li><a href="/R_transport">Transport</a></li>
<li><a href="/R_units">Units</a></li>
</ul>
</article>
<?php include "suffix.php"?>