RS+ balance changes

pull/587/head
Chris Adderley 5 years ago
parent 2d6fd4fd55
commit dcac5f5f60

@ -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

@ -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
}
}

@ -117,7 +117,7 @@ PART
}
atmosphereCurve
{
key = 0 320
key = 0 330
key = 1 150
key = 2 0.001
}

@ -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
------

Loading…
Cancel
Save