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,63 @@
- type: guideEntry
id: Chemicals
name: guide-entry-chemicals
text: "/ServerInfo/Guidebook/Chemicals.xml"
children:
- Elements
- Medicine
- Narcotics
- Pyrotechnic
- Toxins
- Foods
- Botanical
- Biological
- Others
filterEnabled: True
- type: guideEntry
id: Elements
name: guide-entry-elements
text: "/ServerInfo/Guidebook/ChemicalTabs/Elements.xml"
filterEnabled: True
- type: guideEntry
id: Narcotics
name: guide-entry-narcotics
text: "/ServerInfo/Guidebook/ChemicalTabs/Narcotics.xml"
filterEnabled: True
- type: guideEntry
id: Pyrotechnic
name: guide-entry-pyrotechnics
text: "/ServerInfo/Guidebook/ChemicalTabs/Pyrotechnic.xml"
filterEnabled: True
- type: guideEntry
id: Toxins
name: guide-entry-toxins
text: "/ServerInfo/Guidebook/ChemicalTabs/Toxins.xml"
filterEnabled: True
- type: guideEntry
id: Foods
name: guide-entry-foods
text: "/ServerInfo/Guidebook/ChemicalTabs/Foods.xml"
filterEnabled: True
- type: guideEntry
id: Botanical
name: guide-entry-botanical
text: "/ServerInfo/Guidebook/ChemicalTabs/Botany.xml"
filterEnabled: True
- type: guideEntry
id: Biological
name: guide-entry-biological
text: "/ServerInfo/Guidebook/ChemicalTabs/Biological.xml"
filterEnabled: True
- type: guideEntry
id: Others
name: guide-entry-others
text: "/ServerInfo/Guidebook/ChemicalTabs/Other.xml"
filterEnabled: True

View File

@@ -47,4 +47,4 @@
- type: guideEntry
id: AdvancedBrute
name: guide-entry-brute
text: "/ServerInfo/Guidebook/Medical/AdvancedBrute.xml"
text: "/ServerInfo/Guidebook/Medical/AdvancedBrute.xml"

View File

@@ -19,12 +19,6 @@
name: guide-entry-survival
text: "/ServerInfo/Guidebook/Survival.xml"
- type: guideEntry
id: Chemicals
name: guide-entry-chemicals
text: "/ServerInfo/Guidebook/Chemicals.xml"
filterEnabled: True
- type: guideEntry
id: Janitorial
name: guide-entry-janitorial
@@ -47,4 +41,3 @@
id: Food Recipes
name: guide-entry-foodrecipes
text: "/ServerInfo/Guidebook/Service/FoodRecipes.xml"