Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GameData/RP-0/Contracts/Human Contracts/Orbit Repeatable.cfg
Original file line number Diff line number Diff line change
@@ -30,10 +30,10 @@ CONTRACT_TYPE

// ************ REWARDS ************
prestige = Significant // 1.25x
advanceFunds = 1000 * (10 + (@NoOfOrbits / 10))
advanceFunds = 1500 * (10 + (@NoOfOrbits / 10))
rewardScience = 0
rewardReputation = 1.0 * (10 + (@NoOfOrbits / 10))
rewardFunds = 1000 * (10 + (@NoOfOrbits / 10))
rewardFunds = @advanceFunds
failureReputation = 10.0 * (10 + (@NoOfOrbits / 10))
failureFunds = @advanceFunds * 1.5

0 comments on commit 5fe3812

Please sign in to comment.