35 lines
3.4 KiB
HTML
35 lines
3.4 KiB
HTML
<!DOCTYPE html><html><head><title> Landing Troubles </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><svg class="hidden_filter"><filter id="crunchy_blur" x="0" y="0"><feFlood x="4" y="4" height="2" width="2"/><feComposite width="6" height="6" in2="SourceGraphic"/><feTile result="a"/><feComposite in="SourceGraphic" in2="a" operator="in"/><feMorphology operator="dilate" radius="1.4"/><feGaussianBlur stdDeviation="2.2"></feGaussianBlur></filter></svg><div class="home"><a href="index.html">⌂</a></div>
|
|
<h1>Landing Troubles</h1>
|
|
<!-- perspective: Emily -->
|
|
<p>
|
|
The emergency escape vehicle enters the atmosphere with a jolt.
|
|
<span class="comment">Honestly, I have no idea what it is like to
|
|
enter the atmosphere. Needs research.</span> The displays on the control
|
|
panel flicker and start showing random symbols. Error messages start
|
|
scrolling over the screen. <span class="quote speech">Uh oh.</span>
|
|
</p>
|
|
<p>
|
|
Emily stares at the control panel for a moment trying to think. She grabs
|
|
her emergency notes and frantically searches for the relevant section.
|
|
After finally finding the right page, she presses a few buttons on the
|
|
keyboard. The screen clears and shows the word "HALTED".
|
|
<!-- TODO: replace this with SPARCstation Stop+A -->
|
|
Then, she flips a bunch of switches to unlock the controls. Clicking and
|
|
clanging under the control panel. The throttle levers and position
|
|
controls start floating. Looking at the next page of her notes, she
|
|
realizes that the order has been messed up. Again, she scrambles through
|
|
the pages until she finds the next instructions.
|
|
<span class="quote non-speech">Wait until the external pressure gauge
|
|
reads <span class="comment">xyz</span> and release the heat shield.</span>
|
|
She looks at the analog gauges at the top of the panel - there it is.
|
|
<span class="comment">barely less than xyz value</span>.
|
|
</p>
|
|
<p>
|
|
The shield detaches with a bang. Emily flips the switch for the fuel
|
|
pumps, grabs the throttle lever, and pushes it all the way forward.
|
|
Nothing happens. She looks back at the notes - did she miss anything? She
|
|
flips the switch off and on again.
|
|
<span class="quote speech">Nononononooo...</span>
|
|
</p>
|
|
<p class="copyright">Copyright © 2023-2026 Jan Danielzick (aka. BodgeMaster) – All rights reserved.</p><script>let spans=["<span class=\"paper green\">","<span>"];let pre_texts=document.getElementsByTagName("pre");for(let i=0;i<pre_texts.length;i++){if(pre_texts[i].className!="paper")continue;let lines=pre_texts[i].innerHTML.split("\n");let result="";for(let j=0;j<lines.length;j++){if(lines[j].length>=80)result=result+spans[j%2]+lines[j]+"</span>\n";else result=result+spans[j%2]+lines[j]+" ".repeat(80-lines[j].length)+"</span>\n";}pre_texts[i].innerHTML=result;}fetch("./chapters.json").then(function(result){return result.json();}).then(function(json){let chapters=json.pages;for(let i=0;i<chapters.length;i++){if(chapters[i]===document.URL.replace(/^.*\//,"./")){let prevdiv=document.createElement("div");prevdiv.className="prev";if(i>0){prevdiv.innerHTML="<a href=\""+chapters[i-1]+"\">◃</a>";}else{prevdiv.innerHTML="<p>◃</p>";}document.body.appendChild(prevdiv);let nextdiv=document.createElement("div");nextdiv.className="next";if(i<chapters.length-1){nextdiv.innerHTML="<a href=\""+chapters[i+1]+"\">▹</a>";}else{nextdiv.innerHTML="<p>▹</p>";}document.body.appendChild(nextdiv);}}});</script></body></html>
|