Difference between revisions of "Parts/Command/probeCoreOcto v2/probeCoreOcto v2.cfg"
From Kerbal Space Program Wiki
< Parts
m (*update to 0.90.0;) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Probodobodyne OKTO|2=PART | {{Part config|Probodobodyne OKTO|2=PART | ||
{ | { | ||
− | name = probeCoreOcto | + | name = probeCoreOcto |
− | 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.1870818, 0.0, 0.0, -1.0, 0.0, 0 | |
− | CrewCapacity = 0 | + | node_stack_top = 0.0, 0.1870818, 0.0, 0.0, 1.0, 0.0, 0 |
− | + | TechRequired = electrics | |
− | node_stack_bottom = 0.0, -0.1870818, 0.0, 0.0, 1.0, 0.0, 0 | + | entryCost = 2800 |
− | node_stack_top = 0.0, 0.1870818, 0.0, 0.0, 1.0, 0.0, 0 | + | cost = 450 |
− | + | category = Pods | |
− | TechRequired = | + | subcategory = 0 |
− | entryCost = 2800 | + | title = Probodobodyne OKTO |
− | cost = 450 | + | manufacturer = Probodobodyne Inc |
− | category = Pods | + | description = The OKTO is the next step in unmanned control technology. This small unit can not only receive and relay control, it also provides automatic stabilization assistance, just as a live pilot would. Also, its 8-sided stylistic design features lots of flat surfaces for attaching equipment. |
− | subcategory = 0 | + | attachRules = 1,0,1,1,0 |
− | title = Probodobodyne OKTO | + | mass = 0.1 |
− | manufacturer = Probodobodyne Inc | + | dragModelType = default |
− | description = The OKTO is the next step in unmanned control technology. This small unit can not only receive and relay control, it also provides automatic stabilization assistance, just as a live pilot would. Also, its 8-sided stylistic design features lots of flat surfaces for attaching equipment. | + | maximum_drag = 0.2 |
− | + | minimum_drag = 0.15 | |
− | attachRules = 1,0,1,1,0 | + | angularDrag = 1.5 |
− | + | crashTolerance = 12 | |
− | mass = 0.1 | + | maxTemp = 1200 // = 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.020 | |
− | MODULE | + | } |
− | { | + | } |
− | |||
− | |||
− | |||
RESOURCE | RESOURCE | ||
{ | { | ||
name = ElectricCharge | name = ElectricCharge | ||
− | rate = 0. | + | amount = 10 |
+ | maxAmount = 10 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleReactionWheel | ||
+ | PitchTorque = 0.3 | ||
+ | YawTorque = 0.3 | ||
+ | RollTorque = 0.3 | ||
+ | RESOURCE | ||
+ | { | ||
+ | name = ElectricCharge | ||
+ | rate = 0.03 | ||
+ | } | ||
} | } | ||
− | + | MODULE | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | MODULE | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{ | { | ||
− | name = | + | name = ModuleSAS |
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
}} | }} |
Revision as of 09:43, 29 April 2015
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 = electrics entryCost = 2800 cost = 450 category = Pods subcategory = 0 title = Probodobodyne OKTO manufacturer = Probodobodyne Inc description = The OKTO is the next step in unmanned control technology. This small unit can not only receive and relay control, it also provides automatic stabilization assistance, just as a live pilot would. Also, its 8-sided stylistic design features 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 // = 1200 explosionPotential = 0 vesselType = Probe bulkheadProfiles = size0 MODULE { name = ModuleCommand minimumCrew = 0 RESOURCE { name = ElectricCharge rate = 0.020 } } 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 } }