Changes in chemicals page in guidebook (#25831)

* Added pages to chemical categories

The chemical categories have their own page now. Added the "Chemical Tabs" in /ServerInfo/Guidebook. Moved the Chemicals code from shiftsandjobs.yml to its own .yml file which is "chemicals.yml".

* Update guides.ftl

* Update chemicals.yml

Changed the guide entry's ID for the medical tab from Medicine to Medicinal.
Hope this works...

* Update Resources/ServerInfo/Guidebook/Chemical Tabs/Biological.xml

Co-authored-by: exincore <me@exin.xyz>

* Update Resources/ServerInfo/Guidebook/Chemical Tabs/Foods.xml

Co-authored-by: exincore <me@exin.xyz>

* Update Resources/ServerInfo/Guidebook/Chemical Tabs/Elements.xml

Co-authored-by: exincore <me@exin.xyz>

* Update Resources/ServerInfo/Guidebook/Chemical Tabs/Narcotics.xml

Co-authored-by: exincore <me@exin.xyz>

* Update Resources/ServerInfo/Guidebook/Chemical Tabs/Toxins.xml

Co-authored-by: exincore <me@exin.xyz>

* Fixed a few errors and stuff!

A few typos have been fixed thanks to exincore. Added dedicated .xml files to be used for the dedicated category pages (Medicinal and Botanical pages). Made it so it doesn't use any duplicated IDs anymore.
If there's more problems, please do tell so I can fix it!

* Update settings.json

* Fix?

---------

Co-authored-by: exincore <me@exin.xyz>
This commit is contained in:
f0x-n3rd
2024-04-01 15:20:37 +08:00
committed by GitHub
parent da69b0ab49
commit 085a71eac8
12 changed files with 132 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
<Document>
# Biological
These reagents include chemicals that you can get from certain materials and from living things. To get the other chemicals you have to use machines like the electrolyzer and the centrifuge.
<GuideReagentGroupEmbed Group="Biological"/>
</Document>

View File

@@ -0,0 +1,14 @@
<Document>
# Botanical Chemicals
These chemicals are used by botanists. Some of the chemicals change the properties of the plants.
<GuideReagentEmbed Reagent="Ammonia"/>
<GuideReagentEmbed Reagent="Diethylamine"/>
<GuideReagentEmbed Reagent="EZNutrient"/>
<GuideReagentEmbed Reagent="Left4Zed"/>
<GuideReagentEmbed Reagent="RobustHarvest"/>
<GuideReagentEmbed Reagent="UnstableMutagen"/>
</Document>

View File

@@ -0,0 +1,9 @@
<Document>
# Elements
This list contains all the basic reagents used to make other chemicals.
<GuideReagentGroupEmbed Group="Elements"/>
</Document>

View File

@@ -0,0 +1,8 @@
<Document>
# Foods
These reagents are mostly used in the kitchen. Very helpful for Chefs and/or Service Workers.
<GuideReagentGroupEmbed Group="Foods"/>
</Document>

View File

@@ -0,0 +1,5 @@
<Document>
# Narcotics
The reagents listed in this category includes stimulants, hallucinogens and other drug-like effects.
<GuideReagentGroupEmbed Group="Narcotics"/>
</Document>

View File

@@ -0,0 +1,5 @@
<Document>
# Other
These are the other regeants listed in the Chemicals page.
<GuideReagentGroupEmbed Group="Unknown"/>
</Document>

View File

@@ -0,0 +1,5 @@
<Document>
# Pyrotechnics
These chemicals are flammmable and causes hazardous effects when making them (Plasma gas and explosions). It is recommmended to make these chemicals in a safe environment.
<GuideReagentGroupEmbed Group="Pyrotechnic"/>
</Document>

View File

@@ -0,0 +1,5 @@
<Document>
# Toxins
The chemicals in this list contain toxins that induce certain effects and can cause death. Use responsibly.
<GuideReagentGroupEmbed Group="Toxins"/>
</Document>