Skip to content

Commit

Permalink
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion GameData/RP-0/Parts/Science/MS01-IonMassSpectrometer.cfg
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ PART
useStaging = False // Always set False
xmitDataScalar = 0.0 // Transmission Data Vlue %
usageReqMaskInternal = 1
usageReqMaskExternal = -1 // Bit Mask to define external usage conditions; 8 specifies that the EVA kerbal must be a scientist to deploy the experiment; 4 will allow any Kerbal to deploy from EVA; -1 means nothing can use the experiment externally
usageReqMaskExternal = 1 // Bit Mask to define external usage conditions; 8 specifies that the EVA kerbal must be a scientist to deploy the experiment; 4 will allow any Kerbal to deploy from EVA; -1 means nothing can use the experiment externally
totalScienceLevel = 0.25 // Science % of experimentID
resourceExpCost = 0 // Cost per second while collecting
2 changes: 1 addition & 1 deletion GameData/RP-0/Parts/Science/PHOTO01-EarlyFilmCamera.cfg
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@
useStaging = False // Always set False
xmitDataScalar = 0.0 // Transmission Data Value %
usageReqMaskInternal = 1
usageReqMaskExternal = -1 // Bit Mask to define external usage conditions; 8 specifies that the EVA kerbal must be a scientist to deploy the experiment; 4 will allow any Kerbal to deploy from EVA; -1 means nothing can use the experiment externally
usageReqMaskExternal = 1 // Bit Mask to define external usage conditions; 8 specifies that the EVA kerbal must be a scientist to deploy the experiment; 4 will allow any Kerbal to deploy from EVA; -1 means nothing can use the experiment externally
totalScienceLevel = 0.2 // Science % of experimentID
resourceExpCost = 0 // Cost per second while collecting
2 changes: 1 addition & 1 deletion GameData/RP-0/Science/Experiments/BioSample.cfg
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
//
//**********************************************************************************

@EXPERIMENT_DEFINITION[*]:HAS[#id[atmosphereAnalysis]]:FOR[RP-0]
@EXPERIMENT_DEFINITION[*]:HAS[#id[mysteryGoo]]:FOR[RP-0]
{
@title = Biological Sample
@baseValue = 10
9 changes: 4 additions & 5 deletions GameData/RP-0/Science/Experiments/EVAReport.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//**********************************************************************************
// Orbital Pertubation Experiment
// Replaces the Gravity Scan experiment from stock
// EVA Report
//
//**********************************************************************************

@@ -14,9 +13,9 @@

%RESULTS
{
default = This is the greatest experience I’ve...it’s just tremendous.
default = There’s no difficulty in recontacting the spacecraft. It’s all very soft, particularly as long as you move nice and slow.
default = I'm coming back in...and it is the saddest moment of my life.
default = This is the greatest experience I’ve...it’s just tremendous.\nEd White on Gemini 4
default = There’s no difficulty in recontacting the spacecraft. It’s all very soft, particularly as long as you move nice and slow.\nEd White on Gemini 4
default = I'm coming back in...and it is the saddest moment of my life.\nEd White on Gemini 4
default = That may have been ‘one small step’ for Neil, but it’s a heck of a big leap for me! // Bruce McCandless first using MMU on EVA
}
}
4 changes: 2 additions & 2 deletions GameData/RP-0/Tree/TREE-Parts.cfg
Original file line number Diff line number Diff line change
@@ -24982,8 +24982,8 @@
}
@PART[science_module]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%cost = 250
%TechRequired = start
%cost = 100
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From RP-0 (Stock Model) mod</color></b>

0 comments on commit 93954d7

Please sign in to comment.