-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathR_infantry_tokens.php
31 lines (29 loc) · 2.13 KB
/
R_infantry_tokens.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
29
30
31
<?php include "prefix.php"?>
<header>Infantry Tokens</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '46.' counter(item, decimal);} </style>
<p>An infantry token functions as a plastic infantry unit for all game purposes.</p>
<ol class="lrr">
<li>When producing an infantry unit, a player can use an infantry token from the supply instead of a plastic piece.</li>
<li>Players can replace their plastic infantry with tokens at any time.</li>
<li>If a player ever has an infantry token on a planet that does not contain one of their plastic infantry or in the space area of a system that does not contain one of their plastic infantry, that player must replace it with one of their plastic infantry from their reinforcements.</li>
<ol><li>If the player cannot replace the token, the unit is destroyed.</li></ol>
<li>Infantry tokens come in values of one and three. A player can swap between these tokens as necessary.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>As each player only has twelve plastic infantry figures, a player cannot have infantry on more than twelve planets or being transported in more than twelve space areas, or any combination thereof.</li>
<li>Players may also swap infantry tokens for plastic pieces at any time.</li>
<li>Infantry tokens are not component limited.</li>
<li>A player may remove a plastic infantry figure from a planet or space area, along with any accompanying infantry tokens, if doing so allows them to swap it into the active system and allows them to commit ground forces to and fight ground combats on multiple planets during the <b>Invasion</b> step of the tactical action in that system when they could otherwise not do so.</li>
<li>A future rule change will have any unaccompanied infantry tokens removed, instead of destroyed.</li>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_component_limitations">Component Limitations</a></li>
<li><a href="/R_fighter_tokens">Fighter Tokens</a></li>
<li><a href="/R_producing_units">Producing Units</a></li>
</ul>
</article>
<?php include "suffix.php"?>