-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_defender.php
26 lines (24 loc) · 1.11 KB
/
R_defender.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
<?php include "prefix.php"?>
<header>Defender</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '29.' counter(item, decimal);} </style>
<p>During either a space or ground combat, the player who is not the active player is the defender.</p>
<ol class="lrr">
</ol>
<h1>Notes</h1>
<ol class="note">
<li>When the Mahact player resolves their <i>Benediction</i> hero ability, the player than had their ships already in the system will be the defender.</li>
<ol><li>Resolving abilities will be by initiative order, starting with the Mahact player. As such, the defender may resolve abilities before the attacker, depending on what order those two players are in.</li></ol>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_attacker">Attacker</a></li>
<li><a href="/R_ground_combat">Ground Combat</a></li>
<li><a href="/R_invasion">Invasion</a></li>
<li><a href="/R_nebula">Nebula</a></li>
<li><a href="/R_opponent">Opponent</a></li>
<li><a href="/R_space_combat">Space Combat</a></li>
</ul>
</article>
<?php include "suffix.php"?>