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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/sensorGravimeter/part.cfg to Parts/Utility/sensorGravimeter/part.cfg without leaving a redirect: Update to new directory system)
m (Update config)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Part config|GRAVMAX Negative Gravioli Detector|2=PART
 
{{Part config|GRAVMAX Negative Gravioli Detector|2=PART
 
{
 
{
name = sensorGravimeter
+
name = sensorGravimeter
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 = advScienceTech
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
+
entryCost = 12200
 
+
cost = 8800
TechRequired = advScienceTech
+
category = Science
entryCost = 12200
+
subcategory = 0
cost = 8800
+
title = #autoLOC_500703 //#autoLOC_500703 = GRAVMAX Negative Gravioli Detector
category = Science
+
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
subcategory = 0
+
description = #autoLOC_500704 //#autoLOC_500704 = 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.
title = GRAVMAX Negative Gravioli Detector
+
attachRules = 0,1,0,0,1
manufacturer = Probodobodyne Inc.
+
mass = 0.005
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.
+
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
+
tags = #autoLOC_500705 //#autoLOC_500705 = experiment gravity research rerun re-run reus re-us redo re-do reset re-set science sensor
crashTolerance = 8
+
MODULE
maxTemp = 3200
+
{
 
+
name = ModuleEnviroSensor
MODULE
+
sensorType = GRAV
{
+
}
name = ModuleEnviroSensor
+
MODULE
sensorType = GRAV
+
{
}
+
name = ModuleScienceExperiment
MODULE
+
experimentID = gravityScan
{
+
experimentActionName = #autoLOC_502066 //#autoLOC_502066 = Log Gravity Data
name = ModuleScienceExperiment
+
resetActionName = #autoLOC_502064 //#autoLOC_502064 = Delete Data
+
useStaging = False
experimentID = gravityScan
+
useActionGroups = True
+
hideUIwhenUnavailable = False
experimentActionName = Log Gravity Data
+
xmitDataScalar = 0.4
resetActionName = Delete Data
+
dataIsCollectable = True
+
collectActionName = #autoLOC_238018 //#autoLOC_238018 = Take Data
useStaging = False
+
interactionRange = 1.5
useActionGroups = True
+
rerunnable = True
hideUIwhenUnavailable = False
+
usageReqMaskInternal = 1
+
usageReqMaskExternal = 8
xmitDataScalar = 0.4
+
}
dataIsCollectable = True
+
MODULE
collectActionName = Take Data
+
{
interactionRange = 1.2
+
name = ModuleCargoPart
+
packedVolume = 5
rerunnable = True
+
}
}
 
 
}
 
}
 
}}
 
}}

Latest revision as of 08:03, 15 October 2024

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 = #autoLOC_500703 //#autoLOC_500703 = GRAVMAX Negative Gravioli Detector
	manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
	description = #autoLOC_500704 //#autoLOC_500704 = 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
	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_500705 //#autoLOC_500705 = experiment gravity research rerun re-run reus re-us redo re-do reset re-set science sensor
	MODULE
	{
		name = ModuleEnviroSensor
		sensorType = GRAV
	}
	MODULE
	{
		name = ModuleScienceExperiment
		experimentID = gravityScan
		experimentActionName = #autoLOC_502066 //#autoLOC_502066 = Log Gravity Data
		resetActionName = #autoLOC_502064 //#autoLOC_502064 = Delete Data
		useStaging = False
		useActionGroups = True
		hideUIwhenUnavailable = False
		xmitDataScalar = 0.4
		dataIsCollectable = True
		collectActionName = #autoLOC_238018 //#autoLOC_238018 = Take Data
		interactionRange = 1.5
		rerunnable = True
		usageReqMaskInternal = 1
		usageReqMaskExternal = 8
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 5
	}
}