Fix Guidebook Singularity entry (#23535)

Remove reference to tritium creation + fix typo
This commit is contained in:
Varen
2024-01-04 23:09:09 +01:00
committed by GitHub
parent edd85a5d2d
commit 8ae07db45c

View File

@@ -25,14 +25,14 @@ If two containment field generators are active, in range and in the same cardina
The containment field will repell the singularity, keeping it from escaping, and yield a little bit of power every time anything bounces off of them. The containment field will repell the singularity, keeping it from escaping, and yield a little bit of power every time anything bounces off of them.
Emitter lasers and containment field can cause damage, avoid touching them when active. Emitter lasers and containment field can cause damage, avoid touching them when active.
## Radition collectors ## Radiation collectors
<Box> <Box>
<GuideEntityEmbed Entity="RadiationCollector"/> <GuideEntityEmbed Entity="RadiationCollector"/>
<GuideEntityEmbed Entity="PlasmaTank"/> <GuideEntityEmbed Entity="PlasmaTank"/>
</Box> </Box>
They connect to HV cables and generate power from nearby radiation sources when turned on. They connect to HV cables and generate power from nearby radiation sources when turned on.
Radiation collectors require a tank full of gaseous plasma in order to operate. Radiation collectors require a tank full of gaseous plasma in order to operate.
Continous radiation exposure will gradually convert the stored plasma into tritium, so replace depleted plasma tanks with fresh ones to maintain a high power output. Continous radiation exposure will gradually consume the stored plasma, so replace depleted tanks with fresh ones to maintain a high power output.
## Particle accelerator ## Particle accelerator
@@ -106,4 +106,4 @@ A singularity might move around, but the containment field will repel it.
If a singularity escapes its containment field, often referred to as a "singuloose," it will attract and then consume everything in its way. If a singularity escapes its containment field, often referred to as a "singuloose," it will attract and then consume everything in its way.
In such circumstances, there is little to be done other than running in the opposite direction. In such circumstances, there is little to be done other than running in the opposite direction.
</Document> </Document>