Parts/Utility/DirectAntennas/C16S.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Revision as of 12:45, 16 October 2016 by ArnePeirs (talk | contribs) (Add part config)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for Communotron 16-S.
PART
{
	name = SurfAntenna
	module = Part
	author = Squad
	MODEL
	{
		model = Squad/Parts/Utility/DirectAntennas/SurfAntenna
	}

	rescaleFactor = 1.0
	node_attach = 0.0, -.05, 0.0, 0.0, -1.0, 0.0, 0
	TechRequired = engineering101
	entryCost = 750
	cost = 300
	category = Communication
	subcategory = 0
	title = Communotron 16-S
	manufacturer = Ionic Symphonic Protonic Electronics
	description = A Surface mount version of the Communotron-16
	attachRules = 0,1,0,0,0

	mass = 0.015
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 7
	maxTemp = 2000 // = 3000
	PhysicsSignificance = 1
	bulkheadProfiles = size0, srf
	tags = aerial antenna radio signal transmi

	MODULE
	{
		name = ModuleDataTransmitter
		antennaType = DIRECT
		packetInterval = 0.6
		packetSize = 2
		packetResourceCost = 12.0
		requiredResource = ElectricCharge
		antennaPower = 500000
		antennaCombinable = False
	}
}