Skip to content

Commit

Permalink
First attempt at adding science defs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Casadevall <michaelc@them.com>
  • Loading branch information
NCommander committed Jul 7, 2017
1 parent 892faf5 commit 685b06e
Showing 1 changed file with 56 additions and 2 deletions.
58 changes: 56 additions & 2 deletions GameData/RP-0/Science/Results/SurfaceSample.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
%RESULTS
{
// ** Mercury
MercurySrfLanded = There's a disappointing lack of Hg in the sample.
// ** Venus
//Mountains
Expand Down Expand Up @@ -37,6 +38,7 @@
// ** Moon
//general
MoonSrfLanded = The ground materials appear to be a combination of basaltic rocks and breccia.
MoonSrfLanded = You collect the sample in a jar, not realizing that it will stink up the spacecraft when you get back in.
//Lowlands
Expand All @@ -49,6 +51,7 @@
MoonSrfLandedMidlands = The darker midlands surface appears to be made up of basaltic rocks.

//Lunar Seas
MoonSrfLandedLunarSeas = Despite the name, you can find no indication of water or ice in the sample.

//Major Craters
MoonSrfLandedMajorCraters = The sample contains a combination of breccia and melted materials.
Expand Down Expand Up @@ -93,23 +96,74 @@
//Higlands
MarsSrfLandedHighlands = The soil contains significant quantities of sodium, potassium, chlorine, and magnesium. Almost prime crop soil, if it weren't for the dessication, lack of atmospheric pressure, and being on Mars.


// ** Phobos
//Craters
PhobosSrfLandedCraters = The craters contain small meteorite fragments. Somehow they fell back down despite the low gravity.
// **** Jupiter
// Yes, I know it's impossible. - NC
JupiterSrfLanded = You find unusual amounts of fissible materials here. It's almost if a nuclear submarine was destroyed here
// ** Io
// general
IoSrfLanded = As to be expected, the soil sample is high in sulfur and its allotropes.
// ** Europa
EuropaSrfLanded = You feel uneasy as you collect the sample, as though you weren't supposed to attempt a landing here
EuropaSrfLanded = As you chip away at the ice, you spot a piece of smooth black metal with unusual magentic properties.

// ** Ganymede
GanymedeSrfLanded = The sample contains a large amount of iron which show signs of oxidation.

// ** Callisto
CallistoSrfLanded = As you scoop the sample into the bag, you struggle to prevent it from crumbling apart.

// ** Titan
//Water
TitanSrfSplashedWater = The lake appears to be made of liquefied natural gas.

// **** Saturn (and it's moons)
SaturnSrfLanded = No one is quite sure how you managed to get a sample of Saturn's "surface", but they're very glad you did.
// ** Dione
// ** Enceladus
// ** Iapetus
// ** Mimas
// ** Rhea
// ** Tethys
// ** Titan
TitanSrfLanded = The sample has extremely high levels of methane and ammonia trapped within, leading credence to the theory that Titan has cryovolcanoism.
// **** Uranus
UranusSrfLanded = You were already warned not to make the obvious joke.
//Lunar Seas
//Major Craters
//Far Side Basin
//North Pole
//South Pole
//Highlands
//Midlands
//Lowlands
//Water
// **** Pluto
PlutoSrfLanded = The surface sample sublimes into nitrogen when you load it back into the ship.
PlutoSrfLanded = The chemical composition of the ice creates an unusual (and unexpected) spectrum of colors.
}
}

0 comments on commit 685b06e

Please sign in to comment.