Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a0f0b92

Browse files
committedDec 14, 2024·
Kanlanmo explains the Rebel license in more depth
1 parent 63f4eb0 commit a0f0b92

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed
 

‎data/jibauni/jibauni 0 kanlanmo transport.txt

+16-6
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ mission "Jibauni: Kanlanmo 0"
205205
on complete
206206
payment 15000
207207
set "First Contact: Jibauni: offered"
208+
set "First Contact: Jibauni: done"
208209
set "license: Jibauni"
209210
conversation
210211
branch insider
@@ -245,6 +246,7 @@ mission "Jibauni: Kanlanmo (0 declined)"
245246
on complete
246247
payment 8000
247248
set "First Contact: Jibauni: offered"
249+
set "First Contact: Jibauni: done"
248250
set "license: Jibauni"
249251
conversation
250252
branch insider
@@ -301,6 +303,10 @@ mission "Jibauni: Kanlanmo 1"
301303
to display
302304
not "jibauni knowledge: dinosaur skulls"
303305
goto dinosaurskulls
306+
` "How can I buy more technology from you?"`
307+
to display
308+
not "jibauni knowledge: rebel fighter license"
309+
goto rebellicense
304310
` "I have no more questions."`
305311
goto done
306312
label come
@@ -357,8 +363,13 @@ mission "Jibauni: Kanlanmo 1"
357363
label dinosaurskullsothers
358364
` "Once we discovered spaceflight, we found that we could no longer treat the other poor dinosaur types who were vegetarians so poorly. Therefore, we moved them all to Owiay, where they thrive to this day."`
359365
goto choice
366+
label rebellicense
367+
action
368+
set "jibauni knowledge: rebel fighter license"
369+
` "I believe that for most of them, fighting the Rebel faction to the east will give you the license. I would recommend doing that if you want to 'curry favor', would it be called? For the more important one, I'll give you a call when you've assisted us enough."`
370+
goto choice
360371
label done
361-
` "Okay. As you have no more questions, I need some help getting to <system>. <planet>, to be precise. Would you take me?"`
372+
` "Okay. Without more questions, I can ask if you will lend some help getting to <system>; <planet>, to be precise. Would you take me?"`
362373
choice
363374
` "Sure!"`
364375
accept
@@ -373,12 +384,11 @@ mission "Jibauni: Kanlanmo 1"
373384
has "jibauni purple"
374385
has "jibauni situation"
375386
has "jibauni language question"
376-
` "Thank you for being willing to take me. I'll be in your ship soon.`
377-
goto end
387+
` "Thank you for being willing to take me. I'll be in your ship soon."`
388+
accept
378389
label manyquestions
379-
` "You asked many questions indeed. Also, let me thank you for being willing to take me.`
380-
label end
381-
` "I'll be in your ship soon."`
390+
` "You asked many questions indeed. Also, let me thank you for being willing to take me. I'll be in your ship soon."`
391+
accept
382392
on complete
383393
clear "jibauni come"
384394
clear "jibauni purple"

‎data/jibauni/jibauni missions.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,14 @@ mission "Jibauni: Jibauni Rebel Fighter License"
7474
"reputation: Jibauni (Rebel)" < -100
7575
on offer
7676
conversation
77-
`You receive a message from the Jibauni authorities. "Please destroy the <npc> and then come to <planet>. If you do, you will get our Rebel License and access to buy the Yiyharsi."`
77+
`You receive a message from the Jibauni authorities. "Please destroy the <npc> and then come to <planet>. If you do, you will get our Rebel License and access to buy some of our less powerful ships which are not available now."`
7878
accept
7979
on complete
8080
conversation
81-
scene "thumbnail/gunboat"
82-
# scene "outfit/jibauni rebel fighter license"
81+
scene "outfit/jibauni rebel fighter license"
8382
action
8483
set "license: Jibauni Rebel Fighter"
85-
`The Jibauni authorities contact your ship as you land. "Thank you for fighting the Rebel Jibauni so much," they say. "Here is the license as a thank you for your hard work."`
84+
`The Jibauni authorities contact your ship as you land. "Thank you for fighting the Rebel Jibauni this much," they say. "Here is the license as a thank you for your hard work."`
8685
npc kill
8786
personality heroic marked nemesis
8887
government "Jibauni (Rebel)"

0 commit comments

Comments
 (0)
Please sign in to comment.