Parts/Science/sensorGravimeter/sensorGravimeter.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 15:19, 24 January 2014 by Artorp (talk | contribs) (Updated for 0.23)
Jump to: navigation, search
This is the configuration file for GRAVMAX Negative Gravioli Detector.
PART
{
name = sensorGravimeter
module = Part
author = NovaSilisko

mesh = model.mu
rescaleFactor = 1

node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0

TechRequired = advScienceTech
entryCost = 12200
cost = 8800
category = Science
subcategory = 0
title = GRAVMAX Negative Gravioli Detector
manufacturer = Probodobodyne Inc.
description = A device for capturing and measuring the elusive Negative Gravioli Particle, used for determining the precise strength of gravitational fields. Warranty void if used to detect Positive Gravioli Particles.
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 = GRAV
}
MODULE
{
	name = ModuleScienceExperiment	
	
	experimentID = gravityScan
	
	experimentActionName = Log Gravity Data
	resetActionName = Delete Data
		
	useStaging = False
	useActionGroups = True
	hideUIwhenUnavailable = False
		
	xmitDataScalar = 0.4
	dataIsCollectable = True
	collectActionName = Take Data
	interactionRange = 1.2
	
	rerunnable = True
}
}