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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0;)
m (Update config)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
rescaleFactor = 1
 
rescaleFactor = 1
 
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
TechRequired = basicScience
+
TechRequired = engineering101
entryCost = 2200
+
entryCost = 2500
 
cost = 900
 
cost = 900
 
category = Science
 
category = Science
 
subcategory = 0
 
subcategory = 0
title = 2HOT Thermometer
+
title = #autoLOC_500706 //#autoLOC_500706 = 2HOT Thermometer
manufacturer = Probodobodyne Inc
+
manufacturer = #autoLOC_501633 //#autoLOC_501633 = 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.
+
description = #autoLOC_500707 //#autoLOC_500707 = 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
 
mass = 0.005
 
mass = 0.005
Line 25: Line 25:
 
PhysicsSignificance = 1
 
PhysicsSignificance = 1
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
 +
tags = #autoLOC_500708 //#autoLOC_500708 = experiment heat research rerun re-run reus re-us redo re-do reset re-set science sensor temperature
 
MODULE
 
MODULE
 
{
 
{
Line 34: Line 35:
 
name = ModuleScienceExperiment
 
name = ModuleScienceExperiment
 
experimentID = temperatureScan
 
experimentID = temperatureScan
experimentActionName = Log Temperature
+
experimentActionName = #autoLOC_502067 //#autoLOC_502067 = Log Temperature
resetActionName = Delete Data
+
resetActionName = #autoLOC_502064 //#autoLOC_502064 = Delete Data
 
useStaging = False
 
useStaging = False
 
useActionGroups = True
 
useActionGroups = True
Line 41: Line 42:
 
xmitDataScalar = 0.5
 
xmitDataScalar = 0.5
 
dataIsCollectable = True
 
dataIsCollectable = True
collectActionName = Take Data
+
collectActionName = #autoLOC_238018 //#autoLOC_238018 = Take Data
interactionRange = 1.2
+
interactionRange = 1.5
 
rerunnable = True
 
rerunnable = True
 
usageReqMaskInternal = 1
 
usageReqMaskInternal = 1
 
usageReqMaskExternal = 8
 
usageReqMaskExternal = 8
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
stackableQuantity = 3
 +
packedVolume = 1
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 08:02, 15 October 2024

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 = engineering101
	entryCost = 2500
	cost = 900
	category = Science
	subcategory = 0
	title = #autoLOC_500706 //#autoLOC_500706 = 2HOT Thermometer
	manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
	description = #autoLOC_500707 //#autoLOC_500707 = 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
	tags = #autoLOC_500708 //#autoLOC_500708 = experiment heat research rerun re-run reus re-us redo re-do reset re-set science sensor temperature
	MODULE
	{
		name = ModuleEnviroSensor
		sensorType = TEMP
	}
	MODULE
	{
		name = ModuleScienceExperiment
		experimentID = temperatureScan
		experimentActionName = #autoLOC_502067 //#autoLOC_502067 = Log Temperature
		resetActionName = #autoLOC_502064 //#autoLOC_502064 = Delete Data
		useStaging = False
		useActionGroups = True
		hideUIwhenUnavailable = False
		xmitDataScalar = 0.5
		dataIsCollectable = True
		collectActionName = #autoLOC_238018 //#autoLOC_238018 = Take Data
		interactionRange = 1.5
		rerunnable = True
		usageReqMaskInternal = 1
		usageReqMaskExternal = 8
	}
	MODULE
	{
		name = ModuleCargoPart
		stackableQuantity = 3
		packedVolume = 1
	}
}