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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "{{Part config|RC-001S Remote Guidance Unit|2=PART { name = probeStackSmall module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 CrewCapacity = 0 node_stack_bott...")
 
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.)
(No difference)

Revision as of 22:26, 7 October 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 = 750
category = Pods
subcategory = 0
title = RC-001S Remote Guidance Unit
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.

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 = 30
	maxAmount = 30
}

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

MODULE
{
	name = ModuleSAS
}

}