Parts/Science/ScienceBox/ScienceBox.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 12:46, 16 October 2016 by ArnePeirs (talk | contribs) (Fix name)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for Experiment Storage Unit.
PART
{
	name = ScienceBox
	module = Part
	author = RoverDude
	MODEL
	{
		model=Squad/Parts/Science/ScienceBox/ScienceBox
	}
	rescaleFactor = 1

	node_attach = 0,0,0.25,0,0,-1,0
	node_stack_top = 0.0, 0.4, 0.0, 0.0, 1.0, 0.0,0
	node_stack_bottom = 0.0, -0.4, 0.0, 0.0, -1.0, 0.0,0

	TechRequired = basicScience
	entryCost = 2200
	cost = 1000
	category = Science
	subcategory = 0
	title = Experiment Storage Unit
	manufacturer = Experimental Engineering Group
	description = After discovering that old snack boxes were also really effective at storing mystery goo and data tapes, Kerbal scientists created the Experiment Storage Unit to help Kerbalnauts bring their valuable science back to Kerbin, while avoiding the hazards of reentry, rough landings, and Jeb's piloting skills.
	attachRules = 1,1,1,1,0
	mass = 0.05
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 15
	breakingForce = 250
	breakingTorque = 250
	bulkheadProfiles = size0
	maxTemp = 2900
	heatConductivity = 0.04
	thermalMassModifier = 5.0 
	emissiveConstant = 0.95
	MODULE
	{
		name = ModuleConductionMultiplier
		modifiedConductionFactor = 0.001
		convectionFluxThreshold = 500
	}	
	tags = science
	MODULE
	{
		name = ModuleScienceContainer
		
		reviewActionName = Review Stored Data
		storeActionName = Store Experiments
		evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only
		storageRange = 1.3
		canBeTransferredToInVessel = True
		canTransferInVessel = True
		showStatus = True
	}
}