From b4e2a3693fa1deca5062b46495e690069c1326fd Mon Sep 17 00:00:00 2001 From: Alpaccalypse <21291379+Alpaccalypse@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:45:02 +0000 Subject: [PATCH] Special reagents now appear in the guidebook (#34265) * Special reagents now appear in the guidebook * Improved guidebook wording for reagent category --- Resources/Locale/en-US/guidebook/guides.ftl | 8 +++++--- Resources/Prototypes/Guidebook/chemicals.yml | 7 +++++++ Resources/ServerInfo/Guidebook/ChemicalTabs/Special.xml | 9 +++++++++ Resources/ServerInfo/Guidebook/Chemicals.xml | 3 +++ 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 Resources/ServerInfo/Guidebook/ChemicalTabs/Special.xml diff --git a/Resources/Locale/en-US/guidebook/guides.ftl b/Resources/Locale/en-US/guidebook/guides.ftl index 7334a0fce7..52ac5a09fb 100644 --- a/Resources/Locale/en-US/guidebook/guides.ftl +++ b/Resources/Locale/en-US/guidebook/guides.ftl @@ -26,7 +26,6 @@ guide-entry-chef = Chef guide-entry-medical = Medical guide-entry-medicaldoctor = Medical Doctor guide-entry-chemist = Chemist -guide-entry-medicine = Medicine guide-entry-brute = Advanced Brute Medication guide-entry-botanicals = Botanicals guide-entry-cloning = Cloning @@ -57,16 +56,19 @@ guide-entry-controls = Controls guide-entry-radio = Radio and Speech guide-entry-references = Tables & References +guide-entry-chemicals = Chemicals guide-entry-drinks = Drinks guide-entry-foodrecipes = Food Recipes -guide-entry-chemicals = Chemicals + guide-entry-elements = Elements +guide-entry-medicine = Medicine guide-entry-narcotics = Narcotics guide-entry-pyrotechnics = Pyrotechnic guide-entry-toxins = Toxins guide-entry-foods = Foods guide-entry-biological = Biological -guide-entry-botanical = Botanicals +guide-entry-botanical = Botanical +guide-entry-special = Special guide-entry-others = Others guide-entry-antagonists = Antagonists diff --git a/Resources/Prototypes/Guidebook/chemicals.yml b/Resources/Prototypes/Guidebook/chemicals.yml index 7357ae2881..730d7b3045 100644 --- a/Resources/Prototypes/Guidebook/chemicals.yml +++ b/Resources/Prototypes/Guidebook/chemicals.yml @@ -11,6 +11,7 @@ - Foods - Botanical - Biological + - Special - Others filterEnabled: True @@ -56,6 +57,12 @@ text: "/ServerInfo/Guidebook/ChemicalTabs/Biological.xml" filterEnabled: True +- type: guideEntry + id: Special + name: guide-entry-special + text: "/ServerInfo/Guidebook/ChemicalTabs/Special.xml" + filterEnabled: True + - type: guideEntry id: Others name: guide-entry-others diff --git a/Resources/ServerInfo/Guidebook/ChemicalTabs/Special.xml b/Resources/ServerInfo/Guidebook/ChemicalTabs/Special.xml new file mode 100644 index 0000000000..b4ca5e4a82 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/ChemicalTabs/Special.xml @@ -0,0 +1,9 @@ + + +# Special + +These reagents either have exotic sources, unique properties, or both. + + + + diff --git a/Resources/ServerInfo/Guidebook/Chemicals.xml b/Resources/ServerInfo/Guidebook/Chemicals.xml index e157dbb437..bebde32678 100644 --- a/Resources/ServerInfo/Guidebook/Chemicals.xml +++ b/Resources/ServerInfo/Guidebook/Chemicals.xml @@ -29,6 +29,9 @@ Knowing different types of chemicals and their effects is important for being ab ## Biological +## Special + + ## Other -- 2.51.2