Difference between revisions of "Parts/Science/sensorAccelerometer/sensorAccelerometer.cfg"
From Kerbal Space Program Wiki
< Parts
Nilesrogoff (talk | contribs) (Created) |
(Updated for 0.23) |
||
Line 1: | Line 1: | ||
− | + | {{Part config|Double-C Seismic Accelerometer|2=PART | |
+ | { | ||
name = sensorAccelerometer | name = sensorAccelerometer | ||
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 = electronics |
+ | entryCost = 8200 | ||
+ | cost = 6000 | ||
category = Science | category = Science | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Double-C Accelerometer | + | title = Double-C Seismic Accelerometer |
manufacturer = Probodobodyne Inc. | manufacturer = Probodobodyne Inc. | ||
− | description = | + | description = This device contains an extremely sensitive acceleration sensor, which when properly settled on a firm surface, will detect and record accurate seismic activity data. The accelerometer will still function while flying, so the Double-C can also be used to measure accelerations during flight. Warranty void if shaken or exposed to vacuum. |
attachRules = 0,1,0,0,1 | attachRules = 0,1,0,0,1 | ||
Line 31: | Line 34: | ||
sensorType = ACC | sensorType = ACC | ||
} | } | ||
− | + | MODULE | |
+ | { | ||
+ | name = ModuleScienceExperiment | ||
+ | |||
+ | experimentID = seismicScan | ||
+ | |||
+ | experimentActionName = Log Seismic Data | ||
+ | resetActionName = Delete Data | ||
+ | |||
+ | useStaging = False | ||
+ | useActionGroups = True | ||
+ | hideUIwhenUnavailable = False | ||
+ | |||
+ | xmitDataScalar = 0.45 | ||
+ | dataIsCollectable = True | ||
+ | collectActionName = Take Data | ||
+ | interactionRange = 1.2 | ||
+ | |||
+ | rerunnable = True | ||
+ | } | ||
+ | } | ||
+ | }} |
Revision as of 15:18, 24 January 2014
PART { name = sensorAccelerometer module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0 TechRequired = electronics entryCost = 8200 cost = 6000 category = Science subcategory = 0 title = Double-C Seismic Accelerometer manufacturer = Probodobodyne Inc. description = This device contains an extremely sensitive acceleration sensor, which when properly settled on a firm surface, will detect and record accurate seismic activity data. The accelerometer will still function while flying, so the Double-C can also be used to measure accelerations during flight. Warranty void if shaken or exposed to vacuum. 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 = ACC } MODULE { name = ModuleScienceExperiment experimentID = seismicScan experimentActionName = Log Seismic Data resetActionName = Delete Data useStaging = False useActionGroups = True hideUIwhenUnavailable = False xmitDataScalar = 0.45 dataIsCollectable = True collectActionName = Take Data interactionRange = 1.2 rerunnable = True } }