-
Notifications
You must be signed in to change notification settings - Fork 4
/
derelict.html
308 lines (297 loc) · 12.2 KB
/
derelict.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Eisvana Wiki Page Creator - Derelict Freighter</title>
<meta name="application-name" content="Eisvana Wiki Page Creator">
<meta name="description"
content="Easily generate the wikicode to create a derelict freighter discovery page for Eisvana on the No Man's Sky Wiki!">
<meta name="theme-color" content="#280033">
<meta name="keywords" content="No Man's Sky, NMS, Wiki, Fandom, Eisvana, Page Creator, Derelict Freighter">
<script src="./src/pages/derelict" type="module"></script>
</head>
<body>
<div class="container">
<nav><a href="./" title="Main page">← Return to main page</a></nav>
<h1 class="title is-3">Eisvana Wiki Page Creator - Derelict Freighter</h1>
<dialog id="explanation" class="modal-content content"></dialog>
<main class="columns is-desktop">
<div id="input" class="column is-full-mobile">
<div class="table">
<div class="table-cell text">
<label for="nameInput">Name of the freighter:</label>
<button class="tooltip">
<data>Enter exactly as seen in game. Watch out for 0 (zero) and O (o).</data>
<data>Freighter Name</data>
<data>Enter exactly as seen in game. Watch out for 0 (zero) and O (o). Can be found in the
analysis visor.</data>
<data>derelict/freighterName</data>
</button>
</div>
<div class="table-cell data">
<input type="text" data-dest="name" id="nameInput">
</div>
<div class="table-cell text">
<label for="fileInput">Main image name, including file extension:</label>
<button class="tooltip" name="fileUploadTooltip">
<data>Picture won't be uploaded to the wiki. This is only to autofill the image name.</data>
<data>File Upload</data>
<data>
Any pictures you upload here won't be uploaded to the wiki. This is only to autofill the
image name. Maximum filesize is 10MB.
You can upload your pictures to the wiki on <a href="Special:Upload?multiple=true"
data-wiki>Special:Upload</a>
<iframe src="https://nmscd.com/Image-Compressor/" title="Image Compressor"
class="explanation-embed" width="450" height="300">Image Compressor</iframe>
</data>
</button>
</div>
<div class="table-cell data">
<input type="text" id="fileInput" data-dest="image" data-default="NmsMisc_NotAvailable.png">
<input type="file" id="fileUpload" accept="image/*">
</div>
<div class="table-cell text">
<label for="systemInput">Name of the system:</label>
</div>
<div class="table-cell data">
<input type="text" data-dest="system" id="systemInput">
</div>
<div class="table-cell text">
<div class="label-combo">
<label for="portalglyphsInput">Portalglyphs:</label>
<button class="button is-small is-danger" type="button" id="glyphDeleteButton">←
Delete</button>
</div>
<button class="tooltip">
<data>Found in Photo Mode.</data>
<data>Portalglyphs</data>
<data>
Found in Photo Mode.
<iframe src="https://nmspar.vercel.app/" sandbox="allow-scripts allow-same-origin"
title="Glyph Reader" class="explanation-embed" width="450" height="300">Glyph
Reader</iframe>
</data>
<data>shared/glyphs</data>
</button>
</div>
<div class="table-cell data">
<input type="text" id="portalglyphsInput" data-dest-noauto="portalglyphs" maxlength="12">
</div>
<div class="tableHeader data">
<div id="portalglyphButtons"></div>
<output name="portalglyphs" id="portalglyphsPreview" class="glyph"></output>
</div>
<div class="table-cell text">
<label>Class:</label>
</div>
<div class="table-cell data">
<select id="classInput" data-dest="class">
<option value="S">S</option>
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
</select>
</div>
<div class="table-cell text">
<label>Enemies:</label>
<button class="tooltip">
<data>Whether the freighter has these enemies.</data>
<data>Derelict Freighter Enemies</data>
<data>
Check the boxes which apply to the derelict freighter.
</data>
<data>derelict/enemies</data>
</button>
</div>
<div class="table-cell data">
<div class="checkboxes">
<label class="checkbox" for="rogueAIInput"><input type="checkbox" id="rogueAIInput"
value="Rogue AI" name="enemiesInput"><span class="checkbox-label">Rogue
AI</span></label>
<label class="checkbox" for="minifiendInput"><input type="checkbox" id="minifiendInput"
value="[[Minifiend]]" name="enemiesInput"><span
class="checkbox-label">Minifiend</span></label>
<label class="checkbox" for="greenJellyfishInput"><input type="checkbox"
id="greenJellyfishInput" value="[[Green Jellyfish]]" name="enemiesInput"><span
class="checkbox-label">Green Jellyfish</span></label>
</div>
</div>
<div class="table-cell text">
<label for="roomInput">Number of rooms:</label>
<button class="tooltip">
<data>Number of rooms as seen at the bottom right.</data>
<data>Number of Rooms</data>
<data>
Number of rooms in the freighter. It can be seen on the bottom right of the screen. You
can get the overlay by pressing H.
</data>
<data>derelict/zones</data>
</button>
</div>
<div class="table-cell data">
<input type="text" id="roomInput" data-dest-number="0" data-dest-noauto="rooms" maxlength="2">
</div>
<div class="table-cell text">
<label for="hyperdriveInput">Hyperdrive:</label>
<button class="tooltip">
<data>Stat of the hyperdrive upgrade.</data>
<data>Hyperdrive Upgrade Bonus</data>
<data>
Hyperdrive upgrade distance stat. This will always be the same for a given freighter.
</data>
<data>derelict/hyperdrive</data>
</button>
</div>
<div class="table-cell data">
<input type="text" id="hyperdriveInput" data-dest-number="0" data-dest-noauto="hyperdrive"
maxlength="3">
</div>
<div class="table-cell text">
<label for="fuelInput">Fuel:</label>
<button class="tooltip">
<data>Stat of the frigate fuel upgrade.</data>
<data>Frigate Fuel Upgrade Bonus</data>
<data>
Frigate fuel upgrade stat. This will always be the same for a given freighter.
</data>
<data>derelict/fuel</data>
</button>
</div>
<div class="table-cell data">
<input type="text" id="fuelInput" data-dest-number="0" data-dest-noauto="fuel" maxlength="2">
</div>
<div class="table-cell text">
<label for="otherStatInput">Other upgrades:</label>
<button class="tooltip">
<data>Stat of frigate upgrades that are not fuel or hyperdrive.</data>
<data>Other Frigate Upgrade Bonus</data>
<data>
Frigate upgrade stat for modules unrelated to hyperdrive and fuel consumption. This will
always be the same for a given freighter and its upgrade modules.
</data>
<data>derelict/fuel</data>
</button>
</div>
<div class="table-cell data">
<input type="text" id="otherStatInput" data-dest-number="0" data-dest-noauto="otherStats"
maxlength="2">
</div>
<div class="table-cell text">
<label for="discoveredlinkInput">Discoverer wiki name:</label>
</div>
<div class="table-cell data">
<input type="text" id="discoveredlinkInput" data-dest="discoveredlink">
</div>
<div class="table-cell text">
<label for="discoveredInput">Discoverer alias if no wiki:</label>
</div>
<div class="table-cell data">
<input type="text" id="discoveredInput" data-dest="discovered">
</div>
<div class="table-cell text">
<label>Do you belong to a chapter?</label>
</div>
<div class="table-cell data">
<select id="researchteamInput" data-dest-noauto="researchteam">
<option value=""></option>
<option value="Wiki Scholars">Wiki Scholars</option>
<option value="EBC">EBC</option>
</select>
</div>
</div>
<div id="galleryInput"></div>
<div id="galleryItems" class="gallery-items-wrapper"></div>
<div id="actions" class="buttons"></div>
<div id="galaxyTableActions" class="buttons"></div>
<div id="classTableActions" class="buttons"></div>
</div>
<div id="output" class="column is-full-mobile">
<div class="wikiText" id="fullArticle" data-link="page">
<div>{{Version|<output name="release"></output>}}</div>
<div>{{Eisvana}}</div>
<div>{{Starship infobox</div>
<div>| name = <output id="name" name="name"></output></div>
<div>| image = <output id="image" name="image"></output></div>
<div>| coordinates = <output name="coordinates"></output>:xxxx</div>
<div>| portalglyphs = 0000<output name="regionglyphs"></output>
</div>
<div>| type = Freighter</div>
<div>| subtype = Derelict</div>
<div>| class = <output name="class"></output></div>
<div>| discovered = <output id="discovered"></output></div>
<div>| discoveredlink = <output id="discoveredlink"></output></div>
<div>| civilized = Eisvana</div>
<div>| researchteam = <output id="researchteam"></output></div>
<div>| release = <output name="release"></output></div>
<div>}}</div>
<div>'''<output id="name1" name="name"></output>''' is a visual catalogue.</div>
<br>
<div>==Summary==</div>
<div>'''<output id="name2" name="name"></output>''' is a [[Starship Catalogue - Freighter#Derelict /
Undetermined|derelict freighter]].</div>
<br>
<div>For other derelict freighters, see [[Eisvana Starship Album - Derelict Freighter]].</div>
<br>
==Stats==
<div>Every freighter listed here has the following upgrade module stats:</div>
<div>{| class="article-table"</div>
<div>|-</div>
<div>! Procedural Rewards !! Value</div>
<div>|-</div>
<div>|{{class|<output name="class"></output>}} Hyperdrive || <output name="hyperdrive"></output> ly
</div>
<div>|-</div>
<div>|{{class|<output name="class"></output>}} Fuel || +<output name="fuel"></output>%</div>
<div>|-</div>
<div>|{{class|<output name="class"></output>}} Other || +<output name="otherStats"></output>%</div>
<div>|}</div>
<br>
<div>==Derelict Freighters==</div>
<div>{| class="wikitable" style="text-align:center; width:100%; max-width: 1000px"</div>
<div>|-</div>
<div>! style="width:150px" | Image</div>
<div>! System</div>
<div>! Zones</div>
<div>! Dangers</div>
<div>! Glyphs</div>
<div>! Documented by</div>
<div>|-</div>
<div><output id="galaxyTable" data-entry></output></div>
<div>|}</div>
<br>
<div>==Location==</div>
<div>This freighter can be found in all galaxies at the coordinates of the entries above. Enemies
and room layout may differ.</div>
<br>
<div>==Additional Information==</div>
<br>
<div id="gallery"></div>
<br>
<div>[[Category:Derelict Freighter]]</div>
<div>[[Category:Album]]</div>
<div>[[Category:Eisvana Wiki Scholars]]</div>
</div>
<div id="galaxyTableEntry">
<h2 class="title is-5 has-text-left has-text-weight-bold mb-2">
System entry for <output name="name"></output>:
</h2>
<div id="albumText" class="wikiText" data-link="album" data-entry></div>
</div>
<div id="indexEntry">
<h2 class="title is-5 has-text-left has-text-weight-bold mb-2">
Eisvana Derelict Freighter Album entry for <output name="name"></output>:
</h2>
<div id="classTableEntry" class="wikiText" data-link="classTableEntry">
| [[<output name="name"></output>]] || <output name="hyperdrive"></output> ly || +<output
name="fuel"></output>% || +<output name="otherStats"></output>% || <output
name="coordinates"></output>:xxxx || {{Gl/Small|0000<output name="regionglyphs"></output>}}
|| <output name="discoverer"></output>
</div>
</div>
</div>
</main>
</div>
<footer id="footer" class="footer"></footer>
</body>
</html>