Skip to content

Commit

Permalink
Add a double-size (2kN) thruster
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 17, 2017
1 parent 1e15f4c commit 223c908
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -981,12 +981,77 @@
}

// ==================================================
// Generic 1 kN thruster.
// Generic 2 kN thruster.

// Clone of 1 kN thruster.
// ==================================================
+PART[microEngine]:BEFORE[RealismOverhaul]
{
@name = RO-2kN-Thruster
}
@PART[RO-2kN-Thruster]:FOR[RealismOverhaul]
{

%RSSROConfig = True

@rescaleFactor *= 1.4

@title = 2.2/3.6kN Thruster
@manufacturer = Generic
@description = Large thruster for orbital maneuvers.

@mass = 0.032
@crashTolerance = 10
@maxTemp = 573.15
%skinMaxTemp = 673.15

%useRcsConfig = RCSBlock8x
%useRcsCostMult = 0.25
%useRcsMass = True

@MODULE[ModuleEngines*]
{
@name = ModuleEnginesRF
@maxThrust = 1.618
@minThrust = 1.618
@heatProduction = 17.5
%ullage = False
%pressureFed = True
%ignitions = -1

@atmosphereCurve
{
@key,0 = 0 321
@key,1 = 1 112
}

@PROPELLANT[LiquidFuel]
{
@name = MMH
@ratio = 0.504
}

@PROPELLANT[Oxidizer]
{
@name = NTO
@ratio = 0.496
}

IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.01
}
}
}

// ==================================================
// Generic 1 kN / 2kN thruster.

// Ven Stock Revamp compatibility.
// ==================================================

@PART[microEngine]:FOR[RealismOverhaul]:NEEDS[VenStockRevamp]
@PART[microEngine|RO-2kN-Thruster]:FOR[RealismOverhaul]:NEEDS[VenStockRevamp]
{
@MODEL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Generic 1 kN thruster plume setup.
// ==================================================

@PART[microEngine]:FOR[RealPlume]:NEEDS[SmokeScreen]
@PART[microEngine|RO-2kN-Thruster]:FOR[RealPlume]:NEEDS[SmokeScreen]
{
PLUME
{
Expand Down Expand Up @@ -44,7 +44,7 @@
// Generic 1 kN thruster plume configuration.
// ==================================================

@PART[microEngine]:FOR[zzRealPlume]:NEEDS[SmokeScreen]
@PART[microEngine|RO-2kN-Thruster]:FOR[zzRealPlume]:NEEDS[SmokeScreen]
{
@MODULE[ModuleEngineConfigs]
{
Expand Down

0 comments on commit 223c908

Please sign in to comment.