Parts/Command/probeStackLarge/probeStackLarge.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 22:25, 7 October 2014 by BobBot (talk | contribs) (BobBot moved page Parts/Command/probeStackLarge/part.cfg to Parts/Command/probeStackLarge/probeStackLarge.cfg without leaving a redirect: Renamed part configuration file after update.)
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 = advUnmanned
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
}
}