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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (Fix name)
m (Update config)
 
Line 19: Line 19:
 
category = Science
 
category = Science
 
subcategory = 0
 
subcategory = 0
title = Experiment Storage Unit
+
title = #autoLOC_500694 //#autoLOC_500694 = Experiment Storage Unit
manufacturer = Experimental Engineering Group
+
manufacturer = #autoLOC_501644 //#autoLOC_501644 = 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.
+
description = #autoLOC_500695 //#autoLOC_500695 = 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
 
attachRules = 1,1,1,1,0
 
mass = 0.05
 
mass = 0.05
Line 42: Line 42:
 
convectionFluxThreshold = 500
 
convectionFluxThreshold = 500
 
}
 
}
tags = science
+
tags = #autoLOC_500696 //#autoLOC_500696 = science
 
MODULE
 
MODULE
 
{
 
{
 
name = ModuleScienceContainer
 
name = ModuleScienceContainer
 
 
reviewActionName = Review Stored Data
+
reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
storeActionName = Store Experiments
+
storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments
 
evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only
 
evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only
 
storageRange = 1.3
 
storageRange = 1.3
Line 54: Line 54:
 
canTransferInVessel = True
 
canTransferInVessel = True
 
showStatus = True
 
showStatus = True
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 280
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 08:07, 15 October 2024

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 = #autoLOC_500694 //#autoLOC_500694 = Experiment Storage Unit
	manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group
	description = #autoLOC_500695 //#autoLOC_500695 = 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 = #autoLOC_500696 //#autoLOC_500696 = science
	MODULE
	{
		name = ModuleScienceContainer
		
		reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
		storeActionName = #autoLOC_502202 //#autoLOC_502202 = 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
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 280
	}
}