Serenity/Parts/Structural/gripPads/sGripPad.cfg

From Kerbal Space Program Wiki
Revision as of 16:10, 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 GP-004 Grip Pad.
PART
{
	name = sGripPad
	module = Part
	author = Pablo
	
	MODEL
	{
		model = SquadExpansion/Serenity/Parts/Structural/gripPads/Assets/sGripPad
	}
	
	rescaleFactor = 1
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
	node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
	TechRequired = advancedMotors
	entryCost = 1100
	cost = 30
	category = Structural
	subcategory = 0
	title = #autoLOC_6011091 //GP-004 Grip Pad
	manufacturer = #autoLOC_501663   //#autoLOC_501663 = Dinkelstein Kerman's Construction Emporium
	description = #autoLOC_6011092 //A very small non-slip pad to help make sure rocks do not slip out of the fingers of your mecha-bot. Comes in two form factors and three grip levels.
	attachRules = 1,1,1,1,0
	mass = 0.002
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 65
	maxTemp = 2000 // = 5000
	bulkheadProfiles = srf
	tags =  #autoLOC_6011101 //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
		stackableQuantity = 4
		packedVolume = 2
	}
}