From 81626fc05e24998e4ef4d1c55f8518cfbdb25592 Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Wed, 10 Apr 2019 12:31:08 -0700 Subject: [PATCH] Reduce single Boar cost --- .../ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg | 6 +++--- Distribution/RestockPlus/changelog.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg index 08992af3..0ba01919 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Engine/25/restock-engine-boar.cfg @@ -14,11 +14,11 @@ PART scale = 1.0, 1.0, 1.0 } DRAG_CUBE - { + { cube = 0, 6.005,0.7711,1.302, 6.005,0.7711,1.853, 4.87,0.85,0.2801, 4.87,0.85,0.2801, 5.975,0.7708,1.334, 5.975,0.771,1.334, 1.192E-07,-0.5142,0, 2.5,2.518,2.5 cube = 1, 3.622,0.7014,1.451, 3.623,0.7133,1.842, 4.87,0.65,0.2801, 4.87,0.55,0.2801, 3.956,0.7193,1.355, 3.959,0.7207,1.355, 0,-0.4773,-1.192E-07, 2.5,2.444,2.5 cube = 2, 5.803,0.7729,1.302, 5.803,0.7729,1.842, 4.87,0.35,0.2801, 4.87,0.35,0.2801, 5.755,0.7725,1.334, 5.755,0.7728,1.334, 1.192E-07,-0.5129,0, 2.5,2.516,2.5 - } + } scale = 1.0 rescaleFactor = 1 // --- node definitions --- @@ -117,7 +117,7 @@ PART // --- editor parameters --- TechRequired = veryHeavyRocketry entryCost = 31000 - cost = 12000 + cost = 7000 category = Engine subcategory = 0 title = #LOC_RestockPlus_restock-engine-boar_title diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index 8acd79de..1f61528a 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -2,6 +2,7 @@ ------ - Changed radial material bay and inline goo canister to use localization strings (#557) - Fixed radial material bay and inline goo canister not counting for satellite contracts (#557) +- Adjusted cost of Boar to 7000 from 12000 (#571) v0.1.3 ------