Files
OldThink/Resources/ServerInfo/Guidebook/Engineering/RTG.xml
Ben Velie 8f0b4694bf Add guidebook page for the RTG (#25040)
The Radioisotope Thermoelectric Generator (RTG) isa power source that
players may encounter in the game that doesn't have an entry in the
guidebook yet. This commit fixes that.
2024-02-20 23:38:29 -07:00

17 lines
735 B
XML

<Document>
# Radioisotope Thermoelectric Generator (RTG)
<Box>
<GuideEntityEmbed Entity="GeneratorRTG" Caption="RTG" />
<GuideEntityEmbed Entity="GeneratorRTGDamaged" Caption="Damaged RTG" />
</Box>
Making power using a Radioisotope Thermoelectric Generator (RTG) is similar to making power using solar.
RTGs only provide 10 kW of power, but they provide it for free and for the entire round.
Basically, if you connect an RTG to your power grid, it'll give you free power.
Sometimes, RTGs are damaged.
Damaged RTGs behave just like regular ones, but they're radioactive.
That means they're more dangerous, but on the bright side, you can put radiation collectors next to them to turn that radiation into more power.
</Document>