From 2160d7a7ece29877475936579ea5d72c328a1d87 Mon Sep 17 00:00:00 2001 From: KSP-TaxiService Date: Tue, 16 Jan 2018 23:13:07 +0800 Subject: [PATCH] Balance against stock antennas --- .../StockRemoteTechAntennas/GigaDish1/part.cfg | 14 +++++++------- .../StockRemoteTechAntennas/GigaDish2/part.cfg | 10 +++++----- .../StockRemoteTechAntennas/LongAntenna2/part.cfg | 12 ++++++------ .../StockRemoteTechAntennas/LongAntenna3/part.cfg | 4 ++-- .../StockRemoteTechAntennas/LongDish2/part.cfg | 12 ++++++------ .../StockRemoteTechAntennas/ShortDish2/part.cfg | 8 ++++---- .../StockRemoteTech_Antennas.cfg | 8 ++++---- 7 files changed, 34 insertions(+), 34 deletions(-) diff --git a/GameData/StockRemoteTechAntennas/GigaDish1/part.cfg b/GameData/StockRemoteTechAntennas/GigaDish1/part.cfg index f854a86..bb0462c 100644 --- a/GameData/StockRemoteTechAntennas/GigaDish1/part.cfg +++ b/GameData/StockRemoteTechAntennas/GigaDish1/part.cfg @@ -10,7 +10,7 @@ PART node_stack_bottom = 0, 0, 0, 0.0, -1.0, 0.0 node_attach = 0, 0, 0, 0.0, -1.0, 0.0, 1 - entryCost = 38500 + entryCost = 78500 cost = 11000 category = Communication subcategory = 0 @@ -20,7 +20,7 @@ PART attachRules = 1,1,1,0,0 - mass = 0.24 + mass = 0.9 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 @@ -44,13 +44,13 @@ PART MODULE { name = ModuleDataTransmitter - antennaType = DIRECT - packetInterval = 0.3 - packetSize = 2 - packetResourceCost = 15.0 + antennaType = RELAY + packetInterval = 0.25 + packetSize = 8 + packetResourceCost = 40.0 requiredResource = ElectricCharge DeployFxModules = 0 - antennaPower = 400000000000 + antennaPower = 300000000000 antennaCombinable = True } } \ No newline at end of file diff --git a/GameData/StockRemoteTechAntennas/GigaDish2/part.cfg b/GameData/StockRemoteTechAntennas/GigaDish2/part.cfg index 32c7b11..14f34d4 100644 --- a/GameData/StockRemoteTechAntennas/GigaDish2/part.cfg +++ b/GameData/StockRemoteTechAntennas/GigaDish2/part.cfg @@ -14,7 +14,7 @@ PART node_attach = 0, 0, 0, 0.0, -1.0, 0.0, 1 entryCost = 33000 - cost = 9500 + cost = 4000 category = Communication subcategory = 0 title = CommTech-1 @@ -23,7 +23,7 @@ PART attachRules = 1,1,1,0,0 - mass = 0.3 + mass = 0.2 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 @@ -36,10 +36,10 @@ PART name = ModuleDataTransmitter antennaType = DIRECT packetInterval = 0.3 - packetSize = 2 - packetResourceCost = 15.0 + packetSize = 5 + packetResourceCost = 30.0 requiredResource = ElectricCharge - antennaPower = 350000000000 + antennaPower = 200000000000 antennaCombinable = True } } \ No newline at end of file diff --git a/GameData/StockRemoteTechAntennas/LongAntenna2/part.cfg b/GameData/StockRemoteTechAntennas/LongAntenna2/part.cfg index 02d4183..971a898 100644 --- a/GameData/StockRemoteTechAntennas/LongAntenna2/part.cfg +++ b/GameData/StockRemoteTechAntennas/LongAntenna2/part.cfg @@ -19,7 +19,7 @@ PART node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 - entryCost = 1500 + entryCost = 1600 cost = 600 category = Communication subcategory = 0 @@ -28,7 +28,7 @@ PART description = The Communotron 32 is a longer range version of the last generation, now with even more spying potential. If you don't believe us, ask the Kerbal Security Agency. attachRules = 1,1,0,0,1 - mass = 0.01 + mass = 0.04 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 @@ -55,12 +55,12 @@ PART { name = ModuleDataTransmitter antennaType = DIRECT - packetInterval = 0.3 - packetSize = 2 - packetResourceCost = 15.0 + packetInterval = 0.6 + packetSize = 2.5 + packetResourceCost = 18.0 requiredResource = ElectricCharge DeployFxModules = 0 - antennaPower = 5000000 + antennaPower = 2000000 antennaCombinable = True } } diff --git a/GameData/StockRemoteTechAntennas/LongAntenna3/part.cfg b/GameData/StockRemoteTechAntennas/LongAntenna3/part.cfg index e15cd63..22fd527 100644 --- a/GameData/StockRemoteTechAntennas/LongAntenna3/part.cfg +++ b/GameData/StockRemoteTechAntennas/LongAntenna3/part.cfg @@ -22,7 +22,7 @@ PART attachRules = 0,1,0,0,1 - mass = 0.02 + mass = 0.03 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 @@ -55,7 +55,7 @@ PART packetResourceCost = 15.0 requiredResource = ElectricCharge DeployFxModules = 0 - antennaPower = 3000000 + antennaPower = 800000 antennaCombinable = True } } \ No newline at end of file diff --git a/GameData/StockRemoteTechAntennas/LongDish2/part.cfg b/GameData/StockRemoteTechAntennas/LongDish2/part.cfg index 4eb1278..fd92d40 100644 --- a/GameData/StockRemoteTechAntennas/LongDish2/part.cfg +++ b/GameData/StockRemoteTechAntennas/LongDish2/part.cfg @@ -14,7 +14,7 @@ PART node_attach = 0.0, -0.75, 0.0, 0.0, -1.0, 0.0 entryCost = 6000 - cost = 2000 + cost = 3000 category = Communication subcategory = 0 title = Reflectron KR-14 @@ -23,7 +23,7 @@ PART attachRules = 1,1,0,0,1 - mass = 0.2 + mass = 0.35 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 @@ -34,12 +34,12 @@ PART MODULE { name = ModuleDataTransmitter - antennaType = DIRECT - packetInterval = 0.3 + antennaType = RELAY + packetInterval = 0.2 packetSize = 2 - packetResourceCost = 15.0 + packetResourceCost = 24.0 requiredResource = ElectricCharge - antennaPower = 60000000000 + antennaPower = 50000000000 antennaCombinable = True } } \ No newline at end of file diff --git a/GameData/StockRemoteTechAntennas/ShortDish2/part.cfg b/GameData/StockRemoteTechAntennas/ShortDish2/part.cfg index 9f922ad..adc830f 100644 --- a/GameData/StockRemoteTechAntennas/ShortDish2/part.cfg +++ b/GameData/StockRemoteTechAntennas/ShortDish2/part.cfg @@ -14,7 +14,7 @@ PART node_attach = 0.0, -0.225, 0.0, 0.0, -1.0, 0.0 entryCost = 2000 - cost = 800 + cost = 1900 category = Communication subcategory = 0 title = Reflectron KR-7 @@ -23,7 +23,7 @@ PART attachRules = 1,1,0,0,1 - mass = 0.05 + mass = 0.2 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 @@ -34,12 +34,12 @@ PART MODULE { name = ModuleDataTransmitter - antennaType = DIRECT + antennaType = RELAY packetInterval = 0.3 packetSize = 2 packetResourceCost = 15.0 requiredResource = ElectricCharge - antennaPower = 90000000 + antennaPower = 4000000000 antennaCombinable = True } } \ No newline at end of file diff --git a/GameData/StockRemoteTechAntennas/StockRemoteTech_Antennas.cfg b/GameData/StockRemoteTechAntennas/StockRemoteTech_Antennas.cfg index d5c802e..19fbe3c 100644 --- a/GameData/StockRemoteTechAntennas/StockRemoteTech_Antennas.cfg +++ b/GameData/StockRemoteTechAntennas/StockRemoteTech_Antennas.cfg @@ -8,22 +8,22 @@ @PART[RTLongAntenna3]:FOR[StockRemoteTechAntennas] { - %TechRequired = specializedElectrics + %TechRequired = basicScience } @PART[RTShortDish2]:FOR[StockRemoteTechAntennas] { - %TechRequired = electrics + %TechRequired = advElectrics } @PART[RTGigaDish1]:FOR[StockRemoteTechAntennas] { - %TechRequired = advScienceTech + %TechRequired = experimentalElectrics } @PART[RTGigaDish2]:FOR[StockRemoteTechAntennas] { - %TechRequired = specializedElectrics + %TechRequired = advScienceTech } @PART[RTLongDish2]:FOR[StockRemoteTechAntennas]