Difference between revisions of "Parts/Science/MaterialBay/materialBay.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/Science/MaterialBay/part.cfg to Parts/Science/MaterialBay/materialBay.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|SC-9001 Science Jr.|2=PART | {{Part config|SC-9001 Science Jr.|2=PART | ||
{ | { | ||
− | + | name = science_module | |
− | + | module = Part | |
− | + | author = Squad | |
− | + | mesh = model.mu | |
− | + | scale = 0.1 | |
− | name = science_module | + | node_stack_top = 0.0, 4.9, 0.0, 0.0, 1.0, 0.0 |
− | module = Part | + | node_stack_bottom = 0.0, -4.10, 0.0, 0.0, -1.0, 0.0 |
− | author = Squad | + | node_attach = 0.0, 0.0, 5.01, 1.0, 0.0, -90.0, 1 |
− | + | TechRequired = engineering101 | |
− | + | entryCost = 2500 | |
− | mesh = model.mu | + | cost = 880 |
− | scale = 0.1 | + | category = Science |
− | + | subcategory = 0 | |
− | + | title = SC-9001 Science Jr. | |
− | node_stack_top = 0.0, 4.9, 0.0, 0.0, 1.0, 0.0 | + | manufacturer = Experimental Engineering Group |
− | node_stack_bottom = 0.0, -4.10, 0.0, 0.0, 1.0, 0.0 | + | description = The SC-9001 is a cutting edge, self contained laboratory. Have you ever wondered what happens to something in zero G? Or, have you ever pondered the truly meaningful questions? Such as what would happen if I exposed this to the rigors of stellar radiation and unforgiving vacuum? Comes with complimentary notepad. Recommended for ages 4-8. Small parts inside make it not suitable for small children. |
− | node_attach = | + | attachRules = 1,1,1,1,0 |
− | + | mass = 0.2 | |
− | + | dragModelType = default | |
− | + | maximum_drag = 0.2 | |
− | TechRequired = | + | minimum_drag = 0.3 |
− | entryCost = 2500 | + | angularDrag = 2 |
− | cost = 880 | + | crashTolerance = 6 |
− | category = Science | + | maxTemp = 1200 // = 2900 |
− | subcategory = 0 | + | breakingForce = 50 |
− | title = SC-9001 Science Jr. | + | breakingTorque = 50 |
− | manufacturer = Experimental Engineering Group | + | childStageOffset = 1 |
− | description = The SC-9001 is a cutting edge, self contained laboratory. Have you ever wondered what happens to something in zero G? Or, have you ever pondered the truly meaningful questions? Such as what would happen if I exposed this to the rigors of stellar radiation and unforgiving vacuum? Comes with complimentary notepad. Recommended for ages 4-8. Small parts inside make it not suitable for small children. | + | bulkheadProfiles = size1, srf |
− | + | MODULE | |
− | attachRules = 1,1,1,1,0 | + | { |
− | + | name = ModuleAnimateGeneric | |
− | + | animationName = Deploy | |
− | mass = 0.2 | + | startEventGUIName = Deploy |
− | dragModelType = default | + | endEventGUIName = Close |
− | maximum_drag = 0.2 | + | actionGUIName = Toggle Doors |
− | minimum_drag = 0.3 | + | } |
− | angularDrag = 2 | + | MODULE |
− | crashTolerance = 6 | + | { |
− | maxTemp = 2900 | + | name = ModuleScienceExperiment |
− | breakingForce = 50 | + | experimentID = mobileMaterialsLab |
− | breakingTorque = 50 | + | experimentActionName = Observe Materials Bay |
− | + | resetActionName = Reset Materials Bay | |
− | childStageOffset = 1 | + | useStaging = False |
− | + | useActionGroups = True | |
− | MODULE | + | hideUIwhenUnavailable = True |
− | { | + | xmitDataScalar = 0.35 |
− | + | FxModules = 0 | |
− | + | dataIsCollectable = True | |
− | + | collectActionName = Collect Data | |
− | + | interactionRange = 1.2 | |
− | + | usageReqMaskInternal = 1 | |
+ | usageReqMaskExternal = 8 | ||
+ | } | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} |
Revision as of 13:54, 29 April 2015
PART { name = science_module module = Part author = Squad mesh = model.mu scale = 0.1 node_stack_top = 0.0, 4.9, 0.0, 0.0, 1.0, 0.0 node_stack_bottom = 0.0, -4.10, 0.0, 0.0, -1.0, 0.0 node_attach = 0.0, 0.0, 5.01, 1.0, 0.0, -90.0, 1 TechRequired = engineering101 entryCost = 2500 cost = 880 category = Science subcategory = 0 title = SC-9001 Science Jr. manufacturer = Experimental Engineering Group description = The SC-9001 is a cutting edge, self contained laboratory. Have you ever wondered what happens to something in zero G? Or, have you ever pondered the truly meaningful questions? Such as what would happen if I exposed this to the rigors of stellar radiation and unforgiving vacuum? Comes with complimentary notepad. Recommended for ages 4-8. Small parts inside make it not suitable for small children. attachRules = 1,1,1,1,0 mass = 0.2 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 6 maxTemp = 1200 // = 2900 breakingForce = 50 breakingTorque = 50 childStageOffset = 1 bulkheadProfiles = size1, srf MODULE { name = ModuleAnimateGeneric animationName = Deploy startEventGUIName = Deploy endEventGUIName = Close actionGUIName = Toggle Doors } MODULE { name = ModuleScienceExperiment experimentID = mobileMaterialsLab experimentActionName = Observe Materials Bay resetActionName = Reset Materials Bay useStaging = False useActionGroups = True hideUIwhenUnavailable = True xmitDataScalar = 0.35 FxModules = 0 dataIsCollectable = True collectActionName = Collect Data interactionRange = 1.2 usageReqMaskInternal = 1 usageReqMaskExternal = 8 } }