Parts/Science/sensorBarometer/sensorBarometer.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 14:26, 2 December 2012 by 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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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
subcategory = 0
title = PresMat Barometer
manufacturer = Probodobodyne Inc.
description = A device for measuring the local atmospheric pressure.
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
}