Parts/Cargo/Cylinder/Cylinder.cfg

From Kerbal Space Program Wiki
< Parts‎ | Cargo
Jump to: navigation, search
This is the configuration file for EVA Fuel Cylinders.
PART
{
	name = evaCylinder
	module = Part
	author = Squad
	MODEL
	{
		model=Squad/Parts/Cargo/Cylinder/EVAcylinder
	}	
	rescaleFactor = 1
	CoMOffset = 0, 0.055, 0
	CoLOffset = 0, 0.55, 0
	CoPOffset = 0, 0.55, 0
	TechRequired = advExploration	
	entryCost = 2400
	cost = 50
	category = Cargo
	subcategory = 0
	title = #autoLOC_8003426 //#autoLOC_8003426 = EVA Fuel Cylinders
	manufacturer = #autoLOC_501680 //#autoLOC_501680 = Reaction Systems Ltd
	description = #autoLOC_8003427	//#autoLOC_8003427 = When you just don't have enough delta-V to visit all your favorite spots on Minimus, or want to circumnavigate Dres freestyle, you'll want to pack this spare EVA fuel cylinder for extra-long duration EVA trips.\n\nHandily tranfers fuel to your EVA jetpack with a child-proof safety seal.
	attachRules = 0,0,0,0,0
	mass = 0.005
	dragModelType = default
	maximum_drag = 0.1
	minimum_drag = 0.1
	angularDrag = 2
	crashTolerance = 10
	maxTemp = 2000 // = 2000
	resourcePriorityOffset = 1
	
	tags = #autoLOC_8003427 //#autoLOC_8003427 = EVA fuel cargo cylinder spare extra RCS jetpack MMU
	
	MODULE
	{
		name = ModuleCargoPart	
		packedVolume = 15
		reinitResourcesOnStoreInVessel = true
	}	
	RESOURCE
	{
		name = EVA Propellant
		amount = 3
		maxAmount = 3
		isTweakable = False
	}
}