Parts/Utility/RelayAntennas/RA-50.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Revision as of 07:47, 15 October 2024 by ArnePeirs (talk | contribs) (Update config)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for RA-15 Relay Antenna.
PART
{
	name = RelayAntenna50
	module = Part
	author = Squad
	MODEL
	{
		model = Squad/Parts/Utility/RelayAntennas/RA-50
	}

	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 = electronics
	entryCost = 45000
	cost = 2400
	category = Communication
	subcategory = 0
	title = #autoLOC_500946 //#autoLOC_500946 = RA-15 Relay Antenna
	manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics
	description = #autoLOC_500947 //#autoLOC_500947 = A relay antenna with automatic store and forward capabilities as well as advanced pathfinding algorithms.
	attachRules = 1,1,0,0,0
	mass = 0.3
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 3200
	vesselType = Relay
	bulkheadProfiles = size0
	MODULE
	{
		name = ModuleDataTransmitter
		antennaType = RELAY
		packetInterval = 0.35
		packetSize = 2
		packetResourceCost = 24.0
		requiredResource = ElectricCharge
		antennaPower = 15000000000
		antennaCombinable = True
	}	
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = -1
	}

}