Skip to content

Commit

Permalink
Forgot ECMs and to place/price the clones.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jun 29, 2017
1 parent 2cc71f8 commit fdd020b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
16 changes: 16 additions & 0 deletions GameData/RP-0/Tree/EntryCostModifiers.cfg
Expand Up @@ -500,6 +500,20 @@ ENTRYCOSTMODS
name = rn-voskhod-sc
tag = heatshieldedLEO
}
PART
{
name = IronVostok_Crew_A
tag = heatshieldedLEO
}
PART
{
name = Voskhod_Crew_A
entryCostMultipliers
{
IronVostok_Crew_A = 0.5
}
tag = heatshieldedLEO
}
@PART,*:HAS[#tag[heatshieldedLEO]]
{
maxSubtraction = 16000
Expand All @@ -523,6 +537,8 @@ ENTRYCOSTMODS
FASAGeminiPod2 = 16000
FASAGeminiPod2White = 16000
rn-voskhod-sc = 16000
IronVostok_Crew_A = 16000
Voskhod_Crew_A = 16000
}
}

Expand Down
18 changes: 16 additions & 2 deletions GameData/RP-0/Tree/TREE-Parts.cfg
Expand Up @@ -17178,10 +17178,24 @@
%entryCost = 1000
RP0conf = true
}
@PART[IronVostok_Parachute_A]:FOR[RP-0]
@PART[IronVostok_Parachute_A]:FOR[xxxRP-0]
{
%TechRequired = enhancedSurvivability
%cost = 500
%entryCost = 2000
RP0conf = true
}
}
@PART[Voskhod_Crew_A]:FOR[xxxRP-0]
{
%TechRequired = secondGenCapsules
%cost = 2000
%entryCost = 71000
RP0conf = true
}
@PART[Almach_Parachute_B]:FOR[xxxRP-0]
{
%TechRequired = secondGenCapsules
%cost = 500
%entryCost = 1000
RP0conf = true
}

0 comments on commit fdd020b

Please sign in to comment.