Parts/FuelTank/miniFuselage/miniFuselage.cfg

From Kerbal Space Program Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This is the configuration file for Mk0 Liquid Fuel Fuselage.
PART
{
	name = miniFuselage
	module = Part
	author = Porkjet
	mesh = Fuselage.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.46875, 0.0, 0.0, 1.0, 0.0, 0
	node_stack_bottom = 0.0, -0.46875, 0.0, 0.0, -1.0, 0.0, 0
	node_attach = 0.313, 0.0, 0.0, 1.0, 0.0, 0.0
	TechRequired = aviation
	entryCost = 3000
	cost = 200
	category = Propulsion
	subcategory = 0
	title = #autoLOC_500550 //#autoLOC_500550 = Mk0 Liquid Fuel Fuselage
	manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
	description = #autoLOC_500551 //#autoLOC_500551 = A small container for jet fuel.
	attachRules = 1,1,1,1,0
	mass = 0.025
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 1
	crashTolerance = 10
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	emissiveConstant = 0.8
	fuelCrossFeed = True
	bulkheadProfiles = size0
	tags = #autoLOC_500552 //#autoLOC_500552 = fueltank jet ?lf only propellant tank
	RESOURCE
	{
		name = LiquidFuel
		amount = 50
		maxAmount = 50
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 400
	}
}