Parts/FuelTank/drainTankFTE-1/ReleaseValve.cfg

From Kerbal Space Program Wiki
Jump to: navigation, search
This is the configuration file for FTE-1 Drain Valve.
PART
{
	name = ReleaseValve
	module = Part
	author = Squad
	mesh = fuelValve.mu
	rescaleFactor = 1
	
	node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
	
	fx_drainValve = 0, 0, -0.05, 0, 0.0, 0.0, gasDraining
	fx_drainValve_solid = 0, 0, -0.05, 0, 0.0, 0.0, particlesDraining
	
	TechRequired = fuelSystems
	entryCost = 2500
	cost = 50
	category = FuelTank
	subcategory = 0
	title = #autoLOC_6006005   //#autoLOC_6006005 = FTE-1 Drain Valve
	manufacturer = #autoLOC_501634  //#autoLOC_501634 = FLOOYD Dynamics Research Labs
	description = #autoLOC_6006006  //#autoLOC_6006006 = While trying to solve the initial issue with the FTX-1 series fuel line, an engineer at FLOOYD Dynamics had an ingenious thought - what if you failed to attach a fuel pipe at all?  Solves the issue of making sure the fuel goes in the right direction, because it just goes out. He was demoted and assigned to book keeping duties, but later on, FLOOYD resurrected his idea in the form of the FTE-1 - a valve that will allow you to drain most resources from the part that it happens to be attached to, great for emergencies, floatation adjustment, or just fun rocket pranks.
	attachRules = 0,1,0,0,0
	
	// --- standard part parameters ---
	mass = 0.01
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 12
	maxTemp = 2000 // = 2000
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	tags = #autoLOC_6006007 //#autoLOC_6006007 = lose remove lfo lf ore xenon (monoprop liquid tank
	
	MODULE
	{
		name = ModuleResourceDrain
		fullResourceDrainTime = 10
		drainUnloaded = true
	}
	
	MODULE
	{
		name = ModuleCargoPart
		stackableQuantity = 4
		packedVolume = 2
	}

}