-
Notifications
You must be signed in to change notification settings - Fork 6
/
C_relics.php
81 lines (69 loc) · 4.45 KB
/
C_relics.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?php include "prefix.php"?>
<header>Relics</header>
<article>
<h1>The Codex</h1>
<ol class="note">
<li>The action card discard is shuffled to form a new action card deck as soon as the action card deck has zero cards in it.</li>
<li>It is public knowledge which action cards a player takes using <i>The Codex</i>.</li>
</ol>
<h1>The Crown of Emphidia</h1>
<ol class="note">
</ol>
<h1>The Crown of Thalnos</h1>
<ol class="note">
<li>A player may only reroll combat rolls with <i>The Crown of Thalnos</i>. They cannot reroll anti–fighter barrage rolls and similar.</li>
<li>If a unit rolls multiple dice, it will not be destroyed if it produces at least one hit from its original roll, and that dice is not rerolled, even if it produces no hits from its reroll.</li>
<li>A reroll caused by any other effect will not cause a unit to be destroyed.</li>
<li>Units destroyed by <i>The Crown of Thalnos</i> are destroyed at the end of the <b>Roll Dice</b> step, before the <b>Assign Hits</b> step.</li>
<li>A unit with the <sc>Sustain Damage</sc> ability cannot use it to avoid being destroyed by <i>The Crown of Thalnos</i>.</li>
</ol>
<h1>Dominus Orb</h1>
<ol class="note">
</ol>
<h1>Dynamis Core</h1>
<ol class="note">
<li>If a player uses the purge ability of <i>Dynamis Core</i>, they will need to return commodities if they now exceed their original commodity value.</li>
</ol>
<h1>JR–XS455–O</h1>
<ol class="note">
<li><i>JR-XS455-O</i> is an agent. All rules that apply to agents (and leaders) applies to <i>JR-XS455-O</i>.</li>
<ol>
<li><i>JR-XS455-O</i> may be refreshed by the Nomad player's <i>Temporal Command Suite</i> technology.</li>
<li>The ability of <i>JR-XS455-O</i> may be duplicated by the Yssaril player’s agent, Ssruu, if the Yssaril player themselves do not own <i>JR-XS455-O</i>.</li>
</ol>
</ol>
<h1>Maw of Worlds</h1>
<ol class="note">
<li>The player does not have to meet the prerequisites of the technologies they acquire using <i>Maw of Worlds</i>.</li>
</ol>
<h1>Nanoforge</h1>
<ol class="note">
<li>The attached planet will not have a corresponding legendary planet ability card. However, it will be legendary for effects such as scoring the <i>Make History</i> and similar objectives, transferring the <i>Shard of the Throne</i> relic, and the Winnu player's commander. The attached planet will also no longer be non–legendary for effects such as the <i>Stellar Converter</i> relic.</li>
</ol>
<h1>The Obsidian</h1>
<ol class="note">
</ol>
<h1>The Prophet’s Tears</h1>
<ol class="note">
<li>A player cannot use the ability of <i>The Prophet’s Tears</i> when they directly gain a technology.</li>
<li>The Nekro player may use the ability of <i>The Prophet’s Tears</i> to draw an action card when they would have researched a technology.</li>
</ol>
<h1>Scepter of Emelpar</h1>
<ol class="note">
<li>If a player has no command tokens in their reinforcements, they cannot resolve the ability of <i>Scepter of Emelpar</i>.</li>
<li>The <i>Scepter of Emelpar</i> may be used whenever a command token would be spent from a player’s strategy pool. This includes when spending to perform the secondary ability of a strategy card, for faction abilities, and when scoring objectives.</li>
<li>If the Muaat player uses the ability of the <i>Scepter of Emelpar</i>, they will be unable to use the ability of their commander, Magmus.</li>
</ol>
<h1>Shard of the Throne</h1>
<ol class="note">
<li>When the player that owns the <i>Shard of the Throne</i> loses control of a legendary planet or a planet in their home system, they immediately give it to the player who gained control of that planet. No abilities may be resolved before this.</li>
<li>If the player that gains <i>Shard of the Throne</i> controls no legendary planets or planets in their home system, they cannot lose it.</li>
</ol>
<h1>Stellar Converter</h1>
<ol class="note">
<li>The chosen planet must be in a system adjacent to the unit with <sc>bombardment</sc>; the planet and unit cannot both be in the same system.</li>
<li>A system that contains a planet destroyed by <i>Stellar Converter</i>, and no other planets, is considered to contain no planets.</li>
<li>A player cannot target a planet they control with <i>Stellar Converter</i>.</li>
</ol>
</article>
<?php include "suffix.php"?>