Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Revision as of 18:48, 29 April 2015 by BobBot (talk | contribs) (*update to 1.0;)
Jump to: navigation, search
This is the configuration file for Comms DTS-M1.
PART
{
	name = mediumDishAntenna
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1.0
	node_attach = 0.0, -0.025, 0.0, 0.0, -1.0, 0.0
	TechRequired = basicScience
	entryCost = 1500
	cost = 600
	category = Science
	subcategory = 0
	title = Comms DTS-M1
	manufacturer = Ionic Symphonic Protonic Electronics
	description = The DTS-M1 is a fully deployable communications and data transmission system. It has been designed to have a minimal form factor when stowed. Occasional antenna tweaking and swift kicks to the main assembly may be required for optimal performance.
	attachRules = 0,1,0,0,0
	mass = 0.03
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 3200
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = Deploy
		isOneShot = false
		startEventGUIName = Extend
		endEventGUIName = Retract
		actionGUIName = Toggle Antenna
		allowAnimationWhileShielded = False
	}
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = pulseEmitMediumDishAntenna
		isOneShot = false
		startEventGUIName = Blink Lights
		endEventGUIName = Blink Lights
		allowManualControl = False
	}
	MODULE
	{
		name = ModuleDataTransmitter
		packetInterval = 0.35
		packetSize = 2
		packetResourceCost = 12.0
		requiredResource = ElectricCharge
		DeployFxModules = 0
		ProgressFxModules = 1
	}
}