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 missions.txt
+35-5
Original file line number
Diff line number
Diff line change
@@ -124,12 +124,12 @@ mission "Jibauni: Government License 3"
124
124
`You scarcely have time to complete the status checks before a Jibauni comes up with a message for Kanlanmo. He tells you that it means he is wanted at the main government building immediately, and that it's time for him to go back to the red tape of Baitoon's government. "Goodbye," he says, and leaves.`
125
125
126
126
127
-
mission "Jibauni: An-lo and Re-sop"
127
+
mission "Jibauni: An-lo and Re-sop 1"
128
128
landing
129
129
name "Take pilgrims to <planet>"
130
130
description "An-lo and Re-sop, two old Jibauni, would like you to take them to <destination> for a pilgrimage. They hope to end up living there."
131
131
source "Baitoon"
132
-
description "Lamalmuq"
132
+
destination "Lamalmuq"
133
133
passengers 2
134
134
cargo "Household Belongings" 2
135
135
to offer
@@ -151,7 +151,7 @@ mission "Jibauni: An-lo and Re-sop"
151
151
` "I'm sorry, but I don't understand. I think the answer is no though."`
152
152
goto declining
153
153
label pilgrims
154
-
` "Yes, we are," replies the other Jibauni immediately. "Please take us to <planet>."`
154
+
` "Yes, we are," replies the other Jibauni immediately. "Please take us to <planet>, where we hope to start living."`
155
155
choice
156
156
` "Sure, I'll take you."`
157
157
goto accepting
@@ -160,15 +160,45 @@ mission "Jibauni: An-lo and Re-sop"
160
160
label accepting
161
161
action
162
162
payment 1000
163
-
` Both Jibauni perk up when they hear you say this. As they move to lift their many pieces of luggage aboard, a crew of dock workers appears from nowhere and takes it onto the ship for them. One of them presses a thousand credits into your palm with a word of thanks.`
163
+
` Both Jibauni perk up when they hear you say this. As they move to lift their many pieces of luggage aboard, a crew of dock workers appears from nowhere and takes it onto the ship for them. One of them presses a thousand credits into your palm with a word of thanks, and mentions that the names of the couple are An-lo and Re-sop.`
164
164
accept
165
165
label declining
166
166
` The Jibauni seem disappointed, but do not press the matter, and soon drift off with the help of some dockworkers. You return to your business.`
167
167
decline
168
168
on complete
169
169
payment 20000
170
170
conversation
171
-
`No text here yet.`
171
+
`An-lo thanks you when giving you the sum of <payment> for the one-jump trip to <destination>. "Do you have any other questions?"`
172
+
choice
173
+
` "No, thanks."`
174
+
goto end
175
+
` "This is... a lot of money for a single hop."`
176
+
goto wowpayment
177
+
` "You do realize that one of the people who helped you load your cargo on <origin> already paid me something?"`
178
+
goto dockpayment
179
+
label wowpayment
180
+
` "I do not know what is normally the amount for space travel. I have not been out of <origin>'s atmosphere for many years," replies the Jibauni.`
181
+
choice
182
+
` "The normal payment is much less. Take five thousand credits back."`
183
+
` "That makes sense. Goodbye!"`
184
+
goto end
185
+
action
186
+
payment -5000
187
+
set "jibauni: paid an-lo and re-sop back"
188
+
` "Shukran jezeelem," says An-lo. The translation device makes no attempt to translate these words.`
189
+
goto end
190
+
label dockpayment
191
+
` "That was kind of him," says Re-sop. "But why do you mention it?"`
192
+
choice
193
+
` "Because I wanted to pay you that money back."`
194
+
` "No reason, just curious."`
195
+
goto end
196
+
action
197
+
payment -1000
198
+
set "jibauni: paid an-lo and re-sop back"
199
+
` "Very kind of you," she says. An-lo cuts in with, "That was our son. He's been looking out for us for years, ever since I lost my job. But let bygones be bygones, shall we?"`
200
+
label end
201
+
` Both Jibauni exit the <ship> with their bags, and you go about your business.`
0 commit comments