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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> name = roverBody module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_stack_bottom = 0.0, -0.2241425, 0.0, 0.0, 1.0, 0.0, 0 node_stack_top = 0.0, ...")
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|Probodobodyne RoveMate|2=PART
 +
{
 
name = roverBody
 
name = roverBody
 
module = Part
 
module = Part
Line 10: Line 11:
 
node_stack_top = 0.0, 0.2241425, 0.0, 0.0, 1.0, 0.0, 0
 
node_stack_top = 0.0, 0.2241425, 0.0, 0.0, 1.0, 0.0, 0
  
 +
TechRequired = fieldScience
 +
entryCost = 6200
 
cost = 800
 
cost = 800
 
category = Structural
 
category = Structural
Line 37: Line 40:
 
maxAmount = 25
 
maxAmount = 25
 
}
 
}
</pre>
+
}
 +
}}

Revision as of 15:17, 24 January 2014

This is the configuration file for Probodobodyne RoveMate.
PART
{
name = roverBody
module = Part
author = NovaSilisko

mesh = model.mu
rescaleFactor = 1

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

TechRequired = fieldScience
entryCost = 6200
cost = 800
category = Structural
subcategory = 0
title = Probodobodyne RoveMate
manufacturer = Probodobodyne Inc.
description = A general purpose housing, intended to be the base for all manner of spacecraft - in particular, surface rovers. Somebody left a battery inside it during manufacturing, so it has some electric storage capacity as well.

attachRules = 1,0,1,1,0

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

explosionPotential = 0

vesselType = Probe

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