-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_exhausted.php
34 lines (32 loc) · 1.87 KB
/
R_exhausted.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
<?php include "prefix.php"?>
<header>Exhausted</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '34.' counter(item, decimal);} </style>
<p>Some cards can be exhausted. A player cannot resolve abilities or spend the resources or influence of an exhausted card.</p>
<ol class="lrr">
<li>To exhaust a card, a player flips the card facedown.</li>
<li>During the <b>Ready Cards</b> step of the status phase, each player readies all of their exhausted cards by flipping those cards faceup.</li>
<li>A player exhausts their planet cards to spend either the resources or influence on that card.</li>
<li>Abilities, including some found on technology cards, may instruct a player to exhaust a card to resolve those abilities. If a card is already exhausted, it cannot be exhausted again.</li>
<ol><li>Passive abilities on an exhausted card are still in effect while that card is exhausted.</li></ol>
<li>After a player performs a strategic action, they exhaust the strategy card that corresponds to that action.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>Planets will also ready at the end of each agenda phase. Leaders, relics and technologies will not.</li>
<li>If a game effect instructs a player to exhaust a planet, the exhausted planet must be controlled by that player, unless the game effect specifies otherwise.</li>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_influence">Influence</a></li>
<li><a href="/R_leaders">Leaders</a></li>
<li><a href="/R_planets">Planets</a></li>
<li><a href="/R_relics">Relics</a></li>
<li><a href="/R_resources">Resources</a></li>
<li><a href="/R_strategy_card">Strategy Card</a></li>
<li><a href="/R_status_phase">Status Phase</a></li>
<li><a href="/R_technology">Technology</a></li>
</ul>
</article>
<?php include "suffix.php"?>