Difference between revisions of "Parts/Utility/commsDish16/commsAntenna16.cfg"
From Kerbal Space Program Wiki
m (BobBot moved page Parts/Utility/longAntenna/part.cfg to Parts/Utility/commsDish16/commsAntenna16.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Communotron 16|2=PART | {{Part config|Communotron 16|2=PART | ||
{ | { | ||
− | name = longAntenna | + | name = longAntenna |
− | module = Part | + | module = Part |
− | author = NovaSilisko | + | author = NovaSilisko |
− | + | mesh = model.mu | |
− | mesh = model.mu | + | scale = 1 |
− | scale = 1 | + | rescaleFactor = 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 | |
− | node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0 | + | TechRequired = engineering101 |
− | node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 | + | entryCost = 240 |
− | + | cost = 300 | |
− | TechRequired = | + | category = Science |
− | entryCost = 240 | + | subcategory = 0 |
− | cost = 300 | + | title = Communotron 16 |
− | category = Science | + | manufacturer = Ionic Symphonic Protonic Electronics |
− | subcategory = 0 | + | description = The Communotron 16 is a versatile and lightweight antenna, suitable for moderate-range communication, long-range backup communication, eavesdropping on secret government operations. |
− | title = Communotron 16 | + | attachRules = 1,1,0,0,1 |
− | manufacturer = Ionic Symphonic Protonic Electronics | + | mass = 0.005 |
− | description = The Communotron 16 is a versatile and lightweight antenna, suitable for moderate-range communication, long-range backup communication, eavesdropping on secret government operations. | + | dragModelType = default |
− | attachRules = 1,1,0,0,1 | + | maximum_drag = 0.2 |
− | + | minimum_drag = 0.2 | |
− | + | angularDrag = 2 | |
− | mass = 0.005 | + | crashTolerance = 7 |
− | dragModelType = default | + | maxTemp = 2000 // = 3000 |
− | maximum_drag = 0.2 | + | PhysicsSignificance = 1 |
− | minimum_drag = 0.2 | + | bulkheadProfiles = size0, srf |
− | angularDrag = 2 | + | MODULE |
− | crashTolerance = 7 | + | { |
− | maxTemp = 3000 | + | name = ModuleAnimateGeneric |
− | + | animationName = antenna | |
− | PhysicsSignificance = 1 | + | isOneShot = false |
− | + | startEventGUIName = Extend | |
− | MODULE | + | endEventGUIName = Retract |
− | { | + | actionGUIName = Toggle Antenna |
− | + | allowAnimationWhileShielded = False | |
− | + | } | |
− | + | MODULE | |
− | + | { | |
− | + | name = ModuleDataTransmitter | |
− | + | packetInterval = 0.6 | |
− | + | packetSize = 2 | |
− | } | + | packetResourceCost = 12.0 |
− | + | requiredResource = ElectricCharge | |
− | MODULE | + | DeployFxModules = 0 |
− | { | + | } |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 19:20, 29 April 2015
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 = engineering101 entryCost = 240 cost = 300 category = Science subcategory = 0 title = Communotron 16 manufacturer = Ionic Symphonic 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 mass = 0.005 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 7 maxTemp = 2000 // = 3000 PhysicsSignificance = 1 bulkheadProfiles = size0, srf MODULE { name = ModuleAnimateGeneric animationName = antenna isOneShot = false startEventGUIName = Extend endEventGUIName = Retract actionGUIName = Toggle Antenna allowAnimationWhileShielded = False } MODULE { name = ModuleDataTransmitter packetInterval = 0.6 packetSize = 2 packetResourceCost = 12.0 requiredResource = ElectricCharge DeployFxModules = 0 } }