Skip to content

Commit

Permalink
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions GameData/RP-0/Tree/CrewTrainingTimes.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
//**********************************************************************************
// RP-0 TRAINING TIMES
//
// Mercury 7 were announced on April 9, 1959, didn't fly until May 5, 1961
// (757 days), but were ready to fly before that. Vanguard 6 (Soviet cosmonaut
// group) was selected on May 30, 1960 and finished their training (final exams)
// on January 17, 1961. (232 days) First flight was April 12, 1961. (317 days)
// We'll call it 300 days of training
//
// The New Nine were announced on September 17, 1962, first flight was not until
// John Young on March 23, 1965. (918 Days) Similar time frame for the next group
// that were called The Fourteen.
//
// We'll call it 600 days of training
//
//**********************************************************************************
TRAININGTIMES
{
// Basic Piloting Skills
Supersonic = 50
Suborbital = 50, Supersonic // 100
Orbital = 50, Suborbital // 150
Maneuvering = 25, BasicCapsules // 225
Rendezvous = 25, Maneuvering // 250
Docking = 50, Rendezvous // 300
Landing = 100, Docking // 400
BasicCapsules = 50, Orbital // 200
SecondGenCapsules = 50, Maneuvering, Rendezvous, Docking // 350
MatureCapsules = 50, SecondGenCapsules // 400
ImprovedCapsules = 50, SecondGenCapsules // 400
//**********************************************************************************
// Supersonic Flight
//**********************************************************************************
// X-1
X1 = 100, Supersonic
RP0Nose-Cockpit = X1
X1_Crew = X1
// X-15
X15 = 100, Suborbital, Supersonic
Mark1Cockpit = X15
Mark2Cockpit = X15
RO-Mk1CockpitInline = X15
RO-Mk1Cockpit = X15
// Jet Fighters
Mk1?S39?Cockpit = 100, Supersonic
Trainer?Cockpit = 100, Supersonic
Mk1?Mirage?Cockpit = 100, Supersonic
SXTEntenteCordiale = 100, Supersonic
mk2Cockpit_Standard = 100, Supersonic
Mk1?Su30?Cockpit = 100, Supersonic
Typhoon?Cockpit = 100, Supersonic
//**********************************************************************************
// Capsules
//**********************************************************************************
// Mercury
Mercury = 100, BasicCapsules // 300
Mercury_Mission = 60
FASAMercuryPod = Mercury
mk1pod = Mercury
orbitaiespod = Mercury
// Gemini
Gemini = 200, SecondGenCapsules // 550
Gemini_Mission = 60
FASAGeminiPod2 = Gemini
FASAGeminiPod2White = Gemini
K2Pod = Gemini
moduldesspod = Gemini
// Apollo
Apollo = 200, MatureCapsules // 600
Apollo_Mission = 60
bluedog_Apollo_Block2_Capsule = Apollo
FASAApollo_CM = Apollo
SSTU-SC-B-CM = Apollo
Mark1-2Pod = Apollo
// LEM
// Advanced Apollo 650
SSTU-SC-B-CMX = 50, Apollo
bluedog_Apollo_Block3_Capsule = 50, Apollo
// Vostok
Vostok = 100, BasicCapsules // 300
Vostok_Mission = 60
IronVostok_Crew_A = Vostok
rn_vostok_sc = Vostok
// Voskhod
Voskhod = 200, Vostok // 500
Voskhod_Mission = 60
Voskhod_Crew_A = Voskhod
rn_voskhod_sc = Voskhod
// Soyuz
Soyuz = 200, MatureCapsules // 600
Soyuz_Mission = 60
SSTU-SC-A-DM = Soyuz
SSTU-SC-A-OM = Soyuz
rn_zond_sa = Soyuz
rn_lok_sa = Soyuz
rn_lok_bo = Soyuz
t_bo = Soyuz
t_af_bo = Soyuz
}

0 comments on commit 1eaae52

Please sign in to comment.