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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page Created)
 
(*copy from Parts/Utility/sensorThermometer/part.cfg created by Artorp;)
Line 1: Line 1:
<pre>
+
{{Part config|2HOT Thermometer|2=PART
 +
{
 
name = sensorThermometer
 
name = sensorThermometer
 
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 = spaceExploration
 +
entryCost = 2200
 +
cost = 900
 
category = Science
 
category = Science
 
subcategory = 0
 
subcategory = 0
 
title = 2HOT Thermometer
 
title = 2HOT Thermometer
 
manufacturer = Probodobodyne Inc.
 
manufacturer = Probodobodyne Inc.
description = This thermometer is definetely not a store-bought model with some wires stuck to it.
+
description = This thermometer is definetely not a store-bought model with some wires stuck to it. Warranty void if an engineer admits it's actually a store-bought model with some wires stuck to it.
 
attachRules = 0,1,0,0,1
 
attachRules = 0,1,0,0,1
  
Line 31: Line 34:
 
sensorType = TEMP
 
sensorType = TEMP
 
}
 
}
</pre>
+
 
 +
MODULE
 +
{
 +
name = ModuleScienceExperiment
 +
 +
experimentID = temperatureScan
 +
 +
experimentActionName = Log Temperature
 +
resetActionName = Delete Data
 +
 +
useStaging = False
 +
useActionGroups = True
 +
hideUIwhenUnavailable = False
 +
 +
xmitDataScalar = 0.5
 +
 +
dataIsCollectable = True
 +
collectActionName = Take Data
 +
interactionRange = 1.2
 +
 +
rerunnable = True
 +
}
 +
 
 +
 
 +
}
 +
 
 +
}}

Revision as of 22:42, 25 January 2014

This is the configuration file for 2HOT Thermometer.
PART
{
name = sensorThermometer
module = Part
author = NovaSilisko

mesh = model.mu
rescaleFactor = 1

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

TechRequired = spaceExploration
entryCost = 2200
cost = 900
category = Science
subcategory = 0
title = 2HOT Thermometer
manufacturer = Probodobodyne Inc.
description = This thermometer is definetely not a store-bought model with some wires stuck to it. Warranty void if an engineer admits it's actually a store-bought model with some wires stuck to it.
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 = TEMP
}

MODULE
{
	name = ModuleScienceExperiment	
	
	experimentID = temperatureScan
	
	experimentActionName = Log Temperature
	resetActionName = Delete Data
		
	useStaging = False
	useActionGroups = True
	hideUIwhenUnavailable = False
		
	xmitDataScalar = 0.5
	
	dataIsCollectable = True		
	collectActionName = Take Data
	interactionRange = 1.2
	
	rerunnable = True
}


}