Parts/FuelTank/miniFuselage/miniFuselage.cfg

From Kerbal Space Program Wiki
Jump to: navigation, search
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 = Mk0 Liquid Fuel Fuselage
	manufacturer = C7 Aerospace Division
	description = 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 = srf, size0

	RESOURCE
	{
		name = LiquidFuel
		amount = 50
		maxAmount = 50
	}
}