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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.90.0;)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|Stayputnik Mk. 1|2=PART
 
{{Part config|Stayputnik Mk. 1|2=PART
 
{
 
{
name = probeCoreSphere
+
name = probeCoreSphere
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
rescaleFactor = 1
+
CrewCapacity = 0
 
+
node_stack_bottom = 0.0, -0.3383468, 0.0, 0.0, -1.0, 0.0, 0
CrewCapacity = 0
+
TechRequired = basicScience
 
+
entryCost = 1400
node_stack_bottom = 0.0, -0.3383468, 0.0, 0.0, 1.0, 0.0, 0
+
cost = 300
 
+
category = Pods
TechRequired = flightControl
+
subcategory = 0
entryCost = 1400
+
title = Stayputnik Mk. 1
cost = 300
+
manufacturer = Probodobodyne Inc
category = Pods
+
description = The Stayputnik offers the ultimate solution in crew safety. A lightweight sphere equipped with remote receivers and relay control input from the ground to the craft, it carries no crew at all, thus keeping them perfectly safe from all harm. This device does require electricity to operate however, and will cease to function if the power runs out. The built-in batteries should keep it going for about 10 minutes.
subcategory = 0
+
attachRules = 1,0,1,1,0
title = Stayputnik Mk. 1
+
mass = 0.05
manufacturer = Probodobodyne Inc
+
dragModelType = default
description = The Stayputnik offers the ultimate solution in crew safety. A lightweight sphere equipped with remote receivers and relay control input from the ground to the craft, it carries no crew at all, thus keeping them perfectly safe from all harm. This device does require electricity to operate however, and will cease to function if the power runs out. The built-in batteries should keep it going for about 10 minutes.
+
maximum_drag = 0.2
 
+
minimum_drag = 0.15
attachRules = 1,0,1,1,0
+
angularDrag = 1.5
 
+
crashTolerance = 12
mass = 0.05
+
maxTemp = 1800 // = 1200
dragModelType = default
+
explosionPotential = 0
maximum_drag = 0.2
+
vesselType = Probe
minimum_drag = 0.15
+
bulkheadProfiles = size0
angularDrag = 1.5
+
MODULE
crashTolerance = 12
+
{
maxTemp = 1200
+
name = ModuleCommand
 
+
minimumCrew = 0
explosionPotential = 0
+
RESOURCE
 
+
{
vesselType = Probe
+
name = ElectricCharge
 
+
rate = 0.02777778
 
+
}
MODULE
+
}
{
 
name = ModuleCommand
 
minimumCrew = 0
 
 
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.02777778
+
amount = 10
 +
maxAmount = 10
 
}
 
}
}
 
 
RESOURCE
 
{
 
name = ElectricCharge
 
amount = 10
 
maxAmount = 10
 
}
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 09:40, 29 April 2015

This is the configuration file for Stayputnik Mk. 1.
PART
{
	name = probeCoreSphere
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	CrewCapacity = 0
	node_stack_bottom = 0.0, -0.3383468, 0.0, 0.0, -1.0, 0.0, 0
	TechRequired = basicScience
	entryCost = 1400
	cost = 300
	category = Pods
	subcategory = 0
	title = Stayputnik Mk. 1
	manufacturer = Probodobodyne Inc
	description = The Stayputnik offers the ultimate solution in crew safety. A lightweight sphere equipped with remote receivers and relay control input from the ground to the craft, it carries no crew at all, thus keeping them perfectly safe from all harm. This device does require electricity to operate however, and will cease to function if the power runs out. The built-in batteries should keep it going for about 10 minutes.
	attachRules = 1,0,1,1,0
	mass = 0.05
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.15
	angularDrag = 1.5
	crashTolerance = 12
	maxTemp = 1800 // = 1200
	explosionPotential = 0
	vesselType = Probe
	bulkheadProfiles = size0
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 0
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.02777778
		}
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 10
		maxAmount = 10
	}
}