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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/Command/probeStackLarge/part.cfg to Parts/Command/probeStackLarge/probeStackLarge.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 = 24800
 
entryCost = 24800
cost = 2000
+
cost = 3400
 
category = Pods
 
category = Pods
 
subcategory = 0
 
subcategory = 0
Line 46: Line 46:
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.05
+
rate = 0.08
 
}
 
}
 
}
 
}
Line 75: Line 75:
 
{
 
{
 
name = ModuleSAS
 
name = ModuleSAS
 +
SASServiceLevel = 3
 
}
 
}
 
}
 
}
 
}}
 
}}

Revision as of 01:46, 16 December 2014

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 = 3400
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.08
	}
}

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
	SASServiceLevel = 3
}
}