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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/Command/probeCoreCube/part.cfg to Parts/Command/probeCoreCube/probeCoreCube.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 0.90.0;)
Line 13: Line 13:
 
node_stack_top = 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 = advUnmanned
+
TechRequired = precisionEngineering
entryCost = 6800
+
entryCost = 3800
cost = 600
+
cost = 360
 
category = Pods
 
category = Pods
 
subcategory = 0
 
subcategory = 0
 
title = Probodobodyne QBE
 
title = Probodobodyne QBE
manufacturer = Probodobodyne Inc.
+
manufacturer = Probodobodyne Inc
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.
+
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
 
attachRules = 1,0,1,1,0
  
mass = 0.08
+
mass = 0.03
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.2
 
maximum_drag = 0.2
Line 51: Line 51:
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
amount = 10
+
amount = 1.0
maxAmount = 10
+
maxAmount = 1.0
}
 
 
 
MODULE
 
{
 
name = ModuleReactionWheel
 
 
PitchTorque = 0.5
 
YawTorque = 0.5
 
RollTorque = 0.5
 
 
RESOURCE
 
{
 
name = ElectricCharge
 
rate = 0.025
 
}
 
 
}
 
}
  

Revision as of 01:47, 16 December 2014

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 = precisionEngineering
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.03
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.15
angularDrag = 1.5
crashTolerance = 30
maxTemp = 3100

explosionPotential = 0

vesselType = Probe

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

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

MODULE
{
	name = ModuleSAS
}

}