You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: data/jibauni/jibauni 0 kanlanmo transport.txt
+23-3
Original file line number
Diff line number
Diff line change
@@ -21,28 +21,48 @@ mission "Jibauni: Kanlanmo 0"
21
21
conversation
22
22
branch jibauniinsider
23
23
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.`
25
25
choice
26
26
` (Go out and meet it.)`
27
27
goto meeting
28
28
` (Leave now, before something bad happens.)`
29
29
depart
30
30
` (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
32
41
choice
33
42
` (Go outside the <ship> and meet the strange beast.)`
34
43
goto meeting
35
44
` (Leave the planet.)`
36
45
defer
37
46
label meeting
38
47
` "Hello, fair stranger," it says. "Is there a way I may serve you on this delightful day?"`
48
+
label meetingquestions
39
49
choice
40
50
` "Hello. My name is <first> <last>, and I come in peace."`
41
51
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
42
57
` "Hi, weirdo. What's up?"`
43
58
goto rude
44
59
` (Shoot the alien with your sidearm.)`
45
60
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
46
66
label lastisknown
47
67
` "Yes. We know about you, <first>, Captain of the <ship>. How have you come here, for we did not detect any purple sparks?"`
48
68
choice
@@ -135,7 +155,7 @@ mission "Jibauni: Kanlanmo 0"
135
155
` 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.`
136
156
die
137
157
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.`
0 commit comments