]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add guidebook page for the RTG (#25040)
authorBen Velie <veliebm@gmail.com>
Wed, 21 Feb 2024 06:38:29 +0000 (00:38 -0600)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 06:38:29 +0000 (23:38 -0700)
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.

Resources/Locale/en-US/guidebook/guides.ftl
Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml
Resources/Prototypes/Guidebook/engineering.yml
Resources/ServerInfo/Guidebook/Engineering/RTG.xml [new file with mode: 0644]

index 5571e58e4fd8dfcff5476940463ad07f0caeea10..e67331d8e4b8dda666e4a94dfb4d881aa0bc0f14 100644 (file)
@@ -13,6 +13,7 @@ guide-entry-portable-generator = Portable Generators
 guide-entry-ame = Antimatter Engine (AME)
 guide-entry-singularity = Singularity
 guide-entry-teg = Thermo-electric Generator (TEG)
+guide-entry-rtg = RTG
 guide-entry-controls = Controls
 guide-entry-radio = Radio
 guide-entry-jobs = Jobs
index 4948231b9093fb93d34eca72ce3b82d8bfd170a6..ed70b3109158c1f51e928a3929727ac67a872a2f 100644 (file)
     range: 5
     sound:
       path: /Audio/Ambience/Objects/buzzing.ogg
+  - type: GuideHelp
+    guides:
+    - RTG
+    - Power
   - type: Destructible
     thresholds:
       - trigger:
index d8a260f9a10d5950d452967e043f31b41dfe83f1..21d17f02279f1cd9a9184465c8f9ed1e29eb9359 100644 (file)
@@ -65,6 +65,7 @@
   - AME
   - Singularity
   - TEG
+  - RTG
 
 - type: guideEntry
   id: AME
   name: guide-entry-teg
   text: "/ServerInfo/Guidebook/Engineering/TEG.xml"
 
+- type: guideEntry
+  id: RTG
+  name: guide-entry-rtg
+  text: "/ServerInfo/Guidebook/Engineering/RTG.xml"
+
 - type: guideEntry
   id: PortableGenerator
   name: guide-entry-portable-generator
diff --git a/Resources/ServerInfo/Guidebook/Engineering/RTG.xml b/Resources/ServerInfo/Guidebook/Engineering/RTG.xml
new file mode 100644 (file)
index 0000000..1d71ee9
--- /dev/null
@@ -0,0 +1,17 @@
+<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>
\ No newline at end of file