Serenity/Parts/Aero/FanShroud 03.cfg

From Kerbal Space Program Wiki
Jump to: navigation, search
This is the configuration file for S-25 Fan Shroud.
PART
{
	name = FanShroud_03
	module = Part
	author = Pablo
	MODEL
	{
		model = SquadExpansion/Serenity/Parts/Aero/Assets/FanShroud_03
	}
	rescaleFactor = 1
	node_stack_top = 0.0, 0.544, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -0.544, 0.0, 0.0, -1.0, 0.0, 1
	node_stack_mount = 0.0, -0.466, 0.0, 0.0, 1.0, 0.0, 1
	TechRequired = advAerodynamics
	entryCost = 2750
	cost = 325
	category = Aero
	subcategory = 0
	title = #autoLOC_6011119 //S-25 Fan Shroud
	manufacturer = #autoLOC_501626 //#autoLOC_501626 = WinterOwl Aircraft Emporium
	description = #autoLOC_6011120 //This aesthetically pleasing shroud fits a large ducted fan blade.\n\nHelps reduce the incidence of air crew incidents with them by over 5%!
	attachRules = 1,1,1,1,0
	mass = 0.42
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 15
	bodyLiftMultiplier = 2.5
	maxTemp = 2000 // = 5000
	bulkheadProfiles = size2, srf
	tags = #autoLOC_6011121 //duct fan aero shroud intake
	
	MODULE
	{
		name = ModulePartVariants
		primaryColor = #999999
		secondaryColor = #915934
		baseDisplayName = #autoLOC_8320084	//#autoLOC_8320084 = Gray with Stripes
		baseThemeName = Gray with Stripes
		useMultipleDragCubes = false
		VARIANT
		{
			name = Gray
			displayName = #autoLOC_8007101 // autoLOC_8007101 = Gray
			themeName = Gray
			primaryColor = #999999
			TEXTURE
			{
				mainTextureURL = SquadExpansion/Serenity/Parts/Aero/Assets/shroudsDiffuse_plain
			}
		}
	}		
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = -1
	}
}