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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/Utility/roverBody/part.cfg to Parts/Utility/roverBody/roverBody.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|Probodobodyne RoveMate|2=PART
 
{{Part config|Probodobodyne RoveMate|2=PART
 
{
 
{
name = roverBody
+
name = roverBody
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
rescaleFactor = 1
+
node_stack_bottom = 0.0, -0.2241425, 0.0, 0.0, -1.0, 0.0, 1
 
+
node_stack_top = 0.0, 0.2241425, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -0.2241425, 0.0, 0.0, 1.0, 0.0, 1
+
TechRequired = fieldScience
node_stack_top = 0.0, 0.2241425, 0.0, 0.0, 1.0, 0.0, 1
+
entryCost = 6200
 
+
cost = 800
TechRequired = fieldScience
+
category = Pods
entryCost = 6200
+
subcategory = 0
cost = 800
+
title = Probodobodyne RoveMate
category = Structural
+
manufacturer = Probodobodyne Inc
subcategory = 0
+
description = A sturdy housing for a robust probe and battery system - no assembly required! Thought intended as the body for surface rovers, we've been told by our most day-dreaming of engineers that the possibilities are endless! While it has a Stability Assistance System, the RoveMate lacks reaction wheels so bring some along if you want to hold that attitude.
title = Probodobodyne RoveMate
+
attachRules = 1,0,1,1,0
manufacturer = Probodobodyne Inc.
+
mass = 0.15
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.
+
dragModelType = default
 
+
maximum_drag = 0.2
attachRules = 1,0,1,1,0
+
minimum_drag = 0.15
 
+
angularDrag = 1.5
mass = 0.15
+
crashTolerance = 12
dragModelType = default
+
maxTemp = 1200 // = 1200
maximum_drag = 0.2
+
explosionPotential = 0
minimum_drag = 0.15
+
vesselType = Probe
angularDrag = 1.5
+
bulkheadProfiles = size1
crashTolerance = 12
+
MODULE
maxTemp = 1200
+
{
 
+
name = ModuleCommand
explosionPotential = 0
+
minimumCrew = 0
 
+
RESOURCE
vesselType = Probe
+
{
 
+
name = ElectricCharge
RESOURCE
+
rate = 0.04
{
+
}
name = ElectricCharge
+
}
amount = 25
+
RESOURCE
maxAmount = 25
+
{
}
+
name = ElectricCharge
 +
amount = 120
 +
maxAmount = 120
 +
}
 +
MODULE
 +
{
 +
name = ModuleSAS
 +
}
 
}
 
}
  
 
}}
 
}}

Latest revision as of 09:59, 29 April 2015

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, 1
	node_stack_top = 0.0, 0.2241425, 0.0, 0.0, 1.0, 0.0, 1
	TechRequired = fieldScience
	entryCost = 6200
	cost = 800
	category = Pods
	subcategory = 0
	title = Probodobodyne RoveMate
	manufacturer = Probodobodyne Inc
	description = A sturdy housing for a robust probe and battery system - no assembly required! Thought intended as the body for surface rovers, we've been told by our most day-dreaming of engineers that the possibilities are endless! While it has a Stability Assistance System, the RoveMate lacks reaction wheels so bring some along if you want to hold that attitude.
	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 // = 1200
	explosionPotential = 0
	vesselType = Probe
	bulkheadProfiles = size1
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 0
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.04
		}
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 120
		maxAmount = 120
	}
	MODULE
	{
		name = ModuleSAS
	}
}