Skip to content

Commit

Permalink
Showing 2 changed files with 51 additions and 3 deletions.
28 changes: 28 additions & 0 deletions GameData/RP-0/EntryCostModifiers.cfg
Original file line number Diff line number Diff line change
@@ -386,6 +386,34 @@ ENTRYCOSTMODS
}
}

PART
{
name = FREVIKINGEARLY
entryCostMultipliers
{
FREVIKINGLOWER = 0.25
FREVIKINGUPPER = 0.25
}
}
PART
{
name = FREVIKINGUPPER
entryCostMultipliers
{
FREVIKINGLOWER = 0.25
FREVIKINGEARLY = 0.25
}
}
PART
{
name = FREVIKINGLOWER
entryCostMultipliers
{
FREVIKINGEARLY = 0.25
FREVIKINGUPPER = 0.25
}
}

// TIER 3
// Staged
// S1.5400
26 changes: 23 additions & 3 deletions tree.yml
Original file line number Diff line number Diff line change
@@ -1060,6 +1060,13 @@ generalRocketry: # TL1 Late 1950s/1960 tech, first real orbital LVs. Atlas, R-7,
TLV_Engine_A: *RD107
Alto_Engine_A: *VostokUpper
Alto_Engine_B: *R7Vernier

FREVIKINGEARLY: #Viking 2/2B
cost: 550 #Ariane 1-1 first stage: $14.5M
entryCost: 30000
FREVIKINGUPPER: #Viking 4/4B
cost: 1000
entryCost: 45000

basicConstruction:
batteryPack:
@@ -1145,8 +1152,6 @@ basicConstruction:
cost: 120
rn_r7_adapter_blok_e: #decoupler
cost: 100
rn_r7_adapter_blok_e_m:
cost: 100
rn_luna_fairing:
cost: 10
rn_luna_base:
@@ -1155,7 +1160,7 @@ basicConstruction:
cost: 100
rn_r7_adapter_blok_i_m:
cost: 100
rn_r7_adapter_blok_i_iv2:
rn_r7_adapter_blok_iv2:
cost: 100
rn_r7_vostok_fairing_r: &r7_fairing
cost: 20
@@ -1625,6 +1630,9 @@ advRocketry:
rn_r7_vernier_blok_i_s_fg:
cost: 20 # 6kN

FREVIKINGLOWER: #Viking 5C/6
cost: 380 #$10M for Ariane 4L stage, 4 engines
entryCost: 35000

# Staged Combustion TL2
hydroloxTL2:
@@ -2946,6 +2954,9 @@ hydroloxTL4:
Vodorod_RD57: # RD-57 engine, development ended in mid 1970s, 105 engines built

precisionPropulsion:
FRERD843: #RD-843, late and tiny rocket engine used on Vega
entryCost: 8000 #guessed to be balanced
cost: 200
# Bobcat's Soviet Engines -Need Costing-
# NK33 and NK43 config here, parts produced ~100 the program was scrapped and never flown
NP_lfe_25m_4x800Engine: # RD-264, Dnepr first stage, first run 1969-73
@@ -3009,6 +3020,15 @@ largeVolumeContainment: # TL4.5 solids
RO_KWsrbGlobeI_Castor4: # Castor4 by KW Rocketry
cost: 361
entryCost: 7224
FREP80: #Vega first stage
cost: 2280 #Vega launch cost: 25M euros alone so $3,79M (1965). P80+Zefiro23+Zefiro9 = $3,54M (1965) assuming the rest is fairings + avionics
entryCost: 12000 #Avio invested 76M euros for P80
FREZEFIRO23: #Vega second stage
cost: 810
entryCost: 8000 #guessed
FREZEFIRO9: #Vega third stage
cost: 450
entryCost: 4500 #guessed

nuclearPropulsion:
nuclearEngine: &NERVA # NERVA

0 comments on commit 2d32ce1

Please sign in to comment.