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
dialog "The <bunks> passengers get off your ship to do whatever they wanted to go here for, but not before they pay you <payment>."
235
+
dialog "The <bunks> passengers get off your ship to do whatever they wanted to go here for, but not before they pay you <payment>."
236
+
237
+
mission "Jibauni Passengers [2]"
238
+
name "Jibauni to <planet>"
239
+
description "Take these large group of <bunks> passengers to <planet>. They are many, and so will collectively pay you <payment>."
240
+
job
241
+
repeat
242
+
passengers 20 120
243
+
source
244
+
government "Jibauni" "Rebel Jibauni"
245
+
to offer
246
+
random < 45
247
+
destination
248
+
distance 1 4
249
+
government "Jibauni" "Rebel Jibauni"
250
+
on complete
251
+
payment
252
+
payment 2000
253
+
dialog "As the group of Jibauni go out of your ship, they each hand you 1/<bunks>th of <payment>."
254
+
255
+
#mission "Jibauni Risky Tourists"
256
+
# name "Risk-loving Tourists"
257
+
# description "These Jibauni are interested in touring non-Jibauni space. Discreetly take them to the marked systems and back for <payment>."
258
+
# job
259
+
# repeat
260
+
# passengers 2 20
261
+
# clearance "You find coordinates to land where there are no inhabitants."
262
+
# source
263
+
# government "Jibauni" "Rebel Jibauni"
264
+
# to offer
265
+
# random < 10
266
+
# "distance calculation settings"
267
+
# "all wormholes"
268
+
# stopover
269
+
# distance 2 5
270
+
# government "Sheragi" "Pirate" "Independant" "Free Worlds" "Republic"
271
+
# stopover
272
+
# distance 5 8
273
+
# government "Sheragi" "Pirate" "Independant" "Free Worlds" "Republic"
274
+
# stopover
275
+
# distance 2 5
276
+
# government "Diba" "Sheragi" "Pirate" "Independant" "Free Worlds" "Republic"
277
+
# on stopover
278
+
# conversation
279
+
# ` As your <bunks> passengers get out to stretch their legs and enjoy the scenary, you hear a patrol coming by with inquiring and perhaps angry thoughts."
280
+
# choice
281
+
# ` (Take off, don't risk my life.)`
282
+
# goto leftbehind
283
+
# ` "Everyone back on!"`
284
+
# ` As your passengers hurry back to your ship, you take off. Hopefully that was everyone.`
285
+
# depart
286
+
# label leftbehind
287
+
# ` Well, too bad for those poor Jibauni. You see them being surrounded by the other ships, but decide to take off anyway.`
288
+
# flee
289
+
# fail
290
+
# on complete
291
+
# payment
292
+
# payment 10000
293
+
# dialog "Your passengers walk away, excitedly taking about their trip. You find <payment> in their cabin."
294
+
295
+
mission "Jibauni Rush Delivery [0]"
296
+
name "Rush to <planet>"
297
+
description "A character on <planet> is in dire need of <cargo> before <day>. Get it there by then for the reward of <payment>."
298
+
job
299
+
repeat
300
+
cargo random 2 10
301
+
deadline
302
+
source
303
+
government "Jibauni" "Rebel Jibauni"
304
+
to offer
305
+
random < 45
306
+
destination
307
+
distance 1 4
308
+
government "Jibauni" "Rebel Jibauni"
309
+
on complete
310
+
payment
311
+
payment 100
312
+
dialog "The cargo is speedily unloaded from your ship, and you are paid <payment> as the trolley leaves."
313
+
314
+
mission "Jibauni Rush Delivery [1]"
315
+
name "Rush to <planet>"
316
+
description "Take this <cargo> to <planet> before <day> for a payment of <payment>."
317
+
job
318
+
repeat
319
+
cargo random 5 40
320
+
deadline
321
+
source
322
+
government "Jibauni" "Rebel Jibauni"
323
+
to offer
324
+
random < 45
325
+
destination
326
+
distance 1 4
327
+
government "Jibauni" "Rebel Jibauni"
328
+
on complete
329
+
payment
330
+
dialog "The cargo is unloaded from your ship and carted away."
331
+
332
+
mission "Jibauni Rush Delivery [2]"
333
+
name "Rush to <planet>"
334
+
description "Take this <cargo> to <planet> before <day> for a payment of <payment>."
335
+
job
336
+
repeat
337
+
cargo random 5 40
338
+
deadline
339
+
source
340
+
government "Jibauni" "Rebel Jibauni"
341
+
to offer
342
+
random < 45
343
+
destination
344
+
distance 1 4
345
+
government "Jibauni" "Rebel Jibauni"
346
+
on complete
347
+
payment
348
+
dialog "The cargo is unloaded from your ship and carted away."
349
+
350
+
mission "Jibauni Bulk Delivery [0]"
351
+
name "Bulk Delivery to <planet>"
352
+
description "Take these <cargo> to <planet>. For each set of <tons> that safely arrive, you will be paid <payment>."
353
+
job
354
+
repeat
355
+
cargo random 30 100
356
+
deadline
357
+
source
358
+
government "Jibauni" "Rebel Jibauni"
359
+
to offer
360
+
random < 80
361
+
destination
362
+
distance 1 4
363
+
government "Jibauni" "Rebel Jibauni"
364
+
on complete
365
+
payment
366
+
payment 1000
367
+
dialog "You take the cargo to a huge unloading facility, whence it is sent to the warehouses."
368
+
369
+
mission "Jibauni Bulk Delivery [1]"
370
+
name "Bulk Delivery to <planet>"
371
+
description "Take these <cargo> to <planet>. For each set of <tons> that safely arrive, you will be paid <payment>."
372
+
job
373
+
repeat
374
+
cargo random 30 100
375
+
deadline
376
+
source
377
+
government "Jibauni" "Rebel Jibauni"
378
+
to offer
379
+
random < 80
380
+
destination
381
+
distance 1 4
382
+
government "Jibauni" "Rebel Jibauni"
383
+
on complete
384
+
payment
385
+
payment 3000
386
+
dialog "You take the cargo to a huge unloading facility, whence it is sent to the warehouses."
0 commit comments