-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_anomalies.php
33 lines (31 loc) · 1.54 KB
/
R_anomalies.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
<?php include "prefix.php"?>
<header>Anomalies</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '9.' counter(item, decimal);} </style>
<p>An anomaly is a system tile that has unique rules.</p>
<ol class="lrr">
<li>An anomaly is identified by a red border located on the tile’s corners.</li>
<li>There are four types of anomalies: asteroid fields, nebulae, supernovas, and gravity rifts.</li>
<ol><li>Some anomalies contain planets; those systems are still anomalies.</li></ol>
<li>Each type of anomaly is identified by its art. <code>See rulebook for images.</code></li>
<li>Abilities can cause a system tile to become an anomaly; that system tile is an anomaly in addition to its other properties.</li>
<li>Abilities can cause a system to be two different anomalies; that system has the properties of both anomalies.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>An empty system is not an anomaly.</li>
<li>A system containing a wormhole is not an anomaly.</li>
<li>A system with a Vuil’raith Dimensional Tear is a gravity rift, and thus an anomaly.</li>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_asteroid_field">Asteroid Field</a></li>
<li><a href="/R_gravity_rift">Gravity Rift</a></li>
<li><a href="/R_movement">Movement</a></li>
<li><a href="/R_nebula">Nebula</a></li>
<li><a href="/R_supernova">Supernova</a></li>
<li><a href="/R_system_tiles">System Tiles</a></li>
</ul>
</article>
<?php include "suffix.php"?>