Skip to content

Commit fdd020b

Browse files
committedJun 29, 2017
Forgot ECMs and to place/price the clones.
1 parent 2cc71f8 commit fdd020b

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed
 

Diff for: ‎GameData/RP-0/Tree/EntryCostModifiers.cfg

+16
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,20 @@ ENTRYCOSTMODS
500500
name = rn-voskhod-sc
501501
tag = heatshieldedLEO
502502
}
503+
PART
504+
{
505+
name = IronVostok_Crew_A
506+
tag = heatshieldedLEO
507+
}
508+
PART
509+
{
510+
name = Voskhod_Crew_A
511+
entryCostMultipliers
512+
{
513+
IronVostok_Crew_A = 0.5
514+
}
515+
tag = heatshieldedLEO
516+
}
503517
@PART,*:HAS[#tag[heatshieldedLEO]]
504518
{
505519
maxSubtraction = 16000
@@ -523,6 +537,8 @@ ENTRYCOSTMODS
523537
FASAGeminiPod2 = 16000
524538
FASAGeminiPod2White = 16000
525539
rn-voskhod-sc = 16000
540+
IronVostok_Crew_A = 16000
541+
Voskhod_Crew_A = 16000
526542
}
527543
}
528544

Diff for: ‎GameData/RP-0/Tree/TREE-Parts.cfg

+16-2
Original file line numberDiff line numberDiff line change
@@ -17178,10 +17178,24 @@
1717817178
%entryCost = 1000
1717917179
RP0conf = true
1718017180
}
17181-
@PART[IronVostok_Parachute_A]:FOR[RP-0]
17181+
@PART[IronVostok_Parachute_A]:FOR[xxxRP-0]
1718217182
{
1718317183
%TechRequired = enhancedSurvivability
1718417184
%cost = 500
1718517185
%entryCost = 2000
1718617186
RP0conf = true
17187-
}
17187+
}
17188+
@PART[Voskhod_Crew_A]:FOR[xxxRP-0]
17189+
{
17190+
%TechRequired = secondGenCapsules
17191+
%cost = 2000
17192+
%entryCost = 71000
17193+
RP0conf = true
17194+
}
17195+
@PART[Almach_Parachute_B]:FOR[xxxRP-0]
17196+
{
17197+
%TechRequired = secondGenCapsules
17198+
%cost = 500
17199+
%entryCost = 1000
17200+
RP0conf = true
17201+
}

0 commit comments

Comments
 (0)
Please sign in to comment.