Browse Source

splitting quests into company-specific files

john melesky 1 year ago
parent
commit
9d33ab3125
3 changed files with 64 additions and 50 deletions
  1. 48 0
      data/deep-quests.txt
  2. 0 50
      data/kraz-quests.txt
  3. 16 0
      data/syndicate-quests.txt

+ 48 - 0
data/deep-quests.txt

@@ -0,0 +1,48 @@
+# Deep Sky
+# step 1: take coded message to scientist
+# step 2: need mystery hardware from somewhere else
+# step 3: tactical scan of rival scientist ship
+# step 4: coded response
+# step 5: free AI module
+# step 6: AI modules on sale
+
+mission "jm-artcrew Deep Sky 1"
+	name "Sensitive delivery"
+	job
+	description "Bring a message and <tons> of data storage to Ms. Lenniker on <destination>."
+	cargo "encrypted data storage" 1 4
+	source
+		attributes "deep"
+		near "Naos" 1 10
+	destination "Asgard"
+	on accept
+		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.`
+	on complete
+		payment 50000
+		set "jm-artcrew Deep started"
+		dialog `A heavyset woman is waiting for you at the landing pad. "I'm Daria Lenniker. Did Walter include a message for me?" You hand her the data chip. She looks at it, and says, "Thank you. I may have more work for you shortly. Look for me in The Jotunn's Beard near the spaceport."`
+
+
+
+# outfitter "Deep Sky Basics"
+# 	"VO-104a Helmsman"
+# 	"VO-107d Tactical Officer"
+# 	"VO-119zo Security Officer"
+# 	"VO-108c Science Officer"
+# 	"VO-114n Engineer"
+
+# outfitter "Deep Sky Advanced"
+# 	"VO-104a Helmsman"
+# 	"VO-107d Tactical Officer"
+# 	"VO-119zo Security Officer"
+# 	"VO-108c Science Officer"
+# 	"VO-114n Engineer"
+
+
+
+
+
+
+
+
+

+ 0 - 50
data/artificial-crew-quests.txt → data/kraz-quests.txt

@@ -284,55 +284,6 @@ ship "Bastion" "Runaway Bastion"
 		"self destruct" 1
 
 
-
-# Deep Sky
-# step 1: take coded message to scientist
-# step 2: need mystery hardware from somewhere else
-# step 3: tactical scan of rival scientist ship
-# step 4: coded response
-# step 5: free AI module
-# step 6: AI modules on sale
-
-
-
-
-outfitter "Deep Sky Basics"
-	"VO-104a Helmsman"
-	"VO-107d Tactical Officer"
-	"VO-119zo Security Officer"
-	"VO-108c Science Officer"
-	"VO-114n Engineer"
-
-outfitter "Deep Sky Advanced"
-	"VO-104a Helmsman"
-	"VO-107d Tactical Officer"
-	"VO-119zo Security Officer"
-	"VO-108c Science Officer"
-	"VO-114n Engineer"
-
-
-
-
-
-# Syndicate Systems
-# robots:
-#  step 1: Kraz sells robots
-#  step 2: ask questions at outfitter
-#  step 3: buy robot
-#  step 4: scan transport
-#  step 5: robots on sale
-#  step 6: brief discount
-
-# AIs:
-#  step 1: Deep Sky sells AIs
-#  step 2: ask questions at outfitter
-#  step 3: buy AI
-#  step 4: fetch training data
-#  step 5: AIs on sale
-#  step 6: brief discount
-
-
-
 government "Runaway Ship"
 	swizzle 2
 	"player reputation" -1000
@@ -363,4 +314,3 @@ phrase "jm-artcrew runaway ship disabled"
 		"ERROR CODE [77DFF8A2]"
 		"STATUS REPORT UNAVAILABLE"
 
-

+ 16 - 0
data/syndicate-quests.txt

@@ -0,0 +1,16 @@
+# Syndicate Systems
+# robots:
+#  step 1: Kraz sells robots
+#  step 2: ask questions at outfitter
+#  step 3: buy robot
+#  step 4: scan transport
+#  step 5: robots on sale
+#  step 6: brief discount
+
+# AIs:
+#  step 1: Deep Sky sells AIs
+#  step 2: ask questions at outfitter
+#  step 3: buy AI
+#  step 4: fetch training data
+#  step 5: AIs on sale
+#  step 6: brief discount