Difference between revisions of "Parts/Command/probeCoreOcto v2/probeCoreOcto v2.cfg"
From Kerbal Space Program Wiki
< Parts
m (XZise moved page Parts/probeCoreOcto/part.cfg to Parts/Command/probeCoreOcto/part.cfg without leaving a redirect: manually moved because target already exists) |
|||
Line 1: | Line 1: | ||
− | + | {{Part config|Probodobodyne OKTO|2=PART | |
+ | { | ||
name = probeCoreOcto | name = probeCoreOcto | ||
− | module = | + | module = Part |
author = NovaSilisko | author = NovaSilisko | ||
Line 12: | Line 13: | ||
node_stack_top = 0.0, 0.1870818, 0.0, 0.0, 1.0, 0.0, 0 | node_stack_top = 0.0, 0.1870818, 0.0, 0.0, 1.0, 0.0, 0 | ||
+ | TechRequired = advFlightControl | ||
+ | entryCost = 2800 | ||
cost = 450 | cost = 450 | ||
category = Pods | category = Pods | ||
Line 17: | Line 20: | ||
title = Probodobodyne OKTO | title = Probodobodyne OKTO | ||
manufacturer = Probodobodyne Inc. | manufacturer = Probodobodyne Inc. | ||
− | description = OKTO is an excellent beginner's level core, with simple geometry and lots of flat surfaces for attaching equipment. | + | description = OKTO is an excellent beginner's level probe core, with simple geometry and lots of flat surfaces for attaching equipment. |
attachRules = 1,0,1,1,0 | attachRules = 1,0,1,1,0 | ||
Line 30: | Line 33: | ||
explosionPotential = 0 | explosionPotential = 0 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
vesselType = Probe | vesselType = Probe | ||
Line 54: | Line 51: | ||
{ | { | ||
name = ElectricCharge | name = ElectricCharge | ||
− | amount = | + | amount = 10 |
− | maxAmount = | + | maxAmount = 10 |
+ | } | ||
+ | |||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleReactionWheel | ||
+ | |||
+ | PitchTorque = 0.3 | ||
+ | YawTorque = 0.3 | ||
+ | RollTorque = 0.3 | ||
+ | |||
+ | RESOURCE | ||
+ | { | ||
+ | name = ElectricCharge | ||
+ | rate = 0.03 | ||
+ | } | ||
+ | } | ||
+ | |||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleSAS | ||
+ | } | ||
+ | |||
} | } | ||
− | + | }} |
Revision as of 16:48, 26 January 2014
PART { name = probeCoreOcto module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 CrewCapacity = 0 node_stack_bottom = 0.0, -0.1870818, 0.0, 0.0, 1.0, 0.0, 0 node_stack_top = 0.0, 0.1870818, 0.0, 0.0, 1.0, 0.0, 0 TechRequired = advFlightControl entryCost = 2800 cost = 450 category = Pods subcategory = 0 title = Probodobodyne OKTO manufacturer = Probodobodyne Inc. description = OKTO is an excellent beginner's level probe core, with simple geometry and lots of flat surfaces for attaching equipment. attachRules = 1,0,1,1,0 mass = 0.1 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.02777778 } } RESOURCE { name = ElectricCharge amount = 10 maxAmount = 10 } MODULE { name = ModuleReactionWheel PitchTorque = 0.3 YawTorque = 0.3 RollTorque = 0.3 RESOURCE { name = ElectricCharge rate = 0.03 } } MODULE { name = ModuleSAS } }