outfly/src/chats/phone.yaml

148 lines
5.6 KiB
YAML

# ▄████████▄ + ███ + ▄█████████ ███ +
# ███▀ ▀███ + + ███ ███▀ + ███ + +
# ███ + ███ ███ ███ █████████ ███ ███ ███ ███
# ███ +███ ███ ███ ███ ███▐██████ ███ ███ ███
# ███ + ███ ███+ ███ +███ ███ + ███ ███ + ███
# ███▄ ▄███ ███▄ ███ ███ + ███ + ███ ███▄ ███
# ▀████████▀ + ▀███████ ███▄ ███▄ ▀████ ▀███████
# + + + ███
# + ▀████████████████████████████████████████████████████▀
- chat: phone
- if ~phone$any:
- "Error: Phonebook empty."
- goto: EXIT
- Select contact to call.
- if: phone$travel
FASTravel:
- sound: phone
msg: Dialing...
- goto: travel
- if: phone$tinker
Luna:
- sound: phone
msg: Dialing...
- goto: luna
- if: phone$pig
Mudley:
- sound: phone
msg: Dialing...
- goto: pig
- "[Cancel]":
- goto: EXIT
# ---------------------------------------------------------
# ---------------------------------------------------------
# ---------------------------------------------------------
- label: travel
- script: changename FASTravel
- Welcome to FASTravel™, how can I help you today?
- label: travel_mainnode
- Can you pick me up please?:
- Yes! Where should we drop you off?
- Serenity Station:
- Ok! Activate cryofreeze and we'll be right there.
- "[Activate Cryofreeze]":
- script: cryofadeout
- sleep: 2
- script: cryotrip serenity
- goto: EXIT
- I changed my mind.:
- Alright. Anything else I can help you with?
- goto: travel_mainnode
- Metis Prime Station:
- Ok! Activate cryofreeze and we'll be right there.
- "[Activate Cryofreeze]":
- script: cryofadeout
- sleep: 2
- script: cryotrip metisprime
- goto: EXIT
- I changed my mind.:
- Alright. Anything else I can help you with?
- goto: travel_mainnode
- Farview Station:
- Ok! Activate cryofreeze and we'll be right there.
- "[Activate Cryofreeze]":
- script: cryofadeout
- sleep: 2
- script: cryotrip farview
- goto: EXIT
- I changed my mind.:
- Alright. Anything else I can help you with?
- goto: travel_mainnode
- I just wanted to say that you're awesome!:
- Thank you so much!
- Hearing this makes my day!
- Satisfying our customers is what I'm programmed to live for.
- Good bye!:
- goto: EXIT
- "[Hang up]":
- goto: EXIT
# ---------------------------------------------------------
# ---------------------------------------------------------
# ---------------------------------------------------------
- label: luna
- script: changename Luna
- Hey, time traveler, what's up?
- How's your research coming along?:
- Great! This backup software is going to help a lot! Thanks again for this!
- "[Hang up]": []
- "[Hang up]": []
- goto: EXIT
# ---------------------------------------------------------
# ---------------------------------------------------------
# ---------------------------------------------------------
- label: pig
- script: changename Mudley
- Heyyyy!! This is Mudley, what's up?
- label: pig_node_main
- Where are you hanging out?:
- I'm at the Old Eearth Pizzeria. Come over if you wanna hang!
- goto: pig_node_main
- What's your story?:
- I'm a geologist.
- set: pig$geologist
- set: pig$earth
- 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: pig_node_main
- if: pig$earth
What do you miss most out here in space?:
- The mud!
- The space suit is quite liberating, with the comms and the appendages.
- But I miss being nude, wallowing in the mud.
- set: pig$mud
- So much dust and rocks out here and I can't touch any of it.
- It's driving me nuts!!! Aaaah!!
- goto: pig_node_main
- if: pig$geologist
I have some questions about geology:
- Shoot!
- label: pig_node_geo
- I've seen some gigantic moonlets around here...:
- Yeah they keep getting ejected from the moon Thebe!
- Thebe is so tiny, it's gravitation is about the same as its centrifugal force, so the escape velocity is almost nonexistant.
- So a small asteroid impact can release a bunch of rocks into the orbit, some large enough to be considered moonlets.
- Makes you wonder how anything even still remains of Thebe after all these years.
- What's the composition of the nearby rocks?:
- It's debris ejected from Thebe, which is mostly silicate minerals and various metals.
- Water ice is also very abundant here, and we're extracting oxygen and water from it.
- I've seen simple organic molecules here too, but nothing alive.
- Nothing native, anyway.
- That's all, thanks!:
- Cool, anything else you wanted?
- goto: pig_node_main
- goto: pig_node_geo
- "[Hang up]": []
- goto: EXIT