Skip to content

Commit

Permalink
Buff Molniya repeatable contract reward (#2388)
Browse files Browse the repository at this point in the history
* Update RFTechLevels.cfg

* Update EarlyComNetwork3-CA.cfg

* Update FirstMolniyaSat-CA.cfg

make AOP more clear and in line with the objectives that state it must be between 220 and 320

* Update Programs.cfg

make it more clear on the reasoning behind upgrading AC to 3

* scale molniya reward by 10 to make rep and confidence more in line with normal com sat contracts

* Update EarlyMolniyaSat.cfg

* Update EarlyMolniyaSat.cfg

* Update EarlyComNetwork3-CA.cfg

* Update FirstMolniyaSat-CA.cfg

* Update Programs.cfg

i am not very good at github lol

* Update EarlyMolniyaSat.cfg

* Update Programs.cfg

how did i even delete this

* Update Programs.cfg

* woops, wrong spot
  • Loading branch information
Clayell authored Jul 13, 2024
1 parent 7ba2ff0 commit a76d461
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 * 10) / 325), 0.5) * @rewardFactor, 1) // pretend to have 10x the payload to make the reward line up with comsat repeatable, which requires about the same tonnage to orbit
failureReputation = 0 // was @rewardReputation
failureFunds = 0

Expand Down

0 comments on commit a76d461

Please sign in to comment.