Difference between revisions of "Parts/Command/probeCoreOcto/probeCoreOcto.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
(Created page with "<pre> PART { name = probeCoreOcto module = CommandPod author = NovaSilisko mesh = model.mu rescaleFactor = 1 CrewCapacity = 0 node_stack_bottom = 0.0, -0.1870818, 0.0, 0.0,...")
Line 1: Line 1:
 
<pre>
 
<pre>
 +
PART
 +
{
 
name = probeCoreOcto
 
name = probeCoreOcto
 
module = CommandPod
 
module = CommandPod
Line 56: Line 58:
 
amount = 5
 
amount = 5
 
maxAmount = 5
 
maxAmount = 5
 +
}
 
}
 
}
 
</pre>
 
</pre>

Revision as of 18:19, 10 June 2013

PART
{
name = probeCoreOcto
module = CommandPod
author = NovaSilisko

mesh = model.mu
rescaleFactor = 1

CrewCapacity = 0

node_stack_bottom = 0.0, -0.1870818, 0.0, 0.0, 1.0, 0.0, 0
node_stack_top = 0.0, 0.1870818, 0.0, 0.0, 1.0, 0.0, 0

cost = 450
category = Pods
subcategory = 0
title = Probodobodyne OKTO
manufacturer = Probodobodyne Inc.
description = OKTO is an excellent beginner's level core, with simple geometry and lots of flat surfaces for attaching equipment.

attachRules = 1,0,1,1,0

mass = 0.1
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.15
angularDrag = 1.5
crashTolerance = 12
maxTemp = 1200

explosionPotential = 0

rotPower = 0.5
linPower = 0.5

Kp = 1.0
Kd = 1.0

vesselType = Probe

MODULE
{
	name = ModuleCommand
	minimumCrew = 0
	
	RESOURCE
	{
		name = ElectricCharge
		rate = 0.02777778
	}
}

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