-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_combat.php
25 lines (23 loc) · 1.08 KB
/
R_combat.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
<?php include "prefix.php"?>
<header>Combat <sub>(Attribute)</sub></header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '18.' counter(item, decimal);} </style>
<p>Combat is an attribute of some units that is presented on faction sheets and unit upgrade technology cards.</p>
<ol class="lrr">
<li>During combat, if a unit’s combat roll produces a result equal to or greater than its combat value, it produces a hit.</li>
<li>If a unit’s combat value contains two or more burst icons, instead of rolling a single die, the player rolls one die for each burst icon when making that unit’s combat rolls.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>The “0” side of the d10 represents a result of 10.</li>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_ground_combat">Ground Combat</a></li>
<li><a href="/R_modifiers">Modifiers</a></li>
<li><a href="/R_space_combat">Space Combat</a></li>
<li><a href="/R_units">Units</a></li>
</ul>
</article>
<?php include "suffix.php"?>