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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> PART { name = probeCoreCube module = CommandPod author = NovaSilisko mesh = model.mu rescaleFactor = 1 CrewCapacity = 0 node_stack_bottom = 0.0, -0.2845967, 0.0, 0.0,...")
m (*update to 1.0;)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Probodobodyne QBE|2=PART
PART
 
 
{
 
{
name = probeCoreCube
+
name = probeCoreCube
module = CommandPod
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
rescaleFactor = 1
+
CrewCapacity = 0
 
+
node_stack_bottom = 0.0, -0.2845967, 0.0, 0.0, -1.0, 0.0, 0
CrewCapacity = 0
+
node_stack_top = 0.0, 0.2845967, 0.0, 0.0, 1.0, 0.0, 0
 
+
TechRequired = unmannedTech
node_stack_bottom = 0.0, -0.2845967, 0.0, 0.0, 1.0, 0.0, 0
+
entryCost = 3800
node_stack_top = 0.0, 0.2845967, 0.0, 0.0, 1.0, 0.0, 0
+
cost = 360
 
+
category = Pods
cost = 500
+
subcategory = 0
category = Pods
+
title = Probodobodyne QBE
subcategory = 0
+
manufacturer = Probodobodyne Inc
title = Probodobodyne QBE
+
description = QBE is Probodobodyne's latest development in probe miniaturization. Despite it's diminutive size, the QBE is a fully-functional and incredibly lightweight command unit. All this goodness comes at a price however: The QBE's tiny enclosure means there is no room for internal reaction wheels, and battery capacity is pitiful at best. Despite all this, or perhaps because of it, many engineers have found it to be ideally suited for those 'optional return' missions.
manufacturer = Probodobodyne Inc.
+
attachRules = 1,0,1,1,0
description = QBE is a sturdy, cubic, and relatively lightweight probe core. It also can survive higher heat loads than its counterparts. Its simplistic shape also appeals to modern art collectors. Truly, something for everyone.
+
mass = 0.07
 
+
dragModelType = default
attachRules = 1,0,1,1,0
+
maximum_drag = 0.2
 
+
minimum_drag = 0.15
mass = 0.08
+
angularDrag = 1.5
dragModelType = default
+
crashTolerance = 15
maximum_drag = 0.2
+
maxTemp = 1200 // = 3100
minimum_drag = 0.15
+
explosionPotential = 0
angularDrag = 1.5
+
vesselType = Probe
crashTolerance = 30
+
bulkheadProfiles = size0
maxTemp = 3100
+
MODULE
 
+
{
explosionPotential = 0
+
name = ModuleCommand
 
+
minimumCrew = 0
rotPower = 0.5
+
RESOURCE
linPower = 0.5
+
{
 
+
name = ElectricCharge
Kp = 1.0
+
rate = 0.025
Kd = 1.0
+
}
 
+
}
vesselType = Probe
 
 
 
MODULE
 
{
 
name = ModuleCommand
 
minimumCrew = 0
 
 
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.02777778
+
amount = 5.0
 +
maxAmount = 5.0
 +
}
 +
MODULE
 +
{
 +
name = ModuleSAS
 
}
 
}
 
}
 
}
  
RESOURCE
+
}}
{
 
name = ElectricCharge
 
amount = 5
 
maxAmount = 5
 
}
 
}
 
</pre>
 

Latest revision as of 10:01, 29 April 2015

This is the configuration file for Probodobodyne QBE.
PART
{
	name = probeCoreCube
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	CrewCapacity = 0
	node_stack_bottom = 0.0, -0.2845967, 0.0, 0.0, -1.0, 0.0, 0
	node_stack_top = 0.0, 0.2845967, 0.0, 0.0, 1.0, 0.0, 0
	TechRequired = unmannedTech
	entryCost = 3800
	cost = 360
	category = Pods
	subcategory = 0
	title = Probodobodyne QBE
	manufacturer = Probodobodyne Inc
	description = QBE is Probodobodyne's latest development in probe miniaturization. Despite it's diminutive size, the QBE is a fully-functional and incredibly lightweight command unit. All this goodness comes at a price however: The QBE's tiny enclosure means there is no room for internal reaction wheels, and battery capacity is pitiful at best. Despite all this, or perhaps because of it, many engineers have found it to be ideally suited for those 'optional return' missions.
	attachRules = 1,0,1,1,0
	mass = 0.07
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.15
	angularDrag = 1.5
	crashTolerance = 15
	maxTemp = 1200 // = 3100
	explosionPotential = 0
	vesselType = Probe
	bulkheadProfiles = size0
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 0
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.025
		}
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 5.0
		maxAmount = 5.0
	}
	MODULE
	{
		name = ModuleSAS
	}
}