Skip to content

Commit

Permalink
Poorly written Reward Costs Stopped Contract Generation
Browse files Browse the repository at this point in the history
These 2 contracts had incorrect information of the VesselParameterGroup and it stopped the contracts from generating.
pap1723 committed Jan 21, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c95ddb5 commit 3a5a8c6
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GameData/RP-0/Contracts/Early Satellites/Geostationary.cfg
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ CONTRACT_TYPE
// ************ REWARDS ************
prestige = Significant // 1.25x
advanceFunds = 10000 + (@first_GEOUncrewed/HasComSatPayload/minQuantity * 4)
advanceFunds = 10000 + (@GeostationarySat/HasComSatPayload/minQuantity * 4)
rewardScience = 0
rewardReputation = 20
rewardFunds = 50000
@@ -46,7 +46,7 @@ CONTRACT_TYPE
PARAMETER
{
name = VesselGroup
name = GeostationarySat
type = VesselParameterGroup
title = Geostationary Satellite
define = Geostationary
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ CONTRACT_TYPE
advanceFunds = 15000
rewardScience = 0
rewardReputation = 10
rewardFunds = 5000 + @EarlyWeatherSats/HasWeatherSatPayload/minQuantity * 4
rewardFunds = 5000 + @EarlyWeatherSat/HasWeatherSatPayload/minQuantity * 4
failureReputation = 10
failureFunds = @advanceFunds * 1.5

0 comments on commit 3a5a8c6

Please sign in to comment.