Parts/Utility/commDish88-88/commDish88-88.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Revision as of 19:34, 29 April 2015 by BobBot (talk | contribs) (*update to 1.0;)
Jump to: navigation, search
This is the configuration file for Communotron 88-88.
PART
{
	name = commDish
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 1
	rescaleFactor = 1
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
	node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
	TechRequired = electronics
	entryCost = 3400
	cost = 1100
	category = Science
	subcategory = 0
	title = Communotron 88-88
	manufacturer = Ionic Symphonic Protonic Electronics
	description = The Communotron High-Gain Antenna, model 88-88 allows for long-range, high-speed communication.
	attachRules = 1,1,0,0,0
	mass = 0.025
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 7
	maxTemp = 2000 // = 3000
	PhysicsSignificance = 1
	bulkheadProfiles = size0, srf
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = dish
		isOneShot = false
		startEventGUIName = Extend
		endEventGUIName = Retract
		actionGUIName = Toggle Antenna
		allowAnimationWhileShielded = False
	}
	MODULE
	{
		name = ModuleDataTransmitter
		packetInterval = 0.10
		packetSize = 2
		packetResourceCost = 20.0
		requiredResource = ElectricCharge
		DeployFxModules = 0
	}
}