Skip to content

Commit

Permalink
Missions all working and completeable
Browse files Browse the repository at this point in the history
  • Loading branch information
ajventer committed Dec 31, 2013
1 parent 5b26510 commit 01c9801
Showing 1 changed file with 49 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ MISSION = Part 1: The Science Lab
From = KSC Scientific Exploration Dept
Description = We learned a great deal from your trip to the Mun, but it cost a fortune. We want to study Minmus - all over, so we spoke to the engineering guys and came up with a cheaper way to do that.
Description = Well cheaper in the long run, it will cost rather more initially. See the expensive part of studying Minmus is getting there - every trip costs a fortune. So we want to build a science lab in orbit around it
Description = With a refueling station attached. Then you can have a manned probe go down to various parts of Minmus to collect data, bring them back to the lab to be processed and transmit them home. Refuel the probe and go do it somewhere else.
Description = With a refueling station attached. Then you can have a manned lander go down to various parts of Minmus to collect data, bring them back to the lab to be processed and transmit them home. Refuel the lander and go do it somewhere else.
Description = You will have to put some sort of solar panels or nuclear generators on it - science labs need power and need to be able to recharge their batteries.
Success = Right, the lab is in orbit, now tell me you remembered to put scientists in it ?
SuggestedVesselName = Minmus Orbital Lab
Expand Down Expand Up @@ -88,22 +88,28 @@ MISSION = Part 1: The Science Lab
MISSION = Part 2: Refueling Ship
{
From = KSC Scientific Exploration Dept
Description = Now our small probe won't get to do many trips unless we can refuel it - so we want to attach a small unmanned ship with a big fuel tank to the lab, which will allow the lab to refuel the probe.
Description = Take the biggest fuel tank you have ! We don't want to swap it out any sooner than we have to !
Description = The science lab needs two full time crew members - if you forgot to add them when you sent it up, you'll have to add some room on this ship to take them along. Otherwise an unmanned probe module is fine.
Description = Now our small lander won't get to do many trips unless we can refuel it - so we want to attach a small unmanned ship with a big fuel tank to the lab, which will allow the lab to refuel the lander.
Description = Take the biggest fuel tank you have ! We don't want to swap it out any sooner than we have to ! You should also take extra monopropellant so you can refuel the lander's RCS systems later.
Description = Obviously you should try not to use any of the payload fuel during the trip. That's for the lander later.
Description = The science lab needs two full time crew members - if you forgot to add them when you sent it up, you'll have to add some room on this ship to take them along. Otherwise an unmanned lander module is fine.
Success = Couldn't you have used a bigger fuel tank?
SuggestedVesselName = Minmus Refueling Station
Part = Clamp-O-Tron Docking Port
Part = RV-105 RCS Thruster Block

Reward = 20000
Reward = 95000

OBJECTIVE = LaunchKSC
OBJECTIVE = EnterSOI
{
Body = Minmus
}

OBJECTIVE = ReachAltitude
{
Body = Minmus
MinAltitude = 10000
MaxAltitude = 20000
MaxAltitude = 30000
}


Expand All @@ -112,10 +118,10 @@ MISSION = Part 2: Refueling Ship
TargetVessel = Part 1: The Science Lab
}

HINT = Remain docked and go to the space center for the next mission.
HINT = Remain docked and go to the space center for the next mission. If you brought your science operators along on this mission - you will need to EVA them to the lab before you can complete the final mission.
}

MISSION = Part 3: Dock the probe
MISSION = Part 3: Dock the lander
{
From = KSC Scientific Exploration Dept
Description = Allright, so now that we have our lab/fuel station in orbit, we need to send up a small manned research lander and dock that to it.
Expand All @@ -128,37 +134,48 @@ MISSION = Part 3: Dock the probe
Part = Mystery Goo™ Containment Unit
Part = 2HOT Thermometer

Reward = 15000
Reward = 45000
OBJECTIVE = LaunchKSC
{
Body = Minmus
MinAltitude = 10000
MaxAltitude = 20000
}

OBJECTIVE = EnterSOI
{
Body = Minmus
}

OBJECTIVE = Dock
{
TargetVessel = Part 1: The Science Lab
}
OBJECTIVE = ReachAltitude
{
Body = Minmus
MinAltitude = 10000
MaxAltitude = 30000
}

OBJECTIVE = Dock
{
TargetVessel = Part 1: The Science Lab
}
HINT = Remain docked and go to the space center for the next mission.

}

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...
StartVessel = Part 3: Dock the probe
Reward = 1000
StartVessel = Part 1: The Science Lab
Reward = 5000
Event = ForceChangeVessel
{
TargetVessel = Part 3: Dock the lander
}
OBJECTIVE = Undock
{
TargetVessel = Part 3: Dock the probe
TargetVessel = Part 1: The Science Lab
}
OBJECTIVE = Land
{
Body = Minmus
Expand All @@ -169,40 +186,38 @@ MISSION = Part 4: The first research trip
}
OBJECTIVE = Science
{
Science = Log Temperature
Science = Temperature Scan
}
OBJECTIVE = Science
{
Science = Mystery Goo™ Observation
}
OBJECTIVE = Science
{
Science = EVA Report
Science = Crew Report
}
OBJECTIVE = Science
{
Science = Observe Mystery Goo
Science = EVA Report
}
OBJECTIVE = Science
{
Science = Crew Report
Science = Surface Sample
}
OBJECTIVE = ReachAltitude
{
Body = Minmus
MinAltitude = 10000
MaxAltitude = 20000
MaxAltitude = 30000
}
OBJECTIVE = Dock
{
Body = Kerbin
TargetVessel = Part 1: The Science Lab
}
OBJECTIVE = Science
{
Science = Process Lab Data
}
HINT = Leave the lab here - you can do many research trips to different biomes without needing additional budget
HINT = If you did the SCANsat missions (and have SCANsat parts) you will be able to identify the biomes on the maps
HINT = If your refuel tank runs empty - the third docking port allows you to take up another refuel ship to refill it. This will however cost against your budget so plan accordingly.
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.
}

0 comments on commit 01c9801

Please sign in to comment.