-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_imperial.php
32 lines (30 loc) · 2.72 KB
/
R_imperial.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
<?php include "prefix.php"?>
<header>Imperial <sub>(Strategy Card)</sub></header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '45.' counter(item, decimal);} </style>
<p>The <i>Imperial</i> strategy card allows players to score victory points and draw secret objectives. This card’s initiative value is “8”.</p>
<ol class="lrr">
<li>During the action phase, if the active player has the <i>Imperial</i> strategy card, they can perform a strategic action to resolve that card’s primary ability.</li>
<li>To resolve the primary ability on the <i>Imperial</i> strategy card, the active player can score one public objective of their choice if they meet that objective’s requirements as described on its card. Then, if the active player controls Mecatol Rex, they gain one victory point; if they do not control Mecatol Rex, they can draw one secret objective card.</li>
<li>After the active player resolves the primary ability of the <i>Imperial</i> strategy card, each other player, beginning with the player to the left of the active player and proceeding clockwise, may spend one command token from their strategy pool to draw one secret objective card.</li>
<li>If a player has more than three secret objective cards after drawing a secret objective, they must choose one of their <b>unscored</b> secret objectives and return it to the secret objective deck. This number includes the secret objective cards in the player’s hand <b>and</b> the cards that player has already scored. Then, they shuffle the secret objective deck.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>A player must control every planet in their home system to score a public objective using the first primary ability of <i>Imperial</i>.</li>
<li>A player who controls Mecatol Rex does not need to control every planet in their home system to gain a victory point from the second primary ability of <i>Imperial</i>.</li>
<li>A player who controls Mecatol Rex while resolving the primary ability of <i>Imperial</i> must gain a victory point; they cannot instead draw a secret objective.</li>
<li>A player who needs to discard a secret objective must do so and reshuffle the deck before the next player may draw from the deck.</li>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_initiative_order">Initiative Order</a></li>
<li><a href="/R_mecatol_rex">Mecatol Rex</a></li>
<li><a href="/R_objective_cards">Objective Cards</a></li>
<li><a href="/R_strategic_action">Strategic Action</a></li>
<li><a href="/R_strategy_card">Strategy Card</a></li>
<li><a href="/R_victory_points">Victory Points</a></li>
</ul>
</article>
<?php include "suffix.php"?>