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

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

Latest revision as of 16:13, 19 October 2024

This is the configuration file for GPS-156 Grip Strip.
PART
{
	name = lGripStrip
	module = Part
	author = Pablo
	MODEL
	{
		model = SquadExpansion/Serenity/Parts/Structural/gripPads/Assets/lGripStrip
	}
	
	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_6011093 //GPS-156 Grip Strip
	manufacturer = #autoLOC_501663   //#autoLOC_501663 = Dinkelstein Kerman's Construction Emporium
	description = #autoLOC_6011094 //A large non-slip strip, giving unparalleled traction for all your non-slip needs.
	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_6011102 //cover plat support grip rubber friction
	mapActionsToSymmetryParts = 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 = 160
	}	
}