Difference between revisions of "Parts/Science/sensorBarometer/sensorBarometer.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(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 ...")
(No difference)

Revision as of 14:26, 2 December 2012

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
}