From dcac5f5f604fa2ffd29a747edc12df35887572bd Mon Sep 17 00:00:00 2001 From: Chris Adderley Date: Sun, 21 Apr 2019 21:08:45 -0700 Subject: [PATCH] RS+ balance changes --- Distribution/Restock/changelog.txt | 2 ++ .../ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg | 6 +++--- .../ReStockPlus/Parts/Engine/125/restock-engine-pug.cfg | 2 +- Distribution/RestockPlus/changelog.txt | 2 ++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index b6174152..d14ee2cf 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -1,6 +1,8 @@ v0.1.4 ------ - KSP 1.7.x +- Fixed scale of linear RCS collider (#569) +- Fixed flag transform on Mk1 lander can (#558) v0.1.3 diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg index b9060493..e924b4ca 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/0625/restock-engine-torch.cfg @@ -96,7 +96,7 @@ PART } } // --- editor parameters --- - TechRequired = basicRocketry + TechRequired = propulsionSystems entryCost = 5150 cost = 280 category = Engine @@ -108,7 +108,7 @@ PART attachRules = 1,1,1,0,0 bulkheadProfiles = size0, srf // --- standard part parameters --- - mass = 0.30 + mass = 0.29 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 @@ -146,7 +146,7 @@ PART atmosphereCurve { key = 0 295 - key = 1 260 + key = 1 275 key = 12 100 } } diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-pug.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-pug.cfg index 4861d58f..0e5d8bd4 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-pug.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/125/restock-engine-pug.cfg @@ -117,7 +117,7 @@ PART } atmosphereCurve { - key = 0 320 + key = 0 330 key = 1 150 key = 2 0.001 } diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index 5ee193df..440ac468 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -5,6 +5,8 @@ - Fixed radial material bay and inline goo canister not counting for satellite contracts (#557) - Adjusted cost of Boar to 7000 from 12000 (#571) - Adjusted cost and masses of all RCS blocks for consistency with KSP 1.7 (#582) +- Changed Torch tech node to Precision Propulsion, ASL Isp to 275s from 260s, mass from 0.3 to 0.29 (#582) +- Changed Pug vacuum Isp to 330s from 320s (#582) v0.1.3 ------