Difference between revisions of "Serenity/Parts/Structural/gripPads/lGripPad.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Add config)
 
(No difference)

Latest revision as of 16:12, 19 October 2024

This is the configuration file for GP-156 Grip Pad.
PART
{
	name = lGripPad
	module = Part
	author = Pablo
	
	MODEL
	{
		model = SquadExpansion/Serenity/Parts/Structural/gripPads/Assets/lGripPad
	}
	
	rescaleFactor = 1
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1
	node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1
	TechRequired = specializedConstruction
	entryCost = 3400
	cost = 300
	category = Structural
	subcategory = 0
	title = #autoLOC_6011087 //GP-156 Grip Pad
	manufacturer = #autoLOC_501663   //#autoLOC_501663 = Dinkelstein Kerman's Construction Emporium
	description = #autoLOC_6011088 //A large size non-slip pad so that you don't slip off the back of your mech-bot as you stomp across KSC, in search of science! Comes in two form factors and three grip levels.
	attachRules = 1,1,1,1,0
	mass = 0.078
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 65
	maxTemp = 2000 // = 5000
	bulkheadProfiles = srf
	tags =  #autoLOC_6011097 //cover plat support grip rubber friction
	mapActionsToSymmetryParts = false
	MODULE
	{
		name = ModulePartVariants
		baseVariant = Square		
		VARIANT
		{
			name = Square
			displayName = #autoLOC_6011098 //Square
			description = #autoLOC_6011098 //Square
			primaryColor = #ffffff
			secondaryColor = #ffffff
			GAMEOBJECTS
			{
				round = false
				square = true
			}
		}
		VARIANT
		{
			name = Round
			displayName = #autoLOC_6011099 //Round
			description = #autoLOC_6011099 //Round
			primaryColor = #000000
			secondaryColor = #000000
			GAMEOBJECTS
			{
				round = true
				square = false
			}
		}
	}	
	MODULE
	{
		name = ModulePhysicMaterial
		activePhysicMaterialName = MediumGrip
		PhysicMaterialName = MediumGrip
		PhysicMaterialName = HighGrip
		PhysicMaterialName = ExtremeGrip
		PHYSICMATERIALCOLORS
		{
			MATERIALCOLOR
			{
				name = MediumGrip
				color = 1,1,1
			}
			MATERIALCOLOR
			{
				name = HighGrip
				color = 0.63,0.63,0.63
			}
			MATERIALCOLOR
			{
				name = ExtremeGrip
				color = 0.38,0.38,0.38
			}
		}
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 320
	}
}