-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathR_deploy.php
26 lines (24 loc) · 1.3 KB
/
R_deploy.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
<?php include "prefix.php"?>
<header>Deploy</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '30.' counter(item, decimal);} </style>
<p>Some units have deploy abilities. Deploy abilities are indicated by the <sc>Deploy</sc> header and provide the means to place specific units on the game board without producing them as normal.</p>
<ol class="lrr">
<li>A player can use a unit’s <sc>Deploy</sc> ability when the ability’s conditions are met to place that unit on the game board.</li>
<ol><li>A player does not have to spend resources to deploy a unit unless otherwise specified.</li></ol>
<li>A player can only resolve a <sc>Deploy</sc> ability to place a unit that is in their reinforcements.</li>
<ol><li>If there are no units that have a <sc>Deploy</sc> ability in a player’s reinforcements, the <sc>Deploy</sc> ability cannot be used.</li></ol>
<li>A unit’s <sc>Deploy</sc> ability can be resolved only once per timing window.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_abilities">Abilities</a></li>
<li><a href="/R_mechs">Mechs</a></li>
<li><a href="/R_reinforcements">Reinforcements</a></li>
</ul>
</article>
<?php include "suffix.php"?>