|
| 1 | +# Copyright (c) 2024 by Loymdayddaud |
| 2 | +# |
| 3 | +# Jibauni is free software: you can redistribute it and/or modify it under the |
| 4 | +# terms of the GNU General Public License as published by the Free Software |
| 5 | +# Foundation, either version 3 of the License, or (at your option) any later version. |
| 6 | +# |
| 7 | +# Jibauni is distributed in the hope that it will be useful, but WITHOUT ANY |
| 8 | +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 9 | +# PARTICULAR PURPOSE. See the GNU General Public License for more details. |
| 10 | +# |
| 11 | +# You should have received a copy of the GNU General Public License along with |
| 12 | +# this program. If not, see <https://www.gnu.org/licenses/>. |
| 13 | + |
| 14 | +mission "Rebel Jibauni: Qui-ni" |
| 15 | + minor |
| 16 | + name "Rebel Jibauni transport" |
| 17 | + description "You bumped into a Rebel Jibauni in <origin>'s spaceport and agreed to take it to <destination>." |
| 18 | + source |
| 19 | + government "Jibauni (Rebel)" |
| 20 | + destination Kanlil |
| 21 | + to offer |
| 22 | + random < 3 |
| 23 | + on offer |
| 24 | + conversation |
| 25 | + `Stepping off of the <ship> into the busy spaceport of <origin>, you see a Rebel Jibauni coming straight towards you with a purposeful look on its face. Looking around, you also see a patrol of Rebel Jibauni soldiers who seem to be searching the spaceport.` |
| 26 | + choice |
| 27 | + ` (Wait for the Jibauni to arrive.)` |
| 28 | + ` (Leave.)` |
| 29 | + decline |
| 30 | + ` The Jibauni is coming faster now. When it gets within speaking distance you hear it ask, "Can anyone take me to <planet>? I need to leave immediately."` |
| 31 | + choice |
| 32 | + ` (Offer to transport the Jibauni.)` |
| 33 | + ` (Ignore the Jibauni.)` |
| 34 | + decline |
| 35 | + ` You ask the Jibauni if you would fit the bill for transportation. It immediately thanks you and pulls you towards the <ship>, seemingly wanting to go.` |
| 36 | + choice |
| 37 | + ` (Follow the Jibauni and leave with it.)` |
| 38 | + goto followandleave |
| 39 | + ` "Whoa, not so fast there."` |
| 40 | + ` "We've got to go now," the Jibauni exclaims. "Come on!" It pulls you into your ship and forces you to launch.` |
| 41 | + launch |
| 42 | + label followandleave |
| 43 | + ` You take off upon reaching your ship. Rebel Jibauni ships launch with you.` |
| 44 | + launch |
| 45 | + on enter |
| 46 | + "old reputation: Rebel Jibauni" = "reputation: Jibauni (Rebel)" |
| 47 | + "reputation: Jibauni (Rebel)" <?= -1 |
| 48 | + conversation |
| 49 | + `The Jibauni seems somewhat calmer now. "My name is Qui-ni," it says. "You are taking me to <destination>, right?"` |
| 50 | + choice |
| 51 | + ` "Well, I did leave with you."` |
| 52 | + ` "Not willingly."` |
| 53 | + goto notwilling |
| 54 | + ` "Good. Now, please evade the Rebel Jibauni who are chasing us. Let's go immediately."` |
| 55 | + goto end |
| 56 | + label notwilling |
| 57 | + ` "Really? Well, you can take me to <destination> immediately and be rid of me."` |
| 58 | + label end |
| 59 | + on complete |
| 60 | + "reputation: Jibauni (Rebel)" = "old reputation: Rebel Jibauni" |
| 61 | + clear "old reputation: Rebel Jibauni" |
| 62 | + payment 500 |
| 63 | + conversation |
| 64 | + `When you finally settle into the allotted dock, Qui-ni pays you <payment> with a relieved look. "I'm glad to be back," it says. Qui-ni then walks past you and out the door of the <ship>, leaving you to wonder what in space that was about.` |
| 65 | + npc |
| 66 | + government "Jibauni (Rebel)" |
| 67 | + personality entering staying |
| 68 | + fleet "Small Rebel Jibauni Military" |
| 69 | + npc |
| 70 | + government "Jibauni (Rebel)" |
| 71 | + personality launching waiting |
| 72 | + fleet "Small Rebel Jibauni Military" 2 |
0 commit comments