Difference between revisions of "Parts/Electrical/RTG/RTG.cfg"
From Kerbal Space Program Wiki
< Parts | Electrical
m (XZise moved page Parts/RTG/part.cfg to Parts/Electrical/RTG/part.cfg without leaving a redirect: new directory structure) |
(*update to 0.23;) |
||
Line 1: | Line 1: | ||
− | + | {{Part config|PB-NUK Radioisotope Thermoelectric Generator|2=PART | |
+ | { | ||
name = rtg | name = rtg | ||
module = Part | module = Part | ||
Line 12: | Line 13: | ||
node_attach = 0.0, -0.3268025, 0.0, 0.0, -1.0, 0.0, 0 | node_attach = 0.0, -0.3268025, 0.0, 0.0, -1.0, 0.0, 0 | ||
− | cost = | + | TechRequired = specializedElectrics |
+ | entryCost = 38200 | ||
+ | cost = 3300 | ||
category = Utility | category = Utility | ||
subcategory = 0 | subcategory = 0 | ||
title = PB-NUK Radioisotope Thermoelectric Generator | title = PB-NUK Radioisotope Thermoelectric Generator | ||
manufacturer = Ionic Protonic Electronics | manufacturer = Ionic Protonic Electronics | ||
− | description = Through exploitation of the natural decay of Blutonium-238, this elegantly simple power generator can provide consistent, stable power for decades. | + | description = Through exploitation of the natural decay of Blutonium-238, this elegantly simple power generator can provide consistent, stable power for decades. It's also waterproof and dishwasher-safe. |
attachRules = 1,1,1,0,0 | attachRules = 1,1,1,0,0 | ||
// --- standard part parameters --- | // --- standard part parameters --- | ||
− | mass = 0. | + | mass = 0.08 |
dragModelType = default | dragModelType = default | ||
maximum_drag = 0.2 | maximum_drag = 0.2 | ||
Line 36: | Line 39: | ||
{ | { | ||
name = ElectricCharge | name = ElectricCharge | ||
− | rate = | + | rate = 0.75 |
} | } | ||
} | } | ||
− | + | } | |
+ | }} |
Revision as of 18:30, 28 December 2013
PART { name = rtg module = Part author = NovaSilisko mesh = model.mu scale = 1 rescaleFactor = 1 node_stack_top = 0.0, 0.3268025, 0.0, 0.0, 1.0, 0.0, 0 node_stack_bottom = 0.0, -0.3268025, 0.0, 0.0, 1.0, 0.0, 0 node_attach = 0.0, -0.3268025, 0.0, 0.0, -1.0, 0.0, 0 TechRequired = specializedElectrics entryCost = 38200 cost = 3300 category = Utility subcategory = 0 title = PB-NUK Radioisotope Thermoelectric Generator manufacturer = Ionic Protonic Electronics description = Through exploitation of the natural decay of Blutonium-238, this elegantly simple power generator can provide consistent, stable power for decades. It's also waterproof and dishwasher-safe. attachRules = 1,1,1,0,0 // --- standard part parameters --- mass = 0.08 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 7 maxTemp = 3000 MODULE { name = ModuleGenerator isAlwaysActive = true OUTPUT_RESOURCE { name = ElectricCharge rate = 0.75 } } }