Difference between revisions of "Parts/Science/MaterialBay/materialBay.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.23;)
m (XZise moved page Parts/Utility/sensorScienceJr/part.cfg to Parts/Science/MaterialBay/part.cfg without leaving a redirect: new location)
(No difference)

Revision as of 16:30, 23 January 2014

This is the configuration file for SC-9001 Science Jr..
PART
{
// Kerbal Space Program - Part Config
// FL-T500 Fuel Tank
// 

// --- general parameters ---
name = science_module
module = Part
author = Squad

// --- asset parameters ---
mesh = model.mu
scale = 0.1

// --- node definitions ---
node_stack_top = 0.0, 4.9, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -4.10, 0.0, 0.0, 1.0, 0.0
node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1


// --- editor parameters ---
TechRequired = scienceTech
entryCost = 2500
cost = 880
category = Science
subcategory = 0
title = SC-9001 Science Jr.
manufacturer = Experimental Engineering Group
description = The SC-9001 is a cutting edge, self contained laboratory. Have you ever wondered what happens to something in zero G? Or, have you ever pondered the truly meaningful questions? Such as what would happen if I exposed this to the rigors of stellar radiation and unforgiving vacuum? Comes with complimentary notepad. Recommended for ages 4-8. Small parts inside make it not suitable for small children.
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,1,0

// --- standard part parameters ---
mass = 0.2
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
maxTemp = 2900
breakingForce = 50
breakingTorque = 50

childStageOffset = 1

MODULE
{
	name = ModuleAnimateGeneric
	animationName = Deploy
	startEventGUIName = Deploy
	endEventGUIName = Close
	actionGUIName = Toggle Doors
}


MODULE
{
	name = ModuleScienceExperiment
	experimentID = mobileMaterialsLab

	experimentActionName = Observe Materials Bay
	resetActionName = Reset Materials Bay

	useStaging = False
	useActionGroups = True
	hideUIwhenUnavailable = True 
			
	xmitDataScalar = 0.2
	
	FxModules = 0
	
	dataIsCollectable = True
	collectActionName = Collect Data
	interactionRange = 1.2
}