-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_component_action.php
31 lines (29 loc) · 1.54 KB
/
R_component_action.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
<?php include "prefix.php"?>
<header>Component Action</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '22.' counter(item, decimal);} </style>
<p>A component action is a type of action that a player can perform during their turn of an action phase.</p>
<ol class="lrr">
<li>Component actions can be found on various game components, including action cards, technology cards, leaders, exploration cards, relics, promissory notes, and faction sheets. Each component action is indicated by an “Action” header.</li>
<li>To perform a component action, a player reads the action’s text and follows the instructions as described.</li>
<li>A component action cannot be performed if its ability cannot be completely resolved.</li>
<li>If a component action is canceled, it does not use that player’s action.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>Action cards without the “Action” header are not used to perform component actions.</li>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_abilities">Abilities</a></li>
<li><a href="/R_action_cards">Action Cards</a></li>
<li><a href="/R_action_phase">Action Phase</a></li>
<li><a href="/R_exploration">Exploration</a></li>
<li><a href="/R_leaders">Leaders</a></li>
<li><a href="/R_promissory_notes">Promissory Notes</a></li>
<li><a href="/R_relics">Relics</a></li>
<li><a href="/R_technology">Technology</a></li>
</ul>
</article>
<?php include "suffix.php"?>