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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|GRAVMAX Negative Gravioli Detector|2=PART
 +
{
 
name = sensorGravimeter
 
name = sensorGravimeter
 
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 = 200
+
TechRequired = advScienceTech
 +
entryCost = 12200
 +
cost = 8800
 
category = Science
 
category = Science
 
subcategory = 0
 
subcategory = 0
 
title = GRAVMAX Negative Gravioli Detector
 
title = GRAVMAX Negative Gravioli Detector
 
manufacturer = Probodobodyne Inc.
 
manufacturer = Probodobodyne Inc.
description = A device for capturing and measuring the elusive Negative Gravioli Particle, used for determining the precise strength of gravitational fields.
+
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
 
attachRules = 0,1,0,0,1
  
Line 31: Line 34:
 
sensorType = GRAV
 
sensorType = GRAV
 
}
 
}
</pre>
+
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
 +
}
 +
}
 +
}}

Revision as of 15:19, 24 January 2014

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
}
}