-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_destroyed.php
26 lines (24 loc) · 1.24 KB
/
R_destroyed.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>Destroyed</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '31.' counter(item, decimal);} </style>
<p>Various game effects can cause a unit to be destroyed. When a player’s unit is destroyed, it is removed from the game board and returned to their reinforcements.</p>
<ol class="lrr">
<li>When a player assigns hits that were produced against their units, that player chooses a number of their units to be destroyed equal to the number of hits produced against those units.</li>
<li>If a player’s unit is removed from the board by a game effect, it is not treated as being destroyed; effects that trigger when a unit is destroyed are not triggered.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_anti_fighter_barrage">Anti–Fighter Barrage</a></li>
<li><a href="/R_bombardment">Bombardment</a></li>
<li><a href="/R_ground_combat">Ground Combat</a></li>
<li><a href="/R_space_cannon">Space Cannon</a></li>
<li><a href="/R_space_combat">Space Combat</a></li>
<li><a href="/R_sustain_damage">Sustain Damage</a></li>
</ul>
</article>
<?php include "suffix.php"?>