Skip to content

Commit 10fa363

Browse files
First contact fixes
Co-authored-by: reticent-rem <113536367+reticent-rem@users.noreply.github.com>
1 parent 7287132 commit 10fa363

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

data/jibauni/jibauni 0 kanlanmo transport.txt

+19-6
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,29 @@
1313

1414
mission "Jibauni: Kanlanmo 0"
1515
name "Take Kanlanmo to <planet>"
16-
description "Kanlanmo, who is a Jibauni in the shape of a Tyrannosaurus rex, has asked to go to <planet> on your ship. He will explain once you get there."
16+
description "Kanlanmo, who is a Jibauni in the shape of a Tyrannosaurus Rex, has asked to go to <planet> on your ship. He will explain more once you get there."
1717
landing
1818
source Baitoon
1919
destination Taltahard
2020
on offer
2121
conversation
2222
branch jibauniinsider
2323
has "species: Jibauni"
24-
`One of the weird aliens who appear to dwell here and who seem to be in the shape of the mythic Tyrannosaurus Rex, approaches your ship as you land. When you land and start out of your ship, grabbing your sidearm and donning armor as you go, it is standing by the hatch. "Hello, fair stranger," it says. "How may I serve you on this delightful day?"`
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.`
25+
choice
26+
` (Go out and meet it.)`
27+
goto meeting
28+
` (Leave now, before something bad happens.)`
29+
depart
30+
` (Stay in the ship.)`
31+
` The dinosaur calls out, "Could you come out of your ship to have a meeting?"`
32+
choice
33+
` (Go outside the <ship> and meet the strange beast.)`
34+
goto meeting
35+
` (Leave the planet.)`
36+
defer
37+
label meeting
38+
` "Hello, fair stranger," it says. "Is there a way I may serve you on this delightful day?"`
2539
choice
2640
` "Hello. My name is <first> <last>, and I come in peace."`
2741
goto lastisknown
@@ -52,10 +66,9 @@ mission "Jibauni: Kanlanmo 0"
5266
goto pinkship
5367
label rudeentry
5468
` "There is an odd ship who seemed to come the way you did," says the alien as it fixes you with an intent gaze. "There may be something similar between your species. The ship was pink. Seen one like it?"`
55-
goto pinkship
5669
label pinkship
5770
choice
58-
` "Yes, I have, actually, called the Dominator, an Alpha ship."`
71+
` "Yes, I have. They're probably Alphas."`
5972
to display
6073
has "event: liberation of Poisonwood"
6174
goto knownalphas
@@ -122,7 +135,7 @@ mission "Jibauni: Kanlanmo 0"
122135
` 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.`
123136
die
124137
label deathshot
125-
` You pull your sidearm from its holster, but before you can fire it, the anti-ship weaponry of this planet trains fire on your ship. Caught in crossfire, the <ship> immediately explodes, blowing you and everything in it sky high.`
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.`
126139
die
127140
label friendlyalpha
128141
action
@@ -137,7 +150,7 @@ mission "Jibauni: Kanlanmo 0"
137150
set "jibauni: first contact: why"
138151
` "Because I have some business to transact, something about the Rebel Jibauni."`
139152
choice
140-
` "What are the Rebel Jibauni?"`
153+
` "Who are the Rebel Jibauni?"`
141154
goto rebeljibauni
142155
` "Sounds good. I'll take you."`
143156
accept

0 commit comments

Comments
 (0)