Difference between revisions of "Parts/Misc/AsteroidDay/HighGainAntenna.cfg"
From Kerbal Space Program Wiki
< Parts
(Move to correct page) |
m (Update config) |
||
Line 23: | Line 23: | ||
cost = 1200 | cost = 1200 | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Communotron HG-55 | + | title = #autoLOC_500637 //#autoLOC_500637 = Communotron HG-55 |
− | manufacturer = Ionic Symphonic Protonic Electronics | + | manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics |
− | description = The Communotron HG-55 high gain antenna allows for blazingly fast directional data transmission, and was originally designed for deep space probes. Please note that Ionic Symphonic Protonic Electronics is not liable for any damages that might result from prolonged exposure to RF radiation. | + | description = #autoLOC_500638 //#autoLOC_500638 = The Communotron HG-55 high gain antenna allows for blazingly fast directional data transmission, and was originally designed for deep space probes. Please note that Ionic Symphonic Protonic Electronics is not liable for any damages that might result from prolonged exposure to RF radiation. |
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
Line 39: | Line 39: | ||
maxTemp = 2000 | maxTemp = 2000 | ||
bulkheadProfiles = srf | bulkheadProfiles = srf | ||
− | tags = aerial antenna asteroid day dish radio signal transmi | + | tags = #autoLOC_500639 //#autoLOC_500639 = aerial antenna asteroid day dish radio signal transmi |
MODULE | MODULE | ||
{ | { | ||
Line 48: | Line 48: | ||
secondaryTransformName = TopHinge | secondaryTransformName = TopHinge | ||
animationName = Deploy | animationName = Deploy | ||
+ | extendActionName = #autoLOC_6002398 //#autoLOC_6002398 = Extend <<1>> | ||
+ | retractActionName = #autoLOC_6002399 //#autoLOC_6002399 = Retract <<1>> | ||
+ | extendpanelsActionName = #autoLOC_6002400 //#autoLOC_6002400 = Toggle <<1>> | ||
} | } | ||
Line 61: | Line 64: | ||
antennaPower = 15000000000 | antennaPower = 15000000000 | ||
antennaCombinable = True | antennaCombinable = True | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 1000 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 07:46, 15 October 2024
PART { // --- general parameters --- name = HighGainAntenna module = Part author = RoverDude // --- asset parameters --- MODEL { model = Squad/Parts/Misc/AsteroidDay/HighGainAntenna } rescaleFactor = 1 node_attach = 0,0,0,0,-1,0,0 // --- editor parameters --- category = Communication TechRequired = electronics entryCost = 7500 cost = 1200 subcategory = 0 title = #autoLOC_500637 //#autoLOC_500637 = Communotron HG-55 manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics description = #autoLOC_500638 //#autoLOC_500638 = The Communotron HG-55 high gain antenna allows for blazingly fast directional data transmission, and was originally designed for deep space probes. Please note that Ionic Symphonic Protonic Electronics is not liable for any damages that might result from prolonged exposure to RF radiation. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 0,1,0,0,0 // --- standard part parameters --- mass = 0.075 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 7 maxTemp = 2000 bulkheadProfiles = srf tags = #autoLOC_500639 //#autoLOC_500639 = aerial antenna asteroid day dish radio signal transmi MODULE { name = ModuleDeployableAntenna showStatus = false isTracking = false pivotName = MainPin secondaryTransformName = TopHinge animationName = Deploy extendActionName = #autoLOC_6002398 //#autoLOC_6002398 = Extend <<1>> retractActionName = #autoLOC_6002399 //#autoLOC_6002399 = Retract <<1>> extendpanelsActionName = #autoLOC_6002400 //#autoLOC_6002400 = Toggle <<1>> } MODULE { name = ModuleDataTransmitter antennaType = DIRECT packetInterval = 0.15 packetSize = 3 packetResourceCost = 20.0 requiredResource = ElectricCharge DeployFxModules = 0 antennaPower = 15000000000 antennaCombinable = True } MODULE { name = ModuleCargoPart packedVolume = 1000 } }