Skip to content

Commit

Permalink
Add comments about dinosaur skulls
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiraffe3 committed Sep 25, 2024
1 parent 056e02d commit c5f7b2e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
35 changes: 28 additions & 7 deletions data/Jibauni/jibauni 0 kanlanmo transport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ mission "Jibauni: Kanlanmo 1"
branch suspicion
has "joined the free worlds"
label choice
` After a suitable silence, Kanlanmo again asks, "Do you have any other questions?"`
choice
` "Why did you want to come here?"`
to display
Expand All @@ -260,6 +261,10 @@ mission "Jibauni: Kanlanmo 1"
to display
not "jibauni language question"
goto language
` "Why are your ships shaped like dinosaur skulls?"`
to display
not "jibauni dinosaur skulls"
goto dinosaurskulls
` "I have no more questions."`
goto done
label come
Expand Down Expand Up @@ -290,7 +295,7 @@ mission "Jibauni: Kanlanmo 1"
` "I would rather not tell you," he replies. "I believe it is a secret kept from less advanced races such as yours, and most of mine."`
goto choice
label jd
` "There have been ships with Jump Drives here. The one that kidnapped our prophet was one, and there have been other strange ships around mining asteroids. Anyway, I know not much, so don't ask me more about that subject. Any other questions?"`
` "There have been ships with Jump Drives here. The one that kidnapped our prophet was one, and there have been other strange ships around mining asteroids. Anyway, I know not much, so don't ask me more about that subject."`
goto choice
label language
action
Expand All @@ -302,6 +307,20 @@ mission "Jibauni: Kanlanmo 1"
label heliarch
` "I take it you know about the Coalition? They have ships using Jump Drives coming in to mine asteroids. We finally managed to disable one and take a translation device, which type I am using. Here is one for your own use."`
goto choice
label dinosaurskulls
action
set "jibauni dinosaur skulls"
log "Factions" "Jibauni" `There used to be other dinosaurs on the Jibauni home planet of Baitoon, which they used to hunt and eat. However, these dinosaurs were transplanted to Owiay, where they thrive on all the vegetation.`
` "Long ago the Jibauni had petty wars and duels on our home planet of Baitoon. When we discovered how to make vessels capable of spaceflight, we decided it would be a good memorial to all our fallen friends to create our ships in the shape of skulls. When the green aliens invaded, we quickly discovered that they were good at fighting. Therefore, our warships are in the shape of dragon skulls, which is what those green aliens were."`
` "The smaller interceptors are in the shape of our skulls. Other non-combat ships are in the shape of other dinosaurs' which we used to eat skulls."`
choice
` "And what happened to those other dinosaurs? Where are they now?"`
goto dinosaurskullsothers
` (Remain silent.)`
goto choice
label dinosaurskullsothers
` "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."`
goto choice
label suspicion
` "And," he adds significantly, "your ship is approximately the same color as the other aliens who invaded us."`
choice
Expand All @@ -315,21 +334,23 @@ mission "Jibauni: Kanlanmo 1"
` "Sure!"`
accept
` "For being willing to answer questions, of course!"`
accept
goto accept
` "Not right now, sorry. But I'll come back soon."`
decline
on accept
conversation
label accept
branch manyquestions
and
has "jibauni come"
has "jibauni purple"
has "jibauni situation"
has "jibauni language question"
`"Thank you for being willing to take me. I'll be in your ship soon."`
has "jibauni dinosaur skulls"
`"Thank you for being willing to take me. I'll be in your ship soon.`
goto end
label manyquestions
`"You asked many questions indeed. Also, let me thank you for being willing to take me."`

`"You asked many questions indeed. Also, let me thank you for being willing to take me.`
label end
` "I'll be in your ship soon."`
on complete
clear "jibauni come"
clear "jibauni purple"
Expand Down
6 changes: 6 additions & 0 deletions data/map.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ planet Owiay
landscape land/water27
description `This is a beautiful world, with rushing rivers and great trees. No other ships, hostile or friendly, seem to be here.`
description ` The wildlife on Owiay is abundant, and there do not seem to be predators. All animals you see eat nothing but leaves.`
description ` In addition, there are plant-eating dinosaurs roaming the green hillsides. The Jibauni transplanted them here from Baitoon when they first discovered spaceflight.`
to display
has "jibauni dinosaur skulls"

planet Taltahard
attributes jibauni moon
Expand Down Expand Up @@ -710,6 +713,9 @@ planet Baitoon
attributes homeworld jibauni
landscape land/city29
description `This is where the Jibauni started, and presumably where the seat of the Normal Jibauni government is. Many Jibauni are moving about in the long, narrow passageways between the landing pads, many of which are old and cracked.`
description ` There used to be other dinosaurs on this planet, but the Jibauni have transplanted them to a different planet, Owiay, where they thrive much better.`
to display
has "jibauni dinosaur skulls"
spaceport `This is the oldest existing spaceport in Jibauni space, and has many different sizes of hangars and pads to compensate for the large amounts of traffic this planet gets, because it is the third tourist destination in all of Jibauni space. All the buildings here are also old, and many of them are small and close together.`
government Jibauni
shipyard Diba
Expand Down

0 comments on commit c5f7b2e

Please sign in to comment.