Skip to content

Commit

Permalink
Add support for RA TL10 (tracking station lvl 11) (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Jul 13, 2024
1 parent 7ca1e8f commit 3512de9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
14 changes: 7 additions & 7 deletions GameData/RP-1/CustomBarnKit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
}
@TRACKING
{
@levels = 10
@upgradesVisual = 1, 1, 2, 2, 2, 3, 3, 3, 3, 3
@upgrades = 50000, 50000, 50000, 100000, 175000, 100000, 150000, 1000000, 300000, 300000
@levels = 11
@upgradesVisual = 1, 1, 2, 2, 2, 3, 3, 3, 3, 3, 3
@upgrades = 50000, 50000, 50000, 100000, 175000, 100000, 150000, 1000000, 300000, 300000, 300000
@unlockedSpaceObjectDiscovery = 8
@orbitDisplayMode = 2, 3, 3, 3, 3, 3, 3, 3, 3, 3
@patchesAheadLimit = 0, 1, 2, 3, 4, 4, 4, 4, 4, 4
@trackedObjectLimit = 0, 1, 2, 3, 4, 5, 6, 8, 10, -1
@DSNRange = 4.2047e11, 8.4093e11, 1.3329e12, 4.2652e12, 1.3649e13, 4.0946e13, 1.1465e14, 3.6688e14, 5.1363e14, 8.9885e14
@orbitDisplayMode = 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3
@patchesAheadLimit = 0, 1, 2, 3, 4, 4, 4, 4, 4, 4, 4
@trackedObjectLimit = 0, 1, 2, 3, 4, 5, 6, 8, 10, -1, -1
@DSNRange = 4.2047e11, 8.4093e11, 1.3329e12, 4.2652e12, 1.3649e13, 4.0946e13, 1.1465e14, 3.6688e14, 5.1363e14, 8.9885e14, 8.9885e14
@DSNRangeCurve
{
key = 0 0 0 1
Expand Down
6 changes: 6 additions & 0 deletions GameData/RP-1/Tree/CommsTechlevels.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
%techRequired = efficientComms
%description = More general improvements. Idle power: 11.7 watts. NOTE: You must purchase this upgrade here before you can use it.
}
@PARTUPGRADE[commsTL10]:FOR[RP-0]
{
%level = 10
%techRequired = modernComms
%description = More general improvements. Arraying of 32-meter antennas improves Ka-band performance. Idle power: 9.5 watts. NOTE: You must purchase this upgrade here before you can use it.
}
@PARTUPGRADE[commsTL*]:FOR[RP-0]
{
%title = #Comms Tech Level $level$
Expand Down
1 change: 1 addition & 0 deletions GameData/RP-1/Tree/EntryCostModifiers.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ ENTRYCOSTMODS
commsTL7 = 200000, commsTL6 // X-band
commsTL8 = 100000, commsTL7
commsTL9 = 300000, commsTL8 // K-band
commsTL10 = 100000, commsTL9
// Omni
commsOmniLevel1 = 0
Expand Down

0 comments on commit 3512de9

Please sign in to comment.