Difference between revisions of "Parts/Aero/protectiveRocketNoseMk5A/Size 1 5 Cone.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "PART { name = Size_1_5_Cone module = Part author = RoverDude MODEL { model = SquadExpansion/MakingHistory/Parts/Aero/protectiveRocketNoseMk5A/Size_1_5_Cone } rescaleF...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
PART
+
{{part config|2=PART
 
{
 
{
 
name = Size_1_5_Cone
 
name = Size_1_5_Cone
Line 71: Line 71:
 
}
 
}
 
}
 
}
 +
 +
}}

Latest revision as of 18:09, 12 March 2024

This is the configuration file for a part.
PART
{
	name = Size_1_5_Cone
	module = Part
	author = RoverDude
	MODEL
	{
		model = SquadExpansion/MakingHistory/Parts/Aero/protectiveRocketNoseMk5A/Size_1_5_Cone
	}
	rescaleFactor = 1
	node_stack_bottom = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 2
	TechRequired = advConstruction
	entryCost = 2500
	cost = 160
	category = Aero
	subcategory = 0
	title = #autoLOC_8320093		//#autoLOC_8320093 = Protective Rocket Nosecone Mk5A
	manufacturer = #autoLOC_501666 //#autoLOC_501666 = Goliath National Products
	description = #autoLOC_8320094		//#autoLOC_8320094 = A midsize nosecone that improves the aerodynamic profile for 1.875m rocket stacks.
	attachRules = 1,0,1,1,0
	mass = 0.12
	dragModelType = default
	maximum_drag = 0.1
	minimum_drag = 0.1
	angularDrag = 0.5
	crashTolerance = 12
	maxTemp = 2000
	thermalMassModifier = 6.0
	emissiveConstant = 0.7
	fuelCrossFeed = False
	bulkheadProfiles = size1p5
	tags = #autoLOC_8320096   // autoLOC_8320096 = aero aircraft booster )cap drag fligh plane rocket speed stab stream
	
	MODULE
	{
		name = ModulePartVariants
		baseVariant = BlackAndWhite
		useMultipleDragCubes = false
		VARIANT
		{
			name = BlackAndWhite
			displayName = #autoLOC_8007122
			themeName = BlackAndWhite
			primaryColor = #ffffff
			secondaryColor = #000000
			TEXTURE
			{
				shader = KSP/Specular
				mainTextureURL = SquadExpansion/MakingHistory/Parts/Aero/protectiveRocketNoseMk5A/s1p5_cone
			}
		}
		VARIANT
		{
			name = GrayAndOrange
			displayName = #autoLOC_8007121
			themeName = GrayAndOrange
			primaryColor = #4c4f47
			secondaryColor = #f49841
			TEXTURE
			{
				shader = KSP/Specular
				mainTextureURL = SquadExpansion/MakingHistory/Parts/Aero/protectiveRocketNoseMk5A/s1p5_cone_Orange
			}
		}
	}	
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = -1
	}	
}