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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
9
Resources/ServerInfo/Guidebook/ChemicalTabs/Special.xml
Normal file
9
Resources/ServerInfo/Guidebook/ChemicalTabs/Special.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<Document>
|
||||
|
||||
# Special
|
||||
|
||||
These reagents either have exotic sources, unique properties, or both.
|
||||
|
||||
<GuideReagentGroupEmbed Group="Special"/>
|
||||
|
||||
</Document>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user