Difference between revisions of "Parts/Utility/DirectAntennas/C16S.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Add part config)
 
m (Update config)
 
Line 16: Line 16:
 
category = Communication
 
category = Communication
 
subcategory = 0
 
subcategory = 0
title = Communotron 16-S
+
title = #autoLOC_500841 //#autoLOC_500841 = Communotron 16-S
manufacturer = Ionic Symphonic Protonic Electronics
+
manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics
description = A Surface mount version of the Communotron-16
+
description = #autoLOC_500842 //#autoLOC_500842 = A Surface mount version of the Communotron-16
 
attachRules = 0,1,0,0,0
 
attachRules = 0,1,0,0,0
  
Line 29: Line 29:
 
maxTemp = 2000 // = 3000
 
maxTemp = 2000 // = 3000
 
PhysicsSignificance = 1
 
PhysicsSignificance = 1
bulkheadProfiles = size0, srf
+
bulkheadProfiles = srf
tags = aerial antenna radio signal transmi
+
tags = #autoLOC_500843 //#autoLOC_500843 = aerial antenna radio signal transmi
  
 
MODULE
 
MODULE
Line 42: Line 42:
 
antennaPower = 500000
 
antennaPower = 500000
 
antennaCombinable = False
 
antennaCombinable = False
 +
}
 +
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
stackableQuantity = 4
 +
packedVolume = 5
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 07:45, 15 October 2024

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 = #autoLOC_500841 //#autoLOC_500841 = Communotron 16-S
	manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics
	description = #autoLOC_500842 //#autoLOC_500842 = 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 = srf
	tags = #autoLOC_500843 //#autoLOC_500843 = aerial antenna radio signal transmi

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

	MODULE
	{
		name = ModuleCargoPart
		stackableQuantity = 4
		packedVolume = 5
	}
}