Skip to content

Commit

Permalink
Updated Contract Deadlines
Browse files Browse the repository at this point in the history
* Mars, Deimos and Phobos Flyby contracts increased from 2 years to 3 years to account for the Synodic Period
* Break Sound Barrier shortened to 1 year as the actual event happened in the past from our timeline
* Break Karman Line (Crewed) shortened from 3 years to 2 years as it was too long previously
pap1723 committed Dec 29, 2018
1 parent ecc1a3f commit d88a4cf
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GameData/RP-0/Contracts/Flyby Contracts/Deimos Flyby.cfg
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ CONTRACT_TYPE
maxExpiry = 0
maxCompletions = 1
maxSimultaneous = 1
deadline = 730 // 2 years
deadline = 1095 // 3 years

targetBody = Deimos

2 changes: 1 addition & 1 deletion GameData/RP-0/Contracts/Flyby Contracts/Mars Flyby.cfg
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ CONTRACT_TYPE
maxExpiry = 0
maxCompletions = 1
maxSimultaneous = 1
deadline = 730 // 2 years
deadline = 1095 // 3 years

targetBody = Mars

2 changes: 1 addition & 1 deletion GameData/RP-0/Contracts/Flyby Contracts/Phobos Flyby.cfg
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ CONTRACT_TYPE
maxExpiry = 0
maxCompletions = 1
maxSimultaneous = 1
deadline = 730 // 2 years
deadline = 1095 // 3 years

targetBody = Phobos

Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ CONTRACT_TYPE
maxExpiry = 0
maxCompletions = 1
maxSimultaneous = 1
deadline = 1095 // 3 years
deadline = 365 // 1 year

targetBody = HomeWorld()

Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ CONTRACT_TYPE
maxExpiry = 0
maxCompletions = 1
maxSimultaneous = 1
deadline = 1095 // 3 years
deadline = 730 // 2 year
targetBody = HomeWorld()

0 comments on commit d88a4cf

Please sign in to comment.