-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_initiative_order.php
40 lines (38 loc) · 2.29 KB
/
R_initiative_order.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
35
36
37
38
39
40
<?php include "prefix.php"?>
<header>Initiative Order</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '48.' counter(item, decimal);} </style>
<p>Initiative order is the order in which players resolve steps of the action and status phases.</p>
<ol class="lrr">
<li>Initiative order is determined by the initiative numbers on strategy cards.</li>
<ol><li>A player who has the Naalu “0” token has the initiative number “0”.</li></ol>
<li>Initiative order begins with the player who has the lowest–numbered strategy card and proceeds to the player who has the strategy card that is next in numerical order.</li>
<ol><li>Only strategy cards that were chosen during the strategy phase are used when determining initiative order; strategy cards not chosen during the strategy phase are ignored.</li></ol>
<li>When playing with three or four players, a player’s initiative is determined only by their lowest–numbered strategy card.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>If there are multiple abilities that players wish to resolve at the same time during the action phase, initiative order will determine the order they are resolved in. See the <a href="/R_abilities">abilities page</a> for more details.</li>
<li>The initiative order of all strategy cards is:</li>
<ol class="roman">
<li><a href="/R_leadership">Leadership</a></li>
<li><a href="/R_diplomacy">Diplomacy</a></li>
<li><a href="/R_politics">Politics</a></li>
<li><a href="/R_construction">Construction</a></li>
<li><a href="/R_trade">Trade</a></li>
<li><a href="/R_warfare">Warfare</a></li>
<li><a href="/R_technology_sc">Technology <sub style="font-size: 66.67%; vertical-align: baseline;">(<abbr title="Strategy Card">S.C.</abbr>)</sub></a></li>
<li><a href="/R_imperial">Imperial</a></li>
</ol>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_abilities">Abilities</a></li>
<li><a href="/R_action_phase">Action Phase</a></li>
<li><a href="/R_active_player">Active Player</a></li>
<li><a href="/R_strategy_card">Strategy Card</a></li>
<li><a href="/R_status_phase">Status Phase</a></li>
</ul>
</article>
<?php include "suffix.php"?>