-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_control.php
39 lines (37 loc) · 2.28 KB
/
R_control.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
32
33
34
35
36
37
38
39
<?php include "prefix.php"?>
<header>Control</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '25.' counter(item, decimal);} </style>
<p>Each player begins the game with control of each planet in their home system. During the game, players can gain control of additional planets.</p>
<ol class="lrr">
<li>When a player gains control of a planet, they take the planet card that corresponds to that planet and place it in their play area; that card is exhausted.</li>
<ol>
<li>If a player is the first player to control a planet, they take the planet card from the planet card deck.</li>
<li>If another player controls the planet, they take that planet’s card from the other player’s play area.</li>
<li>When a player gains control of a planet that is not already controlled by another player, they explore that planet.</li>
</ol>
<li>A player cannot gain control of a planet that they already control.</li>
<li>While a player controls a planet, that planet’s card remains in their play area until they lose control of that planet.</li>
<li>A player can control a planet that they do not have any units on; that player places a control token on that planet to mark that they control it.</li>
<li>A player loses control of a planet if they no longer have units on it and another player has units on it.</li>
<ol>
<li>The player that placed units on the planet gains control of that planet.</li>
<li>During the <b>Invasion</b> step of a tactical action, control is determined during the <b>Establish Control</b> step instead.</li>
</ol>
<li>A player can lose control of a planet through some game effects.</li>
<li>If a player loses control of a planet that contains their control token, they remove their control token from the planet.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>Control tokens are not component limited; a player may control an unlimited number of planets.</li>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_attach">Attach</a></li>
<li><a href="/R_exhausted">Exhausted</a></li>
<li><a href="/R_invasion">Invasion</a></li>
<li><a href="/R_planets">Planets</a></li>
</ul>
</article>
<?php include "suffix.php"?>