story: add intro

This commit is contained in:
Matteo Settenvini 2024-09-02 13:30:35 +02:00
parent 5bc5faa6ef
commit 74ed1f9d09
3 changed files with 99 additions and 59 deletions

View file

@ -15,14 +15,36 @@ This is a work of fiction. Names, characters, businesses, places, events, locale
=== intro ===
The alarm clock tolls like hell's bells.
= waking_up
C'mon. # CLASS: strong
Rise and shine.
The alarm clock unstoppably rings at {~six|seven|eight|nine} sharp, for it is Monday and you have to get up. Yes, it tolls for thee. It makes a ruckus like it were hell's bells. There's no escape, the only thing left: getting up for work.
I don't want to hear it! # CLASS: talker-paul
Rise and shine!
Don't you, now. # CLASS: talker-mary
- (opts)
* [Get dressed] You {~slip out of your pyjamas|jump off your bed|carefully stretch your arms} and {~put on some clothes|wisely decide to keep your webcam off for the day|rummage in the wardrobe|pick up a t-shirt and some jeans from the floor}. You feel marginally better. -> opts
* [Hit the bathroom] You {~wash your teeth|take a cold shower|relieve your bladder}. This makes you feel a tad better. -> opts
* [Drag yourself to the kitchen] You {~stumble|drag yourself|walk gingerly} to the kitchen and {~turn on the coffee machine|pick some fresh milk and müsli|fry some eggs and beacon}. Your mood improves somewhat. -> opts
* -> done
- (done) You feel ready to get on with the rest of your day.
-> logging_in
= logging_in
You sit down in front of your computer, {~coffee|tea|erva mate} firmly in hand. You boot it up, ready to tackle the stream of emails and messages that surely have accumulated during the last few days.
Okay, booted. You are ready.
* [Log in] -> first_troubles_ahead
== first_troubles_ahead
TODO: Example of conversation:
I don't want to hear it! # CLASS: message-sx
Don't you, now. # CLASS: message-dx
* [Be nice.]
~ stat_empathy++
@ -35,8 +57,8 @@ Don't you, now. # CLASS: talker-mary
You have reached the end.
{ print_stat("{~empathy|love}", stat_empathy) }
{ print_stat("assertiveness", stat_assertiveness) }
{ print_stat("{~empathy|understanding|awareness}", stat_empathy) }
{ print_stat("{~assertiveness|decisiveness|resoluteness}", stat_assertiveness) }
-> END