Parts/Command/probeStackLarge/probeStackLarge.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 13:06, 24 January 2014 by Artorp (talk | contribs) (Created page with "{{Part config|RC-L01 Remote Guidance Unit|2=PART { name = probeStackLarge module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 CrewCapacity = 0 node_stack_botto...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for RC-L01 Remote Guidance Unit.
PART
{
name = probeStackLarge
module = Part
author = Squad

mesh = model.mu
rescaleFactor = 1.0

CrewCapacity = 0

node_stack_bottom = 0.0, -0.19, 0.0, 0.0, 1.0, 0.0, 2
node_stack_top = 0.0, 0.19, 0.0, 0.0, 1.0, 0.0, 2

TechRequired = largeProbes
entryCost = 24800
cost = 2000
category = Pods
subcategory = 0
title = RC-L01 Remote Guidance Unit
manufacturer = STEADLER Engineering Corps
description = A larger version of the popular RGU system, developed in partnership with the Rockomax conglomerate.

attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 0.5
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 = 1.5
	YawTorque = 1.5
	RollTorque = 1.5
	
	RESOURCE
	{
		name = ElectricCharge
		rate = 0.15
	}
}

MODULE
{
	name = ModuleSAS
}
}