Difference between revisions of "Parts/Utility/commsDish16/commsAntenna16.cfg"
From Kerbal Space Program Wiki
m (XZise moved page Parts/longAntenna/part.cfg to Parts/Utility/longAntenna/part.cfg without leaving a redirect: new location) |
(*update to 0.22;) |
||
Line 1: | Line 1: | ||
− | + | {{Part config|Communotron 16|2=PART | |
+ | { | ||
name = longAntenna | name = longAntenna | ||
module = Part | module = Part | ||
Line 11: | Line 12: | ||
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 | node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 | ||
+ | TechRequired = start | ||
+ | entryCost = 240 | ||
cost = 150 | cost = 150 | ||
category = Science | category = Science | ||
Line 16: | Line 19: | ||
title = Communotron 16 | title = Communotron 16 | ||
manufacturer = Ionic Protonic Electronics | manufacturer = Ionic Protonic Electronics | ||
− | description = The Communotron 16 is a versatile and lightweight antenna, suitable for moderate-range communication, | + | description = The Communotron 16 is a versatile and lightweight antenna, suitable for moderate-range communication, long-range backup communication, eavesdropping on secret government operations. |
attachRules = 1,1,0,0,1 | attachRules = 1,1,0,0,1 | ||
Line 32: | Line 35: | ||
name = ModuleAnimateGeneric | name = ModuleAnimateGeneric | ||
animationName = antenna | animationName = antenna | ||
− | isOneShot = | + | isOneShot = false |
+ | |||
+ | startEventGUIName = Extend | ||
+ | endEventGUIName = Retract | ||
+ | actionGUIName = Toggle Antenna | ||
+ | } | ||
− | + | MODULE | |
+ | { | ||
+ | name = ModuleDataTransmitter | ||
+ | |||
+ | packetInterval = 0.4 | ||
+ | packetSize = 2 | ||
+ | |||
+ | packetResourceCost = 10.0 | ||
+ | requiredResource = ElectricCharge | ||
+ | |||
+ | DeployFxModules = 0 | ||
+ | } | ||
+ | } | ||
+ | }} |
Revision as of 16:15, 6 December 2013
PART { name = longAntenna module = Part author = NovaSilisko mesh = model.mu scale = 1 rescaleFactor = 1 node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0 node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 TechRequired = start entryCost = 240 cost = 150 category = Science subcategory = 0 title = Communotron 16 manufacturer = Ionic Protonic Electronics description = The Communotron 16 is a versatile and lightweight antenna, suitable for moderate-range communication, long-range backup communication, eavesdropping on secret government operations. attachRules = 1,1,0,0,1 // --- standard part parameters --- mass = 0.005 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 7 maxTemp = 3000 MODULE { name = ModuleAnimateGeneric animationName = antenna isOneShot = false startEventGUIName = Extend endEventGUIName = Retract actionGUIName = Toggle Antenna } MODULE { name = ModuleDataTransmitter packetInterval = 0.4 packetSize = 2 packetResourceCost = 10.0 requiredResource = ElectricCharge DeployFxModules = 0 } }