Parts/Command/mk1LanderCan/mk1LanderCan.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 19:41, 9 June 2013 by Dgelessus (talk | contribs) (Created page with "<pre> PART { // --- general parameters --- name = landerCabinSmall module = CommandPod author = Squad // --- asset parameters --- mesh = model.mu rescaleFactor = 1.0 // --- ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
PART
{
// --- general parameters ---
name = landerCabinSmall
module = CommandPod
author = Squad

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

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_stack_bottom = 0.0, -0.625, 0.0, 0.0, 1.0, 0.0, 1
node_stack_top = 0.0, 0.625, 0.0, 0.0, 1.0, 0.0, 1



// --- editor parameters ---
cost = 600
category = Pods
subcategory = 0
title = Mk1 Lander Can
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
description = This capsule was designed for lightweight non-atmospheric landers, and seats a single occupant. Features a novel full-body crumple-zone technology. 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 0.6
dragModelType = default
maximum_drag = 0.20
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 8
maxTemp = 3400

vesselType = Lander

// --- pod/rcs parameters ---

rotPower = 5
linPower = 5

Kp = 1.0
Kd = 1.0

// --- tweakables (coming soon...) ---




// --- internal setup ---
CrewCapacity = 1

INTERNAL
{
  name = landerCabinSmallInternal
}

MODULE
{
	name = ModuleCommand
	minimumCrew = 1
}

RESOURCE
{
	name = ElectricCharge
	amount = 50
	maxAmount = 50	
}


// ----- DO NOT EDIT BELOW THIS POINT ------

}