Skip to content

Commit

Permalink
scale molniya reward by 10 to make rep and confidence more in line wi…
Browse files Browse the repository at this point in the history
…th normal com sat contracts
  • Loading branch information
Clayell authored Jun 25, 2024
1 parent 2f272fa commit df95feb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CONTRACT_TYPE
advanceFunds = 0
rewardFunds = 0
rewardScience = 0
rewardReputation = Round(55 * Pow(@EarlyMolniya/ReachOrbit/minPeA / 6000000, 0.5) * Pow((@EarlyMolniya/HasComSatPayload/minQuantity / 325), 0.5) * @rewardFactor, 1)
rewardReputation = Round(55 * Pow(@EarlyMolniya/ReachOrbit/minPeA / 6000000, 0.5) * Pow(((@EarlyMolniya/HasComSatPayload/minQuantity / 325) * 10), 0.5) * @rewardFactor, 1)
failureReputation = 0 // was @rewardReputation
failureFunds = 0

Expand Down

0 comments on commit df95feb

Please sign in to comment.