Skip to content

Commit 38fc989

Browse files
TheGiraffe3reticent-rem
andcommittedOct 3, 2024·
More reticent-rem feedback
Co-authored-by: reticent-rem <113536367+reticent-rem@users.noreply.github.com>
1 parent e18faf6 commit 38fc989

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed
 

‎data/jibauni/jibauni 0 kanlanmo transport.txt

+23-3
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,48 @@ mission "Jibauni: Kanlanmo 0"
2121
conversation
2222
branch jibauniinsider
2323
has "species: Jibauni"
24-
`Your landing location is wonderfully clear, and there is a long view across miles of empty space. Dinosaurs in the shape of the mythical Tyrannosaurus Rex are roaming the green fields, apparently planting some crop. A while after you land, one of these dinosaurs approaches your ship.`
24+
`Your landing location is on a large set of old landing pads. There didn't seem to be anywhere else that was available for spaceships to arrive. The city is filled with dinosaurs in the shape of the mythical Tyrannosaurus Rex, although here they are smaller then the old fables. A while after you land, one of these dinosaurs approaches your ship.`
2525
choice
2626
` (Go out and meet it.)`
2727
goto meeting
2828
` (Leave now, before something bad happens.)`
2929
depart
3030
` (Stay in the ship.)`
31-
` The dinosaur calls out, "Could you come out of your ship to have a meeting?"`
31+
` The dinosaur opens its mouth, and a moment later you hear the words, "Could you come out of your ship to have a meeting?"`
32+
to display
33+
not "language: Coalition"
34+
goto initialchoice1
35+
action
36+
set "knows the Jibauni have Heliarch translators"
37+
` The dinosaur opens its mouth to say something, but you notice that it has a Coalition translator box around its neck. Before you can do anything it says, "Could you come out of your ship to have a meeting?"`
38+
to display
39+
has "language: Coalition"
40+
label initialchoice1
3241
choice
3342
` (Go outside the <ship> and meet the strange beast.)`
3443
goto meeting
3544
` (Leave the planet.)`
3645
defer
3746
label meeting
3847
` "Hello, fair stranger," it says. "Is there a way I may serve you on this delightful day?"`
48+
label meetingquestions
3949
choice
4050
` "Hello. My name is <first> <last>, and I come in peace."`
4151
goto lastisknown
52+
` "How do you have a Coalition translator?"`
53+
to display
54+
has "knows the Jibauni have Heliarch translators"
55+
not "asked about the Jibauni translators"
56+
goto cotrans
4257
` "Hi, weirdo. What's up?"`
4358
goto rude
4459
` (Shoot the alien with your sidearm.)`
4560
goto deathshot
61+
label cotrans
62+
action
63+
set "asked about the Jibauni translators"
64+
` "I am not authorized to give you that information. So how may I serve you?"`
65+
goto meetingquestions
4666
label lastisknown
4767
` "Yes. We know about you, <first>, Captain of the <ship>. How have you come here, for we did not detect any purple sparks?"`
4868
choice
@@ -135,7 +155,7 @@ mission "Jibauni: Kanlanmo 0"
135155
` A cluster of anti-ship weaponry is fired from all sides, immediately exploding the <ship> and everything inside it. It is sad your life had to end in such a way.`
136156
die
137157
label deathshot
138-
` You pull your sidearm from its holster, but before you can fire it, hidden anti-ship weaponry on this planet trains fire on your ship. Caught in crossfire, the <ship> immediately explodes, blowing you and everything in it sky high.`
158+
` You pull your sidearm from its holster, but before you can fire it, hidden anti-ship weaponry trains fire on your ship. Caught in crossfire, the <ship> immediately explodes, blowing you and everything in it sky high.`
139159
die
140160
label friendlyalpha
141161
action

0 commit comments

Comments
 (0)
Please sign in to comment.