Difference between revisions of "Parts/Electrical/RTG/RTG.cfg"
From Kerbal Space Program Wiki
< Parts | Electrical
m (BobBot moved page Parts/Electrical/RTG/part.cfg to Parts/Electrical/RTG/RTG.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|PB-NUK Radioisotope Thermoelectric Generator|2=PART | {{Part config|PB-NUK Radioisotope Thermoelectric Generator|2=PART | ||
{ | { | ||
− | name = rtg | + | name = rtg |
− | module = Part | + | module = Part |
− | author = NovaSilisko | + | author = NovaSilisko |
− | + | mesh = model.mu | |
− | mesh = model.mu | + | scale = 1 |
− | scale = 1 | + | rescaleFactor = 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_stack_top = 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 |
− | node_stack_bottom = 0.0, -0.3268025, 0.0, 0.0, 1.0, 0.0, 0 | + | TechRequired = experimentalElectrics |
− | node_attach = 0.0, -0.3268025, 0.0, 0.0, -1.0, 0.0, 0 | + | entryCost = 58000 |
− | + | cost = 23300 | |
− | TechRequired = | + | category = Utility |
− | entryCost = | + | subcategory = 0 |
− | cost = | + | title = PB-NUK Radioisotope Thermoelectric Generator |
− | category = Utility | + | manufacturer = Ionic Symphonic Protonic Electronics |
− | subcategory = 0 | + | 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. |
− | title = PB-NUK Radioisotope Thermoelectric Generator | + | attachRules = 1,1,1,0,0 |
− | manufacturer = Ionic Symphonic Protonic Electronics | + | mass = 0.08 |
− | 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. | + | dragModelType = default |
− | attachRules = 1,1,1,0,0 | + | maximum_drag = 0.2 |
− | + | minimum_drag = 0.2 | |
− | + | angularDrag = 2 | |
− | mass = 0.08 | + | crashTolerance = 7 |
− | dragModelType = default | + | maxTemp = 1200 // = 3000 |
− | maximum_drag = 0.2 | + | bulkheadProfiles = size0, srf |
− | minimum_drag = 0.2 | + | MODULE |
− | angularDrag = 2 | ||
− | crashTolerance = 7 | ||
− | maxTemp = 3000 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{ | { | ||
− | + | name = ModuleGenerator | |
− | + | isAlwaysActive = true | |
− | + | OUTPUT_RESOURCE | |
− | } | + | { |
+ | name = ElectricCharge | ||
+ | rate = 0.75 | ||
+ | } | ||
+ | } | ||
} | } | ||
}} | }} |
Revision as of 18:40, 29 April 2015
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 = experimentalElectrics entryCost = 58000 cost = 23300 category = Utility subcategory = 0 title = PB-NUK Radioisotope Thermoelectric Generator manufacturer = Ionic Symphonic 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 mass = 0.08 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 7 maxTemp = 1200 // = 3000 bulkheadProfiles = size0, srf MODULE { name = ModuleGenerator isAlwaysActive = true OUTPUT_RESOURCE { name = ElectricCharge rate = 0.75 } } }