-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (97 loc) · 5.29 KB
/
index.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<title>LEEST - Endless Sky Plugin</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class='front-scripts'>
</div>
<div class="white-bar">
<a class="subnav download-link" href=download.html><b>Download</b></a>
<a class="subnav"
href="https://github.com/a-random-lemurian/Lemurias-Extra-ES-Stuff/blob/main/changelog.md">Changelog</a>
<a class="subnav" href="sayari.html">Lore</a>
<a class="subnav" href="https://github.com/a-random-lemurian/Lemurias-Extra-ES-Stuff">Repository</a>
<div style="float: right" id="randphrase" onload="getPhrase()">
</div>
</div>
<div style="text-align: center">
<h1>Lemuria's Extra Endless Sky Stuff (LEEST)</h1>
<h2>A plugin for Endless Sky</h2>
</div>
<div class="start-blurb">
<div class="start-blurb-text">
<p>The <b>Sayari Plushie Authority</b> has risen in the Illumina Regions and the Pelitol Cluster, two new
exciting regions of human space. Their mission is to bring joy to the galaxy through plushies of Sayari,
the Hai ambassador to the Wanderers. Unfortunately, not everybody agrees with the Sayari Plushie
Authority. The <b>Counter-Sayari Strike Force</b>, or the CSSF, has risen up against the SPA, launching
raids on colonies and attacking ships.</p>
<p>The Republic is hopeless against both sides, however. The Sayari Plushie Authority has more than enough
naval firepower to take on the Republic, though most of it is allocated to fending off the slightly less
powerful but still formidale CSSF. To this end, the Republic minds its business and their ships are
treated as neutral in the conflict.</p>
<p>There's no great storyline and Lemuria probably doesn't have the resources (like time, work ethic, and
the will to do so) to try, but there are a few small side missions, data transports, and ways to make
money and easily access alien technologies from the SPA's vast stockpiles.</p>
<div class="download-button"><a
href="https://github.com/a-random-lemurian/Lemurias-Extra-ES-Stuff/archive/refs/heads/main.zip">Download</a>
</div>
</div>
</div>
<div style="text-align: center;">
<h2>What LEEST brings to the table</h2>
</div>
<div class="features">
<div class="feature-item">
<img src="/image/amidala.png" style="float: right;" height="200px">
<h2>Amidala</h2>
<p>The Sayari Plushie Authority needed firepower, so they turned to, and eventually modified the Kar Ik Vot
349 to satisfy this need. Slightly bulkier than the baseline KIV, it can hold its own against a small
fleet of CSSF ships and keep the fight going long enough for reinforcements to arrive.</p>
</div>
<div class="feature-item">
<img src="/image/cssf.png" style="float: right;" height="200px">
<h2>Two giants at war</h2>
<p>The Illumina Regions is a battleground for the Sayari Plushie Authority and the Counter-Sayari Strike
Force. The CSSF has set up shop on the other side of a wormhole somewhere, from which they coordinate
their attacks on the Sayari Plushie Authority. What secrets are they hiding in there?</p>
</div>
<div class="feature-item">
<img src="/image/pelitol-map.png" style="float: right; margin-left: 30px;" height="200px">
<h2>Pelitol Cluster</h2>
<p>At the very edge of human space, past the Illumina Regions, was the Pelitol Cluster. The entire cluster
has yet to be settled, but the Republic and the Sayari Plushie Authority have both set up camp in the
cluster. To the south exists the still-unsettled Starium Cluster, where settlers still have the chance
to leave behind a completely new legacy of their own.</p>
</div>
<div class="feature-item">
<img src="/image/ann-arbor.jpg" style="float: right;" height="200px">
<h2>Plenty of planets</h2>
<p>On every planet LEEST brings, there is either a large bustling settlement, a nature reserve, a couple
small villages, or a massive plushie manufacturing factory. Looking up into the skies, it's either a
clear night of stars or one of explosions and ship fragments, the remnant of a CSSF-led attack on SPA
shipping.</p>
</div>
</div>
<hr>
<div class="copyright" style="text-align: center">© Lemuria 2021–2024. Images used in the plugin are the
property of
their respective owners. The text of this webpage is licensed under the GPL v3. Endless Sky is a free and open
source space game licensed under GPL v3. Image of Ann Arbor, under "Plenty of planets" ©
WeaponizingArchitecture, used under CC BY-SA 4.0. See the <a
href="https://commons.wikimedia.org/w/index.php?curid=110865265">original file's page</a> on Wikimedia
Commons.</div>
<br>
<div class="lemuria-wordmark">
<a href="https://lemuria.ph" hreflang="en">
<img class="center" src="https://lemuria.ph/Lemuria_wordmark_white_color.svg" height="30px"
alt="A light-blue rectangle with one white pyramid on top of two smaller white pyramids with a triangle-shaped space in the middle that is light blue, representing a symbol known in video gaming as the 'Triforce'. To the right of the light-blue rectangle is the text 'Lemuria', in Gentium font. Lemuria calls this logo the 'Lemuria wordmark'.">
</a>
</div>
<div class="scripting">
<script src="script/js/randomphrase.js"></script>
<script>window.onload = function () { getPhrase(); };</script>
</div>
</body>
</html>