-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_leader_sheet.php
24 lines (22 loc) · 1.34 KB
/
R_leader_sheet.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
<?php include "prefix.php"?>
<header>Leader Sheet</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '50.' counter(item, decimal);} </style>
<p>Each player has a leader sheet that contains slots for their faction’s three leader cards as well as their faction’s mech unit card. </p>
<ol class="lrr">
<li>The leader slots of the leader sheet are where players place their three leader cards during setup. Each slot displays the name of the type of leader that is placed in that slot (agent, commander, and hero) as well as a symbol in the upper–right that helps players quickly determine which side of those leaders begins the game faceup.</li>
<ol><li>The sides of the leader cards that display one (agent), two (commander), or three (hero) hash marks, respectively, begin the game faceup.</li></ol>
<li>The mech slot of the leader sheet is where players place their mech unit cards during setup.</li>
<li>Players who are familiar with the game can hide the quick reference by placing that portion of the leader sheet under their faction sheets.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_leaders">Leaders</a></li>
<li><a href="/R_mechs">Mechs</a></li>
</ul>
</article>
<?php include "suffix.php"?>