From 8f0b4694bf1a9afce5f9714dee40b1fcf4e6269c Mon Sep 17 00:00:00 2001 From: Ben Velie Date: Wed, 21 Feb 2024 00:38:29 -0600 Subject: [PATCH] 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. --- Resources/Locale/en-US/guidebook/guides.ftl | 1 + .../Structures/Power/Generation/generators.yml | 4 ++++ Resources/Prototypes/Guidebook/engineering.yml | 6 ++++++ .../ServerInfo/Guidebook/Engineering/RTG.xml | 17 +++++++++++++++++ 4 files changed, 28 insertions(+) create mode 100644 Resources/ServerInfo/Guidebook/Engineering/RTG.xml diff --git a/Resources/Locale/en-US/guidebook/guides.ftl b/Resources/Locale/en-US/guidebook/guides.ftl index 5571e58e4f..e67331d8e4 100644 --- a/Resources/Locale/en-US/guidebook/guides.ftl +++ b/Resources/Locale/en-US/guidebook/guides.ftl @@ -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 diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml index 4948231b90..ed70b31091 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/generators.yml @@ -247,6 +247,10 @@ range: 5 sound: path: /Audio/Ambience/Objects/buzzing.ogg + - type: GuideHelp + guides: + - RTG + - Power - type: Destructible thresholds: - trigger: diff --git a/Resources/Prototypes/Guidebook/engineering.yml b/Resources/Prototypes/Guidebook/engineering.yml index d8a260f9a1..21d17f0227 100644 --- a/Resources/Prototypes/Guidebook/engineering.yml +++ b/Resources/Prototypes/Guidebook/engineering.yml @@ -65,6 +65,7 @@ - AME - Singularity - TEG + - RTG - type: guideEntry id: AME @@ -81,6 +82,11 @@ 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 index 0000000000..1d71ee9144 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Engineering/RTG.xml @@ -0,0 +1,17 @@ + +# Radioisotope Thermoelectric Generator (RTG) + + + + + + +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. + + \ No newline at end of file -- 2.51.2