-
Notifications
You must be signed in to change notification settings - Fork 6
/
R_neighbors.php
25 lines (23 loc) · 1.33 KB
/
R_neighbors.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>Neighbors</header>
<article>
<h1>Rules Reference</h1>
<style> .lrr > li:before, .lrr > h2 > li:before {content: '60.' counter(item, decimal);} </style>
<p>Two players are neighbors if they both have a unit or control a planet in the same system. They are also neighbors if they both have a unit or control a planet in systems that are adjacent to each other.</p>
<ol class="lrr">
<li>Players can resolve transactions with their neighbors.</li>
<li>Players are neighbors if the adjacency of systems is granted by a wormhole.</li>
<li>Players are neighbors with the Ghosts of Creuss if the Ghosts of Creuss’ “Quantum Entanglement” faction ability is causing adjacency from the perspective of the Ghosts of Creuss player.</li>
</ol>
<h1>Notes</h1>
<ol class="note">
<li>A player may make a deal with any player, however, these deals may only include a transaction if the two players are neighbors.</li>
<li>A player may resolve one transaction with each other player per each agenda during the agenda phase, however, the agenda phase does not make all players neighbors.</li>
</ol>
<h1>Related Topics</h1>
<ul>
<li><a href="/R_adjacency">Adjacency</a></li>
<li><a href="/R_transactions">Transactions</a></li>
</ul>
</article>
<?php include "suffix.php"?>