-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_influence.php
27 lines (25 loc) · 1.24 KB
/
R_influence.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
<?php include "prefix.php"?>
<header>Influence</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '47.' counter(item, decimal);} </style>
<p>Influence represents a planet’s political power. Players spend influence to gain command tokens using the <i>Leadership</i> strategy card, and the influence values of planets are used to cast votes during the agenda phase.</p>
<ol class="lrr">
<li>A planet’s influence is the rightmost value (surrounded by a blue border) found on the planet’s system tile and planet card.</li>
<li>A player can spend a planet’s influence by exhausting that planet’s card.</li>
<li>A player can spend a trade good as if it were one influence.</li>
<ol><li>Players cannot spend trade goods to cast votes during the agenda phase.</li></ol>
</ol>
<h1>Notes</h1>
<ol class="note">
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_agenda_phase">Agenda Phase</a></li>
<li><a href="/R_custodians_token">Custodians Token</a></li>
<li><a href="/R_exhausted">Exhausted</a></li>
<li><a href="/R_leadership">Leadership</a></li>
<li><a href="/R_planets">Planets</a></li>
</ul>
</article>
<?php include "suffix.php"?>