add conversation for Sus

This commit is contained in:
yuni 2024-06-14 17:00:13 +02:00
parent 02499e8d05
commit cd98b16926

View file

@ -430,3 +430,91 @@
- chat: Sus
- Weeeeeeeeeeeeeeeeeeeee!
- if $annoyed:
- "Oh... *You* again"
- if ~$annoyed:
- What's up?
- if ~1: ["pass"] # workaround for bug that would make "What's up?" not appear
# Main Node
# ===================
- label: entrypoint
- include: generic_help_oxygen_entrypoint
- "What *are* you?":
- Huh?
- Why do you even want to know?
- Out of scientific curiosity:
- Ah, a fellow scientist?
- if ~$geologist:
- I'm out here for science too. A geologist!
- set: geologist
- But I'm not an object to be studied. 天哪, I'm a person!
- Science doesn't supersede personal dignity and respect.
- Don't they teach that where you come from?
- goto: entrypoint
- You look different than everybody else:
- And your belly looks bigger than anyone else's.
- set: $annoyed
- Do I bother you with that fact?
- No.
- Leave me alone.
- goto: EXIT
- Those appendages with opposable thumbs! Amazing!:
- Haha, a marvel of engineering!
- Swift like tentacles, strong as pincers.
- Quite liberating.
- Didn't have this back on earth. Now I couldn't live without them.
- set: earth
- goto: entrypoint
- What's your story?:
- I'm a geologist.
- set: geologist
- set: earth
- set: $annoyed 0
- I just loved the mud and dirt on Earth so much, I decided to study it.
- An endlessly fascinating subject.
- But the old rock, Earth, has been studied to the end and back.
- No scientific frontier in Geology anymore.
- So I decided to venture into space, hoping to discover something novel.
- Came for the science, stayed for the floooooating around!
- I'm actually flying! Weeeeeeeee! This is so awesome!
- goto: entrypoint
- if: $earth
What do you miss most out here in space?:
- set: $annoyed 0
- The mud!
- The space suit is quite liberating, with the comms and the appendages.
- But I miss being nude, wallowing in the mud.
- So much dust and rocks out here and I can't touch any of it.
- It's driving me nuts!!! Aaaah!!
- goto: entrypoint
- What are your plans for the future?:
- Weeeeeeeeeeeeeeeeeeeee!
- Gonna tune up my thrusters past the limit!
- I wanna get seriously squished when I put my hooves to the floor!
- And, uhm, maybe do that mineral survey at some point.
- if ~$geologist:
- I game out here to work as a geologist...
- set: geologist
- But that can wait, there's FLYING to be done!
- goto: entrypoint
- Gotta go!:
- Bye!
- goto: EXIT
- goto: EXIT
# Oxygen Handler
# ===================
- label: generic_needoxygen
- if $annoyed:
- And you want my help?
- Help from the weird looking person?
- I guess I can share some, here you go.
- script: refilloxygen 0.002
- if ~$annoyed:
- Nooooooooo!!!
- Take some of mine!
- script: refilloxygen 0.01
- Phew, that was close. Take care of yourself!
- Anything else?
- goto: entrypoint