Skip to content

Commit

Permalink
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions GameData/RP-0/Tree/CrewTrainingTimes.cfg
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@
TRAININGTIMES
{
// Basic Piloting Skills
Supersonic = 50
Suborbital = 50, Supersonic // 100
XPlane = 30
Suborbital = 30, XPlane // 100
Orbital = 50, Suborbital // 150
Maneuvering = 25, BasicCapsules // 225
Rendezvous = 25, Maneuvering // 250
@@ -33,28 +33,30 @@ TRAININGTIMES
//**********************************************************************************
// Supersonic Flight
// X-Planes
//**********************************************************************************
// X-1
X1 = 100, Supersonic
X1 = 15, XPlane
RP0Nose-Cockpit = X1
X1_Crew = X1
X1_Mission = 10
// X-15
X15 = 100, Suborbital, Supersonic
X15 = 100, Suborbital, XPlane
Mark1Cockpit = X15
Mark2Cockpit = X15
RO-Mk1CockpitInline = X15
RO-Mk1Cockpit = X15
X15_Mission = 15
// 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
Mk1 S39 Cockpit = 100, XPlane
Trainer Cockpit = 100, XPlane
Mk1 Mirage Cockpit = 100, XPlane
SXTEntenteCordiale = 100, XPlane
mk2Cockpit_Standard = 100, XPlane
Mk1 Su30 Cockpit = 100, XPlane
Typhoon Cockpit = 100, XPlane
//**********************************************************************************
// Capsules
@@ -65,6 +67,7 @@ TRAININGTIMES
FASAMercuryPod = Mercury
mk1pod = Mercury
orbitaiespod = Mercury
Mercury_Mission = 75
// Gemini
Gemini = 200, SecondGenCapsules // 550
@@ -100,10 +103,11 @@ TRAININGTIMES
// Vostok
Vostok = 100, BasicCapsules // 300
Vostok = 50, BasicCapsules // 300
Vostok_Mission = 60
IronVostok_Crew_A = Vostok
rn_vostok_sc = Vostok
Vostok_Mission = 60
// Voskhod
Voskhod = 200, Vostok // 500

0 comments on commit 0355aaa

Please sign in to comment.