Serenity/Parts/Aero/FanShroud 01.cfg

From Kerbal Space Program Wiki
Revision as of 19:30, 19 October 2024 by ArnePeirs (talk | contribs) (Add config)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for S-062 Fan Shroud.
PART
{
	name = FanShroud_01
	module = Part
	author = Pablo
	MODEL
	{
		model = SquadExpansion/Serenity/Parts/Aero/Assets/FanShroud_01
	}
	rescaleFactor = 1
	node_stack_top = 0.0, 0.19354, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -0.19354, 0.0, 0.0, -1.0, 0.0, 1
	node_stack_mount = 0.0, -0.1656, 0.0, 0.0, 1.0, 0.0, 1
	TechRequired = aerodynamicSystems
	entryCost = 1050
	cost = 85
	category = Aero
	subcategory = 0
	title = #autoLOC_6011113 //S-062 Fan Shroud
	manufacturer = #autoLOC_501626 //#autoLOC_501626 = WinterOwl Aircraft Emporium
	description = #autoLOC_6011114 //This aesthetically pleasing shroud is for a small 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.04
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 15
	bodyLiftMultiplier = 2.5
	maxTemp = 2000 // = 5000
	bulkheadProfiles = size0, srf
	tags = #autoLOC_6011115 //duct fan aero shroud intake
	
	MODULE
	{
		name = ModulePartVariants
		primaryColor = #999999
		secondaryColor = #4b7c9a
		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 = 180
	}
}