Difference between revisions of "Parts/Utility/RelayAntennas/RA-100.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 = RA-100 Relay Antenna
+
title = #autoLOC_500942 //#autoLOC_500942 = RA-100 Relay Antenna
manufacturer = Ionic Symphonic Protonic Electronics
+
manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics
description = A relay antenna with automatic store and forward capabilities as well as advanced pathfinding algorithms.
+
description = #autoLOC_500943 //#autoLOC_500943 = A relay antenna with automatic store and forward capabilities as well as advanced pathfinding algorithms.
 
attachRules = 1,1,0,0,0
 
attachRules = 1,1,0,0,0
 
mass = 0.65
 
mass = 0.65
Line 28: Line 28:
 
maxTemp = 2000 // = 3200
 
maxTemp = 2000 // = 3200
 
vesselType = Relay
 
vesselType = Relay
bulkheadProfiles = srf
+
bulkheadProfiles = size0
 
MODULE
 
MODULE
 
{
 
{
Line 39: Line 39:
 
antennaPower = 100000000000
 
antennaPower = 100000000000
 
antennaCombinable = True
 
antennaCombinable = True
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
stackableQuantity = 1
 +
packedVolume = -1
 
}
 
}
  
 
}
 
}
 
 
}}
 
}}

Latest revision as of 07:46, 15 October 2024

This is the configuration file for RA-100 Relay Antenna.
PART
{
	name = RelayAntenna100
	module = Part
	author = Squad
	MODEL
	{
		model = Squad/Parts/Utility/RelayAntennas/RA-100
	}
	rescaleFactor = 1.0
	node_attach = 0.0, -0.12, 0.0, 0.0, -1.0, 0.0, 0
	node_stack_bottom = 0.0, -0.18, 0.0, 0.0, -1.0, 0.0, 0
	TechRequired = automation
	entryCost = 24000
	cost = 3000
	category = Communication
	subcategory = 0
	title = #autoLOC_500942 //#autoLOC_500942 = RA-100 Relay Antenna
	manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics
	description = #autoLOC_500943 //#autoLOC_500943 = A relay antenna with automatic store and forward capabilities as well as advanced pathfinding algorithms.
	attachRules = 1,1,0,0,0
	mass = 0.65
	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 = 4
		packetResourceCost = 24.0
		requiredResource = ElectricCharge
		antennaPower = 100000000000
		antennaCombinable = True
	}	
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = -1
	}

}