-
Notifications
You must be signed in to change notification settings - Fork 0
/
systems.html
26 lines (25 loc) · 1.4 KB
/
systems.html
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
<!DOCTYPE html>
<html>
<head>
<title>Solar Systems</title>
<style>
</style>
</head>
<body>
<a href="index.html">Back</a>
<h1>Solar Systems</h1>
<p>
There are seven solar systems that are currently inhabited. There are two main methods of travel between these long distances. The first option is a warp-drive; made in Epros using spatial magic, warpdrives allow a ship to skip over portions of space. However, since they are made using magic, they have to be made by hand, which makes them expensive (WL4). The other option is to take the public portal system; a few select planets have portals to other select planets. However, these portals are small, have long waiting lines, and can only go to certain places.
</p>
<p>Listed by distance from Sol. The numbers after the star name are [number of bodies with permanent cites]/[number of habitable bodies].</p>
<ol>
<li>Sol - 2/2 (Earth and Itrhin)</li>
<li><a href="systems/crein.txt" target="_blank">Crein - 4/8</a></li>
<li><a href="systems/lumein.txt" target="_blank">Lumein - 1/1</a></li>
<li><a href="systems/enu.txt" target="_blank">Enu - 6/6</a></li>
<li><a href="systems/ocri.txt" target="_blank">Ocri - 1/3</a></li>
<li><a href="systems/iqaon.txt" target="_blank">Iqaon - 7/31</a></li>
<li><a href="systems/voph.txt" target="_blank">Voph - 3/15</a></li>
</ol>
</body>
</html>