]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Changes in chemicals page in guidebook (#25831)
authorf0x-n3rd <150924715+f0x-n3rd@users.noreply.github.com>
Mon, 1 Apr 2024 07:20:37 +0000 (15:20 +0800)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2024 07:20:37 +0000 (07:20 +0000)
commit085a71eac8d85d2ae65952d24343bf34b19b0ae5
tree2d73503e02230ab737f0c4e33c3dcbed625d8abe
parentda69b0ab493836971d06cf30943f43734756bd0d
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>
12 files changed:
Resources/Locale/en-US/guidebook/guides.ftl
Resources/Prototypes/Guidebook/chemicals.yml [new file with mode: 0644]
Resources/Prototypes/Guidebook/medical.yml
Resources/Prototypes/Guidebook/shiftandcrew.yml
Resources/ServerInfo/Guidebook/ChemicalTabs/Biological.xml [new file with mode: 0644]
Resources/ServerInfo/Guidebook/ChemicalTabs/Botany.xml [new file with mode: 0644]
Resources/ServerInfo/Guidebook/ChemicalTabs/Elements.xml [new file with mode: 0644]
Resources/ServerInfo/Guidebook/ChemicalTabs/Foods.xml [new file with mode: 0644]
Resources/ServerInfo/Guidebook/ChemicalTabs/Narcotics.xml [new file with mode: 0644]
Resources/ServerInfo/Guidebook/ChemicalTabs/Other.xml [new file with mode: 0644]
Resources/ServerInfo/Guidebook/ChemicalTabs/Pyrotechnic.xml [new file with mode: 0644]
Resources/ServerInfo/Guidebook/ChemicalTabs/Toxins.xml [new file with mode: 0644]