Difference between revisions of "Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1.cfg"
From Kerbal Space Program Wiki
m (BobBot moved page Parts/Utility/mediumDishAntenna/part.cfg to Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Comms DTS-M1|2=PART | {{Part config|Comms DTS-M1|2=PART | ||
{ | { | ||
− | + | name = mediumDishAntenna | |
− | name = mediumDishAntenna | + | module = Part |
− | module = Part | + | author = Squad |
− | author = Squad | + | mesh = model.mu |
− | + | rescaleFactor = 1.0 | |
− | + | node_attach = 0.0, -0.025, 0.0, 0.0, -1.0, 0.0 | |
− | mesh = model.mu | + | TechRequired = basicScience |
− | rescaleFactor = 1.0 | + | entryCost = 1500 |
− | + | cost = 600 | |
− | + | category = Science | |
− | + | subcategory = 0 | |
− | node_attach = 0.0, -0.025, 0.0, 0.0, -1.0, 0.0 | + | title = Comms DTS-M1 |
− | + | manufacturer = Ionic Symphonic Protonic Electronics | |
− | + | description = The DTS-M1 is a fully deployable communications and data transmission system. It has been designed to have a minimal form factor when stowed. Occasional antenna tweaking and swift kicks to the main assembly may be required for optimal performance. | |
− | TechRequired = | + | attachRules = 0,1,0,0,0 |
− | entryCost = 1500 | + | mass = 0.03 |
− | cost = 600 | + | dragModelType = default |
− | category = Science | + | maximum_drag = 0.2 |
− | subcategory = 0 | + | minimum_drag = 0.2 |
− | title = Comms DTS-M1 | + | angularDrag = 1 |
− | manufacturer = Ionic Symphonic Protonic Electronics | + | crashTolerance = 8 |
− | description = The DTS-M1 is a fully deployable communications and data transmission system. It has been designed to have a minimal form factor when stowed. Occasional antenna tweaking and swift kicks to the main assembly may be required for optimal performance. | + | maxTemp = 2000 // = 3200 |
− | + | bulkheadProfiles = srf | |
− | attachRules = 0,1,0,0,0 | + | MODULE |
− | + | { | |
− | + | name = ModuleAnimateGeneric | |
− | mass = 0.03 | + | animationName = Deploy |
− | dragModelType = default | + | isOneShot = false |
− | maximum_drag = 0.2 | + | startEventGUIName = Extend |
− | minimum_drag = 0.2 | + | endEventGUIName = Retract |
− | angularDrag = 1 | + | actionGUIName = Toggle Antenna |
− | crashTolerance = 8 | + | allowAnimationWhileShielded = False |
− | maxTemp = 3200 | + | } |
− | + | MODULE | |
− | MODULE | + | { |
− | { | + | name = ModuleAnimateGeneric |
− | + | animationName = pulseEmitMediumDishAntenna | |
− | + | isOneShot = false | |
− | + | startEventGUIName = Blink Lights | |
− | + | endEventGUIName = Blink Lights | |
− | + | allowManualControl = False | |
− | + | } | |
− | + | MODULE | |
− | } | + | { |
− | + | name = ModuleDataTransmitter | |
− | MODULE | + | packetInterval = 0.35 |
− | { | + | packetSize = 2 |
− | + | packetResourceCost = 12.0 | |
− | + | requiredResource = ElectricCharge | |
− | + | DeployFxModules = 0 | |
− | + | ProgressFxModules = 1 | |
− | + | } | |
− | |||
− | } | ||
− | |||
− | MODULE | ||
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 18:48, 29 April 2015
PART { name = mediumDishAntenna module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 node_attach = 0.0, -0.025, 0.0, 0.0, -1.0, 0.0 TechRequired = basicScience entryCost = 1500 cost = 600 category = Science subcategory = 0 title = Comms DTS-M1 manufacturer = Ionic Symphonic Protonic Electronics description = The DTS-M1 is a fully deployable communications and data transmission system. It has been designed to have a minimal form factor when stowed. Occasional antenna tweaking and swift kicks to the main assembly may be required for optimal performance. attachRules = 0,1,0,0,0 mass = 0.03 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 2000 // = 3200 bulkheadProfiles = srf MODULE { name = ModuleAnimateGeneric animationName = Deploy isOneShot = false startEventGUIName = Extend endEventGUIName = Retract actionGUIName = Toggle Antenna allowAnimationWhileShielded = False } MODULE { name = ModuleAnimateGeneric animationName = pulseEmitMediumDishAntenna isOneShot = false startEventGUIName = Blink Lights endEventGUIName = Blink Lights allowManualControl = False } MODULE { name = ModuleDataTransmitter packetInterval = 0.35 packetSize = 2 packetResourceCost = 12.0 requiredResource = ElectricCharge DeployFxModules = 0 ProgressFxModules = 1 } }