Parts/Wheel/SmallGearBay/smallGearBay.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 14:07, 6 May 2013 by Dgelessus (talk | contribs) (Created page with "<pre> // --- general parameters --- name = SmallGearBay module = Part author = C. Jenkins // --- asset parameters --- mesh = model.mu scale = 1.0 // --- node definitions --...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
// --- general parameters ---
name = SmallGearBay
module = Part
author = C. Jenkins

// --- asset parameters ---
mesh = model.mu
scale = 1.0


// --- node definitions ---

node_attach = 0.00, 0.147, 0.00, 0.0, 1.0, 0.0, 1

// --- FX definitions ---



// --- Sound FX definition ---


// --- editor parameters ---
cost = 450
category = Utility
subcategory = 0
title = Small Gear Bay
manufacturer = C7 AeroSpace
description = High performance gear designed for atmospheric use.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,1,1


// --- standard part parameters ---
mass = 0.5
dragModelType = default
maximum_drag = 0.3
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 7
maxTemp = 3600 

crashTolerance = 50
breakingForce = 50
breakingTorque = 50



MODULE
{
	name = ModuleLandingGear
}

MODULE
{
	name = ModuleLight
        lightName = LandingLight
	useAutoDim = true
}