-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_mechs.php
28 lines (26 loc) · 1.25 KB
/
R_mechs.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>Mechs</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '55.' counter(item, decimal);} </style>
<p>Mechs are unique, faction–specific heavy ground forces.</p>
<ol class="lrr">
<li>Mechs are a type of ground force and can be transported and participate in ground combat.</li>
<li>Each player begins with their mech unit card in play on their leader sheet and can produce mechs for the cost presented on the card.</li>
<li>Some mechs have <sc>Deploy</sc> abilities which allow a player to place them on the game board without producing them normally.</li>
<li>Mech unit cards are not technologies.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>Effects that refer to “ground forces” apply to mechs. Effects that refer to “infantry” do not.</li>
<li>For notes about a mech of a specific faction, see that faction’s page.</li>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_deploy">Deploy</a></li>
<li><a href="/R_ground_forces">Ground Forces</a></li>
<li><a href="/R_leader_sheet">Leader Sheet</a></li>
<li><a href="/R_units">Units</a></li>
</ul>
</article>
<?php include "suffix.php"?>