104 lines
4 KiB
YAML
104 lines
4 KiB
YAML
# ▄████████▄ + ███ + ▄█████████ ███ +
|
|
# ███▀ ▀███ + + ███ ███▀ + ███ + +
|
|
# ███ + ███ ███ ███ █████████ ███ ███ ███ ███
|
|
# ███ +███ ███ ███ ███ ███▐██████ ███ ███ ███
|
|
# ███ + ███ ███+ ███ +███ ███ + ███ ███ + ███
|
|
# ███▄ ▄███ ███▄ ███ ███ + ███ + ███ ███▄ ███
|
|
# ▀████████▀ + ▀███████ ███▄ ███▄ ▀████ ▀███████
|
|
# + + + ███
|
|
# + ▀████████████████████████████████████████████████████▀
|
|
|
|
- chat: NPCinCryoStasis
|
|
- system: "Error: No response"
|
|
- system: Lifeform in cryostasis detected
|
|
|
|
|
|
---
|
|
|
|
|
|
- chat: ClippyTransSerenity
|
|
- set: $busstop serenity
|
|
- Welcome at StarTrans Cargo Services! You have reached Serenity Station.
|
|
- "Ready for a trip? Available bus stops: Farview Station, Metis Prime Station"
|
|
- label: startransbusstop
|
|
- include: BusStops
|
|
- label: interesting
|
|
- Serenity Station is famous for the best pizza across the Jovian Rings.
|
|
- Look for the neon sign of the pizzeria nearby.
|
|
|
|
|
|
---
|
|
|
|
|
|
- chat: ClippyTransMetis
|
|
- set: $busstop metis
|
|
- Welcome at StarTrans Cargo Services! You have reached Metis Prime Station.
|
|
- "Ready for a trip? Available bus stops: Farview Station, Serenity Station"
|
|
- label: startransbusstop
|
|
- include: BusStops
|
|
- label: interesting
|
|
- This area is an industrial paradise for asteroid miners.
|
|
- Though it has been recently abandoned due to the excessive particle radiation.
|
|
- I advise you to minimize the duration of your stay here.
|
|
|
|
|
|
---
|
|
|
|
|
|
- chat: ClippyTransFarview
|
|
- set: $busstop farview
|
|
- Welcome at StarTrans Cargo Services! You have reached Farview Station.
|
|
- "Ready for a trip? Available bus stops: Serenity Station, Metis Prime Station"
|
|
- label: startransbusstop
|
|
- include: BusStops
|
|
- label: interesting
|
|
- The main attraction around here is the gorgeous view onto Jupiter from far up ahead.
|
|
|
|
|
|
---
|
|
|
|
|
|
- chat: BusStops
|
|
- WHY IS EVERYTHING SO GREEN???:
|
|
- StarTrans Cargo Services advertises their services with the signature green illumination.
|
|
- Thanks to this, you will find us even when your radio systems are damaged.
|
|
- StarTrans provides a beacon in the dark, creating a safer place for everybody.
|
|
- goto: startransbusstop
|
|
- Bus stop?! How does this work?:
|
|
- StarTrans Cargo Services is the most convenient way to travel the vast distances of space.
|
|
- Just activate your suit's built-in cryostasis. A StarTrans carrier will pick you up and you will wake up at your destination in the blink of an eye.
|
|
- Of course we will supply you with free oxygen and ensure your safety.
|
|
- goto: startransbusstop
|
|
- Can I take a spacecraft with me?:
|
|
- Absolutely.
|
|
- goto: startransbusstop
|
|
- if: $busstop != farview
|
|
Take me to Farview Station, please.:
|
|
- StarTrans wishes you a pleasant journey.
|
|
- script: cryofadeout
|
|
- sleep: 5
|
|
- script: cryotrip farview
|
|
- goto: EXIT
|
|
- if: $busstop != metis
|
|
Take me to Metis Prime Station, please.:
|
|
- StarTrans wishes you a pleasant journey.
|
|
- script: cryofadeout
|
|
- sleep: 5
|
|
- script: cryotrip metisprime
|
|
- goto: EXIT
|
|
- if: $busstop != serenity
|
|
Take me to Serenity Station, please.:
|
|
- StarTrans wishes you a pleasant journey.
|
|
- script: cryofadeout
|
|
- sleep: 5
|
|
- script: cryotrip serenity
|
|
- goto: EXIT
|
|
- Can you please fill up my oxygen tank without taking me anywhere?:
|
|
- Of course, you can count on StarTrans!
|
|
- script: refilloxygen 1000
|
|
- Is there anything interesting to do around here?:
|
|
- goto: interesting
|
|
- No, thank you.:
|
|
- Feel free to come back any time.
|
|
- goto: EXIT
|