Difference between revisions of "Parts/Command/probeStackSmall/probeStackSmall.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/Command/probeStackSmall/part.cfg to Parts/Command/probeStackSmall/probeStackSmall.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 0.90.0;)
Line 15: Line 15:
 
TechRequired = advUnmanned
 
TechRequired = advUnmanned
 
entryCost = 17800
 
entryCost = 17800
cost = 750
+
cost = 2250
 
category = Pods
 
category = Pods
 
subcategory = 0
 
subcategory = 0
 
title = RC-001S Remote Guidance Unit
 
title = RC-001S Remote Guidance Unit
 
manufacturer = STEADLER Engineering Corps
 
manufacturer = STEADLER Engineering Corps
description = Developed at the behest of H.R. departments everywhere, the RGU not only allows for control of unmanned rockets, it's also equipped with its own reaction wheels and is totally hypoallergenic.
+
description = The STEADLER RGU core is one of the most complete command units available to date, featuring all the latest guidance systems, plus its own internal set of Reaction Wheels. STEADLER claims this is the closest one can get to a fully self-contained spacecraft. (Some assembly required. Spacecraft sold separately)
  
 
attachRules = 1,0,1,1,0
 
attachRules = 1,0,1,1,0
Line 52: Line 52:
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
amount = 30
+
amount = 15
maxAmount = 30
+
maxAmount = 15
 
}
 
}
  
Line 74: Line 74:
 
{
 
{
 
name = ModuleSAS
 
name = ModuleSAS
 +
SASServiceLevel = 3
 
}
 
}
  
 
}
 
}
 
}}
 
}}

Revision as of 01:46, 16 December 2014

This is the configuration file for RC-001S Remote Guidance Unit.
PART
{
name = probeStackSmall
module = Part
author = Squad

mesh = model.mu
rescaleFactor = 1.0

CrewCapacity = 0

node_stack_bottom = 0.0, -0.1, 0.0, 0.0, 1.0, 0.0, 1
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1

TechRequired = advUnmanned
entryCost = 17800
cost = 2250
category = Pods
subcategory = 0
title = RC-001S Remote Guidance Unit
manufacturer = STEADLER Engineering Corps
description = The STEADLER RGU core is one of the most complete command units available to date, featuring all the latest guidance systems, plus its own internal set of Reaction Wheels. STEADLER claims this is the closest one can get to a fully self-contained spacecraft. (Some assembly required. Spacecraft sold separately)

attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 0.1
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 9
maxTemp = 3400

explosionPotential = 0

vesselType = Probe

MODULE
{
	name = ModuleCommand
	minimumCrew = 0
	
	RESOURCE
	{
		name = ElectricCharge
		rate = 0.05
	}
}

RESOURCE
{
	name = ElectricCharge
	amount = 15
	maxAmount = 15
}

MODULE
{
	name = ModuleReactionWheel
	
	PitchTorque = 0.5
	YawTorque = 0.5
	RollTorque = 0.5
	
	RESOURCE
	{
		name = ElectricCharge
		rate = 0.03
	}
}

MODULE
{
	name = ModuleSAS
	SASServiceLevel = 3
}

}