Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Communications Satellites.cfg
Browse files Browse the repository at this point in the history
Updating Payload Requirements to fit with new Service Module restrictions
pap1723 authored Feb 19, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0a114d5 commit 2b27c67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -117,7 +117,7 @@ CONTRACT_TYPE
name = HasComSatPayload
type = HasResource
resource = ComSatPayload
minQuantity = Round(Pow(Random(0.5,1.5) * (0.3 + UnlockedTech().Count() / 100),2)*5000,1)
minQuantity = Round(Pow(Random(0.5,1.5) * (0.3 + UnlockedTech().Count() / 100),2)*2500,1)
title = Have a ComSatPayload of at least @minQuantity units on the craft
}
PARAMETER

0 comments on commit 2b27c67

Please sign in to comment.