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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/Utility/sensorThermometer/sensorThermometer.cfg to Parts/Science/sensorThermometer/sensorThermometer.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|2HOT Thermometer|2=PART
 
{{Part config|2HOT Thermometer|2=PART
 
{
 
{
name = sensorThermometer
+
name = sensorThermometer
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
rescaleFactor = 1
+
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
 
+
TechRequired = basicScience
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
+
entryCost = 2200
 
+
cost = 900
TechRequired = spaceExploration
+
category = Science
entryCost = 2200
+
subcategory = 0
cost = 900
+
title = 2HOT Thermometer
category = Science
+
manufacturer = Probodobodyne Inc
subcategory = 0
+
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.
title = 2HOT Thermometer
+
attachRules = 0,1,0,0,1
manufacturer = Probodobodyne Inc
+
mass = 0.005
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.
+
dragModelType = default
attachRules = 0,1,0,0,1
+
maximum_drag = 0.2
 
+
minimum_drag = 0.2
// --- standard part parameters ---
+
angularDrag = 1
mass = 0.005
+
crashTolerance = 8
dragModelType = default
+
maxTemp = 1200 // = 3200
maximum_drag = 0.2
+
PhysicsSignificance = 1
minimum_drag = 0.2
+
bulkheadProfiles = srf
angularDrag = 1
+
MODULE
crashTolerance = 8
+
{
maxTemp = 3200
+
name = ModuleEnviroSensor
 
+
sensorType = TEMP
PhysicsSignificance = 1
+
}
 
+
MODULE
MODULE
+
{
{
+
name = ModuleScienceExperiment
name = ModuleEnviroSensor
+
experimentID = temperatureScan
sensorType = TEMP
+
experimentActionName = Log Temperature
}
+
resetActionName = Delete Data
 
+
useStaging = False
MODULE
+
useActionGroups = True
{
+
hideUIwhenUnavailable = False
name = ModuleScienceExperiment
+
xmitDataScalar = 0.5
+
dataIsCollectable = True
experimentID = temperatureScan
+
collectActionName = Take Data
+
interactionRange = 1.2
experimentActionName = Log Temperature
+
rerunnable = True
resetActionName = Delete Data
+
usageReqMaskInternal = 1
+
usageReqMaskExternal = 8
useStaging = False
+
}
useActionGroups = True
 
hideUIwhenUnavailable = False
 
 
xmitDataScalar = 0.5
 
 
dataIsCollectable = True
 
collectActionName = Take Data
 
interactionRange = 1.2
 
 
rerunnable = True
 
}
 
 
 
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 13:55, 29 April 2015

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 = basicScience
	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
	mass = 0.005
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 1200 // = 3200
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	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
		usageReqMaskInternal = 1
		usageReqMaskExternal = 8
	}
}