Parts/Wheel/LandingGear/GearFixed.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 13:44, 29 April 2015 by BobBot (talk | contribs) (+added in 1.0;)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for LY-01 Fixed Landing Gear.
PART
{
	name = GearFixed
	module = Part
	author = Porkjet
	mesh = model.mu
	scale = 1.0
	node_attach = 0.00, 0.00, 0.00, 1.0, 90.0, 0.0, 1
	TechRequired = aviation
	entryCost = 500
	cost = 100
	category = Utility
	subcategory = 0
	title = LY-01 Fixed Landing Gear
	manufacturer = LightYear Tire Company		// it can't all be [C7 Aerospace Division]
	description = Simple wheel-on-a-stick Landing Gear to bring your birds down safely. (That means your airplanes, KSC disadvises attempts to attach landing gear to actual birds)
	attachRules = 1,1,1,1,1
	mass = 0.05
	thermalMassModifier = 4.0 
	// heatConductivity = 0.06
	emissiveConstant = 0.95
	dragModelType = default
	maximum_drag = 0.3
	minimum_drag = 0.2
	angularDrag = 1
	maxTemp = 1000 
	crashTolerance = 25
	breakingForce = 50
	breakingTorque = 50
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	MODEL
	{
		model = Squad/Parts/Wheel/LandingGear/GearFixed
	}
	MODULE
	{
		name = ModuleLandingGearFixed
		BrakeTorque = 20
		BrakeSpeed = 3
		wheelName = wheel
		hasSteering = false
	}
}