Serenity/Parts/Aero/FanShroud 02.cfg

From Kerbal Space Program Wiki
Jump to: navigation, search
This is the configuration file for S-12 Fan Shroud.
PART
{
	name = FanShroud_02
	module = Part
	author = Pablo
	MODEL
	{
		model = SquadExpansion/Serenity/Parts/Aero/Assets/FanShroud_02
	}
	rescaleFactor = 1
	node_stack_top = 0.0, 0.244949, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -0.244949, 0.0, 0.0, -1.0, 0.0, 1
	node_stack_mount = 0.0, -0.2097, 0.0, 0.0, 1.0, 0.0, 1
	TechRequired = advAerodynamics
	entryCost = 1750
	cost = 175
	category = Aero
	subcategory = 0
	title = #autoLOC_6011116 //S-12 Fan Shroud
	manufacturer = #autoLOC_501626 //#autoLOC_501626 = WinterOwl Aircraft Emporium
	description = #autoLOC_6011117 //This aesthetically pleasing shroud is for a medium ducted fan engine.\n\nHelps reduce the incidence of air crew incidents with them by over 5%!
	attachRules = 1,1,1,1,0
	mass = 0.13
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 15
	bodyLiftMultiplier = 2.5
	maxTemp = 2000 // = 5000
	bulkheadProfiles = size1, srf
	tags = #autoLOC_6011118 //duct fan aero shroud intake
	
	MODULE
	{
		name = ModulePartVariants
		primaryColor = #999999
		secondaryColor = #b08b39 
		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
		packedVolume = 900
	}
}