Difference between revisions of "Parts/Cargo/CargoContainers/smallCargoContainer.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Cargo
Jump to: navigation, search
(Add config)
 
(No difference)

Latest revision as of 21:12, 15 October 2024

This is the configuration file for SEQ-3 Cargo Storage Unit.
PART
{
	name = smallCargoContainer
	module = Part
	author = Pablo
	MODEL
	{
		model = Squad/Parts/Cargo/CargoContainers/smallCargoContainer
	}

	rescaleFactor = 1
	//node_stack_top2 = 0.0, 0.25, 0.0, 0.0, -1.0, 0.0, 1
	//node_stack_bottom2 = 0.0, -0.25, 0.0, 0.0, 1.0, 0.0, 1
	
	node_attach = 0,0,0.25,0,0,-1,0
	node_stack_top = 0.0, 0.35, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -0.35, 0.0, 0.0, -1.0, 0.0, 1
	TechRequired = spaceExploration
	entryCost = 750
	cost = 200
	category = Cargo
	subcategory = 0
	title = #autoLOC_8004433 // #autoLOC_8004433 = SEQ-3 Cargo Storage Unit
	manufacturer = #autoLOC_501664 // #autoLOC_501664 = Experimental Engineering Group
	description = #autoLOC_8004434 // #autoLOC_8004434 = This sturdy unit keeps the expensive and delicate equipment our astronauts need to bring with them safely stored.  Rigorous engineering studies have shown it to be 20% more effective than 'a picnic cooler and some duct tape' at making sure these items arrive intact at their destination.
	attachRules = 1,1,1,1,0
	mass = 0.05
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 15
	bulkheadProfiles = srf
	maxTemp = 1200
	heatConductivity = 0.04
	thermalMassModifier = 5.0 
	emissiveConstant = 0.95
	tags = #autoLOC_6012023 // #autoLOC_6012023 = contain storage cargo surface
	
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = -1
	}
	MODULE
	{
		name = ModuleInventoryPart	
		InventorySlots = 3
		packedVolumeLimit = 180
	}			
}