deep-quests.txt 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. # Deep Sky
  2. # step 1: take coded message to scientist
  3. # step 2: need mystery hardware from somewhere else
  4. # step 3: tactical scan of rival scientist ship
  5. # step 4: coded response
  6. # step 5: free AI module
  7. # step 6: AI modules on sale
  8. mission "jm-artcrew Deep Sky 1"
  9. name "Sensitive delivery"
  10. job
  11. description "Bring a message and <tons> of data storage to Ms. Lenniker on <destination>. Payment is <payment>."
  12. cargo "encrypted data storage" 1
  13. source
  14. attributes "deep"
  15. near "Naos" 1 10
  16. destination "Asgard"
  17. on accept
  18. dialog `A thin, harried-looking office worker hands you a portable data chip, saying, "Make sure you hand this directly to Ms. Lenniker. Nobody else!" He hurries away as the heavier storage devices are loaded into your cargo.`
  19. on abort
  20. # VOs will roll out eventually, but more slowly
  21. event "jm-artcrew Deep AIs available" 480
  22. on fail
  23. event "jm-artcrew Deep AIs available" 480
  24. on complete
  25. payment 40000
  26. event "jm-artcrew Deep AIs available" 300
  27. set "jm-artcrew Deep started"
  28. dialog `A heavyset woman is waiting for you at the landing pad. "I'm Runa Lenniker. Did Walter include a message for me?" You hand her the data chip. "Thank you. I may have more work for you shortly. Look for me in Galdrafoth Pub, near the spaceport."`
  29. mission "jm-artcrew Deep Sky 2"
  30. priority
  31. name "Collect encrypted data for Ms. Lenniker"
  32. description "Travel to several systems to collect data storage for Runa Lenniker on <destination> by <date>. Payment is <payment>."
  33. cargo "reserved for data storage" 3
  34. source "Asgard"
  35. stopover "Zug"
  36. stopover "Wayfarer"
  37. stopover "Follower"
  38. destination "Asgard"
  39. deadline 5 3
  40. to offer
  41. has "jm-artcrew Deep Sky 1: done"
  42. on offer
  43. conversation
  44. `You find Galdrafoth Pub, a dimly-lit hole in the wall that seems to specialize in cozy booths. Ms. Lenniker is sitting in one, perusing a data pad with a stack of of similar pads on the table next to her. She notices you enter and waves you over.`
  45. ` "Forgive my prying, Captain <last>, but background checks are standard in my line of work." She sets the data pad aside and you see your photo and a bunch of numbers on it.`
  46. ` "I need someone to retrieve more data storage devices similar to what you've already brought me. I think you and the <ship> are well-suited for the job."`
  47. ` She looks at her watch. "The only hitch is that it's a bit urgent. I need the data by <day> in order to meet my deadlines, but that should be plenty of time to get there and back. What do you say?"`
  48. choice
  49. ` Nothing comes for free. How much?`
  50. goto pay
  51. ` This seems a little sketchy to me`
  52. goto sketchy
  53. ` Sorry, not interested`
  54. decline
  55. label pay
  56. ` "To the point, I like that. Three deliveries, all paying well like the first. Add a bit for the deadline and the longer distance, and I figure 150 thousand should do. Agreed?"`
  57. choice
  58. ` Agreed. Three shipments by <day> for <payment>.`
  59. goto agreed
  60. ` This all sounds a little sketchy to me`
  61. goto sketchy
  62. ` Sorry, not worth my time`
  63. decline
  64. label sketchy
  65. ` "I appreciate someone who acts with caution. Unfortunately, there's a limit to what I can tell you." She pauses for a moment to think. "I can say that I'm not asking you to do anything illegal. Nor should there be any danger aside from the pirates you sometimes find in fringe systems."`
  66. ` She smirks. "Of course, discretion is still appreciated."`
  67. choice
  68. ` Alright, I'll get your three shipments by <date>.`
  69. goto agreed
  70. ` Discretion costs money. How much are we talking?`
  71. goto pay
  72. ` Sorry, too many unknowns. I'm not interested.`
  73. decline
  74. label agreed
  75. ` "Excellent!" She pulls a portable data chip from a jacket pocket and hands it to you. "Three planets, three contacts, three parcels of data storage. I look forward to your return."`
  76. accept
  77. on visit
  78. dialog "You have not yet retrieved all the data required by Runa Lenniker."
  79. on stopover
  80. dialog `A dark-skinned woman meets you with the last shipment of data storage. She hisses, "And let Runa know we're even now. No more favors."`
  81. on complete
  82. payment 150000
  83. event "jm-artcrew Deep AIs available" 200
  84. conversation
  85. `Runa Lenniker looks tense while waiting for you at the landing pad. "Thank you, Captain."`
  86. ` She glances around briefly before moving in closer and saying in a lowered voice, "Meet me at the place if you're up for more work."`
  87. mission "jm-artcrew Deep Sky 3"
  88. priority
  89. name "Collect more encrypted data for Ms. Lenniker"
  90. description "Travel to two more systems to collect data storage for Runa Lenniker on <destination> by <date>. Make sure you're not followed. Payment is <payment>."
  91. cargo "reserved for data storage" 2
  92. source "Asgard"
  93. stopover "Sunracer"
  94. stopover "Delve"
  95. destination "Asgard"
  96. deadline 5 4
  97. to offer
  98. has "jm-artcrew Deep Sky 2: done"
  99. on offer
  100. conversation
  101. `You find Galdrafoth Pub again, and this time you're first to arrive. After a short wait, Ms. Lenniker comes in carrying a briefcase. The two of you sit in a quiet booth.`
  102. ` "Apologies for earlier, but I'm concerned there's been a security leak. I am glad to see you, Captain <last>."`
  103. choice
  104. ` I'm not the source of the leak, if that's what you're implying.`
  105. goto leak
  106. ` If I knew more about the job I might be able to help.`
  107. goto info
  108. ` Please, call me <first>. `
  109. goto names
  110. label leak
  111. ` "No, you don't fit the profile. And I'm fairly certain I haven't leaked anything dangerous to you."
  112. goto briefing
  113. label info
  114. ` "You've earned some answers, but let's discuss the next job first, shall we?"`
  115. goto briefing
  116. label names
  117. ` She arches an eyebrow, but smiles. "Very well, <first>. And, please, call me Runa."`
  118. set "jm-artcrew Runa firstname"
  119. label briefing
  120. ` "My next job is the same as the last one, but both simpler and more complicated."`
  121. ` "The 'more complicated' you may have already guessed--persons unknown have caught wind of my project so discretion has become more important. Simpler, though, because there are only two stops, and they're much closer together. It should be straightforward to get this back to me by <day>."`
  122. ` "Still, because of the increased need for secrecy, I'm willing to pay a premium. Two hundred thousand credits, if you can bring both data storage, on time, and not followed by anybody."`
  123. choice
  124. ` You said there was nothing illegal going on.`
  125. goto illegal
  126. ` Sorry, this has gotten too dangerous for me.`
  127. decline
  128. label illegal
  129. ` "Technically, I said that you wouldn't be doing anything illegal. But, it's true, none of this is illegal, per se. The people you're retrieving cargo from may be in violation of their employment contracts, but that's their responsibility, not ours."`
  130. ` She pauses, then sighs and leans forward slightly. "It's ship plans. Detailed manufacturing specifications for every model of ship ever produced by Lionheart, Southbound, Betelgeuse, or Tarazed. Plus specifications for ships in their research queue. That's what you've been delivering to me. It's cost me plenty of credits and quite a few favors to get."`
  131. choice
  132. ` But why? What do you need ship schematics for?`
  133. goto notyet
  134. ` Go on...`
  135. goto decision
  136. label notyet
  137. ` She grimaces when you ask that. "I can't tell you that. Not yet, anyway. Do this for me and maybe we can talk more about it."`
  138. label decision
  139. ` "The two stops I need you to make are both Syndicate. Well, one is Megaparsec, but they're clearly in the Syndicate's pocket. Bring that data back here to me, and do so without leading anyone else here, and by <day>, and I'll give you <payment>. Is it a deal?"`
  140. choice
  141. ` It's a deal.`
  142. goto agreed
  143. ` I can't afford to get on the Syndicate's bad side, sorry.`
  144. decline
  145. label agreed
  146. branch agreedfirst agreedformal
  147. has "jm-artcrew Runa firstname"
  148. label agreedfirst
  149. ` "Excellent, <first>! I promise more answers for you when you return." She hands you another portable data chip. "Places and contact information are here. And please be careful."`
  150. accept
  151. label agreedformal
  152. ` "Thank you, Captain <last>." She hands you another portable data chip. "Places and contact information are here. I'll see you on your return."`
  153. accept
  154. on visit
  155. dialog "You need to retrieve both stores of data and evade any pursuers before you can complete this mission."
  156. on stopover
  157. dialog `A man with ocular prostheses states simply, "Our business is completed" as the data storage is loaded onto your ship. Now, back to <destination>.`
  158. on complete
  159. payment 200000
  160. event "jm-artcrew Deep AIs available" 120
  161. conversation
  162. branch completedfirst completedformal
  163. has "jm-artcrew Runa firstname"
  164. label completedfirst
  165. `Runa meets you at the landing pad. "You've been incredibly helpful, <first>, and we're almost done. Join me for dinner in the usual spot and we'll talk about the last job."`
  166. goto done
  167. label completedformal
  168. `Ms. Lenniker isn't there to meet you when you land, but there's a note attached when the credits land in your account. "Thank you, Captain <last>. I've one more job for you before I'm done. Meet me in the usual spot."`
  169. label done
  170. ` You wonder what else she could need.`
  171. mission "jm-artcrew Deep Sky 4"
  172. priority
  173. name "Collect encrypted data from Pirates for Ms. Lennniker"
  174. description "Travel to the pirate station, <destination> to collect one last data shipment for Runa Lenniker by <date>. Payment is <payment>."
  175. cargo "reserved for data storage" 1
  176. source "Asgard"
  177. stopover "Smuggler's Den"
  178. destination "Asgard"
  179. deadline 5 3
  180. to offer
  181. has "jm-artcrew Deep Sky 3: done"
  182. on offer
  183. conversation
  184. `You find Galdrafoth Pub again, and this time you're first to arrive. After a short wait, Ms. Lenniker comes in carrying a briefcase. The two of you sit in a quiet booth.`
  185. ` "Apologies for earlier, but I'm concerned there's been a security leak. I am glad to see you, Captain <last>."`
  186. choice
  187. ` I'm not the source of the leak, if that's what you're implying.`
  188. goto leak
  189. ` If I knew more about the job I might be able to help.`
  190. goto info
  191. ` Please, call me <first>. `
  192. goto names
  193. label leak
  194. ` "No, you don't fit the profile. And I'm fairly certain I haven't leaked anything dangerous to you."
  195. goto briefing
  196. label info
  197. ` "You've earned some answers, but let's discuss the next job first, shall we?"`
  198. goto briefing
  199. label names
  200. ` She arches an eyebrow, but smiles. "Very well, <first>. And, please, call me Runa."`
  201. set "jm-artcrew Runa firstname"
  202. label briefing
  203. ` "My next job is the same as the last one, but both simpler and more complicated."`
  204. ` "The 'more complicated' you may have already guessed--persons unknown have caught wind of my project so discretion has become more important. Simpler, though, because there are only two stops, and they're much closer together. It should be straightforward to get this back to me by <day>."`
  205. ` "Still, because of the increased need for secrecy, I'm willing to pay a premium. Two hundred thousand credits, if you can bring both data storage, on time, and not followed by anybody."`
  206. choice
  207. ` You said there was nothing illegal going on.`
  208. goto illegal
  209. ` Sorry, this has gotten too dangerous for me.`
  210. decline
  211. label illegal
  212. ` "Technically, I said that you wouldn't be doing anything illegal. But, it's true, none of this is illegal, per se. The people you're retrieving cargo from may be in violation of their employment contracts, but that's their responsibility, not ours."`
  213. ` She pauses, then sighs and leans forward slightly. "It's ship plans. Detailed manufacturing specifications for every model of ship ever produced by Lionheart, Southbound, Betelgeuse, or Tarazed. Plus specifications for ships in their research queue. That's what you've been delivering to me. It's cost me plenty of credits and quite a few favors to get."`
  214. choice
  215. ` But why? What do you need ship schematics for?`
  216. goto notyet
  217. ` Go on...`
  218. goto decision
  219. label notyet
  220. ` She grimaces when you ask that. "I can't tell you that. Not yet, anyway. Do this for me and maybe we can talk more about it."`
  221. label decision
  222. ` "The two stops I need you to make are both Syndicate. Well, one is Megaparsec, but they're clearly in the Syndicate's pocket. Bring that data back here to me, and do so without leading anyone else here, and by <day>, and I'll give you <payment>. Is it a deal?"`
  223. choice
  224. ` It's a deal.`
  225. goto agreed
  226. ` I can't afford to get on the Syndicate's bad side, sorry.`
  227. decline
  228. label agreed
  229. branch agreedfirst agreedformal
  230. has "jm-artcrew Runa firstname"
  231. label agreedfirst
  232. ` "Excellent, <first>! I promise more answers for you when you return." She hands you another portable data chip. "Places and contact information are here. And please be careful."`
  233. accept
  234. label agreedformal
  235. ` "Thank you, Captain <last>." She hands you another portable data chip. "Places and contact information are here. I'll see you on your return."`
  236. accept
  237. on visit
  238. dialog "You need to retrieve both stores of data and evade any pursuers before you can complete this mission."
  239. on stopover
  240. dialog `A man with ocular prostheses states simply, "Our business is completed" as the data storage is loaded onto your ship. Now, back to <destination>.`
  241. on complete
  242. payment 200000
  243. event "jm-artcrew Deep AIs available" 120
  244. conversation
  245. branch completedfirst completedformal
  246. has "jm-artcrew Runa firstname"
  247. label completedfirst
  248. `Runa meets you at the landing pad. "You've been incredibly helpful, <first>, and we're almost done. Join me for dinner in the usual spot and we'll talk about the last job."`
  249. goto done
  250. label completedformal
  251. `Ms. Lenniker isn't there to meet you when you land, but there's a note attached when the credits land in your account. "Thank you, Captain <last>. I've one more job for you before I'm done. Meet me in the usual spot."`
  252. label done
  253. ` You wonder what else she could need.`
  254. event "jm-artcrew Deep AIs available"
  255. set "jm-artcrew Deep AIs for sale"
  256. outfitter "Deep Sky Advanced"
  257. "VO-104a Helmsman"
  258. "VO-107d Tactical Officer"
  259. "VO-119zo Security Officer"
  260. "VO-108c Science Officer"
  261. "VO-114n Engineer"
  262. mission "jm-artcrew Deep AIs available"
  263. landing
  264. source
  265. near "Naos" 100
  266. to offer
  267. has "jm-artcrew Deep AIs for sale"
  268. on offer
  269. conversation
  270. `An advertisement crossing your feed catches your eye.`
  271. ` "Deep Sky is proud to announce the availability of our new Virtual Officer line of AIs. Why hire a crew member when a computer can do the job more efficiently? Come to showrooms in select Deep Sky outfitters to hire the best crew members in the galaxy!"`
  272. decline