Skip to content

Commit

Permalink
Configure program modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Aug 18, 2024
1 parent a6ea8bf commit 82ebc97
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions GameData/RP-1/Programs/Programs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,23 @@ RP0_PROGRAM
}
}
RP0_PROGRAM_MODIFIER
{
srcProgram = EarlyEarthSpaceStation
tgtProgram = CrewedLunar
nominalDurationYears = 7
baseFunding = 8050000
fundingCurve = Mid
repDeltaOnCompletePerYearEarly = 750
repPenaltyPerYearLate = 750
CONFIDENCECOSTS
{
Normal = 3500
Fast = 7000
}
}
RP0_PROGRAM
{
name = EarlyEarthSpaceStation
Expand Down Expand Up @@ -1007,6 +1024,23 @@ RP0_PROGRAM
}
}
RP0_PROGRAM_MODIFIER
{
srcProgram = CrewedLunar
tgtProgram = EarlyEarthSpaceStation
nominalDurationYears = 7
baseFunding = 6300000
fundingCurve = Flat
repDeltaOnCompletePerYearEarly = 590
repPenaltyPerYearLate = 590
CONFIDENCECOSTS
{
Normal = 3000
Fast = 6000
}
}
RP0_PROGRAM
{
name = MarsSurfaceExp
Expand Down

0 comments on commit 82ebc97

Please sign in to comment.