Skip to content

Commit

Permalink
Added return mission
Browse files Browse the repository at this point in the history
  • Loading branch information
ajventer committed Jan 1, 2014
1 parent 01c9801 commit d47cd49
Showing 1 changed file with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ MISSION = Part 3: Dock the lander
}

MISSION = Part 4: The first research trip
{
From = KSC Scientific Exploration Dept
Description = Right, our lab has all it's parts, time to land somewhere on Minmus and collect some scientific data !
Success = The area where you landed is apparently not made of desert. The quest for yummy peppermint continues...
Expand Down Expand Up @@ -221,3 +222,47 @@ MISSION = Part 4: The first research trip
HINT = You can now use the science lab to process the data you collected before transmission, clean out the experiments and do more trips to other biomes.
}
MISSION = Part 5: The voyage home
{
From = KSC Scientific Exploration Dept
Description = ******* WARNING ! DO NOT START THIS MISSION UNTIL YOU ARE DONE EXPLORING ALL THE MINMUS BIOMES YOU WANT TO EXPLORE****
Description = ******* RECCOMEND NOT TRANSMITTING THE FINAL ONE - BRING THE DATA OVER VIA EVA AND INCLUDE IT IN THE RECOVERY TO MAXIMIZE SCIENCE POINTS*****
Description = Our Kerbonaughts in the Minmus Orbital labs are getting rather bored up there after all this time. I think it's time we send up a ship to bring them home
Success = Welcome home everybody
Reward = 100000
Part = Clamp-O-Tron Docking Port
Part = PPD-10 Hitchhiker Storage Container
SuggestedVesselName = Minmus recovery unit
OBJECTIVE = LaunchKSC

OBJECTIVE = EnterSOI
{
Body = Minmus
}

OBJECTIVE = Dock
{
TargetVessel = Part 1: The Science Lab
}
//Currently KSPStoryMissions have no objective for crew transfers so there is no way to enforce that, but hopefully players will do it in the spirit of the game
Event = ForceChangeVessel
{
TargetVessel = Part 5: The voyage home
}
OBJECTIVE = Undock
{
TargetVessel = Part 1: The Science Lab
}

OBJECTIVE = Return
{
Body = Kerbin
}
OBJECTIVE = LandOrSplash
{
Body = Kerbin
}

}

0 comments on commit d47cd49

Please sign in to comment.