Parts/Utility/DirectAntennas/HG-5.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
This is the configuration file for HG-5 High Gain Antenna.
PART
{
	name = HighGainAntenna5
	module = Part
	author = Squad
	MODEL
	{
		model = Squad/Parts/Utility/DirectAntennas/HGAntenna
	}

	rescaleFactor = 1.0
	node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
	TechRequired = basicScience
	entryCost = 1500
	cost = 600
	category = Communication
	subcategory = 0
	title = HG-5 High Gain Antenna
	manufacturer = Ionic Symphonic Protonic Electronics
	description = A short range dual purpose communications antenna that can handle either direct communications or short range relays
	attachRules = 1,1,0,0,0
	mass = 0.07
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 3200
	vesselType = Relay
	bulkheadProfiles = srf

	MODULE
	{
		name = ModuleDeployableAntenna
		showStatus = false
		isTracking = false
		pivotName = Rod
		windResistance = 1
		animationName = Extend
	}
	
	MODULE
	{
		name = ModuleDataTransmitter
		antennaType = RELAY
		packetInterval = 0.35
		packetSize = 2
		packetResourceCost = 18.0
		requiredResource = ElectricCharge
		DeployFxModules = 0
		antennaPower = 5000000
		antennaCombinable = True
	}
}