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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/Command/probeCoreOcto2/part.cfg to Parts/Command/probeCoreOcto2/probeCoreOcto2.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 0.90.0;)
Line 14: Line 14:
  
 
TechRequired = unmannedTech
 
TechRequired = unmannedTech
entryCost = 5000
+
entryCost = 7500
cost = 480
+
cost = 1480
 
category = Pods
 
category = Pods
 
subcategory = 0
 
subcategory = 0
 
title = Probodobodyne OKTO2
 
title = Probodobodyne OKTO2
manufacturer = Probodobodyne Inc.
+
manufacturer = Probodobodyne Inc
description = A flatter variant of the OKTO, OKTO2 was most certainly not concieved when one of our engineers sat on a standard OKTO.
+
description = The OKTO2 is far more than a flatter variant of the original OKTO. This new iteration of the ubiquitous 8-sided probe core features a much more advanced guidance system. This new model however, does not feature built-in reaction wheels and does requires more power to run, even on standby. Its internal battery supply is also very limited, being intended mainly to keep the Standby LEDs lit.
  
 
attachRules = 1,0,1,1,0
 
attachRules = 1,0,1,1,0
Line 44: Line 44:
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.02777778
+
rate = 0.05
 
}
 
}
 
}
 
}
Line 51: Line 51:
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
amount = 10
+
amount = 2.0
maxAmount = 10
+
maxAmount = 2.0
}
 
 
 
MODULE
 
{
 
name = ModuleReactionWheel
 
 
PitchTorque = 0.5
 
YawTorque = 0.5
 
RollTorque = 0.5
 
 
RESOURCE
 
{
 
name = ElectricCharge
 
rate = 0.015
 
}
 
 
}
 
}
  
Line 73: Line 58:
 
{
 
{
 
name = ModuleSAS
 
name = ModuleSAS
 +
SASServiceLevel = 2
 
}
 
}
 
}
 
}
  
 
}}
 
}}

Revision as of 00:53, 16 December 2014

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

mesh = model.mu
rescaleFactor = 1

CrewCapacity = 0

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

TechRequired = unmannedTech
entryCost = 7500
cost = 1480
category = Pods
subcategory = 0
title = Probodobodyne OKTO2
manufacturer = Probodobodyne Inc
description = The OKTO2 is far more than a flatter variant of the original OKTO. This new iteration of the ubiquitous 8-sided probe core features a much more advanced guidance system. This new model however, does not feature built-in reaction wheels and does requires more power to run, even on standby. Its internal battery supply is also very limited, being intended mainly to keep the Standby LEDs lit.

attachRules = 1,0,1,1,0

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

explosionPotential = 0

vesselType = Probe

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

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

MODULE
{
	name = ModuleSAS
	SASServiceLevel = 2
}
}