Difference between revisions of "Parts/Science/sensorBarometer/sensorBarometer.cfg"
From Kerbal Space Program Wiki
< Parts
Nilesrogoff (talk | contribs) (Created page with "<pre> name = sensorBarometer module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 cost = 200 category = Science ...") |
(Updated for 0.23) |
||
Line 1: | Line 1: | ||
− | + | {{Part config|PresMat Barometer|2=PART | |
+ | { | ||
name = sensorBarometer | name = sensorBarometer | ||
module = Part | module = Part | ||
Line 9: | Line 10: | ||
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 | node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 | ||
− | cost = | + | TechRequired = advExploration |
+ | entryCost = 3200 | ||
+ | cost = 3300 | ||
category = Science | category = Science | ||
subcategory = 0 | subcategory = 0 | ||
title = PresMat Barometer | title = PresMat Barometer | ||
manufacturer = Probodobodyne Inc. | manufacturer = Probodobodyne Inc. | ||
− | description = A device for measuring the local atmospheric pressure. | + | description = A device for measuring the local atmospheric pressure. Warranty void if exposed to air. |
attachRules = 0,1,0,0,1 | attachRules = 0,1,0,0,1 | ||
Line 31: | Line 34: | ||
sensorType = PRES | sensorType = PRES | ||
} | } | ||
− | + | MODULE | |
+ | { | ||
+ | name = ModuleScienceExperiment | ||
+ | |||
+ | experimentID = barometerScan | ||
+ | |||
+ | experimentActionName = Log Pressure Data | ||
+ | resetActionName = Delete Data | ||
+ | |||
+ | useStaging = False | ||
+ | useActionGroups = True | ||
+ | hideUIwhenUnavailable = False | ||
+ | |||
+ | xmitDataScalar = 0.5 | ||
+ | dataIsCollectable = True | ||
+ | collectActionName = Take Data | ||
+ | interactionRange = 1.2 | ||
+ | |||
+ | rerunnable = True | ||
+ | } | ||
+ | } | ||
+ | }} |
Revision as of 15:18, 24 January 2014
PART { name = sensorBarometer module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 TechRequired = advExploration entryCost = 3200 cost = 3300 category = Science subcategory = 0 title = PresMat Barometer manufacturer = Probodobodyne Inc. description = A device for measuring the local atmospheric pressure. Warranty void if exposed to air. attachRules = 0,1,0,0,1 // --- standard part parameters --- mass = 0.005 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 3200 MODULE { name = ModuleEnviroSensor sensorType = PRES } MODULE { name = ModuleScienceExperiment experimentID = barometerScan experimentActionName = Log Pressure Data resetActionName = Delete Data useStaging = False useActionGroups = True hideUIwhenUnavailable = False xmitDataScalar = 0.5 dataIsCollectable = True collectActionName = Take Data interactionRange = 1.2 rerunnable = True } }