mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
It's not all Morpheus this time
This commit is contained in:
@@ -73,6 +73,24 @@
|
|||||||
motto = ""
|
motto = ""
|
||||||
|
|
||||||
ship_prefixes = list("NSV" = "exploration", "NTV" = "hauling", "NDV" = "patrol", "NRV" = "emergency response")
|
ship_prefixes = list("NSV" = "exploration", "NTV" = "hauling", "NDV" = "patrol", "NRV" = "emergency response")
|
||||||
|
//Scientist naming scheme
|
||||||
|
ship_names = list(
|
||||||
|
"Bardeen",
|
||||||
|
"Einstein",
|
||||||
|
"Feynman",
|
||||||
|
"Sagan",
|
||||||
|
"Tyson",
|
||||||
|
"Galilei",
|
||||||
|
"Tesla",
|
||||||
|
"Edision",
|
||||||
|
"Cavendish",
|
||||||
|
"Nye",
|
||||||
|
"Hawking",
|
||||||
|
"Aristotle",
|
||||||
|
"Von Braun",
|
||||||
|
"Kaku",
|
||||||
|
"Oppenheimer"
|
||||||
|
)
|
||||||
// Note that the current station being used will be pruned from this list upon being instantiated
|
// Note that the current station being used will be pruned from this list upon being instantiated
|
||||||
destination_names = list(
|
destination_names = list(
|
||||||
"NSS Exodus in Nyx",
|
"NSS Exodus in Nyx",
|
||||||
@@ -110,6 +128,24 @@
|
|||||||
motto = ""
|
motto = ""
|
||||||
|
|
||||||
ship_prefixes = list("HTV" = "freight", "HTV" = "munitions resupply")
|
ship_prefixes = list("HTV" = "freight", "HTV" = "munitions resupply")
|
||||||
|
//War God/Soldier Theme
|
||||||
|
ship_names = list(
|
||||||
|
"Ares",
|
||||||
|
"Athena",
|
||||||
|
"Grant",
|
||||||
|
"Custer",
|
||||||
|
"Puller",
|
||||||
|
"Nike",
|
||||||
|
"Bellona",
|
||||||
|
"Leonides",
|
||||||
|
"Bast",
|
||||||
|
"Jackson",
|
||||||
|
"Lee",
|
||||||
|
"Annan",
|
||||||
|
"Chi Yu",
|
||||||
|
"Shiva",
|
||||||
|
"Tyr"
|
||||||
|
)
|
||||||
destination_names = list(
|
destination_names = list(
|
||||||
"a SolGov dockyard on Luna",
|
"a SolGov dockyard on Luna",
|
||||||
"a Fleet outpost in the Almach Rim",
|
"a Fleet outpost in the Almach Rim",
|
||||||
@@ -289,9 +325,16 @@
|
|||||||
"Nothing To Declare",
|
"Nothing To Declare",
|
||||||
"Sneaking Suspicion",
|
"Sneaking Suspicion",
|
||||||
"Bass Ackwards",
|
"Bass Ackwards",
|
||||||
"Good Things Come to Those Who Freight"
|
"Good Things Come to Those Who Freight",
|
||||||
|
"Redundant Morality",
|
||||||
|
"Synthetic Goodwill",
|
||||||
|
"Your Ad Here",
|
||||||
|
"What Are We Plotting?",
|
||||||
|
"Set Phasers To Stun",
|
||||||
|
"Preemptive Defensive Strike",
|
||||||
|
"This Ship Is Spiders",
|
||||||
|
"Legitimate Trade Vessel",
|
||||||
|
"Please Don't Explode II"
|
||||||
)
|
)
|
||||||
destination_names = list(
|
destination_names = list(
|
||||||
"A trade outpost in Shelf"
|
"A trade outpost in Shelf"
|
||||||
|
|||||||
Reference in New Issue
Block a user