-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_leadership.php
30 lines (28 loc) · 1.95 KB
/
R_leadership.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
<?php include "prefix.php"?>
<header>Leadership <sub>(Strategy Card)</sub></header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '52.' counter(item, decimal);} </style>
<p>The <i>Leadership</i> strategy card allows players to gain command tokens. This card’s initiative value is “1”.</p>
<ol class="lrr">
<li>During the action phase, if the active player has the <i>Leadership</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>Leadership</i> strategy card, the active player gains three command tokens. Then, that player can spend any amount of their influence to gain one command token for every three influence they spend.</li>
<li>After the active player resolves the primary ability of the <i>Leadership</i> strategy card, each other player, beginning with the player to the left of the active player and proceeding clockwise, may spend any amount of influence to gain one command token for every three influence they spend.</li>
<li>When a player gains command tokens, that player places each token on their command sheet in the pool of their choice.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>The secondary ability of <i>Leadership</i> does not require a player to spend a strategy token.</li>
<li>A player may spend one or two more influence than the amount necessary for the tokens they gain; however, this influence is wasted.</li>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_command_sheet">Command Sheet</a></li>
<li><a href="/R_command_tokens">Command Tokens</a></li>
<li><a href="/R_influence">Influence</a></li>
<li><a href="/R_initiative_order">Initiative Order</a></li>
<li><a href="/R_strategic_action">Strategic Action</a></li>
<li><a href="/R_strategy_card">Strategy Card</a></li>
</ul>
</article>
<?php include "suffix.php"?>