forked from Koyot-Digital/Wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpoints.html
More file actions
372 lines (329 loc) · 18.2 KB
/
Copy pathpoints.html
File metadata and controls
372 lines (329 loc) · 18.2 KB
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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<!-- Points.HTML -->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Cookie Consent by TermsFeed https://www.TermsFeed.com -->
<script type="text/javascript" src="https://www.termsfeed.com/public/cookie-consent/4.2.0/cookie-consent.js"
charset="UTF-8"></script>
<script type="text/javascript" charset="UTF-8">
document.addEventListener('DOMContentLoaded', function () {
cookieconsent.run({ "notice_banner_type": "simple", "consent_type": "express", "palette": "dark", "language": "en", "page_load_consent_levels": ["strictly-necessary"], "notice_banner_reject_button_hide": false, "preferences_center_close_button_hide": false, "page_refresh_confirmation_buttons": false, "website_name": "ONPS Wiki" });
});
</script>
<!-- Google Analitics -->
<script type="text/plain" data-cookie-consent="tracking" async
src="https://www.googletagmanager.com/gtag/js?id=G-8C0MST73WK"></script>
<script type="text/plain" data-cookie-consent="tracking">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8C0MST73WK');
</script>
<!-- end of Google Analitics-->
<noscript>Free cookie consent management tool by <a href="https://www.termsfeed.com/">TermsFeed</a></noscript>
<!-- End Cookie Consent by TermsFeed https://www.TermsFeed.com -->
<!-- Below is the link that users can use to open Preferences Center to change their preferences. Do not modify the ID parameter. Place it where appropriate, style it as needed. -->
<!-- Primary Meta Tags -->
<meta name="title" content="ONPS - Points" />
<meta name="description" content="Oakridge Nuclear Power Station - Points" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wiki.koyot.digital/points.html" />
<meta property="og:title" content="ONPS - Points" />
<meta property="og:description" content="Oakridge Nuclear Power Station - Points" />
<meta property="og:image" content="/images/banner1.webp" />
<!-- X (Twitter) -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://wiki.koyot.digital/points.html" />
<meta property="twitter:title" content="ONPS - Points" />
<meta property="twitter:description" content="Oakridge Nuclear Power Station - Points" />
<meta property="twitter:image" content="/images/banner1.webp" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Oakridge Nuclear Power Station</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/points.css" />
<script src="js/script.js" defer></script>
<script src="https://kit.fontawesome.com/a7bdae1ce6.js" crossorigin="anonymous"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/images/Favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/Favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/Favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<header id="header" style="
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px;
">
<div style="display: flex; gap: 12px; align-items: center;">
<img src="images/home.svg" style="width: 24px; height: 24px; cursor: pointer;"
onclick="relocate('index.html');" alt="Home">
<img src="images/settings.svg" style="width: 24px; height: 24px; cursor: pointer;"
onclick="relocate('settings.html');" alt="Settings">
</div>
<h2 style="margin: 0;">Oakridge Nuclear Power Station Wiki</h2>
</header>
<header class="hero">
<div class="hero-overlay"></div>
<img src="images/banners/banner1.webp" alt="Oakridge Banner" />
<div class="hero-content">
<h1>Ranks and Points</h1>
<p>"You don't know about the ranks around here? What are they teaching the new trainees? We work for a
nuclear powerplant for gods sake!" - Supervisor.</p>
</div>
</header>
<main class="container">
<div id="NavGrid-placeholder"></div>
<br><br><br>
<div class="emergency-nav">
<p>Jump To Any Rank:</p>
<br>
<section>
<a class="main-team" href="#security-header">Security</a>
</section><br>
<section class="jump-to-rank">
<a href="#security-Inductee" class="reg-link">Inductee</a>
<a href="#security-Cadet" class="reg-link">Cadet</a>
<a href="#security-officer" class="reg-link">Officer</a>
<a href="#security-Sergeant" class="reg-link">Sergeant</a>
<a href="#security-Inspector" class="reg-link">Inspector</a>
<a href="#security-Superintendent" class="reg-link">Superintendent</a>
<a href="#security-Director" class="reg-link">Director</a>
</section>
<br><br>
<section>
<a class="main-team" href="#Operator-header">Operator</a>
</section><br>
<section class="jump-to-rank">
<a class="reg-link" href="#visitor">Visitor</a>
<a class="reg-link" href="#trainee">Trainee</a>
<a class="reg-link" href="#junior-op">Junior Operator</a>
<a class="reg-link" href="#sr-op">Senior Operator</a>
<a class="reg-link" href="#supervisor">Supervisor</a>
<a class="reg-link" href="#shift-manager">Shift Manager</a>
<a class="reg-link" href="#plant-director">Plant Director</a>
<a class="reg-link" href="#nrc-inspector">NRC Inspector</a>
</section>
</div>
<br><br>
<section id="introduction">
<h3>Introduction</h3>
<br>
<p>The Ranks and Points system in this game is fairly simple. To rank up you just need to keep the reactor
and the turbines connected to the grid and meet demand. At the end of your shift (At 00:00) you will
earn a paycheck. Each time you get your paycheck your 'Money' turns into points. In other words your
main priority is to sell as much power as possible.</p>
<br>
</section>
<hr><br>
<!-- Security Section -->
<!-- Make this a class -->
<section class="security-background">
<section id="security-header">
<h2>Security Ranks</h2>
<!-- h6 my beloved-->
<h6>If you are security you have to wait until you get <span style="color: #eb4c51;"
class="number">25000</span> <span style="color: #eb4c51;">points</span> to get handcuffs, and
<span style="color: #eb4c51;" class="number">75000</span><span style="color: #eb4c51;">
points</span> for the baton
</h6>
<br>
</section>
<section id="security-Inductee">
<h3>Inductee</h3>
<p style="color: #eb4c51;">Points required: 0 - <span class="number">4999</span></p>
<p style="color: #4ed171;">Bonus: 0%</p>
<p>"Don't ask me anything, this is my first day" - Inductee</p>
</section>
<br>
<hr><br>
<section id="security-Cadet">
<h3>Cadet</h3>
<p style="color: #eb4c51;">Points required: <span class="number">5000</span> - <span
class="number">74999</span></p>
<p style="color: #4ed171;">Bonus: 0%</p>
<p>"Uhh I don't think visitors are allowed in the control room- and you hit the A3-5..."</p>
</section>
<br>
<hr><br>
<section id="security-officer">
<h3>Officer</h3>
<p style="color: #eb4c51;">Points required: <span class="number">75000</span> - <span
class="number">499999</span></p>
<p style="color: #4ed171;">Bonus: 10%</p>
<p>"Time to put the director in the silly room!" - Officer</p>
</section>
<br>
<hr><br>
<section id="security-Sergeant">
<h3>Sergeant</h3>
<p style="color: #eb4c51;">Points required: <span class="number">500000</span> - <span
class="number">1249999</span></p>
<p style="color: #4ed171;">Bonus: 35%</p>
<p>"The dang Inspector is always too lazy!" - Sergeant</p>
</section>
<br>
<hr><br>
<section id="security-Inspector">
<h3>Inspector</h3>
<p style="color: #eb4c51;">Points required: <span class="number">1250000</span> - <span
class="number">2499000</span></p>
<p style="color: #4ed171;">Bonus: 70%</p>
<p>"WHAT DID THE SARGENT SAY AGAIN-" - Inspector</p>
</section>
<br>
<hr><br>
<section id="security-Superintendent">
<h3>Superintendent</h3>
<p style="color: #eb4c51;">Points required: <span class="number">2500000</span>- <span
class="number">4999999</span></p>
<p style="color: #4ed171;">Bonus: 115%</p>
<p>"I AM TOO BUSY FOR THIS- I GOT A 5FT TALL STACK OF PAPERWORK BEACUSE OF THE DANG DIRECTOR!" -
Superintendent</p>
</section>
<br>
<hr><br>
<section id="security-Director">
<h3>Security Director</h3>
<p style="color: #eb4c51;">Points required: +<span class="number">5000000</span></p>
<p style="color: #4ed171;">Bonus: 170%</p>
<p>"wha- im too busy right now to do this interview! I got cadets to repermand!" - Security Director</p>
</section>
</section>
<br>
<hr><br><br><br>
<!-- Operator Section -->
<!-- Make this a class -->
<section class="operator-background">
<h2 id="Operator-header">Operator Ranks</h2>
<section id="visitor">
<h3>Visitor</h3><br>
<p style="color: #eb4c51;">Points required: 0 - <span class="number">9999</span></p>
<p style="color: #4ed171;">Bonus: 0%</p>
<p style="color: #5c9ded;">VK Votes: 0</p>
<i class="o">Limitations:</i>
<ul class="o">
<li>Cannot open lead-lined doors</li>
<li>Cannot SCRAM the reactor unless in an emergency</li>
<li>Cannot Master Mute the reactor.</li>
</ul>
<br><br>
<p>Welcome! You're new around here! You can ask for help or just wait for a while and let everyone else
do the work for you. But that's no fun! You want to press buttons and stuff and produce unlimited
energy for the people! (And for your pocket to be filled with the moneys) So it is recommended you
to check out the guide![1] We're glad to have you on board.</p>
</section>
<br>
<hr><br>
<section id="trainee">
<h3>Trainee</h3><br>
<p style="color: #eb4c51;">Points required: <span class="number">10000</span> - <span
class="number">74999</span></p>
<p style="color: #4ed171;">Bonus: 0%</p>
<p style="color: #5c9ded;">VK Votes: 1</p>
<i class="o">Limitations:</i>
<ul class="o">
<li>Cannot SCRAM the reactor unless in an emergency</li>
<li>Cannot Master Mute the reactor.</li>
</ul>
<br><br>
<p>You've got the hang of this facility. usually more reliable than your visitors, Trainees can assist
around the nuclear powerplant! They can assist Jr. Operators and Sr. Operators on some menial tasks.
Yet they usually aren't skilled enough to maintain a nuclear reactor solo. You can somewhat rely on
them for a while before you need to intervene to stop a reactor going in a meltdown.</p>
</section>
<br>
<hr><br>
<section id="junior-op">
<h3>Junior Operator</h3><br>
<p style="color: #eb4c51;">Points required: <span class="number">75000</span> - <span
class="number">499999</span></p>
<p style="color: #4ed171;">Bonus: 10%</p>
<p style="color: #5c9ded;">VK Votes: 3</p><br>
<p>Skilled personnel. Can handle most of the emergencies with ease. Yet they can't remain calm when a
visitor presses 'SCRAM' and now they need to re-do the whole reactor start up sequence... for the
3rd time today.</p>
</section>
<br>
<hr><br>
<section id="sr-op">
<h3>Senior Operator</h3><br>
<p style="color: #eb4c51;">Points required: <span class="number">500000</span> - <span
class="number">1249999</span></p>
<p style="color: #4ed171;">Bonus: 35%</p>
<p style="color: #5c9ded;">VK Votes: 5</p><br>
<p>Considered 'One of the best.' Minimal errors, deal with emergencies, keep the plant running at 100%
efficiency. There won't be anyone else like them who can handle the powerplant as good as them. You
can rely onto them for anything and everything.</p>
<i style="color: #d2c62f;">Can get access to a Sr. Operator bypass key</i>
</section>
<br>
<hr><br>
<section id="supervisor">
<h3>Supervisor</h3><br>
<p style="color: #eb4c51;">Points required: <span class="number">1250000</span> - <span
class="number">2499999</span></p>
<p style="color: #4ed171;">Bonus: 70%</p>
<p style="color: #5c9ded;">VK Votes: 6</p><br>
<p>You've reached it! The Supervisor title! You should be proud of yourself. That is no small feat! You
can finally oversee those who are below you! Just be prepared for chaos and prepare to discipline
trainees. Good luck!</p>
<i style="color: #d2c62f;">Can get access to a Sr. Operator bypass key</i>
</section>
<br>
<hr><br>
<section id="shift-manager">
<h3>Shift Manager</h3><br>
<p style="color: #eb4c51;">Points required: <span class="number">2500000</span> - <span
class="number">4999999</span></p>
<p style="color: #4ed171;">Bonus: 115%</p>
<p style="color: #5c9ded;">VK Votes: 7</p><br>
<p>At this point all nuclear reactors are too easy for you. Emergencies? You've gotten used to them.
Critical failures? Can fix them in your sleep. You probably aren't even in the plant at all.
Probably at some other place managing shifts... Right?</p>
<i style="color: #d2c62f;">Can get access to a Sr. Operator bypass key</i>
</section>
<br>
<hr><br>
<section id="plant-director">
<h3>Plant Director</h3><br>
<p style="color: #eb4c51;">Points required: <span class="number">5000000</span> - <span
class="number">9999999</span></p>
<p style="color: #4ed171;">Bonus: 170%</p>
<p style="color: #5c9ded;">VK Votes: 8</p><br>
<p>You've made it. The very top. Excellent. You know the place inside out. Can handle emergencies with
no effort at all. You don't even feel panic when everything goes to hell. Because you know with you
here. Everything will be fine. No matter how dire the situation becomes.</p>
<i style="color: #d2c62f;">Can get access to a Sr. Operator bypass key</i><br>
<i style="color: #d2c62f;">Can get access to Security rooms and items.</i>
</section>
<br>
<hr><br>
<section id="nrc-inspector">
<h3>NRC Inspector</h3><br>
<p style="color: #eb4c51;">Points required: <span class="number">10000000</span>+</p>
<p style="color: #4ed171;">Bonus: 210%</p>
<p style="color: #5c9ded;">VK Votes: 10</p><br>
<p>You've ascended beyond plant operations - you no longer run reactors, you judge them. The NRC
Inspector is the final boss of nuclear safety. Operators fear you, supervisors panic when you
arrive, and even Plant Directors suddenly remember a <i>“meeting”</i> elsewhere. With your clipboard
of doom, you don't just keep the plant running - you ensure OSHA, your boss- all of the relivent
regulatory commissions and agencies know if someone forgets to file NRC Form 390A.</p>
<i style="color: #d2c62f;">Can get access to a Sr. Operator bypass key … but you'd never use them.
You're here to make sure no one else abuses them.</i><br>
<i style="color: #d2c62f;">Can get access
to Security rooms and items.</i>
</section>
</section>
</main>
<footer>
<p>© 2025 Koyot Digital</p> Our Discord Server,
<a href="https://discord.gg/RT3Y6egQhR"><i class="fa-brands fa-discord"> Koyot Digital</i></a>
<br> Play on
<a href="https://www.roblox.com/games/15684145480/Oakridge-Nuclear-Power-Station-V0-2-4-BETA" target="_blank"
rel="noopener"><i>Roblox</i></a>
</footer>
</body>
</html>