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,...")
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|Probodobodyne QBE|2=PART
PART
 
 
{
 
{
 
name = probeCoreCube
 
name = probeCoreCube
module = CommandPod
+
module = Part
 
author = NovaSilisko
 
author = NovaSilisko
  
Line 14: 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
  
cost = 500
+
TechRequired = advUnmanned
 +
entryCost = 6800
 +
cost = 600
 
category = Pods
 
category = Pods
 
subcategory = 0
 
subcategory = 0
Line 32: Line 33:
  
 
explosionPotential = 0
 
explosionPotential = 0
 
rotPower = 0.5
 
linPower = 0.5
 
 
Kp = 1.0
 
Kd = 1.0
 
  
 
vesselType = Probe
 
vesselType = Probe
Line 56: Line 51:
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
amount = 5
+
amount = 10
maxAmount = 5
+
maxAmount = 10
 
}
 
}
 +
 +
MODULE
 +
{
 +
name = ModuleReactionWheel
 +
 +
PitchTorque = 0.5
 +
YawTorque = 0.5
 +
RollTorque = 0.5
 +
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 0.025
 +
}
 +
}
 +
 +
MODULE
 +
{
 +
name = ModuleSAS
 +
}
 +
 
}
 
}
</pre>
+
}}

Revision as of 13:02, 24 January 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 = advUnmanned
entryCost = 6800
cost = 600
category = Pods
subcategory = 0
title = Probodobodyne QBE
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.

attachRules = 1,0,1,1,0

mass = 0.08
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 = 10
	maxAmount = 10
}

MODULE
{
	name = ModuleReactionWheel
	
	PitchTorque = 0.5
	YawTorque = 0.5
	RollTorque = 0.5
	
	RESOURCE
	{
		name = ElectricCharge
		rate = 0.025
	}
}

MODULE
{
	name = ModuleSAS
}

}