Skip to content

Commit aee9fa3

Browse files
committed
Jibauni: more heavily imply that they are dinosaurs
1 parent a8b2436 commit aee9fa3

7 files changed

+42
-28
lines changed

data/jibauni/jibauni 0 kanlanmo transport.txt

+8-15
Original file line numberDiff line numberDiff line change
@@ -436,32 +436,31 @@ mission "Jibauni: Kanlanmo books elsewhere"
436436
not "Jibauni: Kanlanmo 3: offered"
437437
on offer
438438
conversation
439-
`A call comes in from Kanlanmo the moment you get reception. He sounds quite angry as he yells, "You were supposed to meet me in the spaceport of <destination>! I am late for an important meeting now!"`
439+
`A call comes in from Kanlanmo the moment you get reception. He roars angrily, "You were supposed to meet me in the spaceport of <destination>! I am late for an important meeting now!"`
440440
choice
441441
` "I had other things to do."`
442442
` "Does it really matter?"`
443443
` "Why should I care?"`
444444
goto rude
445445
` (Cut off the call.)`
446446
goto cutoff
447-
label doesntmatter
448447
` "So? It matters very deeply; no matter what else needed to happen, this takes priority. A small Rebel Furus? Preposterous compared to what is going on here!"`
449448
goto end
450449
label rude
451450
` "Because you said that you liked the Jibauni. It seems that you loathe us as much as the Rebels do!"`
452451
goto end
453452
label cutoff
454453
action
455-
log `Got in big trouble for being rude to Kanlanmo. Work for the Jibauni seems to have stopped.`
454+
log `Got in big trouble for being rude to Kanlanmo; the Jibauni government doesn't seem to want to hire anymore.`
456455
"reputation: Jibauni" = -1000
457456
"reputation: Jibauni (Civilian)" = -1000
458-
"reputation: Jibauni (Rebel)" = 0
457+
"reputation: Jibauni (Rebel)" = 5
459458
` As soon as you end the call, a Jibauni arrives in front of your ship and calls out, "You have dishonored one of our leaders. You shall leave now."`
460459
` You see the defense mechanisms of <origin> preparing to open fire on the <ship> and decide to leave before anything else happens. Perhaps the Rebel Jibauni will take you in.`
461460
flee
462461
label end
463462
action
464-
log `Refrained from meeting Kanlanmo in the spaceport of Kahbani, and got told off by him for not doing so. The Jibauni don't love that and have restricted access to all worlds.`
463+
log `Refrained from meeting Kanlanmo in the spaceport of Kahbani, and got told off by him for not doing so. The Jibauni disliked that and restricted access to all worlds.`
465464
"reputation: Jibauni" = 0
466465
"reputation: Jibauni (Civilian)" = 0
467466
"reputation: Jibauni (Rebel)" += 10
@@ -485,12 +484,9 @@ mission "Jibauni: Kanlanmo 3"
485484
` (Ask what is wrong.)`
486485
goto question
487486
` (Leave him alone, he has enough problems already.)`
488-
goto leavehim
489-
label leavehim
490487
` Kanlanmo greets you as he comes in, then heads toward his cabin. He then appears to change his mind, and comes back toward you.`
491488
choice
492489
` "What happened?"`
493-
goto question
494490
` "I'm kind of busy, can we talk later?"`
495491
goto destination
496492
label question
@@ -509,15 +505,15 @@ mission "Jibauni: Kanlanmo 3"
509505
goto singleship
510506
` "That's sad."`
511507
goto prechoicetake
512-
` "Great," he says. "I have seen your big fleet, and it does look powerful."`
508+
` "Great," he says. "I have seen your fleet, and it does look powerful."`
513509
goto thanksoffer
514510
label fleetsmall
515511
` "Good! Because do you know what? Every little bit counts, and your fleet is not insignificant."`
516512
goto thanksoffer
517513
label singleship
518514
` "Thanks. Even if <ship> could not hurt a fly, the Rebel Jibauni would not like the idea of an alien fighting on our side."`
519515
label thanksoffer
520-
` "Anyway, thank you for offering to help fight the Rebels. It is very kind of you, a stranger, to fight in our internal conflicts. Now, one more thing. Can you take me back to <planet>? I need to report back to The Leaders."`
516+
` He continues, "Anyway, thank you for offering to help fight the Rebels. It is very kind of you, a stranger, to fight in our internal conflicts. Now, one more thing. Can you take me back to <planet>? I need to report back to The Leaders."`
521517
goto choicetake
522518
label destination
523519
` "Good," he says. "By later I assume you mean once we are back on <planet>? Will you take me there?"`
@@ -527,12 +523,9 @@ mission "Jibauni: Kanlanmo 3"
527523
label choicetake
528524
choice
529525
` "Of course!"`
530-
goto accept
531526
` "Why not?"`
532-
goto accept
533527
` "No, I have had enough of working with the Jibauni."`
534528
decline
535-
label accept
536529
` "Thank you for all your hard work, <first>. It really means a lot to us."`
537530
accept
538531
on accept
@@ -568,7 +561,7 @@ mission "Jibauni: Kanlanmo 4"
568561
` "Pleased to meet you."`
569562
` "What ships does he make?"`
570563
goto ships
571-
` (Nod.)`
564+
` (Nod to him.)`
572565
goto nod
573566
` He reaches out his hand, and you shake it. "What ships do your shipyards make?" you ask.`
574567
goto ships
@@ -582,7 +575,7 @@ mission "Jibauni: Kanlanmo 4"
582575
goto meetingresults
583576
` "Kasim, what are the one or two other ships you do not make?"`
584577
` "To be specific, the Daybal and the Muraw. The Daybal is a not-great cargo carrying drone, but the Muraw has a turret mount on a fighter. Those crazy people of Res-redi's Sh-"`
585-
` "The results of the meeting," Kanlanmo says icily, "are that the leaders are very pleased. They did not expect Hajay to contribute any ships at all, so the few promised are a great boon to them. Well, now you know. Anything else?"`
578+
` Kanlanmo interrupts with a roar. "The results of the meeting are that the leaders are very pleased. They did not expect Hajay to contribute any ships at all, so the few promised are a great boon to them. Well, now you know. Anything else?"`
586579
goto ok
587580
label meetingresults
588581
` "The leaders are very pleased. They did not expect Hajay to contribute any ships at all, so the few promised are a great boon to them. Well, now you know. Anything else?"`

data/jibauni/jibauni culture conversations.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ mission "Jibauni Culture: Steak Lovers"
131131
random < 4
132132
on offer
133133
conversation
134-
`When you land on <origin>, you notice a group of smaller Jibauni, probably children, digging a hole in the ground. As you watch, one of them finds a box with three large pieces of unidentifiable meat inside. The group immediately devours the treat.`
134+
`When you land on <origin>, you notice a group of smaller Jibauni, probably children, digging a hole in the ground. As you watch, one of them finds a box with three large pieces of unidentifiable meat inside and roars with delight. The group immediately devours the treat.`
135135
decline
136136

137137
mission "Jibauni Culture: Rebel Report"
@@ -186,7 +186,7 @@ mission "Rebel Jibauni Culture: Rude Rebel"
186186
` (Quietly leave.)`
187187
goto walkedaway
188188
label rude
189-
` "What!" yells the Rebel. "That is an insult! I cannot ignore this direct affront to my dignity!"`
189+
` "What!" roars the Rebel. "That is an insult! I cannot ignore this direct affront to my dignity!"`
190190
goto talkbattle
191191
label Iwasinsulted
192192
` "Who cares," remarks the Rebel. "I sure do not, for one thing, and I doubt anyone else does either."`

data/jibauni/jibauni jobs.txt

+22
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,28 @@ mission "Jibauni Passengers [2]"
252252
payment 2000
253253
dialog "As the group of Jibauni go out of your ship, they each hand you 1/<bunks>th of <payment>."
254254

255+
mission "Jibauni Clumsy Passengers"
256+
name "Passengers to <planet>"
257+
description "Take these <bunks> passengers to <planet> for <payment>."
258+
job
259+
repeat
260+
passengers 2 30
261+
source
262+
government "Jibauni" "Jibauni (Rebel)"
263+
to offer
264+
has "language: Jibauni"
265+
random < 8
266+
not "Jibauni Clumsy Passengers: active"
267+
destination
268+
distance 1 4
269+
not planet Laqualk
270+
on enter
271+
on enter
272+
dialog "During the jump to this system, one of the Jibauni bumped into a bulkhead."
273+
on complete
274+
payment
275+
dialog "The <bunks> passengers get off your ship to do whatever they wanted to go here for, but not before they pay you <payment>."
276+
255277
mission "Jibauni Rush Delivery [0]"
256278
name "Rush to <planet>"
257279
description "A character on <planet> is in dire need of <cargo> before <day>. Get it there by then for the reward of <payment>."

data/jibauni/jibauni missions.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ mission "Jibauni: Ru-win 4"
330330
` "I think Winter. It's a busy planet with a lot of people on it."`
331331
` "I'll take you to Solace. It's a forest planet with some people but not too many."`
332332
goto solace
333-
` "If this planet is busy, as you say, then what are the chances of us being seen? Dinosaurs roaming around, will they be received well? Somehow I doubt it," returns Ru-win. "Do you know of a less busy planet?"`
333+
` "If this planet is busy, as you say, then what are the chances of us being seen? Strange aliens roaming around, will they be received well? Somehow I doubt it," returns Ru-win. "Do you know of a less busy planet?"`
334334
choice
335335
` "How about Solace? It's not that busy, and I believe it would adequately suit your needs."`
336336
label solace
@@ -347,18 +347,18 @@ mission "Jibauni: Ru-win 4"
347347
` (Ignore it.)`
348348
goto jibaunireported
349349
` "Quickly, everyone. Get back into the <npc>!" you call. "We don't want to be seen!"`
350-
` You and the Jibauni are able to hide before anybody or anything spots you. Safe for now.`
350+
` You and the Jibauni are able to hide before anybody or anything spots you - the speed of the aliens is almost frightening, given their bulk.`
351351
` Once the plane is gone, Ru-win requests that you escort her ship back to <destination> immediately.`
352352
launch
353353
label destroyedairplane
354354
action
355-
"reputation: Merchant" -= 1000 # This does not affect reputation with the major human governments such as FW or Republic; if the player is also doing their storyline at the time there could be trouble.
355+
"reputation: Merchant" -= 1000 # This does not affect reputation with the major human governments such as FW or Republic; if the player is also doing their storyline at the time there could be compatibility trouble.
356356
event "ruwin: merchant reputation back to normal" 3
357357
` A well-placed shot from the <ship> sends the plane crashing to the ground as you realize that this could be trouble later.`
358358
` A member of Ru-win's crew tells you that they are ready to go. Soon you leave <planet stopovers>, hoping that nobody will find out what has happened.`
359359
launch
360360
label jibaunireported
361-
` After some time observing the flora and fauna in <planet stopovers>'s forests, you hear a loudspeaker in the direction of the <ship>; apparently people are approaching. Ru-win hurries up to you and requests that you escort her and her crew back to <destination> immediately, before the humans arrive. You agree.`
361+
` After some time observing the flora and fauna of <planet stopovers>'s forests, you hear a loudspeaker in the direction of the <ship>; apparently people are approaching. Ru-win hurries up to you and requests that you escort her and her crew back to <destination> immediately, before the humans arrive. You agree.`
362362
` The Jibauni and you make it back to your respective ships in the nick of time, leaving moments before a search party breaks out of the woods and into the clearing the <ship> and the <npc> were landed in.`
363363
launch
364364
on visit

data/jibauni/jibauni news.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ news "jibauni merchant"
231231
word
232232
`"`
233233

234-
news "jibauni regular"
234+
news "regular jibauni"
235235
name
236236
word
237237
"Jibauni"
@@ -255,6 +255,8 @@ news "jibauni regular"
255255
"Some say the best way to win is to lose."
256256
"Up for a game of chess?"
257257
"I like strategy games. The best one is the new Aludi Harb A'lihia - especially because it's updated every time a new battle is fought between us and the Rebels."
258+
"Some of the racers here go up to thousands of meters a second. How do they go so fast?"
259+
"Y'know, the best way to win a race is to frighten opponents by roaring."
258260
word
259261
`"`
260262

data/jibauni/rebel jibauni 0 consultations.txt

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
mission "First Contact: Rebel Jibauni"
1515
name "Travel to <planet>"
16-
description `Travel to <destination> to meet up with the leaders of this "Rebel Jibauni" faction.`
16+
description `Travel to <destination> to meet up with the leaders of the "Rebel Jibauni" faction.`
1717
landing
1818
source
1919
government "Jibauni (Rebel)"
@@ -98,11 +98,9 @@ mission "Rebel Jibauni: Landed on Andwerfen"
9898
`A long wait ensues after you land on <origin>. The Rebel Jibauni seem to be trying to find someone you can speak your language. Feeling bored, you wonder about going to see what's happening.`
9999
choice
100100
` (Hey, it's better then staying here the rest of the day.)`
101-
goto explore
102101
` (You have no idea what this world is about, and don't want to wander unbidden.)`
103102
goto stay
104-
label explore
105-
` Wandering around the spaceport of <origin>, the people do not seem very happy, and make way for you without being asked. But at last, you run into a Jibauni who has something around its neck. It gives an exclamation of surprise, and then asks in a language that you can easily understand, "Why have you not come before? I will take you to the government building." It drags you through the city, and then down a side alley. After a long climp up a ramp, you enter a room which has a congregation of dinosaurs.`
103+
` As you wander around the spaceport of <origin>, you notice the unhappy residents make way, even in the thickest crowds, without being asked. At last, you run into a Jibauni who has something around its neck. It gives an exclamation of surprise, and then asks in a language that you can easily understand, "Why have you not come before? I will take you to the government building." It drags you through the city, and then down a side alley. After a long climp up a ramp, you enter a room which has a congregation of dinosaurs.`
106104
goto conversation
107105
label stay
108106
` After a few more hours, a Rebel comes rushing up, full of apologies. "I am so sorry. The leaders had different things to do, and the person supposed to find you was ambushed. Come with me now though for a consultation." It pulls you, with remarkable speed, through the streets of the city. Finally, after ducking down a side alley and going up a wide stairway, you are led into a room with a congregation of dinosaurs in it.`
@@ -144,7 +142,6 @@ mission "Rebel Jibauni: Landed on Andwerfen"
144142
` Do you want to leave? They are threatening, but may not actually mean it.`
145143
choice
146144
` (No. They are surely joking.)`
147-
goto joking
148145
` (Get out of here, now.)`
149146
goto nowleave
150147
label joking

data/jibauni/rebel jibauni missions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
mission "Rebel Jibauni: Qui-ni"
1515
minor
1616
name "Rebel Jibauni transport"
17-
description "You bumped into a Rebel Jibauni in <origin>'s spaceport and agreed to take it to <destination>."
17+
description "You bumped into a Rebel Jibauni in <origin>'s spaceport and agreed to take him to <destination>."
1818
source
1919
government "Jibauni (Rebel)"
2020
destination Kanlil

0 commit comments

Comments
 (0)