Special reagents now appear in the guidebook (#34265)

* Special reagents now appear in the guidebook

* Improved guidebook wording for reagent category
This commit is contained in:
Alpaccalypse
2025-01-07 17:45:02 +00:00
committed by GitHub
parent 2d78b6c930
commit b4e2a3693f
4 changed files with 24 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,9 @@
<Document>
# Special
These reagents either have exotic sources, unique properties, or both.
<GuideReagentGroupEmbed Group="Special"/>
</Document>

View File

@@ -29,6 +29,9 @@ Knowing different types of chemicals and their effects is important for being ab
## Biological
<GuideReagentGroupEmbed Group="Biological"/>
## Special
<GuideReagentGroupEmbed Group="Special"/>
## Other
<GuideReagentGroupEmbed Group="Unknown"/>
</Document>