-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_modifiers.php
29 lines (27 loc) · 1.4 KB
/
R_modifiers.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
<?php include "prefix.php"?>
<header>Modifiers</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '56.' counter(item, decimal);} </style>
<p>A modifier is a number that is applied by an ability to increase or decrease the attribute values of a unit or the results of a die roll.</p>
<ol class="lrr">
<li>A modifier is always preceded by the word “apply” followed by a numerical value.</li>
<li>A modifier value preceded by a “+” is added to the attribute or result being modified; a modifier value preceded by a “−” is subtracted from the attribute or result being modified.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>“Combat roll” modifiers do not modify anti–fighter barrage, bombardment or space cannon rolls.</li>
<li>When an effect moves a unit to an adjacent system, modifying that unit’s move value will have no effect.</li>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_abilities">Abilities</a></li>
<li><a href="/R_anti_fighter_barrage">Anti–Fighter Barrage</a></li>
<li><a href="/R_bombardment">Bombardment</a></li>
<li><a href="/R_combat">Combat</a></li>
<li><a href="/R_cost">Cost</a></li>
<li><a href="/R_move">Move</a></li>
<li><a href="/R_space_cannon">Space Cannon</a></li>
</ul>
</article>
<?php include "suffix.php"?>