<!DOCTYPE html><html><head><title> &lt;Emily First Contact&gt; </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><div class="back"><a href="index.html">&lt;</a></div>

<h1> &lt;Emily First Contact&gt;</h1>
<p class="comment">
  Outline:
</p>
<ul>
  <li class="comment">
    Emily walks to the main control center
    <ul>
      <li class="comment">
        it has also been used as a general hang-out spot bc it has a rather
        nice view of the biotope and the sky
      </li>
    </ul>
  </li>
  <li class="comment">
    Emily and Lena sit down at a table with a view of the biotope and have
    a meal
    <ul>
      <li class="comment">
        the meal gets interrupted by the equipment in the control center
        coming to life
        <ul>
          <li class="comment">
            a status light on the wall, that Emily had never seen on,
            lights up (could be something like &quot;LINK&quot;)
          </lI>
          <li class="comment">
            short dialog, could be something like this: &quot;That&apos;s
            them.&quot; &quot;Earth people?&quot; Lena nods and gets up.
          </li>
        </ul>
      </li>
    </ul>
  </li>
  <li class="comment">
    Lena tells Emily to follow
    <ul>
      <li class="comment">
        They walk over to a control panel with an embedded terminal
      </li>
      <li class="comment">
        Communication with Earth ensues
        <ul>
          <li class="comment">
            bittersweet dialog
            <ul>
              <li class="comment">
                Emily is conscious again
              </li>
              <li class="comment">
                Lena is going to die
              </li>
              <li class="comment">
                They talk about what will become of Emily
                <ul>
                  <li class="comment">
                    Emily doesn&apos;t (yet) want to leave the moon -
                    she&apos;s afraid of leaving her entire world behind
                  </li>
                  <li class="comment">
                    The decision is made that whatever preparations can be
                    done, should be done, just in case
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
      </li>
    </ul>
  </li>
</ul>
<p>
  Emily closes the cage and puts the <span class="comment">whatever they
  feed the mice</span> back into the cupboard. She double-checks that the
  cage is really closed, then she steps out into the hallway, and starts
  walking. The entire habitat is eerily quiet. Apart from her own
  footsteps, she hears just the hum of the electrical systems and the
  quiet whirr of the air circulation.
</p>
<p>
  3 &ndash; 5 &ndash; 2 &ndash; 1 &ndash; Enter. The keypad beeps with
  every button press. A computer voice announces
  <span class="quote speech">Access authorized</span> and the door slides
  up. She steps through into the main control center. The module contains
  one large room with rows of integrated computer equipment desks arranged
  in a <span class="comment">Mondsichel</span> shape with the
  <span class="comment">W&ouml;lbung</span> to the left. Most of the seats
  are facing that way, allowing a view of the biotope through a huge
  panorama window taking up the entire wall. The biotope is an even larger
  module with a ceiling of glass and support beams, completely filled with
  plant life, trees, small critters, and a big pond. The walls across from
  her and to the right hold large status panels with some seven-segment
  displays for information and lots of big status indicator symbols.
</p>
<p>
  Emily walks down the shallow stairs towards the panorama window. In
  front of the window are tables and chairs that were moved there recently
  as the room had become more of a general hangout spot for the remaining
  people. Now, it&apos;s just Lena and her.
</p>
<p>
  Lena sits at one of the tables, cutting a piece of bread into slices.
  In front of her is a bowl with fruit and a honey jar.
</p>
<p class="comment">
  missing dialog about food and starting to eat
</p>
<p>
  They get interrupted by all of the equipment in the room suddenly coming
  alive. All of the computer desks that weren&apos;t perviously active
  turn on. Some of the status indicators on the back wall start blinking.
  A large, green triangle with the letters LINK next to it flickers and
  then lights up. Emily looks at it in confusion.<br />
  <span class="quote speech">What&apos;s going on?</span><br />
  <span class="quote speech">That&apos;s them.</span><br />
  <span class="quote speech">Earth people?</span><br />
  <span class="quote speech">Yes</span>, Lena replies while quickly
  finishing her meal, <span class="quote speech">They have some abilities
  to remotely control things &ndash; including turning on the main radio
  transmitter.</span><br />
  She gets up and asks Emily to follow her to one of the consoles with a
  terminal. She sits down in front of it, logs on and enters a few
  commands.
</p>
<p class="comment">
  corrupted chat, the connection has deteriorated in comparison to before
</p>
<p class="copyright">Copyright &#169; 2023-2025 Jan Danielzick (aka. BodgeMaster) &ndash; 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;}</script></body></html>